linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-18 14:27:57 to 2013-01-22 18:45:13 UTC [more...]

[PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug
 2013-01-22 18:45 UTC  (91+ messages)
` [PATCH v5 01/45] percpu_rwlock: Introduce the global reader-writer lock backend
` [PATCH v5 02/45] percpu_rwlock: Introduce per-CPU variables for the reader and the writer
` [PATCH v5 03/45] percpu_rwlock: Provide a way to define and init percpu-rwlocks at compile time
` [PATCH v5 04/45] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks
` [PATCH v5 05/45] percpu_rwlock: Make percpu-rwlocks IRQ-safe, optimally
` [PATCH v5 06/45] percpu_rwlock: Allow writers to be readers, and add lockdep annotations
` [PATCH v5 07/45] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH v5 08/45] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH v5 09/45] smp, cpu hotplug: Fix smp_call_function_*() to prevent CPU offline properly
` [PATCH v5 10/45] smp, cpu hotplug: Fix on_each_cpu_*() "
` [PATCH v5 11/45] sched/timer: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 12/45] sched/migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH v5 13/45] sched/rt: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 14/45] rcu, CPU hotplug: Fix comment referring to stop_machine()
` [PATCH v5 15/45] tick: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 16/45] time/clocksource: "
` [PATCH v5 17/45] softirq: "
` [PATCH v5 18/45] irq: "
` [PATCH v5 19/45] net: "
` [PATCH v5 20/45] block: "
` [PATCH v5 21/45] crypto: pcrypt - Protect access to cpu_online_mask with get/put_online_cpus()
` [PATCH v5 22/45] infiniband: ehca: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 23/45] [SCSI] fcoe: "
` [PATCH v5 24/45] staging: octeon: "
` [PATCH v5 25/45] x86: "
` [PATCH v5 26/45] perf/x86: "
` [PATCH v5 27/45] KVM: Use get/put_online_cpus_atomic() to prevent CPU offline from atomic context
` [PATCH v5 28/45] kvm/vmx: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 29/45] x86/xen: "
` [PATCH v5 30/45] alpha/smp: "
` [PATCH v5 31/45] blackfin/smp: "
` [PATCH v5 32/45] cris/smp: "
` [PATCH v5 33/45] hexagon/smp: "
` [PATCH v5 34/45] ia64: "
` [PATCH v5 35/45] m32r: "
` [PATCH v5 36/45] MIPS: "
` [PATCH v5 37/45] mn10300: "
` [PATCH v5 38/45] parisc: "
` [PATCH v5 39/45] powerpc: "
` [PATCH v5 40/45] sh: "
` [PATCH v5 41/45] sparc: "
` [PATCH v5 42/45] tile: "
` [PATCH v5 43/45] cpu: No more __stop_machine() in _cpu_down()
` [PATCH v5 44/45] CPU hotplug, stop_machine: Decouple CPU hotplug from stop_machine() in Kconfig
` [PATCH v5 45/45] Documentation/cpu-hotplug: Remove references to stop_machine()

[RFC] making HAVE_SYSCALL_WRAPPERS universal (Re: Issues with "x86, um: switch to generic fork/vfork/clone" commit)
 2013-01-22 15:33 UTC  (5+ messages)

[PATCH 1/9] avr32: Provide dma_mmap_coherent() and dma_get_sgtable()
 2013-01-22 13:42 UTC  (19+ messages)
` [PATCH 3/9] c6x: "
  ` [Linux-c6x-dev] "

[PATCH v2 00/76] Synopsys ARC Linux kernel Port
 2013-01-22 13:27 UTC  (97+ messages)
` [PATCH v2 07/76] ARC: [optim] uaccess __{get,put}_user() optimised
` [PATCH v2 09/76] ARC: Checksum/byteorder/swab routines
` [PATCH v2 10/76] ARC: Fundamental ARCH data-types/defines
` [PATCH v2 13/76] ARC: Low level IRQ/Trap/Exception Handling
` [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)
` [PATCH v2 17/76] ARC: Process-creation/scheduling/idle-loop
` [PATCH v2 19/76] ARC: Signal handling
` [PATCH v2 28/76] ARC: I/O and DMA Mappings
` [PATCH v2 29/76] ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
` [PATCH v2 31/76] ARC: Build system: Makefiles, Kconfig, Linker script
` [PATCH v2 32/76] ARC: [DeviceTree] Basic support
` [PATCH v2 44/76] ARC: ptrace support
` [PATCH v2 48/76] ARC: Module support
` [PATCH v2 50/76] ARC: SMP support
` [PATCH v2 56/76] ARC: Unaligned access emulation
` [PATCH v2 63/76] ARC: Hostlink Pseudo-Driver for Metaware Debugger
` [PATCH v2 64/76] ARC: Add self to MAINTAINERS
` [PATCH v2 67/76] ARC: [Review] Multi-platform image #1: Kconfig enablement
` [PATCH v2 68/76] ARC: Fold boards sub-menu into platform/SoC menu
` [PATCH v2 69/76] ARC: [Review] Multi-platform image #2: Board callback Infrastructure
` [PATCH v2 70/76] ARC: [Review] Multi-platform image #3: switch to board callback
` [PATCH v2 71/76] ARC: [Review] Multi-platform image #4: Isolate platform headers
` [PATCH v2 72/76] ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC core
  ` [PATCH v2 73/76] ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optional
  ` [PATCH v2 74/76] ARC: [Review] Multi-platform image #7: SMP common code to use callbacks

[PATCH v3 00/44] Meta Linux Kernel Port
 2013-01-22 11:35 UTC  (10+ messages)

arm: Request to preserve TPIDRURW per thread
 2013-01-22  9:24 UTC  (4+ messages)

[PATCH 0/4] gpio: introduce descriptor-based interface
 2013-01-22  8:55 UTC  (7+ messages)

Query on I/O accessors used by Xilinx SystemACE Driver
 2013-01-21 22:09 UTC  (2+ messages)

[RFC Patch v1 00/31] Synopsys ARC Linux kernel Port
 2013-01-19 17:02 UTC  (9+ messages)

[PATCH 2/5] jump label: constify lookup functions
 2013-01-18 21:25 UTC  (2+ messages)

request_mem_region() for noPCI devices
 2013-01-18 16:04 UTC  (3+ 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).