linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-18 22:22:49 to 2013-06-25 01:46:45 UTC [more...]

[PATCH] arch: s390: kernel: reset 'c->hotpluggable' when failure occurs
 2013-06-25  1:46 UTC 

[PATCH] arch: arm64: kernel: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()
 2013-06-25  1:31 UTC  (10+ messages)
` [PATCH v2] "
  ` [Suggestion] arch: arm64: xen: "ln -s" the paravirt.h from arm

[PATCH 00/45] CPU hotplug: stop_machine()-free CPU hotplug, part 1
 2013-06-24 23:26 UTC  (112+ messages)
` [PATCH 01/45] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH 02/45] CPU hotplug: Clarify the usage of different synchronization APIs
` [PATCH 03/45] Documentation, CPU hotplug: Recommend usage of get/put_online_cpus_atomic()
` [PATCH 04/45] CPU hotplug: Add infrastructure to check lacking hotplug synchronization
` [PATCH 05/45] CPU hotplug: Protect set_cpu_online() to avoid false-positives
` [PATCH 06/45] CPU hotplug: Sprinkle debugging checks to catch locking bugs
` [PATCH 07/45] CPU hotplug: Expose the new debug config option
` [PATCH 08/45] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH 09/45] smp: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH 10/45] sched/core: "
` [PATCH 11/45] migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH 12/45] sched/fair: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH 13/45] timer: "
` [PATCH 14/45] sched/rt: "
` [PATCH 15/45] rcu: "
` [PATCH 16/45] tick-broadcast: "
` [PATCH 17/45] time/clocksource: "
` [PATCH 18/45] softirq: "
` [PATCH 19/45] irq: "
` [PATCH 20/45] net: "
` [PATCH 21/45] block: "
` [PATCH 22/45] percpu_counter: "
` [PATCH 23/45] infiniband: ehca: "
` [PATCH 24/45] [SCSI] fcoe: "
` [PATCH 25/45] staging/octeon: "
` [PATCH 26/45] x86: "
` [PATCH 27/45] perf/x86: "
` [PATCH 28/45] KVM: "
` [PATCH 29/45] kvm/vmx: "
` [PATCH 30/45] x86/xen: "
` [PATCH 31/45] alpha/smp: "
` [PATCH 32/45] blackfin/smp: "
` [PATCH 33/45] cris/smp: "
` [PATCH 34/45] hexagon/smp: "
` [PATCH 35/45] ia64: irq, perfmon: "
` [PATCH 36/45] ia64: smp, tlb: "
` [PATCH 37/45] m32r: "
` [PATCH 38/45] MIPS: "
` [PATCH 39/45] mn10300: "
` [PATCH 40/45] powerpc, irq: Use GFP_ATOMIC allocations in atomic context
` [PATCH 41/45] powerpc: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH 42/45] powerpc: Use get/put_online_cpus_atomic() to avoid false-positive warning
` [PATCH 43/45] sh: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH 44/45] sparc: "
` [PATCH 45/45] tile: "

[RFC PATCH 00/16] Remove unused arch_*_relax operations from spinlocks
 2013-06-24 11:58 UTC  (26+ messages)
` [RFC PATCH 01/16] alpha: locks: remove unused arch_*_relax operations
` [RFC PATCH 02/16] arc: "
` [RFC PATCH 03/16] ARM: "
` [RFC PATCH 04/16] arm64: "
` [RFC PATCH 05/16] blackfin: "
` [RFC PATCH 06/16] cris: "
` [RFC PATCH 07/16] ia64: "
` [RFC PATCH 08/16] m32r: "
` [RFC PATCH 09/16] metag: "
` [RFC PATCH 10/16] mips: "
` [RFC PATCH 11/16] hppa: "
` [RFC PATCH 12/16] powerpc: "
` [RFC PATCH 13/16] s390: "
` [RFC PATCH 14/16] sh: "
` [RFC PATCH 15/16] sparc: "
` [RFC PATCH 16/16] x86: "

[PATCH v2 0/3] make Xilinx System ACE driver arch-independent
 2013-06-24  8:37 UTC  (6+ messages)
` [PATCH v2 1/3] drivers/block/xsysace - replace in(out)_8/in(out)_be16/in(out)_le16 with generic iowrite(read)8/16(be)
` [PATCH v2 2/3] drivers/block/xsysace - use "_rep" accessors with CPU endianess for data
` [PATCH v2 3/3] drivers/block - make Xilinx SystemACE driver arch-independent

[PATCH v5 0/7] add mutex wait/wound/style style locks
 2013-06-24  8:30 UTC  (22+ messages)
` [PATCH v5 1/7] arch: make __mutex_fastpath_lock_retval return whether fastpath succeeded or not
` [PATCH v5 2/7] mutex: add support for wound/wait style locks, v5
        ` [PATCH v6 2/7] mutex: add support for wound/wait style locks
` [PATCH v5 3/7] mutex: w/w mutex slowpath debugging
` [PATCH v5 4/7] mutex: Add ww tests to lib/locking-selftest.c. v5
` [PATCH v5 5/7] mutex: add more tests to lib/locking-selftest.c
` [PATCH v5 6/7] mutex: add more ww tests to test EDEADLK path handling
` [PATCH v5 7/7] locking-selftests: handle unexpected failures more strictly

Get rid of cpuinit?
 2013-06-23 10:15 UTC  (8+ messages)
        ` Status of __cpuinit removal

[PATCH] arch: xtensa: include: asm: define '_PAGE_CHG_MASK' when 'NOMMU'
 2013-06-22  9:40 UTC  (4+ messages)

[Suggestion] arch: arm: kernel: about 'allmodconfig' for OMAP1 compiling issue
 2013-06-22  8:19 UTC 

[PATCH] arch: m68k: include: asm: define 'VM_DATA_DEFAULT_FLAGS' no matter whether has 'NOMMU' or not
 2013-06-22  6:56 UTC  (2+ messages)

[PATCH] arch: sparc: kernel: check the memory length before use strcpy()
 2013-06-22  5:26 UTC 

[PATCH v2] PowerPC: kernel: need return the related error code when failure occurs
 2013-06-22  4:08 UTC 

[PATCH] drivers/block/xsysace - replace in(out)_8/in(out)_be16/in(out)_le16 with generic iowrite(read)8/16(be)
 2013-06-21 18:40 UTC  (4+ messages)

hi
 2013-06-21 17:50 UTC 

[PATCH] dma-mapping: Add BUG_ON for uninitialized dma_ops
 2013-06-19 15:20 UTC  (4+ messages)

[PATCH] arch: sparc: prom: looping issue, need additional length check in the outside looping
 2013-06-19  9:24 UTC  (4+ messages)

[PATCH v7] arm: Preserve the user r/w register TPIDRURW on context, switch and fork
 2013-06-18 22:22 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;
as well as URLs for NNTP newsgroup(s).