messages from 2014-03-03 00:01:25 to 2014-03-10 20:37:21 UTC [more...]
[PATCH v3 00/52] CPU hotplug: Fix issues with callback registration
2014-03-10 20:37 UTC (38+ messages)
` [PATCH v3 01/52] CPU hotplug: Add lockdep annotations to get/put_online_cpus()
` [PATCH v3 02/52] CPU hotplug: Provide lockless versions of callback registration functions
` [PATCH v3 03/52] Doc/cpu-hotplug: Specify race-free way to register CPU hotplug callbacks
` [PATCH v3 04/52] CPU hotplug, perf: Fix CPU hotplug callback registration
` [PATCH v3 05/52] ia64, salinfo: Fix "
` [PATCH v3 06/52] ia64, palinfo: Fix CPU "
` [PATCH v3 07/52] ia64, topology: "
` [PATCH v3 08/52] ia64, err-inject: "
` [PATCH v3 09/52] arm, hw-breakpoint: "
` [PATCH v3 10/52] arm, kvm: "
` [PATCH v3 11/52] s390, cacheinfo: "
` [PATCH v3 12/52] s390, smp: "
` [PATCH v3 13/52] sparc, sysfs: "
` [PATCH v3 14/52] powerpc, "
` [PATCH v3 15/52] x86, msr: "
` [PATCH v3 16/52] x86, cpuid: "
` [PATCH v3 17/52] x86, vsyscall: "
` [PATCH v3 18/52] x86, intel, uncore: "
` [PATCH v3 19/52] x86, mce: "
` [PATCH v3 20/52] x86, therm_throt.c: "
[RFC][PATCH 0/7] locking: qspinlock
2014-03-10 15:42 UTC (14+ messages)
` [RFC][PATCH 1/7] qspinlock: Introducing a 4-byte queue spinlock implementation
` [RFC][PATCH 2/7] qspinlock, x86: Enable x86 to use queue spinlock
` [RFC][PATCH 3/7] qspinlock: Add pending bit
` [RFC][PATCH 4/7] x86: Add atomic_test_and_set_bit()
` [RFC][PATCH 5/7] qspinlock: Optimize the pending case
` [RFC][PATCH 6/7] qspinlock: Optimize xchg_tail
` [RFC][PATCH 7/7] qspinlock: Optimize for smaller NR_CPUS
[PATCH v2 1/5] bug: When !CONFIG_BUG, simplify WARN_ON_ONCE and family
2014-03-10 1:03 UTC (10+ messages)
` [PATCH v2 5/5] bug: Make BUG() call unreachable()
` [PATCH v3 1/5] bug: When !CONFIG_BUG, simplify WARN_ON_ONCE and family
` [PATCH v3 2/5] include/asm-generic/bug.h: Style fix: s/while(0)/while (0)/
` [PATCH v3 3/5] bug: When !CONFIG_BUG, make WARN call no_printk to check format and args
` [PATCH v3 4/5] bug: Make BUG() always stop the machine
` [PATCH v3 5/5] x86: Always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUG
[RFC][PATCH 0/5] arch: atomic rework
2014-03-07 19:11 UTC (62+ messages)
[for-next][PATCH 16/20] ftrace: Pass retval through return in ftrace_dyn_arch_init()
2014-03-07 15:09 UTC (3+ messages)
` [for-next][PATCH 17/20] ftrace: Do not pass data to ftrace_dyn_arch_init
[PATCH v2 00/52] CPU hotplug: Fix issues with callback registration
2014-03-07 6:21 UTC (5+ messages)
` [PATCH v2 14/52] powerpc, sysfs: Fix CPU hotplug "
Making a universal list of syscalls?
2014-03-06 23:44 UTC (10+ messages)
[PATCH 0/6][RFC] audit: standardize and simplify syscall_get_arch()
2014-03-06 19:55 UTC (19+ messages)
` [PATCH 1/6][RFC] syscall: define syscall_get_arch() for each audit-supported arch
` [PATCH 2/6][RFC] audit: add arch field to seccomp event log
` [PATCH 3/6][RFC] audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() directly
` [PATCH 4/6][RFC] audit: drop arch from audit_syscall_entry() interface
` [PATCH 5/6][RFC] audit: drop args from syscall_get_arch() interface
` [PATCH 6/6][RFC] audit: drop arch from __audit_syscall_entry() interface
[PATCH 0/6] cputime: Fixes and cleanups on steal time accounting
2014-03-06 19:40 UTC (4+ messages)
` [PATCH 6/6] arch: Remove stub cputime.h headers
[PATCH/RFC 00/16] compat: convert to COMPAT_SYSCALL_DEFINE
2014-03-06 16:14 UTC (18+ messages)
` [PATCH/RFC 01/16] compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64
` [PATCH/RFC 02/16] compat: add COMPAT_SYSCALL_DEFINE0 macro
` [PATCH/RFC 03/16] ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_t
` [PATCH/RFC 04/16] fs/compat: optional preadv64/pwrite64 compat system calls
` [PATCH/RFC 05/16] kernel/compat: convert to COMPAT_SYSCALL_DEFINE
` [PATCH/RFC 06/16] net/compat: "
` [PATCH/RFC 07/16] mm/compat: "
` [PATCH/RFC 08/16] security/compat: "
` [PATCH/RFC 09/16] fs/compat: "
` [PATCH/RFC 10/16] ipc/compat: "
` [PATCH/RFC 11/16] fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
` [PATCH/RFC 12/16] ipc/compat: "
` [PATCH/RFC 13/16] net/compat: "
` [PATCH/RFC 14/16] kexec/compat: "
` [PATCH/RFC 15/16] mm/compat: "
` [PATCH/RFC 16/16] s390/compat: build error for large compat syscall args
[PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with PV support
2014-03-05 20:59 UTC (29+ messages)
` [PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
` [PATCH RFC v5 4/8] pvqspinlock, x86: Allow unfair spinlock in a real PV environment
` [PATCH RFC v5 7/8] pvqspinlock, x86: Add qspinlock para-virtualization support
` [Xen-devel] "
[PATCH 23/44] unicore32: Use get_signal() signal_setup_done()
2014-03-04 21:00 UTC (10+ messages)
` [PATCH 28/44] Add translate_signal() helper
` [PATCH 29/44] arc: Use translate_signal()
[RFC PATCH] Remove CONFIG_DCACHE_WORD_ACCESS
2014-03-04 20:23 UTC (2+ messages)
[PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with PV support
2014-03-04 15:06 UTC (12+ messages)
` [PATCH v5 1/8] qspinlock: Introducing a 4-byte queue spinlock implementation
` [PATCH v5 2/8] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
[PATCH 0/6] dma-buf synchronization patches
2014-03-04 10:42 UTC (18+ messages)
` [PATCH 2/6] seqno-fence: Hardware dma-buf implementation of fencing (v4)
` [PATCH 4/6] android: convert sync to fence api, v4
[wireless-next:master 169/199] drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:2469:3: error: implicit declaration of function 'atomic_set_mask'
2014-03-03 13:21 UTC
[PATCH 11/44] m68k: Use get_signal() signal_setup_done()
2014-03-03 11:15 UTC (4+ messages)
` [PATCH 12/44] metag: "
Global signal cleanup, take 2
2014-03-03 9:04 UTC (5+ messages)
` [PATCH 01/44] arc: Use get_signal() signal_setup_done()
[PATCH] asm-generic: add sched_setattr/sched_getattr syscalls
2014-03-03 6:16 UTC (2+ messages)
[PATCH 35/44] m68k: Use translate_signal()
2014-03-03 0:00 UTC (15+ messages)
` [PATCH 38/44] s390: "
` [PATCH 39/44] sh: "
` [PATCH 40/44] tile: "
` [PATCH 41/44] unicore32: "
` [PATCH 42/44] x86: "
` [PATCH 43/44] um/x86: "
` [PATCH 44/44] xtensa: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).