public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-14 15:09:24 to 2014-07-16 16:20:54 UTC [more...]

[PATCH 0/4] mips: Add cma support to mips
 2014-07-16 16:20 UTC  (15+ messages)
` [PATCH 1/4] asm-generic: Add dma-contiguous.h
` [PATCH 2/4] arm64: use generic dma-contiguous.h
` [PATCH 3/4] x86: "
` [PATCH 4/4] mips: dma: Add cma support

[PATCH v3 1/3] asm-generic/io.h: Implement generic {read,write}s*()
 2014-07-16 11:01 UTC  (4+ messages)
` [PATCH v3 2/3] ARM: Use include/asm-generic/io.h
` [PATCH v3 3/3] arm64: "

[PATCH v2 00/29] nios2 Linux kernel port
 2014-07-16  7:03 UTC  (108+ messages)
` [PATCH v2 01/29] nios2: Assembly macros and definitions
` [PATCH v2 02/29] nios2: Kernel booting and initialization
` [PATCH v2 03/29] nios2: Exception handling
` [PATCH v2 04/29] nios2: Traps exception handling
` [PATCH v2 05/29] nios2: Memory management
` [PATCH v2 06/29] nios2: I/O Mapping
` [PATCH v2 07/29] nios2: MMU Fault handling
` [PATCH v2 08/29] nios2: Page table management
` [PATCH v2 09/29] nios2: Process management
` [PATCH v2 10/29] nios2: Cache handling
` [PATCH v2 11/29] nios2: TLB handling
` [PATCH v2 12/29] nios2: Interrupt handling
` [PATCH v2 13/29] nios2: DMA mapping API
` [PATCH v2 14/29] nios2: ELF definitions
` [PATCH v2 15/29] nios2: System calls handling
` [PATCH v2 16/29] nios2: Signal handling support
` [PATCH v2 17/29] nios2: Library functions
` [PATCH v2 18/29] nios2: Device tree support
` [PATCH v2 19/29] nios2: Time keeping
` [PATCH v2 20/29] nios2: Cpuinfo handling
` [PATCH v2 21/29] nios2: Futex operations
` [PATCH v2 22/29] nios2: Miscellaneous header files
` [PATCH v2 23/29] nios2: Nios2 registers
` [PATCH v2 24/29] nios2: Module support
` [PATCH v2 25/29] nios2: ptrace support
` [PATCH v2 26/29] Add ELF machine define for Nios2
` [PATCH v2 27/29] MAINTAINERS: Add nios2 maintainer
` [PATCH v2 28/29] Documentation: Add documentation for Nios2 architecture
` [PATCH v2 29/29] nios2: Build infrastructure

[RFA][PATCH 00/27] ftrace: Remove ftrace_start/stop() and friends
 2014-07-15 21:58 UTC  (9+ messages)
` [RFA][PATCH 05/27] ftrace/x86: Add call to ftrace_graph_is_dead() in function graph code
` [RFA][PATCH 16/27] ftrace: x86: Remove check of obsolete variable function_trace_stop
` [RFA][PATCH 21/27] MIPS: ftrace: "
` [RFA][PATCH 22/27] microblaze: "

[PATCH 0/7] Two-phase seccomp and x86 tracing changes
 2014-07-15 19:32 UTC  (13+ messages)
` [PATCH 1/7] seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
` [PATCH 2/7] seccomp: Refactor the filter callback and the API
` [PATCH 3/7] seccomp: Allow arch code to provide seccomp_data
` [PATCH 4/7] x86,x32,audit: Fix x32's AUDIT_ARCH wrt audit
` [PATCH 5/7] x86: Split syscall_trace_enter into two phases
` [PATCH 6/7] x86_64,entry: Treat regs->ax the same in fastpath and slowpath syscalls
` [PATCH 7/7] x86_64,entry: Use split-phase syscall_trace_enter for 64-bit syscalls

[PATCH v3] arm64,ia64,ppc,s390,sh,tile,um,x86,mm: Remove default gate area
 2014-07-15 14:47 UTC  (2+ messages)

[PATCH 00/11] qspinlock with paravirt support
 2014-07-15 14:23 UTC  (6+ messages)
` [PATCH 10/11] qspinlock: Paravirt support

[RFC PATCH 0/38] clean-up uapi + asm-generic Kbuild files
 2014-07-15 13:57 UTC  (60+ messages)
` [PATCH 01/38] cris: fix headers_install
  ` [PATCH 04/38] score: drop irrelevant assignment from Kbuild file
  ` [PATCH 06/38] x86: clean-up Kbuild file - drop unused assignments
  ` [PATCH 07/38] Delete unused Kbuild files in include/*
  ` [PATCH 12/38] arm: clean-up uapi Kbuild file
  ` [PATCH 13/38] arm64: "
  ` [PATCH 14/38] avr32: "
  ` [PATCH 15/38] blackfin: "
  ` [PATCH 16/38] c6x: "
  ` [PATCH 17/38] cris: "
  ` [PATCH 18/38] frv: "
  ` [PATCH 19/38] hexagon: "
  ` [PATCH 20/38] ia64: "
  ` [PATCH 21/38] m32r: "
  ` [PATCH 22/38] m68k: "
  ` [PATCH 23/38] metag: "
  ` [PATCH 24/38] microblaze: "
  ` [PATCH 25/38] mips: "
  ` [PATCH 26/38] mn10300: "
  ` [PATCH 27/38] openrisc: "
  ` [PATCH 28/38] parisc: "
  ` [PATCH 29/38] powerpc: "
  ` [PATCH 30/38] s390: "
  ` [PATCH 31/38] score: "
  ` [PATCH 32/38] sh: "
  ` [PATCH 33/38] sparc: "
  ` [PATCH 34/38] tile: "
  ` [PATCH 35/38] unicore32: "
  ` [PATCH 36/38] x86: "
  ` [PATCH 37/38] xtensa: "
  ` [PATCH 38/38] asm-generic: introduc Kbuild.generic

[PATCH v10 0/11] seccomp: add thread sync ability
 2014-07-15  1:53 UTC  (11+ messages)

[PATCH v2 1/3] asm-generic/io.h: Implement generic {read,write}s*()
 2014-07-14 17:23 UTC  (4+ messages)


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