messages from 2014-03-04 19:00:38 to 2014-03-10 20:42:08 UTC [more...]
[PATCH v3 00/52] CPU hotplug: Fix issues with callback registration
2014-03-10 20:42 UTC (96+ 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: "
` [PATCH v3 21/52] x86, therm_throt.c: Remove unused therm_cpu_lock
` [PATCH v3 22/52] x86, amd, ibs: Fix CPU hotplug callback registration
` [PATCH v3 23/52] x86, intel, cacheinfo: "
` [PATCH v3 24/52] x86, intel, rapl: "
` [PATCH v3 25/52] x86, amd, uncore: "
` [PATCH v3 26/52] x86, hpet: "
` [PATCH v3 27/52] x86, pci, amd-bus: "
` [PATCH v3 28/52] x86, oprofile, nmi: "
` [PATCH v3 29/52] x86, kvm: "
` [PATCH v3 30/52] arm64, hw_breakpoint.c: "
` [PATCH v3 31/52] arm64, debug-monitors: "
` [PATCH v3 32/52] powercap, intel-rapl: "
` [PATCH v3 33/52] scsi, bnx2i: "
` [PATCH v3 34/52] scsi, bnx2fc: "
` [PATCH v3 35/52] scsi, fcoe: "
` [PATCH v3 36/52] zsmalloc: "
` [PATCH v3 37/52] acpi-cpufreq: "
` [PATCH v3 38/52] drivers/base/topology.c: "
` [PATCH v3 39/52] clocksource, dummy-timer: "
` [PATCH v3 40/52] intel-idle: "
` [PATCH v3 41/52] oprofile, nmi-timer: "
` [PATCH v3 42/52] octeon, watchdog: "
` [PATCH v3 43/52] thermal, x86-pkg-temp: "
` [PATCH v3 44/52] hwmon, coretemp: "
` [PATCH v3 45/52] hwmon, via-cputemp: "
` [PATCH v3 46/52] xen, balloon: "
` [PATCH v3 47/52] trace, ring-buffer: "
` [PATCH v3 48/52] profile: "
[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 (36+ 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 (10+ messages)
` [PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
[PATCH 23/44] unicore32: Use get_signal() signal_setup_done()
2014-03-04 21:00 UTC (7+ messages)
` [PATCH 28/44] Add translate_signal() helper
[RFC PATCH] Remove CONFIG_DCACHE_WORD_ACCESS
2014-03-04 20:23 UTC (2+ messages)
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).