public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-18 10:12:34 to 2015-11-18 14:58:09 UTC [more...]

[PATCH v2 00/27] wireless drivers vendor directories
 2015-11-18 14:46 UTC  (27+ messages)
` [PATCH v2 01/27] adm80211: move under admtek vendor directory
` [PATCH v2 03/27] atmel: move under atmel "
` [PATCH v2 04/27] b43: move under broadcom "
` [PATCH v2 05/27] b43legacy: "
` [PATCH v2 06/27] brcm80211: "
` [PATCH v2 07/27] cw1200: move under st "
` [PATCH v2 08/27] ipw2x00: move under intel "
` [PATCH v2 09/27] iwlegacy: move under intel directory
` [PATCH v2 10/27] iwlwifi: move under intel vendor directory
` [PATCH v2 11/27] libertas: move under marvell "
` [PATCH v2 12/27] libertas_tf: "
` [PATCH v2 13/27] mwifiex: "
` [PATCH v2 14/27] mwl8k: "
` [PATCH v2 15/27] zd1201: move under zydas "
` [PATCH v2 16/27] zd1211rw: "
` [PATCH v2 17/27] hostap: move under intersil "
` [PATCH v2 18/27] p54: "
` [PATCH v2 19/27] orinoco: "
` [PATCH v2 20/27] prism54: "
` [PATCH v2 21/27] realtek: create separate Kconfig file
` [PATCH v2 22/27] rsi: add vendor Kconfig entry
` [PATCH v2 23/27] rt2x00: move under ralink vendor directory
` [PATCH v2 24/27] mediatek: unify Kconfig with other vendors
` [PATCH v2 25/27] ti: "
` [PATCH v2 26/27] ath: "
` [PATCH v2 27/27] mac80211_hwsim: move Kconfig entry for sorting alphabetically

[PATCH 0/2] get rid of __alloc_pages_high_priority
 2015-11-18 14:57 UTC  (5+ messages)
` [PATCH 1/2] mm: "
` [PATCH 2/2] mm: do not loop over ALLOC_NO_WATERMARKS without triggering reclaim

Compat syscall instrumentation and return from execve issue
 2015-11-18 14:57 UTC  (9+ messages)

[PATCH 0/4] CFS idle injection
 2015-11-18 14:52 UTC  (10+ messages)
` [PATCH 3/4] sched: introduce synchronized "

i915.ko WC writes are slow after ea8596bb2d8d379
 2015-11-18 14:48 UTC  (3+ messages)

[PATCH 1/3] Tracepoint: fix documentation of RCU lockdep checks
 2015-11-18 14:47 UTC  (4+ messages)
` [PATCH v2 3/3] trace: emit tracepoint in preempt and irqs off tracer

Linux 4.4-rc1
 2015-11-18 14:46 UTC  (2+ messages)

[PATCH 0/5 v3] Fix NVMe driver support on Power with 32-bit DMA
 2015-11-18 14:42 UTC  (11+ messages)
    ` [PATCH 1/1 v3] drivers/nvme: default to 4k device page size
          ` [PATCH 1/1 v4] "

[PATCH 00/13] dmaengine + omap drivers: support fro deferred probing
 2015-11-18 14:41 UTC  (14+ messages)
` [PATCH 02/13] dmaengine: Introduce dma_request_slave_channel_compat_reason()

[RFC 0/9] spawn hrtimer trigger from client driver upon enabling buffer
 2015-11-18 14:38 UTC  (10+ messages)
` [RFC 1/9] configfs: Allow dynamic group creation
` [RFC 2/9] iio: core: Introduce IIO configfs support
` [RFC 3/9] iio: core: Introduce IIO software triggers
` [RFC 4/9] iio: trigger: Introduce IIO hrtimer based trigger
` [RFC 5/9] iio: Documentation: Add IIO configfs documentation
` [RFC 6/9] iio: ina2xx: add direct IO support for TI INA2xx Power Monitors
` [RFC 7/9] iio: ina2xx: add triggered buffer
` [RFC 8/9] iio: buffer: allow for last-second trigger spawning from device driver
` [RFC 9/9] iio: (RFC) illustrate creation/destruction of hrtimer trigger upon buffer enable

[PATCH] trace-cmd: Documentation, include *.5 files in .gitignore
 2015-11-18 14:37 UTC 

[PATCH v7 0/4] KASAN for arm64
 2015-11-18 14:33 UTC  (6+ messages)

[PATCH] mm: fix incorrect behavior when process virtual address space limit is exceeded
 2015-11-18 14:32 UTC  (3+ messages)

[lkp] [xfs] a45086e27d: -100.0% xfstests.xfs.033.seconds
 2015-11-18 14:31 UTC  (2+ messages)

[PATCH v3 0/7] User namespace mount updates
 2015-11-18 14:30 UTC  (16+ messages)

[PATCH] xen/events: Always allocate legacy interrupts on PV guests
 2015-11-18 14:28 UTC  (4+ messages)
` [Xen-devel] "

[PATCH v3 1/3] ASoC: samsung: pass DMA channels as pointers
 2015-11-18 14:26 UTC  (3+ messages)
` [PATCH v3 2/3] ASoC: s3c24xx-i2s: pass DMA channels as platform data
` [PATCH v3 3/3] ASoC: samsung: pass filter function as pointer

[PATCH v3 00/22] kthread: Use kthread worker API more widely
 2015-11-18 14:25 UTC  (24+ messages)
` [PATCH v3 01/22] timer: Allow to check when the timer callback has not finished yet
` [PATCH v3 02/22] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v3 03/22] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v3 04/22] kthread: Add create_kthread_worker*()
` [PATCH v3 05/22] kthread: Add drain_kthread_worker()
` [PATCH v3 06/22] kthread: Add destroy_kthread_worker()
` [PATCH v3 07/22] kthread: Detect when a kthread work is used by more workers
` [PATCH v3 08/22] kthread: Initial support for delayed kthread work
` [PATCH v3 09/22] kthread: Allow to cancel "
` [PATCH v3 10/22] kthread: Allow to modify delayed "
` [PATCH v3 11/22] kthread: Better support freezable kthread workers
` [PATCH v3 12/22] kthread: Use try_lock_kthread_work() in flush_kthread_work()
` [PATCH v3 13/22] mm/huge_page: Convert khugepaged() into kthread worker API
` [PATCH v3 14/22] ring_buffer: Convert benchmark kthreads "
` [PATCH v3 15/22] hung_task: Convert hungtaskd "
` [PATCH v3 16/22] kmemleak: Convert kmemleak kthread "
` [PATCH v3 17/22] ipmi: Convert kipmi "
` [PATCH v3 18/22] IB/fmr_pool: Convert the cleanup thread "
` [PATCH v3 19/22] memstick/r592: Better synchronize debug messages in r592_io kthread
` [PATCH v3 20/22] memstick/r592: convert r592_io kthread into kthread worker API
` [PATCH v3 21/22] thermal/intel_powerclamp: Remove duplicated code that starts the kthread
` [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[PATCH] pci: completely disable aspm if it's unsupported
 2015-11-18 14:25 UTC 

linux-next: manual merge of the tegra tree with the renesas tree
 2015-11-18 14:22 UTC  (2+ messages)

[PATCH] locks: use list_first_entry_or_null()
 2015-11-18 14:22 UTC  (2+ messages)

[PATCH v3] SPI: s3c64xx: pass DMA arguments in platform data
 2015-11-18 14:21 UTC 

[PATCH v3 0/5] Add reboot notifier driver for rockchip platform
 2015-11-18 14:18 UTC  (3+ messages)
` [PATCH v3 1/5] ARM: dts: rockchip: rk3288-veyron: rename pinctrl node reboot to reset

[PATCH] mm, thp: use list_first_entry_or_null()
 2015-11-18 14:17 UTC  (2+ messages)

[PATCH 0/3] __GFP_REPEAT cleanup
 2015-11-18 14:15 UTC  (5+ messages)
` [PATCH 1/3] tree wide: get rid of __GFP_REPEAT for order-0 allocations part I

[PATCH v2] reset: remove unused device pointer from struct reset_control
 2015-11-18 14:14 UTC 

[PATCH 0/4 v2] Implement access checks in iommu page fault paths
 2015-11-18 14:07 UTC  (2+ messages)

add a proper completion queue abstraction
 2015-11-18 14:06 UTC  (21+ messages)
` [PATCH 1/9] move blk_iopoll to limit and make it generally available
` [PATCH 2/9] IB: add a proper completion queue abstraction
` [PATCH 3/9] IB: add a helper to safely drain a QP
` [PATCH 4/9] srpt: chain RDMA READ/WRITE requests
` [PATCH 5/9] srpt: use the new CQ API
` [PATCH 6/9] srp: "

[PATCH] vfs: use list_{first,next}_entry
 2015-11-18 14:05 UTC 

[PATCH v5 0/3] Dynamic power model from device tree
 2015-11-18 14:04 UTC  (5+ messages)
` [PATCH v5 3/3] cpufreq: arm_big_little: Add support to register a cpufreq cooling device

kernel BUG at drivers/scsi/scsi_lib.c:1096!
 2015-11-18 14:03 UTC  (2+ messages)

[PATCH 2/3 v7] livepatch: add sympos as disambiguator field to klp_reloc
 2015-11-18 14:01 UTC  (3+ messages)

[PATCH] block: add calls to split trace point
 2015-11-18 14:01 UTC  (2+ messages)

[PATCH v2] gpio: 104-idio-16: Use lowercase symbol names for const variables
 2015-11-18 13:56 UTC  (2+ messages)

[PATCH] reset: remove unused device pointer from struct reset_control
 2015-11-18 13:54 UTC  (2+ messages)

[PATCH] pinctrl: mediatek: Add get_direction support
 2015-11-18 13:54 UTC  (2+ messages)

[PATCH] clocksource: Store reg field within struct clocksource
 2015-11-18 13:51 UTC  (2+ messages)

[RFC] mempolicy: convert the shared_policy lock to a rwlock
 2015-11-18 13:50 UTC  (3+ messages)
` [PATCH] "

[PATCH v2 0/4] Drivers: hv: utils: prevent crash when a utility driver is disabled host side
 2015-11-18 13:40 UTC  (5+ messages)
` [PATCH v2 1/4] Drivers: hv: utils: fix memory leak on on_msg() failure
` [PATCH v2 2/4] Drivers: hv: utils: rename outmsg_lock
` [PATCH v2 3/4] Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
` [PATCH v2 4/4] Drivers: hv: utils: fix crash when device is removed from host side

[PATCH 1/2] usb: doc: dwc3-xilinx: Add devicetree bindings
 2015-11-18 12:50 UTC 

[PATCH] memory-hotplug: use PFN_DOWN in should_add_memory_movable
 2015-11-18 13:31 UTC 

[RESEND PATCH v2 0/6] ARM: dts: Use correct CD properties for SDIO and eMMC in Snow and Peach
 2015-11-18 13:32 UTC  (8+ messages)
` [RESEND PATCH v2 1/6] ARM: dts: Mark SDIO as non-removable in exynos5800-peach-pi
` [RESEND PATCH v2 2/6] ARM: dts: Mark SDIO as non-removable in exynos5420-peach-pit
` [RESEND PATCH v2 3/6] ARM: dts: Mark SDIO as non-removable in exynos5250-snow-common
` [RESEND PATCH v2 4/6] ARM: dts: Remove broken-cd from eMMC node in exynos5800-peach-pi
` [RESEND PATCH v2 5/6] ARM: dts: Remove broken-cd from eMMC node in exynos5420-peach-pi
` [RESEND PATCH v2 6/6] ARM: dts: Mark eMMC as non-removable in exynos5250-snow-common

[PATCHv2] ASoC: samsung: pass DMA channels as pointers
 2015-11-18 13:29 UTC  (4+ messages)
` [PATCHv2 2/3] ASoC: s3c24xx-i2s: pass DMA channels as platform data
    ` [PATCH v3 "

[GIT PULL 00/16] perf/ebpf improvements and fixes
 2015-11-18 13:27 UTC  (5+ messages)

[PATCH 2/3] net/ceph: do not define list_entry_next
 2015-11-18 13:24 UTC  (3+ messages)

[PATCH 2/2] usb: dwc3: Add Xilinx ZynqMP platform specific glue layer
 2015-11-18 12:51 UTC 

trace: trace_kprobe.c always shows interrupts off
 2015-11-18 13:11 UTC  (4+ messages)

[PATCH] blk-throttle: use list_first_entry_or_null()
 2015-11-18 13:07 UTC 

[PATCH] drm/qxl: fix cursor position with non-zero hotspot
 2015-11-18 12:58 UTC  (2+ messages)

[PATCH v3 0/1] i2c: taos-evm: replace simple_strtoul by kstrtou8
 2015-11-18 12:55 UTC  (2+ messages)
` [PATCH v3 1/1] "

BUG: KASAN: stack-out-of-bounds in acpi_ns_lookup+0x16f/0x86b
 2015-11-18 12:55 UTC 

[PATCH] ARM: multi_v7_defconfig: Build ChromeOS EC drivers as modules
 2015-11-18 12:47 UTC  (2+ messages)

[PATCH perf/core 00/13] perf memory/refcnt leak fixes
 2015-11-18 12:46 UTC  (2+ messages)

[PATCH] usb: gadget: Add the console support for usb-to-serial port
 2015-11-18 12:45 UTC  (7+ messages)

[PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
 2015-11-18 12:43 UTC  (9+ messages)
                                ` [PATCH] KVM-async_pf: Delete an unnecessary check before the function call "kmem_cache_destroy"
                                ` [PATCH] net-scm: Delete an unnecessary check before the function call "kfree"
                                    `  "
                                        ` net-scm: Macro for special pattern?

[PATCH V5 0/9] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
 2015-11-18 12:41 UTC  (5+ messages)
` [PATCH V5 8/9] PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()

[PATCH] mmc: dw_mmc: use resource_size_t to store physical address
 2015-11-18 12:38 UTC  (4+ messages)

[PATCH 00/37] x86: Memory Protection Keys
 2015-11-18 12:29 UTC  (3+ messages)
` [PATCH 02/37] mm, frame_vector: do not use get_user_pages_locked()

next build: 235 warnings 3 failures (next/next-20151117)
 2015-11-18 12:28 UTC  (7+ messages)

[PATCH] DT: add Olimex to vendor prefixes
 2015-11-18 12:20 UTC 

[PATCH 3/3] security/apparmor: do not define list_entry_next
 2015-11-18 12:14 UTC 

irq_fpu_usable() is irreliable
 2015-11-18 12:16 UTC  (3+ messages)

[PATCH 1/2] arm64: Fix STRICT_MM_TYPECHECKS errors from pgprot
 2015-11-18 12:14 UTC  (3+ messages)
` [PATCHv2] arm64: Fix R/O permissions in mark_rodata_ro

[PATCH 1/3] misc:scif: do not define list_entry_next
 2015-11-18 12:10 UTC 

[RFC2 PATCH v6 00/19] ILP32 for ARM64
 2015-11-18 12:04 UTC  (7+ messages)
` [PATCH v6 18/19] arm64:ilp32: change COMPAT_ELF_PLATFORM to report a a subplatform for ILP32
` [PATCH v6 15/19] arm64: ilp32: force IPC_64 in msgctl, shmctl, semctl

[PATCH] drivers:staging:wilc1000 Fix all comparison to NULL could be written 
 2015-11-18 11:45 UTC 

[RFC PATCH 0/3] x86, kvm: Unify CPUID computation and fix MSR accessing
 2015-11-18 11:35 UTC  (9+ messages)
` [RFC PATCH 1/3] x86/cpu: Unify CPU family, model, stepping calculation
` [RFC PATCH 2/3] kvm: Add accessors for guest CPU's family, model, stepping
` [RFC PATCH 3/3] x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR

[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
 2015-11-18 11:35 UTC  (2+ messages)

[PATCH] selftests/powerpc: Add script to test HMI functionality
 2015-11-18 11:33 UTC 

[PATCH v2 0/2] ASoC: Add support for DA7217 and DA7218 audio codecs
 2015-11-18 11:23 UTC  (6+ messages)
` [PATCH v2 1/2] ASoC: da7218: Add bindings documentation for DA7218 audio codec

[PATCH] drivers:staging:wilc1000 Fix comparison to NULL messages
 2015-11-18 11:30 UTC  (3+ messages)

[PATCH 4/4] locking: Introduce smp_cond_acquire()
 2015-11-18 11:25 UTC  (11+ messages)

REPLY
 2015-11-18 11:18 UTC 

[PATCH v3 04/12] usb: xhci: dbc: add support for Intel xHCI dbc quirk
 2015-11-18 11:10 UTC  (5+ messages)

[PATCH] drm: support hotspot for universal plane cursors
 2015-11-18 11:08 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] KVM: powerpc: kvmppc_visible_gpa can be boolean
 2015-11-18 11:05 UTC  (2+ messages)

[PATCH] of: Fix comparison of reserved memory regions
 2015-11-18 10:46 UTC 

[PATCH v2 00/11] DAX fsynx/msync support
 2015-11-18 10:40 UTC  (7+ messages)
` [PATCH v2 03/11] pmem: enable REQ_FUA/REQ_FLUSH handling

[PATCH v3 0/4] Simple wait queue support
 2015-11-18 10:33 UTC  (4+ messages)
` [PATCH v3 1/4] wait.[ch]: Introduce the simple waitqueue (swait) implementation

[PATCH 0/2] can: m_can: Add CAN clock generated by UPLLCK support
 2015-11-18 10:25 UTC  (5+ messages)
` [PATCH 1/2] can: m_can: Increase delay to ensure written INIT accepted
` [PATCH 2/2] can: m_can: Add CAN clock generated by UPLLCK support

[PATCH v2] kasan: fix kmemleak false-positive in kasan_module_alloc()
 2015-11-18 10:20 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox