linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/4] Allow persistent memory to be used like normal RAM
 2019-01-17 17:20 UTC  (38+ messages)
` [PATCH 1/4] mm/resource: return real error codes from walk failures
` [PATCH 2/4] mm/memory-hotplug: allow memory resources to be children
` [PATCH 3/4] dax/kmem: let walk_system_ram_range() search child resources
` [PATCH 4/4] dax: "Hotplug" persistent memory for use like normal RAM

[PATCH 00/25] Increase success rates and reduce latency of compaction v2
 2019-01-17 17:17 UTC  (19+ messages)
` [PATCH 12/25] mm, compaction: Keep migration source private to a single compaction instance
` [PATCH 13/25] mm, compaction: Use free lists to quickly locate a migration target
` [PATCH 14/25] mm, compaction: Avoid rescanning the same pageblock multiple times
` [PATCH 15/25] mm, compaction: Finish pageblock scanning on contention
` [PATCH 16/25] mm, compaction: Check early for huge pages encountered by the migration scanner
` [PATCH 17/25] mm, compaction: Keep cached migration PFNs synced for unusable pageblocks

[PATCHv4 00/13] Heterogeneuos memory node attributes
 2019-01-17 17:01 UTC  (36+ messages)
` [PATCHv4 01/13] acpi: Create subtable parsing infrastructure
` [PATCHv4 02/13] acpi: Add HMAT to generic parsing tables
` [PATCHv4 03/13] acpi/hmat: Parse and report heterogeneous memory
` [PATCHv4 04/13] node: Link memory nodes to their compute nodes
` [PATCHv4 05/13] Documentation/ABI: Add new node sysfs attributes
` [PATCHv4 06/13] acpi/hmat: Register processor domain to its memory
` [PATCHv4 07/13] node: Add heterogenous memory access attributes
` [PATCHv4 08/13] Documentation/ABI: Add node performance attributes
` [PATCHv4 09/13] acpi/hmat: Register "
` [PATCHv4 10/13] node: Add memory caching attributes
` [PATCHv4 11/13] Documentation/ABI: Add node cache attributes
` [PATCHv4 12/13] acpi/hmat: Register memory side "
` [PATCHv4 13/13] doc/mm: New documentation for memory performance

[PATCH] mm, oom: Tolerate processes sharing mm with different view of oom_score_adj
 2019-01-17 15:51 UTC  (8+ messages)

[PATCH v11 00/26] Speculative page faults
 2019-01-17 15:51 UTC  (6+ messages)

[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
 2019-01-17 15:21 UTC  (31+ messages)

[RFC PATCH v7 00/16] Add support for eXclusive Page Frame Ownership
 2019-01-17 15:14 UTC  (4+ messages)
` [RFC PATCH v7 14/16] EXPERIMENTAL: xpfo, mm: optimize spin lock usage in xpfo_kmap

[PATCH v2] mm/page_alloc: check return value of memblock_alloc_node_nopanic()
 2019-01-17 14:22 UTC 

[PATCH] mm/page_alloc: check return value of memblock_alloc_node_nopanic()
 2019-01-17 13:34 UTC  (4+ messages)

[PATCH 00/17] Merge text_poke fixes and executable lockdowns
 2019-01-17 13:21 UTC  (23+ messages)
` [PATCH 01/17] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
` [PATCH 02/17] x86/jump_label: Use text_poke_early() during early init
` [PATCH 03/17] x86/mm: temporary mm struct
` [PATCH 04/17] fork: provide a function for copying init_mm
` [PATCH 05/17] x86/alternative: initializing temporary mm for patching
` [PATCH 06/17] x86/alternative: use temporary mm for text poking
` [PATCH 07/17] x86/kgdb: avoid redundant comparison of patched code
` [PATCH 08/17] x86/ftrace: set trampoline pages as executable
` [PATCH 09/17] x86/kprobes: Instruction pages initialization enhancements
` [PATCH 10/17] x86: avoid W^X being broken during modules loading
` [PATCH 11/17] x86/jump-label: remove support for custom poker
` [PATCH 12/17] x86/alternative: Remove the return value of text_poke_*()
` [PATCH 13/17] Add set_alias_ function and x86 implementation
` [PATCH 14/17] mm: Make hibernate handle unmapped pages
` [PATCH 15/17] vmalloc: New flags for safe vfree on special perms
` [PATCH 16/17] Plug in new special vfree flag
` [PATCH 17/17] module: Prevent module removal racing with text_poke()

[PATCH 0/9] Use vm_insert_range and vm_insert_range_buggy
 2019-01-17 11:39 UTC  (3+ messages)

kernel BUG at mm/page_alloc.c:LINE!
 2019-01-17 10:43 UTC  (6+ messages)

[PATCH 1/3] mm: add include files so that function definitions have a prototype
 2019-01-17 10:36 UTC  (2+ messages)

[PATCH V2] mm: Introduce GFP_PGTABLE
 2019-01-17  9:56 UTC  (4+ messages)

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-01-17  9:52 UTC  (46+ messages)

[PATCH] mm: hwpoison: use do_send_sig_info() instead of force_sig() (Re: PMEM error-handling forces SIGKILL causes kernel panic)
 2019-01-17  9:44 UTC  (9+ messages)

use generic DMA mapping code in powerpc V4
 2019-01-17  9:44 UTC  (14+ messages)

[PATCH 00/21] Refine memblock API
 2019-01-17  9:28 UTC  (7+ messages)
` [PATCH 15/21] sparc: add checks for the return value of memblock_alloc*()
` [PATCH 19/21] treewide: "
` [PATCH 21/21] memblock: drop memblock_alloc_*_nopanic() variants

[PATCH v2 0/5] psi: pressure stall monitors v2
 2019-01-17  8:13 UTC  (12+ messages)
` [PATCH v2 5/5] psi: introduce psi monitor

memory cgroup pagecache and inode problem
 2019-01-17  5:06 UTC  (14+ messages)

[PATCH v8 0/3] mm: Randomize free memory
 2019-01-16 22:57 UTC  (4+ messages)
` [PATCH v8 1/3] mm: Shuffle initial free memory to improve memory-side-cache utilization
` [PATCH v8 2/3] mm: Move buddy list manipulations into helpers
` [PATCH v8 3/3] mm: Maintain randomization of page free lists

[PATCH] slab: kmemleak no scan alien caches
 2019-01-16 22:37 UTC 

[PATCH] doc: memcontrol: fix the obsolete content about force empty
 2019-01-16 21:52 UTC  (2+ messages)

[PATCH v25 0/6] Add io{read|write}64 to io-64-atomic headers
 2019-01-16 18:25 UTC  (7+ messages)
` [PATCH v25 1/6] iomap: Use non-raw io functions for io{read|write}XXbe
` [PATCH v25 2/6] parisc: iomap: introduce io{read|write}64
` [PATCH v25 3/6] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v25 4/6] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v25 5/6] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v25 6/6] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH -next 0/6] mm: make pinned_vm atomic and simplify users
 2019-01-16 17:29 UTC  (9+ messages)
` [PATCH 6/6] drivers/IB,core: reduce scope of mmap_sem

[PATCH v3 1/2] mm: add probe_user_read()
 2019-01-16 16:59 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc: use probe_user_read()

[PATCH] kasan: Remove use after scope bugs detection
 2019-01-16 16:47 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox