public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-21 13:21:13 to 2013-01-24 10:57:13 UTC [more...]

[PATCH v3 00/71] Synopsys ARC Linux kernel Port (Part #1)
 2013-01-24 10:50 UTC  (37+ messages)
` [PATCH v3 01/71] ARC: Generic Headers
` [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script
` [PATCH v3 06/71] ARC: uaccess friends
` [PATCH v3 11/71] ARC: Fundamental ARCH data-types/defines
` [PATCH v3 17/71] ARC: Syscall support (no-legacy-syscall ABI)
` [PATCH v3 18/71] ARC: Process-creation/scheduling/idle-loop
` [PATCH v3 19/71] ARC: Timers/counters/delay management
` [PATCH v3 20/71] ARC: Signal handling
` [PATCH v3 21/71] ARC: [Review] Preparing to fix incorrect syscall restarts due to signals
` [PATCH v3 22/71] ARC: [Review] Prevent incorrect syscall restarts
` [PATCH v3 23/71] ARC: Cache Flush Management
` [PATCH v3 29/71] ARC: I/O and DMA Mappings
` [PATCH v3 30/71] ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
  ` [PATCH v3 32/71] ARC: [DeviceTree] Basic support
` [PATCH v3 33/71] ARC: [DeviceTree] Convert some Kconfig items to runtime values
` [PATCH v3 34/71] ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board
` [PATCH v3 42/71] ARC: Module support
` [PATCH v3 44/71] ARC: SMP support
` [PATCH v3 48/71] ARC: kprobes support
` [PATCH v3 57/71] ARC: Hostlink Pseudo-Driver for Metaware Debugger
` [PATCH v3 58/71] ARC: UAPI Disintegrate arch/arc/include/asm
` [PATCH v3 59/71] ARC: Add support for ioremap_prot API
` [PATCH v3 62/71] ARC: [Review] Multi-platform image #2: Board callback Infrastructure
` [PATCH v3 69/71] ARC: [plat-arcfpga] defconfig for fully loaded ARC Linux
` [PATCH v3 70/71] ARC: Provide a default serial.h for uart drivers needing BASE_BAUD

[PATCH 1/9] avr32: Provide dma_mmap_coherent() and dma_get_sgtable()
 2013-01-24 10:49 UTC  (26+ messages)
` [PATCH 3/9] c6x: "
  ` [Linux-c6x-dev] "

[PATCH v2 00/76] Synopsys ARC Linux kernel Port
 2013-01-24 10:11 UTC  (41+ messages)
` [PATCH v2 29/76] ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
` [PATCH v2 50/76] ARC: SMP support
` [PATCH v2 60/76] perf, ARC: Enable building perf tools for ARC
` [PATCH v2 63/76] ARC: Hostlink Pseudo-Driver for Metaware Debugger
` [PATCH v2 64/76] ARC: Add self to MAINTAINERS
` [PATCH v2 65/76] ARC: UAPI Disintegrate arch/arc/include/asm
` [PATCH v2 69/76] ARC: [Review] Multi-platform image #2: Board callback Infrastructure
` [PATCH v2 17/76] ARC: Process-creation/scheduling/idle-loop
` [PATCH v2 28/76] ARC: I/O and DMA Mappings

[PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug
 2013-01-24  4:30 UTC  (105+ 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 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox