linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-13 08:48:46 to 2017-03-13 10:43:26 UTC [more...]

[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
 2017-03-13 10:43 UTC  (17+ messages)
                ` WTH is going on with memory hotplug sysf interface (was: Re: [RFC PATCH] mm, hotplug: get rid of auto_online_blocks)
                  ` WTH is going on with memory hotplug sysf interface

[PATCH] drivers, md: convert stripe_head.count from atomic_t to refcount_t
 2017-03-13 10:42 UTC 

The i915 stable patch marking is totally broken
 2017-03-13 10:41 UTC  (5+ messages)
` [Intel-gfx] "

Kbuild maintainership
 2017-03-13 10:40 UTC  (6+ messages)

[PATCH V3 0/7] PM / Domains: Implement domain performance states
 2017-03-13 10:39 UTC  (3+ messages)

[PATCH] iommu/arm-smmu: Print message when Cavium erratum 27704 was detected
 2017-03-13 10:39 UTC 

[PATCH] usb-core: Add MS_INTR_BINTERVAL USB quirk
 2017-03-13 10:38 UTC  (4+ messages)

[PATCH] platform/x86: intel-hid: do not set parents of input devices explicitly
 2017-03-13 10:37 UTC  (2+ messages)

[PATCH v2 0/9] PS/2 and SMBus companions
 2017-03-13 10:31 UTC  (5+ messages)
` [PATCH v2 1/9] i2c: export i2c_client_type structure
` [PATCH v2 6/9] Input: psmouse - add support for SMBus companions

[PATCH v2] extcon: int3496: Set the id pin to direction-input if necessary
 2017-03-13 10:30 UTC  (2+ messages)

[PATCH 1/2] doc: Add bindings document for Xilinx LogiCore PR Decoupler
 2017-03-13 10:29 UTC  (5+ messages)
` [PATCH 2/2] fpga: Add support for Xilinx LogiCORE "

[PATCH] staging: fbtft: Allows bpp to be set from dt
 2017-03-13 10:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Constantly reseed nonblocking_pool during initialization
 2017-03-13 10:28 UTC 

[PATCH v2] statx: optimize copy of struct statx to userspace
 2017-03-13 10:27 UTC  (8+ messages)

[PATCH] drm: virtio: fix kmem_cache_alloc error check
 2017-03-13 10:24 UTC  (2+ messages)

[PATCH] [media] atmel-isc: fix off-by-one comparison and out of bounds read issue
 2017-03-13 10:23 UTC  (7+ messages)

tty: panic in tty_ldisc_restore
 2017-03-13 10:15 UTC  (5+ messages)

Build regressions/improvements in v4.11-rc2
 2017-03-13 10:15 UTC  (2+ messages)

[PATCH] lockdep: call trace_hardirqs_off after clearing hardirqs_enabled
 2017-03-13 10:08 UTC 

[PATCH V3 0/5] thermal: minor cleanup/fixes
 2017-03-13 10:07 UTC  (6+ messages)
` [PATCH V3 1/5] thermal: devfreq: Simplify expression
` [PATCH V3 2/5] thermal: devfreq_cooling: Replace dev_warn with dev_err
` [PATCH V3 3/5] thermal: devfreq: Check OPP for errors
` [PATCH V3 4/5] thermal: cpu_cooling: Replace dev_warn with dev_err
` [PATCH V3 5/5] thermal: cpu_cooling: Check OPP for errors

[RFC v3 0/5] Add capacity capping support to the CPU controller
 2017-03-13 10:08 UTC  (3+ messages)
` [RFC v3 5/5] sched/{core,cpufreq_schedutil}: add capacity clamping for RT/DL tasks

5-level pagetable patches break ppc64le
 2017-03-13 10:05 UTC 

futex: use-after-free in futex_wait_requeue_pi
 2017-03-13 10:04 UTC  (4+ messages)

[PATCH v5 00/39] i.MX Media Driver
 2017-03-13 10:02 UTC  (19+ messages)
` [PATCH v5 15/39] [media] v4l2: add a frame interval error event
` [PATCH v5 21/39] UAPI: Add media UAPI Kbuild file

[PATCH v2 00/23] MAINTAINERS: Add file patterns for subsystem device tree bindings
 2017-03-13 10:00 UTC  (5+ messages)
` [PATCH v2 12/23] MAINTAINERS: Add file patterns for media "

[PATCHv6 0/5] Fix compatible mmap() return pointer over 4Gb
 2017-03-13  9:56 UTC  (4+ messages)
` [PATCHv6 4/5] x86/mm: check in_compat_syscall() instead TIF_ADDR32 for mmap(MAP_32BIT)

[PATCH] mm: move pcp and lru-pcp drainging into single wq
 2017-03-13  9:58 UTC  (3+ messages)

kvm/arm64: use-after-free in kvm_vm_ioctl/vmacache_update
 2017-03-13  9:58 UTC  (4+ messages)

[PATCH] [linux-next] x86/smpboot: Remove duplicate inclusion of asm/reammode.h
 2017-03-13  9:57 UTC  (2+ messages)

[RFC] mm/compaction: ignore block suitable after check large free page
 2017-03-13  9:51 UTC  (4+ messages)

[PATCH] x86/mce: Handle broadcasted MCE gracefully with kexec
 2017-03-13  9:50 UTC 

[PATCH v2 00/21] x86/xen: untangle PV and PVHVM guest support code
 2017-03-13  9:49 UTC  (19+ messages)
` [PATCH v2 11/21] x86/xen: split off smp_pv.c
` [PATCH v2 12/21] x86/xen: split off mmu_hvm.c
` [PATCH v2 13/21] x86/xen: split off mmu_pv.c
` [PATCH v2 16/21] x86/xen: define startup_xen for XEN PV only
` [PATCH v2 17/21] x86/xen: create stubs for HVM-only builds in page.h
` [PATCH v2 18/21] xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PV
` [PATCH v2 19/21] xen: create xen_create/destroy_contiguous_region() stubs for PVHVM only builds
` [PATCH v2 20/21] x86/xen: enable PVHVM-only builds
` [PATCH v2 21/21] x86/xen: rename some PV-only functions in smp_pv.c

[PATCH] hid: cp2112: select GPIOLIB_IRQCHIP instead of depending on it
 2017-03-13  9:48 UTC  (2+ messages)

NFS corruption, fixed by echo 1 > /proc/sys/vm/drop_caches -- next debugging steps?
 2017-03-13  9:47 UTC  (2+ messages)

[PATCH 1/1] HID: clamp input to logical range if no null state
 2017-03-13  9:47 UTC  (4+ messages)

[PATCH v7] mm: Add memory allocation watchdog kernel thread
 2017-03-13  9:45 UTC  (7+ messages)

[PATCH 1/5] PCI: add resizeable BAR infrastructure v2
 2017-03-13  9:43 UTC  (3+ messages)

[PATCH v2] phy: rcar-gen3-usb2: fix implementation for runtime PM
 2017-03-13  9:39 UTC 

{RFC PATCH v1 v4.11-rc1 1/1} acpi: apei: common handler in ghes for HW errors notified via hed(PNP0C33) driver
 2017-03-13  9:39 UTC  (3+ messages)

[PATCH] phy: rcar-gen3-usb2: fix implementation for runtime PM
 2017-03-13  9:38 UTC  (3+ messages)

[RFC PATCH 0/3] PM / Domains: Add support for devices that require multiple domains
 2017-03-13  9:37 UTC  (4+ messages)

[PATCH] drm: dw_hdmi: Gate audio sampler clock from the enablement functions
 2017-03-13  9:36 UTC  (3+ messages)

Synaptics RMI4 touchpad regression in 4.11-rc1
 2017-03-13  9:11 UTC  (2+ messages)

Bad DT binding (hisi-pcie-almost-ecam)
 2017-03-13  9:34 UTC  (4+ messages)

[PATCH v3 0/3] Bind RMI4 over SMBus from PS/2
 2017-03-13  9:30 UTC  (3+ messages)

[PATCH] net: usb: r8152: use new api ethtool_{get|set}_link_ksettings
 2017-03-13  9:25 UTC  (2+ messages)

[PATCH -v5 00/14] the saga of FUTEX_UNLOCK_PI wobbles continues
 2017-03-13  9:25 UTC  (7+ messages)
` [PATCH -v5 12/14] futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
  ` [PATCH] futex: move debug_rt_mutex_free_waiter() further down
` [PATCH -v5 14/14] futex: futex_unlock_pi() determinism

[PATCH 4.4 00/36] 4.4.54-stable review
 2017-03-13  8:39 UTC  (21+ messages)
` [PATCH 4.4 04/36] KVM: s390: Disable dirty log retrieval for UCONTROL guests
` [PATCH 4.4 07/36] s390/qdio: clear DSCI prior to scanning multiple input queues
` [PATCH 4.4 08/36] s390/dcssblk: fix device size calculation in dcssblk_direct_access()
` [PATCH 4.4 10/36] s390: make setup_randomness work
` [PATCH 4.4 12/36] net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
` [PATCH 4.4 13/36] mnt: Tuck mounts under others instead of creating shadow/side mounts
` [PATCH 4.4 15/36] IB/IPoIB: Add destination address when re-queue packet
` [PATCH 4.4 17/36] IB/srp: Fix race conditions related to task management
` [PATCH 4.4 19/36] ceph: remove req from unsafe list when unregistering it
` [PATCH 4.4 20/36] target: Fix NULL dereference during LUN lookup + active I/O shutdown
` [PATCH 4.4 21/36] nlm: Ensure callback code also checks that the files match
` [PATCH 4.4 22/36] pwm: pca9685: Fix period change with same duty cycle
` [PATCH 4.4 23/36] xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
` [PATCH 4.4 24/36] mac80211: flush delayed work when entering suspend
` [PATCH 4.4 26/36] drm/ast: Fix test for VGA enabled
` [PATCH 4.4 31/36] drm/atomic: fix an error code in mode_fixup()
` [PATCH 4.4 32/36] fakelb: fix schedule while atomic
` [PATCH 4.4 34/36] libceph: use BUG() instead of BUG_ON(1)
` [PATCH 4.4 35/36] fat: fix using uninitialized fields of fat_inode/fsinfo_inode
` [PATCH 4.4 36/36] drivers: hv: Turn off write permission on the hypercall page

[PATCH] tpm: Add sysfs interface to show TPM family version
 2017-03-13  9:20 UTC 

[BUG] [PowerPC] Kernel Oops when booting Linux mainline
 2017-03-13  9:18 UTC 

[PATCH 4.9 00/63] 4.9.15-stable review
 2017-03-13  8:39 UTC  (35+ messages)
` [PATCH 4.9 02/63] serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
` [PATCH 4.9 04/63] KVM: VMX: use correct vmcs_read/write for guest segment selector/base
` [PATCH 4.9 06/63] s390/qdio: clear DSCI prior to scanning multiple input queues
` [PATCH 4.9 08/63] s390/kdump: Use "LINUX" ELF note name instead of "CORE"
` [PATCH 4.9 09/63] s390/chsc: Add exception handler for CHSC instruction
` [PATCH 4.9 13/63] net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
` [PATCH 4.9 14/63] cxl: Prevent read/write to AFU config space while AFU not configured
` [PATCH 4.9 15/63] cxl: fix nested locking hang during EEH hotplug
` [PATCH 4.9 16/63] brcmfmac: fix incorrect event channel deduction
` [PATCH 4.9 19/63] IB/IPoIB: Add destination address when re-queue packet
` [PATCH 4.9 20/63] IB/mlx5: Fix out-of-bound access
` [PATCH 4.9 23/63] IB/srp: Fix race conditions related to task management
` [PATCH 4.9 24/63] fs: Better permission checking for submounts
` [PATCH 4.9 25/63] orangefs: Use RCU for destroy_inode
` [PATCH 4.9 26/63] memory/atmel-ebi: Fix ns <-> cycles conversions
` [PATCH 4.9 27/63] ktest: Fix child exit code processing
` [PATCH 4.9 28/63] ceph: remove req from unsafe list when unregistering it
` [PATCH 4.9 29/63] pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()
` [PATCH 4.9 30/63] pci/hotplug/pnv-php: Disable surprise hotplug capability on conflicts
` [PATCH 4.9 32/63] drivers/pci/hotplug: Handle presence detection change properly
` [PATCH 4.9 33/63] drivers/pci/hotplug: Fix initial state for empty slot
` [PATCH 4.9 35/63] pwm: pca9685: Fix period change with same duty cycle
` [PATCH 4.9 36/63] xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
` [PATCH 4.9 37/63] nfit, libnvdimm: fix interleave set cookie calculation
` [PATCH 4.9 39/63] mac80211: dont reorder frames with SN smaller than SSN
` [PATCH 4.9 43/63] drm/ast: Fix test for VGA enabled
` [PATCH 4.9 45/63] drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS
` [PATCH 4.9 49/63] dmaengine: imx-sdma - correct the dma transfer residue calculation
` [PATCH 4.9 50/63] drm/imx: imx-tve: Do not set the regulator voltage
` [PATCH 4.9 52/63] drm/i915/gvt: Disable access to stolen memory as a guest
` [PATCH 4.9 56/63] drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT
` [PATCH 4.9 59/63] x86/tlb: Fix tlb flushing when lguest clears PGE
` [PATCH 4.9 61/63] mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
` [PATCH 4.9 62/63] fat: fix using uninitialized fields of fat_inode/fsinfo_inode

[RESEND PATCH 0/3] ARM64: dts: meson-gx: Cleanup for common nodes
 2017-03-13  9:10 UTC  (4+ messages)
` [RESEND PATCH 1/3] ARM64: dts: meson-gx: Finally move common nodes to GX dtsi
` [RESEND PATCH 2/3] ARM64: dts: meson-gx: empty line cleanup
` [RESEND PATCH 3/3] ARM64: dts: meson-gx: Prepend GX generic compatible like other nodes

[PATCH v19 0/4] Introduce usb charger framework to deal with the usb gadget power negotation
 2017-03-13  8:43 UTC  (13+ messages)

[PATCH V12 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-13  9:00 UTC  (6+ messages)
` [PATCH V12 09/10] trace, ras: add ARM processor error trace event

[PATCH 4.10 00/75] 4.10.3-stable review
 2017-03-13  8:44 UTC  (50+ messages)
` [PATCH 4.10 03/75] KVM: s390: Disable dirty log retrieval for UCONTROL guests
` [PATCH 4.10 05/75] Bluetooth: Add another AR3012 04ca:3018 device
` [PATCH 4.10 06/75] phy: qcom-ufs: Dont kfree devres resource
` [PATCH 4.10 08/75] s390/qdio: clear DSCI prior to scanning multiple input queues
` [PATCH 4.10 09/75] s390/dcssblk: fix device size calculation in dcssblk_direct_access()
` [PATCH 4.10 11/75] s390/chsc: Add exception handler for CHSC instruction
` [PATCH 4.10 13/75] s390/topology: correct allocation of topology information
` [PATCH 4.10 18/75] cxl: fix nested locking hang during EEH hotplug
` [PATCH 4.10 19/75] brcmfmac: fix incorrect event channel deduction
` [PATCH 4.10 20/75] mnt: Tuck mounts under others instead of creating shadow/side mounts
` [PATCH 4.10 21/75] IB/ipoib: Fix deadlock between rmmod and set_mode
` [PATCH 4.10 23/75] IB/mlx5: Fix out-of-bound access
` [PATCH 4.10 24/75] IB/SRP: Avoid using IB_MR_TYPE_SG_GAPS
` [PATCH 4.10 25/75] IB/srp: Avoid that duplicate responses trigger a kernel bug
` [PATCH 4.10 28/75] Btrfs: fix data loss after truncate when using the no-holes feature
` [PATCH 4.10 29/75] orangefs: Use RCU for destroy_inode
` [PATCH 4.10 30/75] memory/atmel-ebi: Fix ns <-> cycles conversions
` [PATCH 4.10 31/75] tracing: Fix return value check in trace_benchmark_reg()
` [PATCH 4.10 32/75] ktest: Fix child exit code processing
` [PATCH 4.10 33/75] ceph: remove req from unsafe list when unregistering it
` [PATCH 4.10 34/75] pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()
` [PATCH 4.10 35/75] pci/hotplug/pnv-php: Disable surprise hotplug capability on conflicts
` [PATCH 4.10 36/75] target: Fix NULL dereference during LUN lookup + active I/O shutdown
` [PATCH 4.10 37/75] drivers/pci/hotplug: Handle presence detection change properly
` [PATCH 4.10 38/75] drivers/pci/hotplug: Fix initial state for empty slot
` [PATCH 4.10 39/75] nlm: Ensure callback code also checks that the files match
` [PATCH 4.10 40/75] pwm: pca9685: Fix period change with same duty cycle
` [PATCH 4.10 41/75] xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
` [PATCH 4.10 42/75] nfit, libnvdimm: fix interleave set cookie calculation
` [PATCH 4.10 43/75] mac80211: flush delayed work when entering suspend
` [PATCH 4.10 45/75] mac80211: dont handle filtered frames within a BA session
` [PATCH 4.10 48/75] drm/amdgpu/pm: check for headless before calling compute_clocks
` [PATCH 4.10 49/75] Revert "drm/amdgpu: update tile table for oland/hainan"
` [PATCH 4.10 51/75] drm/ast: Fix test for VGA enabled
` [PATCH 4.10 52/75] drm/ast: Call open_key before enable_mmio in POST code
` [PATCH 4.10 59/75] drm/atomic: fix an error code in mode_fixup()
` [PATCH 4.10 60/75] drm/i915/gvt: Disable access to stolen memory as a guest
` [PATCH 4.10 63/75] drm/i915: Recreate internal objects with single page segments if dmar fails
` [PATCH 4.10 65/75] drm/i915: Check for timeout completion when waiting for the rq to submitted
` [PATCH 4.10 66/75] drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()
` [PATCH 4.10 67/75] drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT
` [PATCH 4.10 68/75] libceph: use BUG() instead of BUG_ON(1)
` [PATCH 4.10 69/75] x86, mm: fix gup_pte_range() vs DAX mappings
` [PATCH 4.10 70/75] x86/tlb: Fix tlb flushing when lguest clears PGE
` [PATCH 4.10 71/75] thp: fix another corner case of munlock() vs. THPs
` [PATCH 4.10 72/75] mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
` [PATCH 4.10 73/75] kasan: resched in quarantine_remove_cache()
` [PATCH 4.10 74/75] fat: fix using uninitialized fields of fat_inode/fsinfo_inode
` [PATCH 4.10 75/75] drivers: hv: Turn off write permission on the hypercall page

[PATCH 0/3] ARM64: dts: meson-gx: Cleanup for common nodes
 2017-03-13  9:03 UTC  (4+ messages)
` [PATCH 1/3] ARM64: dts: meson-gx: Finally move common nodes to GX dtsi

[PATCH] mm: fix condition for throttle_direct_reclaim
 2017-03-13  9:02 UTC  (2+ messages)

[RFC PATCH] phy: samsung: move the Samsung specific phy files to "samsung" directory
 2017-03-13  9:01 UTC  (8+ messages)

[PATCH v2-kernel 4.1] irqdomain: handle the per-CPU irq trigger type settings
 2017-03-13  8:58 UTC  (2+ messages)

[PATCH 4.4 00/91] 4.4.53-stable review
 2017-03-13  8:56 UTC  (2+ messages)

[PATCH 0/1] drm/radeon: Fix GPU lockups for the R7 M270
 2017-03-13  8:48 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH V3] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT
 2017-03-13  8:49 UTC  (4+ messages)


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).