public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-26 21:13:59 to 2014-12-12 02:16:07 UTC [more...]

[PATCH v7 0/4] arch: Add lightweight memory barriers for coherent memory access
 2014-12-12  2:16 UTC  (17+ messages)
` [net-next PATCH v7 resubmit "
  ` [net-next PATCH v7 resubmit 1/4] arch: Cleanup read_barrier_depends() and comments
  ` [net-next PATCH v7 resubmit 2/4] arch: Add lightweight memory barriers dma_rmb() and dma_wmb()
  ` [net-next PATCH v7 resubmit 3/4] r8169: Use dma_rmb() and dma_wmb() for DescOwn checks
  ` [net-next PATCH v7 resubmit 4/4] fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads

[PATCH RFC 3/5] pci: add pci_iomap_range
 2014-12-11 23:49 UTC  (6+ messages)

[PATCHv5 0/8] ACCESS_ONCE and non-scalar accesses
 2014-12-11 14:05 UTC  (18+ messages)
` [PATCH 1/8] kernel: Provide READ_ONCE and ASSIGN_ONCE
` [PATCH 2/8] mm: replace ACCESS_ONCE with READ_ONCE or barriers
` [PATCH 3/8] x86/spinlock: Replace ACCESS_ONCE with READ_ONCE
` [PATCH 4/8] x86/gup: "
` [PATCH 5/8] mips/gup: "
` [PATCH 6/8] arm64/spinlock: Replace ACCESS_ONCE READ_ONCE
` [PATCH 7/8] arm/spinlock: Replace ACCESS_ONCE with READ_ONCE
` [PATCH 8/8] s390/kvm: REPLACE barrier fixup "
` [PATCH 3.20] kernel: tighten rules for ACCESS ONCE

[RESENT PATCH] dma-mapping: Add BUG_ON for uninitialized dma_ops
 2014-12-11  9:28 UTC  (3+ messages)

[PATCH v2 0/5] Reenable might_sleep() checks for might_fault()
 2014-12-10 14:23 UTC  (11+ messages)
` [PATCH v2 1/5] uaccess: add pagefault_count to thread_info
` [PATCH v2 2/5] uaccess: count pagefault_disable() levels in pagefault_count
` [PATCH v2 3/5] mm, uaccess: trigger might_sleep() in might_fault() when pagefaults are disabled
` [PATCH v2 4/5] uaccess: clarify that uaccess may only sleep if pagefaults are not disabled
` [PATCH v2 5/5] uaccess: CONFIG_DEBUG_PAGEFAULT_COUNT to debug pagefault_count

[PATCH] arch: uapi: asm: mman.h: Let MADV_FREE have same value for all architectures
 2014-12-10  1:45 UTC  (9+ messages)

[GIT PULL] asm-generic: asm/io.h rewrite
 2014-12-09 22:01 UTC 

[PATCH v2] all arches, signal: Move restart_block to struct task_struct
 2014-12-08 22:51 UTC  (15+ messages)

[RFC][PATCHES] iov_iter.c rewrite
 2014-12-08 19:48 UTC 

Re
 2014-12-08 14:05 UTC 

[PATCH v1 0/5] Reenable might_sleep() checks for might_fault()
 2014-12-08 13:24 UTC  (17+ messages)
` [PATCH v1 1/5] uaccess: add pagefault_count to thread_info
` [PATCH v1 2/5] uaccess: count pagefault_disable() levels in pagefault_count
` [PATCH v1 3/5] mm, uaccess: trigger might_sleep() in might_fault() when pagefaults are disabled
` [PATCH v1 4/5] uaccess: clearify that uaccess may only sleep if pagefaults are not disabled
` [PATCH v1 5/5] uaccess: CONFIG_DEBUG_PAGEFAULT_COUNT to debug pagefault_count

[PATCH 1/9] kernel: Provide READ_ONCE and ASSIGN_ONCE
 2014-12-05 21:38 UTC 

[PATCH 1/9] kernel: Provide READ_ONCE and ASSIGN_ONCE
 2014-12-05 16:00 UTC  (4+ messages)

[PATCH v6 0/7] vfs: Non-blockling buffered fs read (page cache only)
 2014-12-05  8:17 UTC  (13+ messages)

[PATCHv4 0/9] ACCESS_ONCE and non-scalar accesses
 2014-12-04 23:40 UTC  (34+ messages)
` [PATCH 1/9] kernel: Provide READ_ONCE and ASSIGN_ONCE
` [PATCH 2/9] mm: replace ACCESS_ONCE with READ_ONCE or barriers
` [PATCH 3/9] x86/spinlock: Replace ACCESS_ONCE with READ_ONCE
` [PATCH 4/9] x86/gup: "
` [PATCH 5/9] mips/gup: "
` [PATCH 6/9] arm64/spinlock: Replace ACCESS_ONCE READ_ONCE
` [PATCH 7/9] arm/spinlock: Replace ACCESS_ONCE with READ_ONCE
` [PATCH 8/9] s390/kvm: REPLACE "
` [PATCH 9/9] kernel: tighten rules for ACCESS ONCE

[PATCH RFC] locking: Add volatile to arch_spinlock_t structures
 2014-12-04 22:06 UTC  (11+ messages)

[PATCH v13 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-12-03  0:40 UTC  (9+ messages)
` [PATCH v13 09/11] pvqspinlock, x86: Add para-virtualization support
` [PATCH v13 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM

Re:
 2014-12-01 13:02 UTC 

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

Charity Work
 2014-11-29  4:54 UTC 

[RFC 0/2] Reenable might_sleep() checks for might_fault() when atomic
 2014-11-28  7:34 UTC  (28+ messages)

[RFC 0/2] Reenable might_sleep() checks for might_fault() when atomic
 2014-11-27 18:27 UTC  (11+ messages)
` [PATCH RFC "
  ` [PATCH RFC 1/2] preempt: track pagefault_disable() calls in the preempt counter
  ` [PATCH RFC 2/2] mm, sched: trigger might_sleep() in might_fault() when pagefaults are disabled

[RFC PATCH 0/2] Add ioremap_exec enhancements
 2014-11-27  9:41 UTC  (9+ messages)
` [RFC PATCH 1/2] asm-generic: io: Add exec versions of ioremap
  ` [RFC PATCH 2/2] lib: devres: Add exec versions of devm_ioremap_resource and friends


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