linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-08 02:49:36 to 2016-04-22 09:43:19 UTC [more...]

[RFC][PATCH 00/31] implement atomic_fetch_$op
 2016-04-22  9:04 UTC  (56+ messages)
` [RFC][PATCH 01/31] locking: Flip arguments to atomic_fetch_or
` [RFC][PATCH 02/31] locking,alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}()
` [RFC][PATCH 03/31] locking,arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}()
` [RFC][PATCH 04/31] locking,arm: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()
` [RFC][PATCH 05/31] locking,arm64: "
` [RFC][PATCH 06/31] locking,avr32: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 07/31] locking,blackfin: "
` [RFC][PATCH 08/31] locking,frv: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 09/31] locking,h8300: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 10/31] locking,hexagon: "
` [RFC][PATCH 11/31] locking,ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 12/31] locking,m32r: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 13/31] locking,m68k: "
` [RFC][PATCH 14/31] locking,metag: "
` [RFC][PATCH 15/31] locking,mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 16/31] locking,mn10300: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 17/31] locking,parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 18/31] locking,powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}{,_relaxed,_acquire,_release}()
` [RFC][PATCH 19/31] locking,s390: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 20/31] locking,sh: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 21/31] locking,sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 22/31] locking,tile: "
` [RFC][PATCH 23/31] locking,x86: "
` [RFC][PATCH 24/31] locking,xtensa: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 25/31] locking: Fix atomic64_relaxed bits
` [RFC][PATCH 26/31] locking: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()
` [RFC][PATCH 27/31] locking: Remove linux/atomic.h:atomic_fetch_or
` [RFC][PATCH 28/31] locking: Remove the deprecated atomic_{set,clear}_mask() functions
` [RFC][PATCH 29/31] locking,alpha: Convert to _relaxed atomics
` [RFC][PATCH 30/31] locking,mips: "
` [RFC][PATCH 31/31] locking,qrwlock: Employ atomic_fetch_add_acquire()

[PATCH 0/11] introduce down_write_killable for rw_semaphore v3
 2016-04-22  6:53 UTC  (43+ messages)
` [PATCH 08/11] ia64, rwsem: provide __down_write_killable
` [PATCH 10/11] x86, "
  ` [PATCH] x86: add frame annotation for call_rwsem_down_write_failed_killable

[PATCH v2 0/2] kbuild: Remove stale asm-generic wrappers
 2016-04-21 18:44 UTC  (7+ messages)
` [PATCH v2 2/2] "

[PATCH v5 0/9] dmaengine: rcar-dmac: add iommu support for slave transfers
 2016-04-21 13:49 UTC  (11+ messages)
` [PATCH v5 3/9] dma-mapping: add dma_{map,unmap}_resource

[PATCH v2 08/25] arch: introduce memremap()
 2016-04-21 12:47 UTC  (15+ messages)

[PATCH] asm-generic: wire up preadv2/pwritev2
 2016-04-20  9:28 UTC  (2+ messages)

[PATCH V3 01/29] bitops: add parity functions
 2016-04-19 18:45 UTC  (4+ messages)

[PATCH] arch/defconfig: remove CONFIG_RESOURCE_COUNTERS
 2016-04-19 11:32 UTC  (6+ messages)

Greetings!!!
 2016-04-18 20:12 UTC 

Greetings!!!
 2016-04-18 17:43 UTC 

IMPORTANT MAIL TO YOU
 2016-04-18 11:09 UTC 

[PATCH V3 00/29] bitops: add parity functions
 2016-04-17 12:38 UTC  (4+ messages)

Overlapping ioremap() calls, set_memory_*() semantics
 2016-04-16  9:20 UTC  (18+ messages)

[PATCH 01/19] tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
 2016-04-15  7:44 UTC  (43+ messages)
` [PATCH 02/19] x86: get rid of superfluous __GFP_REPEAT
` [PATCH 03/19] x86/efi: "
` [PATCH 04/19] arm: "
` [PATCH 05/19] arm64: "
` [PATCH 06/19] arc: "
` [PATCH 07/19] mips: "
` [PATCH 08/19] nios2: "
` [PATCH 09/19] parisc: "
` [PATCH 10/19] score: "
` [PATCH 11/19] powerpc: "
` [PATCH 12/19] sparc: "
` [PATCH 13/19] s390: "
` [PATCH 14/19] sh: "
` [PATCH 15/19] tile: "
` [PATCH 16/19] unicore32: "

[v3,11/41] mips: reuse asm-generic/barrier.h
 2016-04-14 21:40 UTC  (15+ messages)
                ` [PATCH] documentation: Add disclaimer

[PATCH] asm-generic/futex: Properly re-enable preemption in futex_atomic_cmpxchg_inatomic()
 2016-04-14 17:22 UTC  (5+ messages)

[RFC6 PATCH v6 00/21] ILP32 for ARM64
 2016-04-14  3:20 UTC  (8+ messages)
` [PATCH 10/25] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 24/25] arm64:ilp32: add vdso-ilp32 and use for signal return

[PATCH 12/31] huge tmpfs: extend get_user_pages_fast to shmem pmd
 2016-04-13  8:58 UTC  (5+ messages)

[PATCH 0/8] System Calls for Memory Protection Keys
 2016-04-11 15:54 UTC  (4+ messages)
` [PATCH 5/8] x86, pkeys: allocation/free syscalls

[PATCH] generic syscalls: wire up preadv2 and pwritev2 syscalls
 2016-04-11  9:17 UTC 

LOAN
 2016-04-08 22:02 UTC 

[RFC6 PATCH v6 00/21] ILP32 for ARM64
 2016-04-09  2:42 UTC  (4+ messages)

FROM: MR. OLIVER SENO!!
 2016-04-08 18:53 UTC 

[PATCH 0/3] mm/mmap.c: don't unmap the overlapping VMA(s)
 2016-04-08 15:32 UTC  (7+ 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).