LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
 messages from 2015-03-12 17:06:17 to 2015-03-12 20:01:52 UTC [more...]

[PATCH] Don't allow blocking of signals using sigreturn
 2015-03-12 20:01 UTC  (6+ messages)
  ` [PATCH] seccomp.2: Add note about alarm(2) not being sufficient to limit runtime

[PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-03-12 20:00 UTC  (21+ messages)
` [PATCH v6 03/30] PCI: Export busn_resource to drivers/pci
` [PATCH v6 04/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v6 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v6 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v6 21/30] PCI: Introduce pci_bus_child_max_busnr()

[PATCHv5 00/11] perf tools: Add perf data CTF conversion
 2015-03-12 19:59 UTC  (7+ messages)
` [PATCH 06/11] perf data: Switch to multiple cpu stream files

[PATCH v6 1/2] DT: hwspinlock: Add binding documentation for Qualcomm hwmutex
 2015-03-12 19:55 UTC  (6+ messages)
` [PATCH v6 2/2] hwspinlock: qcom: Add support for Qualcomm HW Mutex block
  ` [PATCH] Lock 7 is cpuidle specific, use non-generic value for locking

[PATCH v3 1/4] arm64: qcom: Add support for Qualcomm MSM8916 SoC
 2015-03-12 19:54 UTC  (6+ messages)
` [PATCH v3 2/4] arm64: dts: Add Qualcomm MSM8916 SoC and evaluation board dts

[BUG] perf report: ordered events and flushing bug
 2015-03-12 19:53 UTC  (8+ messages)

[PATCH 01/22] mm/memblock.c: %pF is only for function pointers
 2015-03-12 19:51 UTC  (16+ messages)
` [PATCH 05/22] PM / AVS: SmartReflex: "
` [PATCH 08/22] ARM: "
` [PATCH 12/22] sparc: "
` [PATCH 14/22] parisc: "

iptables problem upgrading kernel from 3.18.8 to 3.19.1
 2015-03-12 19:47 UTC  (3+ messages)

[PATCH V4] Allow compaction of unevictable pages
 2015-03-12 19:45 UTC  (3+ messages)

[PATCH v13 3/6] clk: Make clk API return per-user struct clk instances
 2015-03-12 19:43 UTC  (12+ messages)
        ` [Cocci] "

[PATCH RT 00/39] Linux 3.14.34-rt32-rc1
 2015-03-12 19:13 UTC  (39+ messages)
` [PATCH RT 01/39] gpio: omap: use raw locks for locking
` [PATCH RT 02/39] rtmutex: Simplify rtmutex_slowtrylock()
` [PATCH RT 03/39] rtmutex: Simplify and document try_to_take_rtmutex()
` [PATCH RT 04/39] rtmutex: No need to keep task ref for lock owner check
` [PATCH RT 05/39] rtmutex: Clarify the boost/deboost part
` [PATCH RT 06/39] rtmutex: Document pi chain walk
` [PATCH RT 07/39] rtmutex: Simplify remove_waiter()
` [PATCH RT 08/39] rtmutex: Confine deadlock logic to futex
` [PATCH RT 09/39] rtmutex: Cleanup deadlock detector debug logic
` [PATCH RT 10/39] rtmutex: Avoid pointless requeueing in the deadlock detection chain walk
` [PATCH RT 11/39] futex: Make unlock_pi more robust
` [PATCH RT 12/39] futex: Use futex_top_waiter() in lookup_pi_state()
` [PATCH RT 13/39] futex: Split out the waiter check from lookup_pi_state()
` [PATCH RT 14/39] futex: Split out the first waiter attachment "
` [PATCH RT 15/39] futex: Simplify futex_lock_pi_atomic() and make it more robust
` [PATCH RT 16/39] locking/rt-mutex: avoid a NULL pointer dereference on deadlock
` [PATCH RT 17/39] rtmutex.c: Fix incorrect waiter check
` [PATCH RT 18/39] rt,locking: fix __ww_mutex_lock_interruptible() lockdep annotation
` [PATCH RT 19/39] rtmutex: enable deadlock detection in ww_mutex_lock functions
` [PATCH RT 20/39] x86: UV: raw_spinlock conversion
` [PATCH RT 22/39] arm/futex: disable preemption during futex_atomic_cmpxchg_inatomic()
` [PATCH RT 23/39] ARM: cmpxchg: define __HAVE_ARCH_CMPXCHG for armv6 and later
` [PATCH RT 24/39] mips: rt: Replace pagefault_* to raw version
` [PATCH RT 25/39] sas-ata/isci: dontt disable interrupts in qc_issue handler
` [PATCH RT 26/39] scheduling while atomic in cgroup code
` [PATCH RT 27/39] work-simple: Simple work queue implemenation
` [PATCH RT 28/39] sunrpc: make svc_xprt_do_enqueue() use get_cpu_light()
` [PATCH RT 29/39] Revert "rwsem-rt: Do not allow readers to nest"
` [PATCH RT 30/39] locking: ww_mutex: fix ww_mutex vs self-deadlock
` [PATCH RT 31/39] thermal: Defer thermal wakups to threads
` [PATCH RT 32/39] lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionals
` [PATCH RT 33/39] fs/aio: simple simple work
` [PATCH RT 34/39] timers: Track total number of timers in list
` [PATCH RT 35/39] timers: Reduce __run_timers() latency for empty list
` [PATCH RT 36/39] timers: Reduce future __run_timers() latency for newly emptied list
` [PATCH RT 37/39] timers: Reduce future __run_timers() latency for first add to empty list
` [PATCH RT 38/39] staging: Mark rtl8821ae as broken
` [PATCH RT 39/39] Linux 3.14.34-rt32-rc1

Please kindly read my message
 2015-03-12 19:40 UTC 

[PATCH RT 00/36] Linux 3.12.38-rt53-rc1
 2015-03-12 19:22 UTC  (36+ messages)
` [PATCH RT 01/36] gpio: omap: use raw locks for locking
` [PATCH RT 02/36] create-rt-enqueue
` [PATCH RT 03/36] rtmutex: Simplify rtmutex_slowtrylock()
` [PATCH RT 04/36] rtmutex: Simplify and document try_to_take_rtmutex()
` [PATCH RT 05/36] rtmutex: No need to keep task ref for lock owner check
` [PATCH RT 06/36] rtmutex: Clarify the boost/deboost part
` [PATCH RT 07/36] rtmutex: Document pi chain walk
` [PATCH RT 08/36] rtmutex: Simplify remove_waiter()
` [PATCH RT 09/36] rtmutex: Confine deadlock logic to futex
` [PATCH RT 10/36] rtmutex: Cleanup deadlock detector debug logic
` [PATCH RT 11/36] rtmutex: Avoid pointless requeueing in the deadlock detection chain walk
` [PATCH RT 12/36] futex: Make unlock_pi more robust
` [PATCH RT 13/36] futex: Use futex_top_waiter() in lookup_pi_state()
` [PATCH RT 14/36] futex: Split out the waiter check from lookup_pi_state()
` [PATCH RT 15/36] futex: Split out the first waiter attachment "
` [PATCH RT 16/36] futex: Simplify futex_lock_pi_atomic() and make it more robust
` [PATCH RT 17/36] rt-mutex: avoid a NULL pointer dereference on deadlock
` [PATCH RT 18/36] rt: fix __ww_mutex_lock_interruptible() lockdep annotation
` [PATCH RT 19/36] rtmutex: enable deadlock detection in ww_mutex_lock functions
` [PATCH RT 20/36] x86: UV: raw_spinlock conversion
` [PATCH RT 22/36] arm/futex: disable preemption during futex_atomic_cmpxchg_inatomic()
` [PATCH RT 23/36] ARM: cmpxchg: define __HAVE_ARCH_CMPXCHG for armv6 and later
` [PATCH RT 24/36] sas-ata/isci: dontt disable interrupts in qc_issue handler
` [PATCH RT 25/36] scheduling while atomic in cgroup code
` [PATCH RT 26/36] work-simple: Simple work queue implemenation
` [PATCH RT 27/36] sunrpc: make svc_xprt_do_enqueue() use get_cpu_light()
` [PATCH RT 28/36] locking: ww_mutex: fix ww_mutex vs self-deadlock
` [PATCH RT 29/36] thermal: Defer thermal wakups to threads
` [PATCH RT 30/36] lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionals
` [PATCH RT 31/36] fs/aio: simple simple work
` [PATCH RT 32/36] timers: Track total number of timers in list
` [PATCH RT 33/36] timers: Reduce __run_timers() latency for empty list
` [PATCH RT 34/36] timers: Reduce future __run_timers() latency for newly emptied list
` [PATCH RT 35/36] timers: Reduce future __run_timers() latency for first add to empty list
` [PATCH RT 36/36] Linux 3.12.38-rt53-rc1

[PATCH v2 1/1] usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers
 2015-03-12 19:36 UTC  (3+ messages)

[PATCH] PM / Domains: If an OF node is found but no device probed yet, defer
 2015-03-12 19:31 UTC  (4+ messages)

[PATCH 1/5] can: kvaser_usb: Avoid double free on URB submission failures
 2015-03-12 19:30 UTC  (4+ messages)
` [PATCH v3 1/3] can: kvaser_usb: Fix tx queue start/stop race conditions

[PATCH 7/8] isdn: replace CONFIG_8xx by CONFIG_PPC_8xx
 2015-03-12 19:27 UTC  (3+ messages)

[PATCH 4/8] net: freescale: replace CONFIG_8xx by CONFIG_PPC_8xx
 2015-03-12 19:27 UTC  (2+ messages)

[PATCH RT 0/0] Linux
 2015-03-12 19:25 UTC  (2+ messages)

[PATCH 00/19 v4] Add timekeeping tests to kernel selftests
 2015-03-12 19:25 UTC  (2+ messages)

[RFC][PATCH] MAINTAINERS: Formalize Stephen Boyd as generic sched_clock maintainer
 2015-03-12 19:24 UTC  (3+ messages)

[PATCH] proc: show locks in /proc/pid/fdinfo/X
 2015-03-12 19:23 UTC  (4+ messages)

[PATCH v4] livepatch/module: Correctly handle coming and going modules
 2015-03-12 19:23 UTC  (2+ messages)

[PATCH 1/6] dgnc: clean up digi.h
 2015-03-12 19:18 UTC  (8+ messages)
` [PATCH 2/6] dgnc: get rid of dpacompat.h, move remaining stuff to digi.h
` [PATCH 3/6] dgnc: convert TRUE/FALSE #defines to 1/0
` [PATCH 4/6] dgnc: remove old 2.4-2.6 compat kernel defines
` [PATCH 5/6] dgnc: remove unused stuff from dgnc_cls.h
` [PATCH 6/6] dgnc: Clean up dgnc_sysfs.h

[RFC] lib/vsprintf.c: Even faster decimal conversion
 2015-03-12 18:49 UTC  (3+ messages)
` [PATCH v1] "

[v2,00/11] Freescale DPAA FMan FLIB(s)
 2015-03-12 19:11 UTC 

Update the clk tree for linux-next
 2015-03-12 19:08 UTC 

[RFC/PATCHSET 0/6] perf kmem: Implement page allocation analysis (v1)
 2015-03-12 19:07 UTC  (3+ messages)

[PATCH v2.0 0/2] ARM: AT91: pm: add support to disable the DDR's clock
 2015-03-12 18:59 UTC  (2+ messages)

[PATCH v2.0 0/2] ARM: at91: Add pm support for sama5d3 and sama5d4
 2015-03-12 18:59 UTC  (2+ messages)

[PATCH v2.0 0/6] ARM: AT91: pm improvement for 4.1
 2015-03-12 18:58 UTC  (2+ messages)

[PATCH v2.0 0/3] ARM: AT91: pm cleanup for 4.1
 2015-03-12 18:58 UTC  (2+ messages)

[PATCH] Kconfig: drop bogus default values
 2015-03-12 18:51 UTC  (5+ messages)

[PATCH 0/6] AT91 pm improvement for 3.21
 2015-03-12 18:53 UTC  (4+ messages)
` [PATCH 2/6] pm: at91: move the copying the sram function to the sram initializationi phase

[PATCH 4/4] mm: numa: Slow PTE scan rate if migration failures occur
 2015-03-12 18:49 UTC  (11+ messages)

[PATCH] drm: atmel-hlcdc: fixes wrong enabled flag used in PM suspend/resume support
 2015-03-12 18:47 UTC 

[PATCH net] virtio-net: correctly delete napi hash
 2015-03-12 18:37 UTC  (3+ messages)

vvar, gup && coredump
 2015-03-12 18:33 UTC  (16+ messages)

[PATCH] ide: pdc202xxx_new: Remove do_gettimeofday() usage for ktime_get
 2015-03-12 18:24 UTC  (3+ messages)

[PATCH v10 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-03-12 18:21 UTC  (3+ messages)
` [PATCH v10 18/21] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64

[PATCH] net:Kconfig: drop no sense dependence entry for BONDING
 2015-03-12 18:15 UTC  (4+ messages)

[PATCH] mm: kill kmemcheck
 2015-03-12 18:11 UTC 

[RFC] mac80211-hwsim: Pass rate-ctrl flags and tx-power to user-space
 2015-03-12 18:06 UTC 

[RFC] capabilities: Ambient capabilities
 2015-03-12 18:08 UTC 

[RFC][PATCH] uptime: Convert uptime to use 64bit time accessor
 2015-03-12 18:03 UTC  (3+ messages)

[PATCH v4 0/2] Add support for Broadcom iProc touchscreen
 2015-03-12 17:59 UTC  (4+ messages)
  ` [PATCH v4 1/2] Input: touchscreen-iproc: Add Broadcom iProc touchscreen driver
  ` [PATCH v4 2/2] Input: touchscreen-iproc: add device tree bindings

[PATCH v4 2/4] arm64: dts: Add Qualcomm MSM8916 SoC and evaluation board dts
 2015-03-12 17:56 UTC 

[PATCH 0/4] workqueue: Introduce low-level unbound wq sysfs cpumask v4
 2015-03-12 17:49 UTC  (6+ messages)
` [PATCH 3/4] workqueue: Create low-level unbound workqueues cpumask
` [PATCH 4/4] workqueue: Allow modifying low level unbound workqueue cpumask

[PATCH] MAINTAINERS: add entry for Generic PM domains (genpd)
 2015-03-12 17:37 UTC  (2+ messages)

[PATCH] libata: revert "libata: use blk taging" et al
 2015-03-12 17:32 UTC  (9+ messages)

[PATCH] mce: use safe MSR accesses
 2015-03-12 17:30 UTC  (4+ messages)

[PATCH v2 1/4] staging: unisys: remove unused variables
 2015-03-12 17:30 UTC  (4+ messages)
` [PATCH v2 2/4] staging: unisys: dev_t initialization
` [PATCH v2 3/4] staging: unisys: remove comparison
` [PATCH v2 4/4] staging: unisys: remove forward declarations

[PATCH] rtlwifi: get buffer_desc before trying to alloc new skb
 2015-03-12 17:29 UTC  (2+ messages)

[RFC][PATCH] sysinfo: Use timespec64 accessors for calculating uptime
 2015-03-12 17:24 UTC 

[RFC][PATCH] amdkfd: Convert timestamping to use 64bit time accessors
 2015-03-12 17:23 UTC 

[PATCH v2 0/4] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
 2015-03-12 17:18 UTC  (5+ messages)
` [PATCH v2 1/4] mm, x86: Document return values of mapping funcs
` [PATCH v2 2/4] mtrr, x86: Fix MTRR lookup to handle inclusive entry
` [PATCH v2 3/4] mtrr, x86: Clean up mtrr_type_lookup()
` [PATCH v2 4/4] mtrr, mm, x86: Enhance MTRR checks for KVA huge page mapping

[BUG] mem leak (not: info leak) in perf (kernel 4.0.0-rc2)
 2015-03-12 17:14 UTC 


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