linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-26 08:35:13 to 2013-07-01 03:44:52 UTC [more...]

[PATCH] include/asm-generic/io.h: add 'UML' case just like 'no-MMU'
 2013-07-01  3:43 UTC  (21+ messages)

[PATCH] arch: m68k: include: asm: define 'VM_DATA_DEFAULT_FLAGS' no matter whether has 'NOMMU' or not
 2013-07-01  2:43 UTC  (3+ messages)

[PATCH] arch: tile: include: asm: add cmpxchg64() definition
 2013-07-01  2:21 UTC  (5+ messages)
          ` [PATCH v2] "

[PATCH] WIP: HACK: LPAE, BOOTMEM and NO_BOOTMEM
 2013-06-29 20:08 UTC  (9+ messages)

SCSI vs MN10300: Can get_user() be given an array?
 2013-06-28 18:16 UTC  (2+ messages)

[RFC PATCH 00/16] Remove unused arch_*_relax operations from spinlocks
 2013-06-28  7:31 UTC  (3+ messages)

[PATCH] include/asm-generic/iomap.h: trivial: use '__GENERIC_IOMAP_H' instead of '__GENERIC_IO_H'
 2013-06-28  2:37 UTC  (3+ messages)
  ` [PATCH v2] include/asm-generic/iomap.h: trivial: use '__ASM_GENERIC_IOMAP_H' "

[PATCH] arch: m32r: include: asm: add generic ioremap_wc() definition
 2013-06-28  2:19 UTC  (12+ 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()

ARM pagetable setting in Linux
 2013-06-28  2:18 UTC  (4+ messages)

[PATCH] arch: s390: kernel: reset 'c->hotpluggable' when failure occurs
 2013-06-28  1:23 UTC  (8+ messages)
      ` [PATCH v2] arch: s390: kernel: scan all present cpu forcely
            ` [PATCH] include/linux/interrupt.h: add dummy irq_set_irq_wake() for "!GENERIC_HARDIRQS"

[PATCH v3 00/45] CPU hotplug: stop_machine()-free CPU hotplug, part 1
 2013-06-27 20:12 UTC  (92+ 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 23/45] percpu_counter: Use _nocheck version of for_each_online_cpu()
` [PATCH v3 24/45] infiniband: ehca: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v3 25/45] [SCSI] fcoe: "
` [PATCH v3 26/45] staging/octeon: "
` [PATCH v3 27/45] x86: "
` [PATCH v3 28/45] perf/x86: "
` [PATCH v3 29/45] KVM: "
` [PATCH v3 30/45] x86/xen: "
` [PATCH v3 31/45] alpha/smp: "
` [PATCH v3 32/45] blackfin/smp: "
` [PATCH v3 33/45] cris/smp: "
` [PATCH v3 34/45] hexagon/smp: "
` [PATCH v3 35/45] ia64: irq, perfmon: "
` [PATCH v3 36/45] ia64: smp, tlb: "
` [PATCH v3 37/45] m32r: "
` [PATCH v3 38/45] MIPS: "
` [PATCH v3 39/45] mn10300: "
` [PATCH v3 40/45] powerpc, irq: Use GFP_ATOMIC allocations in atomic context
` [PATCH v3 41/45] powerpc: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v3 42/45] powerpc: Use get/put_online_cpus_atomic() to avoid false-positive warning
` [PATCH v3 43/45] sh: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v3 44/45] sparc: "
` [PATCH v3 45/45] tile: "

[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  (39+ messages)
` [PATCH v2 15/45] rcu: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v2 29/45] kvm/vmx: "
` [PATCH v2 38/45] MIPS: "

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

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

[PATCH] dma-mapping: Add BUG_ON for uninitialized dma_ops
 2013-06-26 12:58 UTC  (6+ 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).