linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-23 09:03:44 to 2015-07-09 20:50:19 UTC [more...]

[RFC][PATCH 00/24] arch: Provide atomic logic ops
 2015-07-09 20:49 UTC  (45+ messages)
` [RFC][PATCH 01/24] alpha: Provide atomic_{or,xor,and}
` [RFC][PATCH 02/24] arc: "
` [RFC][PATCH 03/24] arm: "
` [RFC][PATCH 04/24] arm64: "
` [RFC][PATCH 05/24] avr32: "
` [RFC][PATCH 06/24] blackfin: "
` [RFC][PATCH 07/24] hexagon: "
` [RFC][PATCH 08/24] ia64: "
` [RFC][PATCH 09/24] m32r: "
` [RFC][PATCH 10/24] m68k: "
` [RFC][PATCH 11/24] metag: "
` [RFC][PATCH 12/24] mips: "
` [RFC][PATCH 13/24] mn10300: "
` [RFC][PATCH 14/24] parisc: "
` [RFC][PATCH 15/24] powerpc: "
` [RFC][PATCH 16/24] sh: "
` [RFC][PATCH 17/24] sparc: "
` [RFC][PATCH 18/24] xtensa: "
` [RFC][PATCH 19/24] s390: "
` [RFC][PATCH 20/24] x86: "
` [RFC][PATCH 21/24] atomic: "
` [RFC][PATCH 22/24] frv: Rewrite atomic implementation
` [RFC][PATCH 23/24] atomic: Collapse all atomic_{set,clear}_mask definitions
` [RFC][PATCH 24/24] atomic: Replace atomic_{set,clear}_mask() usage
` [PATCH] tile: Provide atomic_{or,xor,and}

[PATCH 0/3] atomic_or() related changes
 2015-07-09 19:57 UTC  (10+ messages)
` [PATCH 1/3] asm-generic/atomic.h: ARCH_HAS_ATOMIC_OR -> CONFIG_ARCH_HAS_ATOMIC_OR
` [PATCH 2/3] brcmfmac: dhd_sdio.c: use existing atomic_or primitive
` [PATCH 3/3] ARC: provide atomic_or() and define ARCH_HAS_ATOMIC_OR

[PATCH V3 0/5] Allow user to request memory to be locked on page fault
 2015-07-09 18:46 UTC  (25+ messages)
` [PATCH V3 2/5] mm: mlock: Add new mlock, munlock, and munlockall system calls
` [PATCH V3 3/5] mm: mlock: Introduce VM_LOCKONFAULT and add mlock flags to enable it
` [PATCH V3 4/5] mm: mmap: Add mmap flag to request VM_LOCKONFAULT

[PATCH-tip v2 0/2] locking/qrwlock: Improve qrwlock performance
 2015-07-09 16:32 UTC  (5+ messages)
` [PATCH v2 1/2] locking/qrwlock: Reduce reader/writer to reader lock transfer latency
` [PATCH v2 2/2] locking/qrwlock: Reduce writer to writer "

[PATCH v9 5/8] PCI: Add pci_iomap_wc() variants
 2015-07-09  1:54 UTC  (2+ messages)

[PATCH 0/3] add new strscpy() API for string copy
 2015-07-08 20:54 UTC  (10+ messages)
  ` [PATCH v2 "
    ` [PATCH v2 1/3] Make asm/word-at-a-time.h available on all architectures
    ` [PATCH v2 2/3] string: provide strscpy()
    ` [PATCH v2 3/3] tile: use global strscpy() rather than private copy

[PATCH 0/4] locking/qrwlock: Improve qrwlock performance
 2015-07-08 17:19 UTC  (23+ messages)
` [PATCH 1/4] locking/qrwlock: Better optimization for interrupt context readers
` [PATCH 2/4] locking/qrwlock: Reduce reader/writer to reader lock transfer latency
` [PATCH 3/4] locking/qrwlock: Reduce writer to writer "
` [PATCH 4/4] locking/qrwlock: Use direct MCS lock/unlock in slowpath

[PATCH 0/9] locking/qrwlock: get qrwlocks up and running on arm64
 2015-07-08 13:37 UTC  (21+ messages)
` [PATCH 1/9] locking/qrwlock: include <linux/spinlock.h> for arch_spin_{lock,unlock}
` [PATCH 2/9] locking/qrwlock: avoid redundant atomic_add_return on read_lock_slowpath
` [PATCH 3/9] locking/qrwlock: tidy up rspin_until_writer_unlock
` [PATCH 4/9] locking/qrwlock: implement queue_write_unlock using smp_store_release
` [PATCH 5/9] locking/qrwlock: remove redundant cmpxchg barriers on writer slow-path
` [PATCH 6/9] locking/qrwlock: allow architectures to hook in to contended paths
` [PATCH 7/9] locking/qrwlock: expose internal lock structure in qrwlock definition
` [PATCH 8/9] arm64: cmpxchg: implement cmpxchg_relaxed
` [PATCH 9/9] arm64: locking: replace read/write locks with generic qrwlock code

[PATCH 01/41] clocksource: asm9260: Migrate to new 'set-state' interface
 2015-07-08  6:14 UTC  (4+ messages)

Darlehen angebot
 2015-07-07 14:56 UTC 

RFC: default ioremap_*() variant defintions
 2015-07-07  8:19 UTC  (7+ messages)

[PATCH] rtc-cmos: Support of century field
 2015-07-03 15:12 UTC  (2+ messages)

subtle side effect of commit a1c48bb160f836
 2015-07-03  2:58 UTC  (13+ messages)
              ` ARC build -O3 (was Re: subtle side effect of commit a1c48bb160f836)

[PATCH] mm: cleaning per architecture MM hook header files
 2015-07-01 12:54 UTC  (8+ messages)
  ` [PATCH v2] "

Dear Friend, Take For Your Compensation
 2015-07-01  0:46 UTC 

[PATCH 00/28] ARCv2 port to Linux - (B) ISA / Core / platform support
 2015-06-30  4:41 UTC  (5+ messages)
` [PATCH 11/28] ARCv2: extable: Enable sorting at build time

atomic64 on 32-bit vs 64-bit (was: Re: Add virtio gpu driver.)
 2015-06-28  9:24 UTC 

[PATCH v5 0/3] locking/qrwlock: More optimizations in qrwlock
 2015-06-26 11:14 UTC  (5+ messages)
` [PATCH v5 3/3] locking/qrwlock: Don't contend with readers when setting _QW_WAITING

[RESEND PATCH V2 0/3] Allow user to request memory to be locked on page fault
 2015-06-25 14:46 UTC  (27+ messages)
` [RESEND PATCH V2 1/3] Add mmap flag to request pages are locked after "

mm: new mm hook framework
 2015-06-25  8:42 UTC  (3+ messages)

[PATCH 20/28] ARCv2: barriers
 2015-06-23 16:28 UTC  (8+ messages)
` [PATCH v2 "
        ` [PATCH v3 22/28] "

[PATCH 0/8] ARCv2 port to Linux - (C) perf
 2015-06-23 12:20 UTC  (9+ messages)
` [PATCH 1/8] ARC: perf: support RAW events


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).