public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-29 20:19:32 to 2014-11-11 00:40:33 UTC [more...]

compiler bug gcc4.6/4.7 with ACCESS_ONCE and workarounds
 2014-11-11  0:37 UTC  (2+ messages)

[PATCH v2] all arches, signal: Move restart_block to struct task_struct
 2014-11-10 22:03 UTC  (3+ messages)

[GIT PULL] asm-generic/io.h overhaul
 2014-11-10 17:01 UTC  (2+ messages)

[PATCH v6 0/7] vfs: Non-blockling buffered fs read (page cache only)
 2014-11-10 16:40 UTC  (16+ messages)
` [PATCH v6 1/7] vfs: Prepare for adding a new preadv/pwritev with user flags
` [PATCH v6 2/7] vfs: Define new syscalls preadv2,pwritev2
` [PATCH v6 3/7] x86: wire up preadv2 and pwritev2
` [PATCH v6 4/7] vfs: RWF_NONBLOCK flag for preadv2
` [PATCH v6 5/7] xfs: add RWF_NONBLOCK support
` [PATCH v6 6/7] fs: pass iocb to generic_write_sync
` [PATCH v6 7/7] fs: add a flag for per-operation O_DSYNC semantics

[PATCH v5 0/7] vfs: Non-blockling buffered fs read (page cache only)
 2014-11-10 16:07 UTC  (48+ messages)
` [PATCH v5 1/7] vfs: Prepare for adding a new preadv/pwritev with user flags
` [PATCH v5 2/7] vfs: Define new syscalls preadv2,pwritev2
` [PATCH v5 3/7] x86: wire up preadv2 and pwritev2
` [PATCH v5 4/7] vfs: RWF_NONBLOCK flag for preadv2
` [PATCH v5 5/7] xfs: add RWF_NONBLOCK support
` [PATCH v5 6/7] fs: pass iocb to generic_write_sync
  ` [Cluster-devel] "
  ` [Linux-NTFS-Dev] "
` [PATCH v5 7/7] fs: add a flag for per-operation O_DSYNC semantics
      ` [PATCH v5 7/7] "
        ` [fuse-devel] "

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

[PATCHv7 0/3] syscalls,x86: Add execveat() system call
 2014-11-07 17:01 UTC  (6+ messages)
  ` [PATCHv7 1/3] syscalls,x86: implement "
  ` [PATCHv7 2/3] syscalls,x86: add selftest for execveat(2)
` [PATCHv7 man-pages 3/3] execveat.2: initial man page "

[PATCHv6 RFC 0/3] syscalls,x86: Add execveat() system call
 2014-11-07 13:20 UTC  (17+ messages)
` [PATCHv6 1/3] syscalls,x86: implement "
` [PATCHv6 2/3] syscalls,x86: add selftest for execveat(2)
  ` [PATCHv6 man-pages 3/3] execveat.2: initial man page "

[PATCH V5 1/3] powerpc/mm: Add missing pmd accessors
 2014-11-05 16:27 UTC  (5+ messages)
` [PATCH V5 2/3] mm: Update generic gup implementation to handle hugepage directory
` [PATCH V5 3/3] powerpc/mm: Switch to generic RCU get_user_pages_fast

[PATCH v13 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-11-03 21:17 UTC  (25+ messages)
` [PATCH v13 02/11] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v13 03/11] qspinlock: Add pending bit
` [PATCH v13 04/11] qspinlock: Extract out code snippets for the next patch
` [PATCH v13 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v13 06/11] qspinlock: Use a simple write to grab the lock
` [PATCH v13 07/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH v13 08/11] qspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v13 09/11] pvqspinlock, x86: Add para-virtualization support
` [PATCH v13 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM
` [PATCH v13 11/11] pvqspinlock, x86: Enable PV qspinlock for XEN

Question/clarification on pmd accessors
 2014-11-03  0:44 UTC  (3+ messages)

(unknown)
 2014-11-02 19:54 UTC 

Darlehen angebot
 2014-11-02 16:13 UTC 

[PATCH V4 1/2] mm: Update generic gup implementation to handle hugepage directory
 2014-11-01 19:21 UTC  (5+ messages)

[PATCH v3 00/17] Cross-architecture definitions of relaxed MMIO accessors
 2014-10-31 11:09 UTC  (8+ messages)

[PATCH v5 00/29] nios2 Linux kernel port
 2014-10-31  1:28 UTC  (17+ messages)
` [PATCH v5 29/29] nios2: Build infrastructure
` [PATCH v5 21/29] nios2: Time keeping

[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-10-29 20:25 UTC  (8+ messages)
` [PATCH v12 09/11] pvqspinlock, x86: Add para-virtualization support


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