Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-18 08:13:33 to 2015-07-09 08:14:05 UTC [more...]

[PATCH 0/3] atomic_or() related changes
 2015-07-09  8:13 UTC  (4+ 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 v9 5/8] PCI: Add pci_iomap_wc() variants
 2015-07-09  1:54 UTC  (2+ messages)

[PATCH V3 0/5] Allow user to request memory to be locked on page fault
 2015-07-08 21:17 UTC  (23+ 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 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  (17+ 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  (24+ messages)
` [PATCH 11/28] ARCv2: extable: Enable sorting at build time
` [PATCH 20/28] ARCv2: barriers
                  ` [PATCH v2 "
                          ` [PATCH v3 22/28] "

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  (16+ messages)
` [PATCH v5 1/3] locking/qrwlock: Rename functions to queued_*()
` [PATCH v5 2/3] locking/qrwlock: Better optimization for interrupt context readers
` [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  (33+ 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 0/8] ARCv2 port to Linux - (C) perf
 2015-06-23 12:20 UTC  (17+ messages)
` [PATCH 1/8] ARC: perf: support RAW events
` [PATCH 3/8] ARCv2: perf: implement "event_set_period" for future use with interrupts
` [PATCH 4/8] ARCv2: perf: Support sampling events using overflow interrupts

[PATCH 22/28] ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelock
 2015-06-23  7:59 UTC  (6+ messages)
` [PATCH v2 "

[arc-linux-dev] [PATCH] stmmac: explicitly zero des0 & des1 on init
 2015-06-22  8:34 UTC  (5+ messages)

Hello
 2015-06-21 17:05 UTC 

[PATCH v3 0/2] locking/qrwlock: More optimizations in qrwlock
 2015-06-18 22:14 UTC  (6+ messages)
` [PATCH v3 2/2] locking/qrwlock: Don't contend with readers when setting _QW_WAITING

[PATCH v4 0/2] locking/qrwlock: More optimizations in qrwlock
 2015-06-18 12:41 UTC  (3+ messages)
` [PATCH v4 1/2] locking/qrwlock: Better optimization for interrupt context readers


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 read-only IMAP folder(s) and NNTP newsgroup(s).