linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-06 15:51:35 to 2014-03-12 18:54:48 UTC [more...]

[PATCH v6 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-03-12 18:54 UTC  (2+ messages)
` [PATCH v6 01/11] qspinlock: A generic 4-byte queue spinlock implementation

[GIT PULL v2] timers updates for 3.15
 2014-03-12 16:36 UTC  (2+ messages)

[RFC][PATCH 0/7] locking: qspinlock
 2014-03-12 16:23 UTC  (31+ 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

[GIT PULL] timers updates for 3.15
 2014-03-12 16:23 UTC  (10+ messages)
` [PATCH 6/6] arch: Remove stub cputime.h headers
    ` [PATCH v2] "

[tip:timers/core] arch: Remove stub cputime.h headers
 2014-03-12 10:46 UTC 

[PATCH v3 00/52] CPU hotplug: Fix issues with callback registration
 2014-03-11 22:07 UTC  (110+ 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: "
` [PATCH v3 49/52] mm, vmstat: "
` [PATCH v3 50/52] mm, zswap: "
` [PATCH v3 51/52] net/core/flow.c: "
` [PATCH v3 52/52] net/iucv/iucv.c: "

[PATCH 1/2] syscall_get_arch: remove useless function arguments
 2014-03-11 21:32 UTC  (2+ messages)

[RFC PATCH] Remove CONFIG_DCACHE_WORD_ACCESS
 2014-03-11 20:37 UTC  (3+ messages)

[PATCH v2 1/5] bug: When !CONFIG_BUG, simplify WARN_ON_ONCE and family
 2014-03-11 17:49 UTC  (13+ 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  (20+ 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  (5+ messages)

[PATCH 0/6][RFC] audit: standardize and simplify syscall_get_arch()
 2014-03-06 19:55 UTC  (5+ messages)
` [PATCH 1/6][RFC] syscall: define syscall_get_arch() for each audit-supported arch

[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  (11+ messages)
` [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


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