linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-10 07:55:44 to 2018-09-10 10:38:13 UTC [more...]

[PATCH v6 00/14] Energy Aware Scheduling
 2018-09-10 10:38 UTC  (19+ messages)
` [PATCH v6 02/14] sched/cpufreq: Factor out utilization to frequency mapping
` [PATCH v6 03/14] PM: Introduce an Energy Model management framework
` [PATCH v6 10/14] sched/cpufreq: Refactor the utilization aggregation method
` [PATCH v6 13/14] sched/topology: Make Energy Aware Scheduling depend on schedutil

[PATCH v9 0/9] Cedrus driver for the Allwinner Video Engine, using media requests
 2018-09-10 10:33 UTC  (6+ messages)
` [PATCH v9 2/9] media: v4l: Add definitions for MPEG-2 slice format and metadata

[PATCH] kernel/sched/core.c: Avoid unused variable on non-SMP configs
 2018-09-10 10:32 UTC  (9+ messages)

[PATCH] perf test: Add watchpoint test
 2018-09-10 10:31 UTC  (2+ messages)

[PATCH] option: Improve Quectel EP06 detection
 2018-09-10 10:30 UTC  (2+ messages)

[PATCH 0/5] Thunderbolt material for v4.20
 2018-09-10 10:25 UTC  (8+ messages)
` [PATCH 4/5] thunderbolt: Correlate PCI devices with Thunderbolt ports
` [PATCH 2/5] thunderbolt: Obtain PCI slot number from DROM
` [PATCH 5/5] MAINTAINERS: Add Lukas Wunner as co-maintainer of thunderbolt

[PATCH v3 1/2] ARM: s3c24xx: formatting cleanup in mach-mini2440.c
 2018-09-10 10:23 UTC  (3+ messages)
` [PATCH v3 2/2] ARM: s3c24xx: Correct SD card write protect detection on Mini2440

[PATCH v8 0/3]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-09-10 10:23 UTC  (7+ messages)

[PATCH 0/3] lightnvm: pblk: support variable OOB size
 2018-09-10 10:21 UTC  (3+ messages)
` [PATCH 3/3] "

[PATCH 2/4] sched/numa: remove unused nr_running field
 2018-09-10 10:20 UTC  (2+ messages)
` [tip:sched/core] sched/numa: Remove unused numa_stats::nr_running field

[PATCH 1/4] sched/numa: remove unused code from update_numa_stats()
 2018-09-10 10:19 UTC  (2+ messages)
` [tip:sched/core] sched/numa: Remove "

[PATCHv4 12/12] sched/core: Disable SD_PREFER_SIBLING on asymmetric cpu capacity domains
 2018-09-10 10:18 UTC  (2+ messages)
` [tip:sched/core] sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU "

[PATCHv4 10/12] sched/fair: Don't move tasks to lower capacity cpus unless necessary
 2018-09-10 10:18 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Don't move tasks to lower capacity CPUs "

[RESEND PATCH v2 0/3] add support to non-uniform SFDP SPI NOR flash memories
 2018-09-10 10:18 UTC  (6+ messages)
` [RESEND PATCH v2 1/3] mtd: spi-nor: "

[PATCH 0/4] usb: dwc2: fix host mode external vbus supply management
 2018-09-10 10:18 UTC  (2+ messages)

[PATCHv4 09/12] sched/fair: Set rq->rd->overload when misfit
 2018-09-10 10:17 UTC  (2+ messages)
` [tip:sched/core] "

[PATCHv4 08/12] sched: Wrap rq->rd->overload accesses with READ/WRITE_ONCE
 2018-09-10 10:17 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()

[PATCHv4 07/12] sched: Change root_domain->overload type to int
 2018-09-10 10:16 UTC  (2+ messages)
` [tip:sched/core] sched/core: "

[PATCHv4 06/12] sched/fair: Change prefer_sibling type to bool
 2018-09-10 10:15 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Change 'prefer_sibling' "

[PATCHv4 05/12] sched/fair: Kick nohz balance if rq->misfit_task_load
 2018-09-10 10:15 UTC  (2+ messages)
` [tip:sched/core] "

[PATCHv4 04/12] sched/fair: Consider misfit tasks when load-balancing
 2018-09-10 10:14 UTC  (2+ messages)
` [tip:sched/core] "

[PATCHv4 03/12] sched: Add sched_group per-cpu max capacity
 2018-09-10 10:14 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Add sched_group per-CPU "

[PATCHv4 02/12] sched/fair: Add group_misfit_task load-balance type
 2018-09-10 10:13 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Add 'group_misfit_task' "

[PATCHv4 01/12] sched: Add static_key for asymmetric cpu capacity optimizations
 2018-09-10 10:13 UTC  (2+ messages)
` [tip:sched/core] sched/topology: Add static_key for asymmetric CPU "

[PATCH 4/4] arch/arm: Rebuild sched_domain hierarchy when cpu capacity changes
 2018-09-10 10:12 UTC  (2+ messages)
` [tip:sched/core] sched/topology, arch/arm: Rebuild sched_domain hierarchy when CPU "

[PATCH 3/4] arch/arm64: Rebuild sched_domain hierarchy when cpu capacity changes
 2018-09-10 10:12 UTC  (2+ messages)
` [tip:sched/core] sched/topology, arch/arm64: Rebuild the sched_domain hierarchy when the CPU "

[PATCH 2/4] drivers/base/arch_topology: Rebuild sched_domain hierarchy when capacities change
 2018-09-10 10:11 UTC  (2+ messages)
` [tip:sched/core] sched/topology, drivers/base/arch_topology: Rebuild the "

[PATCH 0/4] sched/topology: Set SD_ASYM_CPUCAPACITY flag automatically
 2018-09-10 10:11 UTC  (4+ messages)
` [PATCH 1/4] sched/topology: SD_ASYM_CPUCAPACITY flag detection
  ` [tip:sched/core] sched/topology: Add "

[PATCH] sched/fair.c: fix kernel-doc notation warning
 2018-09-10 10:10 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Fix "

[PATCH v3] locking/rwsem: Exit read lock slowpath if queue empty & no writer
 2018-09-10 10:10 UTC  (2+ messages)
` [tip:locking/core] "

[PATCH] jump_label: Fix typo in warning message
 2018-09-10 10:08 UTC  (2+ messages)
` [tip:locking/core] "

[PATCH] sched/fair: fix load_balance redo for null imbalance
 2018-09-10 10:08 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Fix load_balance redo for !imbalance

[RFC PATCH 3/4] sched/topology: remove smt_gain
 2018-09-10 10:07 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Fix scale_rt_capacity() for SMT

[PATCH] sched/fair: fix vruntime_normalized for remote non-migration wakeup
 2018-09-10 10:07 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Fix vruntime_normalized() "

[PATCH v3] sched/pelt: fix update_blocked_averages() for dl and rt
 2018-09-10 10:06 UTC  (2+ messages)
` [tip:sched/core] sched/pelt: Fix update_blocked_averages() for RT and DL classes

[PATCH 1/2] sched/topology: Set correct numa topology type
 2018-09-10 10:06 UTC  (2+ messages)
` [tip:sched/core] sched/topology: Set correct NUMA "

[PATCH v2 1/1] sched/debug: fix potential deadlock when write to sched_features
 2018-09-10 10:05 UTC  (2+ messages)
` [tip:sched/core] sched/debug: Fix potential deadlock when writing "

[PATCH] locking: Fix mutex debug call and ww_mutex doc
 2018-09-10 10:05 UTC  (2+ messages)
` [tip:locking/core] locking/mutex: Fix mutex debug call and ww_mutex documentation

[PATCH v4] perf/x86/intel: Add support for MISPREDICT bit on Knights Landing cpus
 2018-09-10 10:03 UTC  (2+ messages)
` [tip:perf/urgent] perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUs

possible deadlock in free_ioctx_users
 2018-09-10 10:03 UTC  (5+ messages)

[PATCH v5 0/2] Harden spectrev2 userspace-userspace protection
 2018-09-10 10:04 UTC  (4+ messages)
` [PATCH v5 1/2] x86/speculation: apply IBPB more strictly to avoid cross-process data leak
` [PATCH v5 2/2] x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation

[PATCH] sh: mm: Use dma_zalloc_coherent instead of dma_alloc_coherent + memset
 2018-09-10 10:02 UTC  (2+ messages)

[PATCH v2 00/16] nvmem: rework of the subsystem for non-DT users
 2018-09-10 10:02 UTC  (22+ messages)
` [PATCH v2 01/16] nvmem: remove unused APIs
` [PATCH v2 11/16] nvmem: add support for cell info
` [PATCH v2 13/16] nvmem: add support for cell lookups from machine code

[PATCH v2 0/3] Renesas R9A06G032 PINCTRL Driver
 2018-09-10  9:58 UTC  (10+ messages)

Conflict between sparse and commit cafa0010cd51f ("Raise the minimum required gcc version to 4.6")
 2018-09-10  9:56 UTC  (8+ messages)

[PATCH] KVM: arm/arm64: Check memslot bounds before mapping hugepages
 2018-09-10  9:56 UTC  (2+ messages)

[PATCH 0/3] Add CAN support to rcar_can driver
 2018-09-10  9:54 UTC  (4+ messages)
` [PATCH 3/3] dt-bindings: can: rcar_can: Add r8a774a1 support

[PATCH] x86, mm: Reserver some memory for bootmem allocator for NO_BOOTMEM
 2018-09-10  9:53 UTC  (12+ messages)

[PATCH V3 1/2] Drivers/PCI: Export pcie_has_flr() interface
 2018-09-10  9:52 UTC  (11+ messages)
    ` [Xen-devel] "

[PATCH] xen: remove unnecessary condition check before kfree
 2018-09-10  9:52 UTC  (2+ messages)

[PATCH v12 0/6] Driver for at91 usart in spi mode
 2018-09-10  9:51 UTC  (3+ messages)

[PATCH v2] of: __of_update_property_sysfs only call __of_sysfs_remove_bin_file if of_node_is_attached
 2018-09-10  9:47 UTC  (3+ messages)
  ` AW: "

[PATCH v4 0/4] PCI: mediatek: fixup find_port, enable_msi and add pm, module support
 2018-09-10  9:50 UTC  (5+ messages)
` [PATCH v4 1/4] PCI: mediatek: fixup mtk_pcie_find_port logical
` [PATCH v4 2/4] PCI: mediatek: enable msi after clock enabled
` [PATCH v4 3/4] PCI: mediatek: Add system pm support for MT2712 and MT7622
` [PATCH v4 4/4] PCI: mediatek: Add loadable kernel module support

[PATCH] arch/arm64/include/asm/jump_label.h: use asm_volatile_goto
 2018-09-10  9:50 UTC  (2+ messages)

[PATCH] mips: bug: add unlikely() to BUG_ON()
 2018-09-10  9:45 UTC  (3+ messages)

[PATCH AUTOSEL 4.14 01/89] misc: mic: SCIF Fix scif_get_new_port() error handling
 2018-09-10  9:42 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 49/89] ARM: 8783/1: NOMMU: Extend check for VBAR support

[PATCH 0/4] Follow-up fixes for v4.19-rc1 NUMA balancing
 2018-09-10  9:41 UTC  (5+ messages)
` [PATCH 4/4] sched/numa: Do not move imbalanced load purely on the basis of an idle CPU

[PATCH AUTOSEL 4.18 001/131] tc-testing: flush gact actions on test teardown
 2018-09-10  9:41 UTC  (3+ messages)
` [PATCH AUTOSEL 4.18 074/131] ARM: 8783/1: NOMMU: Extend check for VBAR support

[PATCH v3] ARM: dts: imx6ul: Add DTS for ConnectCore 6UL SBC Pro
 2018-09-10  9:37 UTC  (2+ messages)

Fwd: [PATCH] tee: optee: log message if dynamic shm is enabled
 2018-09-10  9:33 UTC  (3+ messages)

[PATCH] locking/rwsem: Make owner store task pointer of last owning reader
 2018-09-10  9:31 UTC  (2+ messages)

[PATCH 0/1] add IPV6_MULTICAST_ALL sockopt
 2018-09-10  9:30 UTC  (4+ messages)
` [PATCH 1/1] ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALL

[PATCH 1/3] soc: fsl: add Platform PM driver QorIQ platforms
 2018-09-10  9:26 UTC  (9+ messages)
` [PATCH 2/3] Documentation: dt: binding: fsl: update property description for RCPM
` [PATCH 3/3] soc: fsl: add RCPM driver

[PATCH v2] mips: switch to NO_BOOTMEM
 2018-09-10  9:23 UTC 

[PATCH v7] Add udmabuf misc device
 2018-09-10  9:18 UTC  (3+ messages)

[PATCH 1/2] clk: imx: imx7d: remove unnecessary clocks from clks_init_on array
 2018-09-10  9:18 UTC  (10+ messages)
` [PATCH 2/2] clk: imx: imx7d: remove "

Howto prevent kernel from evicting code pages ever? (to avoid disk thrashing when about to run out of RAM)
 2018-09-10  9:17 UTC  (2+ messages)

[PATCH 00/29] staging: bcm2835-audio: Cleanups and fixes
 2018-09-10  9:16 UTC  (5+ messages)

[PATCH 0/2] Document memory-to-memory video codec interfaces
 2018-09-10  9:13 UTC  (2+ messages)

[PATCH 0/2] mfd: platform/chrome: some more cleanups between these subsystems
 2018-09-10  9:13 UTC  (5+ messages)
` [PATCH 2/2] mfd: cros_ec: Fix and improve kerneldoc comments

[PATCH][V2] scsi: message: fusion: fix a few trivial spelling mistakes
 2018-09-10  9:11 UTC 

[PATCH] of: Split up name & type in modalias generation
 2018-09-10  9:08 UTC  (4+ messages)

[PATCH 0/4] of: Convert to using %pOFn for node name printf
 2018-09-10  9:06 UTC  (5+ messages)
` [PATCH 3/4] of: Convert to using %pOFn instead of device_node.name

[PATCH v3] PCI: dwc: fix scheduling while atomic issues
 2018-09-10  8:57 UTC  (2+ messages)

[RFC PATCH] platform/x86: asus-wmi: Simplify the keyboard brightness updating process
 2018-09-10  8:56 UTC  (2+ messages)

[RFC] pipe: prevent compiler reordering in pipe_poll
 2018-09-10  8:55 UTC  (2+ messages)

[RFC 0/4] Virtio uses DMA API for all devices
 2018-09-10  8:53 UTC  (11+ messages)

Question: How to switch a process namespace by nsfs "device" and inode number directly?
 2018-09-10  8:50 UTC 

[RFC PATCH v2 0/3] Groundwork for AFBC YUV formats
 2018-09-10  8:50 UTC  (6+ messages)
` [RFC PATCH v2 1/3] drm/fourcc: Add 'bpp' field for formats with non-integer bytes-per-pixel

[PATCH resend 0/2] irqchip: convert to SPDX for Renesas drivers
 2018-09-10  8:48 UTC  (5+ messages)
` [PATCH resend 1/2] pinctrl: sh-pfc: convert to SPDX identifiers
` [PATCH resend 2/2] pinctrl: rza1: "

[PATCH 0/6] numa-balancing patches
 2018-09-10  8:48 UTC  (9+ messages)
` [PATCH 1/6] sched/numa: Stop multiple tasks from moving to the cpu at the same time
` [PATCH 2/6] mm/migrate: Use trylock while resetting rate limit
` [PATCH 3/6] sched/numa: Avoid task migration for small numa improvement
` [PATCH 5/6] sched/numa: Reset scan rate whenever task moves across nodes

[PATCH v11 00/11] drivers: Introduce firmware dnd clock river for ZynqMP core
 2018-09-10  8:43 UTC  (4+ messages)
` [PATCH v11 03/11] firmware: xilinx: Add zynqmp IOCTL API for device control

[PATCH 00/13] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-09-10  8:39 UTC  (14+ messages)
` [PATCH 1/13] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
` [PATCH 2/13] KVM/MMU: Add tlb flush with range helper function
` [PATCH 3/13] KVM: Replace old tlb flush function with new one to flush a specified range
` [PATCH 4/13] KVM/MMU: Flush tlb directly in the kvm_handle_hva_range()
` [PATCH 5/13] KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()
` [PATCH 6/13] KVM/MMU: Flush tlb directly in kvm_mmu_zap_collapsible_spte()
` [PATCH 7/13] KVM: Add flush_link and parent_pte in the struct kvm_mmu_page
` [PATCH 8/13] KVM: Add spte's point "
` [PATCH 9/13] KVM/MMU: Replace tlb flush function with range list flush function
` [PATCH 10/13] x86/hyper-v: Add HvFlushGuestAddressList hypercall support
` [PATCH 11/13] x86/Hyper-v: Add trace in the hyperv_nested_flush_guest_mapping_range()
` [PATCH 12/13] KVM/VMX: Change hv flush logic when ept tables are mismatched
` [PATCH 13/13] KVM/VMX: Add hv tlb range flush support

[PATCH] vlynq: uninitialized return in vlynq_probe()
 2018-09-10  8:38 UTC 

general protection fault in rhashtable_walk_exit
 2018-09-10  8:36 UTC 

KASAN: use-after-free Read in sock_i_uid
 2018-09-10  8:36 UTC 

[PATCH] RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()
 2018-09-10  8:35 UTC 

[PATCH 2/4] staging: comedi: Correct multiline dereference as per TODO
 2018-09-10  8:35 UTC  (2+ messages)

BUG: Bad page map (3)
 2018-09-10  8:35 UTC 

[PATCH 0/4] staging: comedi: Correct multiline dereference as per TODO
 2018-09-10  8:33 UTC  (2+ messages)

[PATCH] x86/paravirt: Get rid of patch_site label
 2018-09-10  8:33 UTC  (8+ messages)
  ` [PATCH v2] x86/paravirt: Get rid of patch_site and patch_default labels
      ` [PATCH] x86/paravirt: Cleanup native_patch()

[PATCH v2] drm: refuse ADDFB2 ioctl for broken bigendian drivers
 2018-09-10  8:32 UTC  (2+ messages)

[RFC][PATCH 1/8] start unifying termios convertors
 2018-09-10  8:32 UTC  (3+ messages)
` [RFC][PATCHES] termios.h cleanups

KASAN: use-after-free Read in psock_map_pop
 2018-09-10  8:31 UTC 

[PATCH RESEND] drivers: soc: Allow building the sunxi driver without ARCH_SUNXI
 2018-09-10  8:30 UTC  (2+ messages)

BUG: unable to handle kernel paging request in bpf_prog_kallsyms_add
 2018-09-10  8:31 UTC 

BUG: unable to handle kernel NULL pointer dereference in __do_page_cache_readahead
 2018-09-10  8:30 UTC  (2+ messages)

KASAN: use-after-free Read in bpf_prog_kallsyms_add
 2018-09-10  8:30 UTC 

KASAN: use-after-free Write in rb_erase
 2018-09-10  8:30 UTC 

WARNING in __local_bh_enable_ip (3)
 2018-09-10  8:28 UTC 

[PATCH v3 12/13] ASoC: apq8096: add slim support
 2018-09-10  8:24 UTC  (2+ messages)

[PATCH] crypto: cavium/nitrox - use dma_pool_zalloc()
 2018-09-10  8:24 UTC 

[PATCH] ip6_gre: simplify gre header parsing in ip6gre_err
 2018-09-10  8:25 UTC 

[PATCH v2 0/4] Follow-up patches for Cedrus v9
 2018-09-10  8:25 UTC  (3+ messages)
` [PATCH v2 4/4] media: cedrus: Select the sunxi SRAM driver in Kconfig

[PATCH 1/2] ASoC: AMD: Fix simultaneous playback and capture on different channel
 2018-09-10  8:06 UTC  (2+ messages)
` [PATCH 2/2] ASoC: AMD: Ensure reset bit is cleared before configuring

general protection fault in create_empty_buffers (2)
 2018-09-10  8:22 UTC 

[PATCH 1/2 dhowells/mount-api] staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)
 2018-09-10  8:21 UTC  (5+ messages)

[PATCH 0/1] staging:rtl8192u: Fix naming clash of exported symbol
 2018-09-10  8:19 UTC  (3+ messages)
` [PATCH 1/1] staging:rtl8192u: Rename dot11d_init to fix name clash

[GIT PULL] Staging/IIO driver patches for 4.19-rc1
 2018-09-10  8:16 UTC  (5+ messages)

4.19-rc3: IOMMU PT warnings: WARNING: CPU: 0 PID: 1 at mm/page_alloc.c:4065 __alloc_pages_slowpath+0xb7b/0xcd0
 2018-09-10  8:16 UTC 

possible deadlock in userfaultfd_ctx_read
 2018-09-10  8:16 UTC 

[PATCH v2 0/1] perf: Sharing PMU counters across compatible events
 2018-09-10  8:15 UTC  (8+ messages)
` [PATCH v2 1/1] "

[PATCH v2] staging: erofs: use explicit unsigned int type
 2018-09-10  8:10 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] eeprom: use devres for nvmem providers
 2018-09-10  8:08 UTC  (5+ messages)

[PATCH] drm/tilcdc: Convert drm_atomic_helper_suspend/resume()
 2018-09-10  8:07 UTC  (4+ messages)

[PATCH] tools/perf: fix use of alternatives to find JDIR
 2018-09-10  8:05 UTC  (2+ messages)

[PATCH] jump_label: Use static_key_linked() accessor
 2018-09-10  7:54 UTC  (2+ messages)
` [tip:locking/core] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).