linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-25 20:29:57 to 2013-06-27 19:56:55 UTC [more...]

[PATCH v3 00/45] CPU hotplug: stop_machine()-free CPU hotplug, part 1
 2013-06-27 19:56 UTC  (30+ messages)
` [PATCH v3 01/45] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH v3 02/45] CPU hotplug: Clarify the usage of different synchronization APIs
` [PATCH v3 03/45] Documentation, CPU hotplug: Recommend usage of get/put_online_cpus_atomic()
` [PATCH v3 04/45] CPU hotplug: Add infrastructure to check lacking hotplug synchronization
` [PATCH v3 05/45] CPU hotplug: Protect set_cpu_online() to avoid false-positives
` [PATCH v3 06/45] CPU hotplug: Sprinkle debugging checks to catch locking bugs
` [PATCH v3 07/45] CPU hotplug: Add _nocheck() variants of accessor functions
` [PATCH v3 08/45] CPU hotplug: Expose the new debug config option
` [PATCH v3 09/45] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH v3 10/45] smp: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v3 11/45] sched/core: "
` [PATCH v3 12/45] migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH v3 13/45] sched/fair: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v3 14/45] timer: "
` [PATCH v3 15/45] sched/rt: "
` [PATCH v3 16/45] rcu: Use cpu_is_offline_nocheck() to avoid false-positive warnings
` [PATCH v3 17/45] tick-broadcast: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v3 18/45] time/clocksource: "
` [PATCH v3 19/45] softirq: "
` [PATCH v3 20/45] irq: "
` [PATCH v3 21/45] net: "
` [PATCH v3 22/45] block: "
` [PATCH v3 24/45] infiniband: ehca: "
` [PATCH v3 25/45] [SCSI] fcoe: "

[PATCH v2 0/3] make Xilinx System ACE driver arch-independent
 2013-06-27 13:44 UTC  (6+ messages)
` [PATCH v2 2/3] drivers/block/xsysace - use "_rep" accessors with CPU endianess for data

[PATCH] include/asm-generic/pci.h: include generic "pci-dma-compat.h"
 2013-06-27 10:14 UTC  (4+ messages)

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

[PATCH] arch: m32r: include: asm: add "dma-mapping-common.h"
 2013-06-27  9:40 UTC  (5+ messages)

[PATCH] arch: m32r: include: asm: add generic ioremap_wc() definition
 2013-06-27  9:32 UTC  (11+ messages)
` [PATCH] arch: m32r: include: asm: use 'readb' instead of 'read'
  ` [PATCH] arch: m32r: include: asm: add ioread*be() and iowrite*be()
    ` [PATCH] arch: m32r: include: asm: add ioread*_rep() and iowrite*_rep()

[PATCH] arch: s390: kernel: reset 'c->hotpluggable' when failure occurs
 2013-06-27  9:22 UTC  (9+ messages)
      ` [PATCH v2] arch: s390: kernel: scan all present cpu forcely

[PATCH] arch: cris: mm: add a code block for variable declaration
 2013-06-27  6:43 UTC  (2+ messages)

[PATCH] arch: m32r: include: asm: add generic cmpxchg64() definition
 2013-06-27  2:14 UTC  (2+ messages)

[PATCH] arch: m32r: include: asm: add kvm_para.h
 2013-06-27  1:49 UTC 

[PATCH] arch: frv: mb93090-mb00: remove '__init' for pci_fixup_umc_ide() which used by 'DECLARE_PCI_FIXUP_HEADER'
 2013-06-27  0:21 UTC  (4+ messages)

ARM pagetable setting in Linux
 2013-06-26 17:54 UTC  (4+ messages)

[PATCH] dma-mapping: Add BUG_ON for uninitialized dma_ops
 2013-06-26 12:58 UTC  (6+ messages)

[PATCH] include/asm-generic/io.h: add 'UML' case just like 'no-MMU'
 2013-06-26 10:22 UTC  (22+ messages)

[PATCH] arch: asm-geniric: for atomic_set_mask() 1st param, use 'unsigned int' instead of 'unsigned long'
 2013-06-26  2:03 UTC  (6+ messages)
  ` [PATCH v2] arch: asm-generic: "

[PATCH] arch: m32r: kernel: use 'COPY_UNALIGNED_HWORD' instead of 'COPY_UNALIGNED_WORD'
 2013-06-26  3:58 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).