messages from 2015-08-06 16:54:41 to 2015-08-14 07:41:27 UTC [more...]
[PATCH v2 0/8] ARCv2 port to Linux - (C) perf
2015-08-14 7:41 UTC (4+ messages)
` [arc-linux-dev] "
[PATCHv4 0/3] fs: add O_BENEATH flag to openat(2)
2015-08-14 5:33 UTC (11+ messages)
` [PATCHv4 1/3] "
` [PATCHv4 2/3] selftests: Add test of O_BENEATH & openat(2)
` [PATCHv4 man-pages 3/3] open.2: describe O_BENEATH flag
RFC: prepare for struct scatterlist entries without page backing
2015-08-14 4:11 UTC (102+ 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 15/31] sparc32/iommu: "
` [PATCH 20/31] avr32: "
` [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 "
[RFC PATCH v2] memory-barriers: remove smp_mb__after_unlock_lock()
2015-08-13 13:10 UTC (17+ messages)
[PATCH 2/3] brcmfmac: dhd_sdio.c: use existing atomic_or primitive
2015-08-13 12:30 UTC (3+ messages)
` [2/3] "
[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
[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] 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 (4+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).