linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-27 23:32:01 to 2015-08-06 16:54:41 UTC [more...]

[PATCH v5 0/8] Add generic support for relaxed atomics
 2015-08-06 16:54 UTC  (4+ messages)
` [PATCH v5 2/8] asm-generic: rework atomic-long.h to avoid bulk code duplication
` [PATCH v5 3/8] asm-generic: add relaxed/acquire/release variants for atomic_long_t
` [PATCH v5 5/8] locking/qrwlock: implement queue_write_unlock using smp_store_release

[PATCH 0/7] test_user_copy improvements
 2015-08-06 16:28 UTC  (21+ messages)
` [PATCH 1/7] test_user_copy: Check legit kernel accesses
` [PATCH 2/7] test_user_copy: Check unchecked accessors
` [PATCH 3/7] test_user_copy: Check __clear_user()/clear_user()
` [PATCH 4/7] test_user_copy: Check __copy_in_user()/copy_in_user()
` [PATCH 5/7] test_user_copy: Check __copy_{to,from}_user_inatomic()
` [PATCH 6/7] test_user_copy: Check user string accessors
` [PATCH 7/7] test_user_copy: Check user checksum functions

[PATCH V6 0/6] Allow user to request memory to be locked on page fault
 2015-08-06 14:00 UTC  (11+ messages)
` [PATCH V6 2/6] mm: mlock: Add new mlock system call
` [PATCH V6 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH V6 6/6] mips: Add entry for new mlock2 syscall

[Patch V6 12/16] mm: provide early_memremap_ro to establish read-only mapping
 2015-08-06 13:08 UTC  (7+ messages)

This Message is From the Administrator Desk
 2015-08-06 10:20 UTC 

[PATCH v3 00/24] replace ioremap_{cache|wt} with memremap
 2015-08-06  0:27 UTC  (64+ messages)
` [PATCH v3 01/24] mm: enhance region_is_ram() to region_intersects()
` [PATCH v3 02/24] arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead
` [PATCH v3 03/24] cleanup IORESOURCE_CACHEABLE vs ioremap()
` [PATCH v3 04/24] intel_iommu: fix leaked ioremap mapping
` [PATCH v3 05/24] arch: introduce memremap()
` [PATCH v3 06/24] arm: switch from ioremap_cache to memremap
` [PATCH v3 07/24] x86: "
` [PATCH v3 08/24] gma500: switch from acpi_os_ioremap "
` [PATCH v3 09/24] i915: "
` [PATCH v3 10/24] acpi: switch from ioremap_cache "
` [PATCH v3 11/24] toshiba laptop: replace ioremap_cache with ioremap
` [PATCH v3 12/24] memconsole: fix __iomem mishandling, switch to memremap
` [PATCH v3 13/24] visorbus: switch from ioremap_cache "
` [PATCH v3 14/24] intel-iommu: "
` [PATCH v3 15/24] libnvdimm, pmem: push call to ioremap_cache out of line
` [PATCH v3 16/24] pxa2xx-flash: switch from ioremap_cache to memremap
` [PATCH v3 17/24] sfi: "
` [PATCH v3 18/24] fbdev: switch from ioremap_wt "
` [PATCH v3 19/24] pmem: "
` [PATCH v3 20/24] arch: kill ioremap_cached()
` [PATCH v3 21/24] arch: kill ioremap_fullcache()
` [PATCH v3 22/24] arch: remove ioremap_cache, replace with arch_memremap
` [PATCH v3 23/24] arch: remove ioremap_wt, optionally "
` [PATCH v3 24/24] pmem: convert to generic memremap

[PATCH v2 0/8] ARCv2 port to Linux - (C) perf
 2015-08-05 15:13 UTC  (15+ messages)
` [PATCH v2 1/8] ARC: perf: support RAW events
` [PATCH v2 2/8] ARC: perf: cap the number of counters to hardware max of 32
` [PATCH v2 3/8] ARCv2: perf: implement "event_set_period" for future use with interrupts
` [PATCH v2 4/8] ARCv2: perf: Support sampling events using overflow interrupts
` [PATCH v2 5/8] ARCv2: perf: set usable max period as a half of real max period
` [PATCH v2 6/8] ARCv2: perf: implement exclusion of event counting in user or kernel mode
` [PATCH v2 7/8] ARCv2: perf: SMP support
` [PATCH v2 8/8] ARCv2: perf: Finally introduce HS perf unit

[PATCH v4 0/8] Add generic support for relaxed atomics
 2015-08-04 11:20 UTC  (21+ messages)
` [PATCH v4 1/8] atomics: add acquire/release/relaxed variants of some atomic operations
` [PATCH v4 2/8] asm-generic: rework atomic-long.h to avoid bulk code duplication
` [PATCH v4 3/8] asm-generic: add relaxed/acquire/release variants for atomic_long_t
` [PATCH v4 4/8] lockref: remove homebrew cmpxchg64_relaxed macro definition
` [PATCH v4 5/8] locking/qrwlock: implement queue_write_unlock using smp_store_release
` [PATCH v4 6/8] locking/qrwlock: make use of acquire/release/relaxed atomics
` [PATCH v4 7/8] include/llist: use linux/atomic.h instead of asm/cmpxchg.h
` [PATCH v4 8/8] ARM: atomics: define our SMP atomics in terms of _relaxed operations

[PATCH v2 00/25] replace ioremap_{cache|wt} with memremap
 2015-08-03 14:27 UTC  (35+ messages)
` [PATCH v2 04/25] mm: enhance region_is_ram() to distinguish 'unknown' vs 'mixed'
` [PATCH v2 08/25] arch: introduce memremap()
` [PATCH v2 17/25] intel-iommu: switch from ioremap_cache to memremap
` [PATCH v2 18/25] libnvdimm, pmem: "
` [PATCH v2 22/25] pmem: switch from ioremap_wt "
` [PATCH v2 24/25] arch: remove ioremap_wt, replace with arch_memremap

[PATCH v2] arch: use WRITE_ONCE/READ_ONCE in smp_store_release/smp_load_acquire
 2015-08-03  6:02 UTC  (9+ messages)

[PATCH v2] arch: use WRITE_ONCE/READ_ONCE in smp_store_release/smp_load_acquire
 2015-08-02 15:11 UTC 

[PATCH V5 0/7] Allow user to request memory to be locked on page fault
 2015-07-29 10:49 UTC  (19+ messages)

[PATCH 0/2] arm64: support initrd outside of mapped RAM
 2015-07-29  9:25 UTC  (12+ messages)
` [PATCH 1/2] mm: add utility for early copy from unmapped ram
` [PATCH 2/2] arm64: support initrd outside kernel linear map

[PATCH v3 30/51] PCI: Unify skip_ioresource_align()
 2015-07-27 23:29 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).