linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-18 16:20:46 to 2014-11-26 15:37:53 UTC [more...]

[RFC 0/2] Reenable might_sleep() checks for might_fault() when atomic
 2014-11-26 15:37 UTC  (17+ messages)
` [RFC 1/2] powerpc/fsl-pci: atomic get_user when pagefault_disabled
` [RFC 2/2] mm, sched: trigger might_sleep() in might_fault() when atomic

[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-11-26  0:33 UTC  (6+ messages)
` [PATCH v12 09/11] pvqspinlock, x86: Add para-virtualization support

[PATCH v5 0/4] arch: Add lightweight memory barriers for coherent memory access
 2014-11-25 23:15 UTC  (14+ messages)
` [PATCH v5 1/4] arch: Cleanup read_barrier_depends() and comments
` [PATCH v5 2/4] arch: Add lightweight memory barriers dma_rmb() and dma_wmb()
` [PATCH v5 3/4] r8169: Use dma_rmb() and dma_wmb() for DescOwn checks
` [PATCH v5 4/4] fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads

[PATCH v6 0/7] vfs: Non-blockling buffered fs read (page cache only)
 2014-11-25 23:01 UTC  (4+ messages)

[PATCH v7 0/4] arch: Add lightweight memory barriers for coherent memory access
 2014-11-25 20:35 UTC  (10+ messages)
` [PATCH v7 1/4] arch: Cleanup read_barrier_depends() and comments
` [PATCH v7 2/4] arch: Add lightweight memory barriers dma_rmb() and dma_wmb()
` [PATCH v7 3/4] r8169: Use dma_rmb() and dma_wmb() for DescOwn checks
` [PATCH v7 4/4] fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads

[PATCH v6 0/5] arch: Add lightweight memory barriers for coherent memory access
 2014-11-25 20:29 UTC  (14+ messages)
` [PATCH v6 1/5] arch: Cleanup read_barrier_depends() and comments
` [PATCH v6 2/5] arch: Add lightweight memory barriers dma_rmb() and dma_wmb()
` [PATCH v6 3/5] r8169: Use dma_rmb() and dma_wmb() for DescOwn checks
` [PATCH v6 4/5] fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads
` [PATCH v6 5/5] patch to allow arm cross-compile

[PATCHv2 00/10] ACCESS_ONCE and non-scalar accesses
 2014-11-25 20:29 UTC  (28+ messages)
` [PATCHv2 01/10] KVM: s390: Fix ipte locking
` [PATCHv2 02/10] kernel: Provide READ_ONCE and ASSIGN_ONCE
` [PATCHv2 03/10] mm: replace ACCESS_ONCE with READ_ONCE
` [PATCHv2 04/10] x86/spinlock: Replace ACCESS_ONCE with READ_ONCE/ASSIGN_ONCE
` [PATCHv2 05/10] x86: Replace ACCESS_ONCE in gup with READ_ONCE
` [PATCHv2 06/10] mips: "
` [PATCHv2 07/10] arm64: Replace ACCESS_ONCE for spinlock code "
` [PATCHv2 08/10] arm: "
` [PATCHv2 09/10] tighten rules for ACCESS ONCE
` [PATCHv2 10/10] KVM: s390: change ipte lock from barrier to READ_ONCE

[PATCHv2 00/10] ACCESS_ONCE and non-scalar accesses
 2014-11-25 12:38 UTC 

[PATCHv10 0/5] syscalls,x86,sparc: Add execveat() system call
 2014-11-25 12:16 UTC  (24+ messages)
` [PATCHv10 1/5] syscalls: implement "
` [PATCHv10 2/5] x86: Hook up execveat "
` [PATCHv10 3/5] syscalls: add selftest for execveat(2)
` [PATCHv10 4/5] sparc: Hook up execveat system call
` [PATCHv10 man-pages 5/5] execveat.2: initial man page for execveat(2)

[PATCH/RFC 7/7] kernel: Force ACCESS_ONCE to work only on scalar types
 2014-11-25  2:28 UTC 

[PATCH/RFC 7/7] kernel: Force ACCESS_ONCE to work only on scalar types
 2014-11-25  0:00 UTC  (3+ messages)

[PATCH/RFC 0/7] ACCESS_ONCE and non-scalar accesses
 2014-11-24 21:16 UTC  (35+ messages)
` [PATCH 1/7] KVM: s390: Fix ipte locking
` [PATCH/RFC 2/7] mm: replace page table access via ACCESS_ONCE with barriers
` [PATCH/RFC 3/7] x86: Rework ACCESS_ONCE for spinlock code
` [PATCH/RFC 4/7] x86: Replace ACCESS_ONCE in gup with a barrier
` [PATCH/RFC 5/7] mips: "
` [PATCH/RFC 6/7] arm64: Replace ACCESS_ONCE for spinlock code with barriers
` [PATCH/RFC 7/7] kernel: Force ACCESS_ONCE to work only on scalar types

[PATCH/RFC 7/7] kernel: Force ACCESS_ONCE to work only on scalar types
 2014-11-24 20:48 UTC  (4+ messages)

[PATCH/RFC 0/7] ACCESS_ONCE and non-scalar accesses
 2014-11-24 13:03 UTC 

[PATCH] remove asm-generic arch_bprm_mm_init()
 2014-11-22 16:37 UTC 

[PATCHv9 0/5] syscalls,x86,sparc: Add execveat() system call
 2014-11-21 20:08 UTC  (14+ messages)
` [PATCHv9 1/5] syscalls: implement "
` [PATCHv9 2/5] x86: Hook up execveat "
  ` [PATCHv9 3/5] syscalls: add selftest for execveat(2)
` [PATCHv9 4/5] sparc: Hook up execveat system call
` [PATCHv9 man-pages 5/5] execveat.2: initial man page for execveat(2)

compiler bug gcc4.6/4.7 with ACCESS_ONCE and workarounds
 2014-11-20 20:30 UTC  (4+ messages)

[PATCHv8 0/4] syscalls,x86,sparc: Add execveat() system call
 2014-11-19 12:40 UTC  (4+ messages)
` [PATCHv8 1/4] syscalls,x86: implement "

[PATCH v4 0/4] Add lightweight memory barriers for coherent memory access
 2014-11-19  0:07 UTC  (17+ messages)
` [PATCH v4 1/4] arch: Cleanup read_barrier_depends() and comments
` [PATCH v4 2/4] arch: Add lightweight memory barriers coherent_rmb() and coherent_wmb()
` [PATCH v4 3/4] r8169: Use coherent_rmb() and coherent_wmb() for DescOwn checks
` [PATCH v4 4/4] fm10k/igb/ixgbe: Use coherent_rmb on Rx descriptor reads

[PATCH 0/4] Add lightweight memory barriers fast_rmb() and fast_wmb()
 2014-11-18 21:07 UTC  (12+ messages)
` [PATCH 2/4] arch: "

[PATCH 3/3] make arch_unmap()/etc... available to all architectures
 2014-11-18 18:23 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;
as well as URLs for NNTP newsgroup(s).