linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-05 15:14:17 to 2015-08-12 23:37:57 UTC [more...]

RFC: prepare for struct scatterlist entries without page backing
 2015-08-12 23:37 UTC  (84+ messages)
` [PATCH 01/31] scatterlist: add sg_pfn and sg_has_page helpers
` [PATCH 02/31] scatterlist: use sg_phys()
` [PATCH 03/31] dma-debug: handle page-less SG entries
` [PATCH 04/31] x86/pci-nommu: "
` [PATCH 05/31] x86/pci-calgary: "
` [PATCH 06/31] alpha/pci-noop: "
` [PATCH 07/31] alpha/pci_iommu: "
` [PATCH 08/31] c6x: "
` [PATCH 09/31] ia64/pci_dma: "
` [PATCH 10/31] powerpc/iommu: "
` [PATCH 11/31] sparc/iommu: "
` [PATCH 12/31] mn10300: "
` [PATCH 13/31] sparc/ldc: "
` [PATCH 14/31] sparc32/io-unit: "
` [PATCH 16/31] s390: "
` [PATCH 17/31] ia64/sba_iommu: remove sba_sg_address
` [PATCH 18/31] nios2: handle page-less SG entries
` [PATCH 19/31] arc: "
` [PATCH 21/31] blackfin: "
` [PATCH 22/31] metag: "
` [PATCH 23/31] sh: "
` [PATCH 24/31] xtensa: "
` [PATCH 25/31] frv: "
` [PATCH 26/31] openrisc: "
` [PATCH 27/31] mips: "
` [PATCH 28/31] powerpc: "
` [PATCH 29/31] parisc: "
` [PATCH 30/31] intel-iommu: "
` [PATCH 31/31] dma-mapping-common: skip kmemleak checks for "
  ` [PATCH 15/31] sparc32/iommu: handle "
  ` [PATCH 20/31] avr32: "

[PATCH v2 00/11] test_user_copy improvements
 2015-08-12 21:34 UTC  (31+ messages)
` [PATCH v2 01/11] microblaze: Export __strnlen_user to modules
` [PATCH v2 02/11] nios2: Export strncpy_from_user / strnlen_user "
` [PATCH v2 03/11] openrisc: Export __clear_user "
` [PATCH v2 04/11] xtensa: Export __strnlen_user "
` [PATCH v2 05/11] test_user_copy: Check legit kernel accesses
` [PATCH v2 06/11] test_user_copy: Check unchecked accessors
` [PATCH v2 07/11] test_user_copy: Check __copy_{to,from}_user_inatomic()
` [PATCH v2 08/11] test_user_copy: Check __clear_user()/clear_user()
` [PATCH v2 09/11] test_user_copy: Check user string accessors
` [PATCH v2 10/11] test_user_copy: Check user compatibility accessors
` [PATCH v2 11/11] test_user_copy: Check user checksum functions

[RFC PATCH v2] memory-barriers: remove smp_mb__after_unlock_lock()
 2015-08-12 17:59 UTC  (13+ messages)

[BELATED CORE TOPIC] context tracking / nohz / RCU state
 2015-08-12 15:59 UTC 

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

[PATCH v2 08/25] arch: introduce memremap()
 2015-08-11 23:13 UTC  (16+ messages)

[PATCH v2 0/8] ARCv2 port to Linux - (C) perf
 2015-08-10  8:29 UTC  (12+ messages)
` [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] kexec: override GFP flag for the control page allocation
 2015-04-21 12:06 UTC  (3+ messages)
` [PATCH] kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFP

[PATCH v12 00/21] Re-introduce h8300 architecture
 2015-08-08  0:43 UTC  (4+ messages)
` [PATCH v12 17/21] h8300: clock driver

[PATCH v4 0/9] introduce __pfn_t, evacuate struct page from sgls
 2015-08-07 23:54 UTC  (4+ messages)
` [PATCH v4 4/9] dax: fix mapping lifetime handling, convert to __pfn_t + kmap_atomic_pfn_t()

[PATCH v5 0/8] Add generic support for relaxed atomics
 2015-08-07 16:29 UTC  (18+ messages)
` [PATCH v5 1/8] atomics: add acquire/release/relaxed variants of some atomic operations
` [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 4/8] lockref: remove homebrew cmpxchg64_relaxed macro definition
` [PATCH v5 5/8] locking/qrwlock: implement queue_write_unlock using smp_store_release
` [PATCH v5 6/8] locking/qrwlock: make use of acquire/release/relaxed atomics
` [PATCH v5 7/8] include/llist: use linux/atomic.h instead of asm/cmpxchg.h
` [PATCH v5 8/8] ARM: atomics: define our SMP atomics in terms of _relaxed operations

[PATCH V6 0/6] Allow user to request memory to be locked on page fault
 2015-08-07 11:50 UTC  (7+ 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 V2 0/3] mm: Add generic copy from early unmapped RAM
 2015-08-06 21:41 UTC  (6+ messages)
` [PATCH V2 1/3] mm: add utility for early copy from unmapped ram
` [PATCH V2 2/3] arm64: support initrd outside kernel linear map
` [PATCH V2 3/3] x86: use generic early mem copy

[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 12/16] mm: provide early_memremap_ro to establish read-only mapping
 2015-08-06 13:08 UTC  (4+ 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  (3+ messages)
` [PATCH v3 13/24] visorbus: switch from ioremap_cache to memremap


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