linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-20 17:57:02 to 2019-05-22 05:12:08 UTC [more...]

[RFC 0/7] introduce memory hinting API for external process
 2019-05-22  5:11 UTC  (75+ messages)
` [RFC 1/7] mm: introduce MADV_COOL
` [RFC 2/7] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [RFC 3/7] mm: introduce MADV_COLD
` [RFC 4/7] mm: factor out madvise's core functionality
` [RFC 5/7] mm: introduce external memory hinting API
` [RFC 6/7] mm: extend process_madvise syscall to support vector arrary
` [RFC 7/7] mm: madvise support MADV_ANONYMOUS_FILTER and MADV_FILE_FILTER

[v3 PATCH 1/2] mm: vmscan: remove double slab pressure by inc'ing sc->nr_scanned
 2019-05-22  3:26 UTC  (7+ messages)
` [v3 PATCH 2/2] mm: vmscan: correct some vmscan counters for THP swapout

+ mm-consider-subtrees-in-memoryevents.patch added to -mm tree
 2019-05-22  2:23 UTC  (7+ messages)

[PATCH] mm/kasan: Print frame description for stack bugs
 2019-05-22  2:10 UTC  (3+ messages)

[PATCH -mm -V9] mm, swap: fix race between swapoff and some swap operations
 2019-05-22  1:54 UTC 

[v3 PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-05-22  1:00 UTC  (3+ messages)

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-22  0:04 UTC  (6+ messages)

[PATCH 10/10] docs: fix broken documentation links
 2019-05-21 22:56 UTC  (2+ messages)

[PATCH v4 0/2] Fix issues with vmalloc flush flag
 2019-05-21 20:51 UTC  (3+ messages)
` [PATCH v4 1/2] vmalloc: Fix calculation of direct map addr range
` [PATCH v4 2/2] vmalloc: Avoid rare case of flushing tlb with weird arguements

[PATCH v5 0/7] mm: reparent slab memory on cgroup removal
 2019-05-21 20:07 UTC  (8+ messages)
` [PATCH v5 1/7] mm: postpone kmem_cache memcg pointer initialization to memcg_link_cache()
` [PATCH v5 2/7] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH v5 3/7] mm: introduce __memcg_kmem_uncharge_memcg()
` [PATCH v5 4/7] mm: unify SLAB and SLUB page accounting
` [PATCH v5 5/7] mm: rework non-root kmem_cache lifecycle management
` [PATCH v5 6/7] mm: reparent slab memory on cgroup removal
` [PATCH v5 7/7] mm: fix /proc/kpagecgroup interface for slab pages

[PATCH v2 0/2] Fix issues with vmalloc flush flag
 2019-05-21 19:47 UTC  (8+ messages)
` [PATCH v2 1/2] vmalloc: Fix calculation of direct map addr range
` [PATCH v2 2/2] vmalloc: Remove work as from vfree path

[PATCH v4 0/7] mm: reparent slab memory on cgroup removal
 2019-05-21 19:35 UTC  (8+ messages)
` [PATCH v4 5/7] mm: rework non-root kmem_cache lifecycle management

[PATCH v2] mm/kasan: Print frame description for stack bugs
 2019-05-21 18:07 UTC  (5+ messages)

[PATCH v2 0/7] mm: process_vm_mmap() -- syscall for duplication a process mapping
 2019-05-21 17:44 UTC  (15+ messages)
` [PATCH v2 1/7] mm: Add process_vm_mmap() syscall declaration
` [PATCH v2 2/7] mm: Extend copy_vma()

[PATCH] slab: remove /proc/slab_allocators
 2019-05-21 17:37 UTC  (2+ messages)

[v6 0/3] "Hotremove" persistent memory
 2019-05-21 16:54 UTC  (3+ messages)
` [v6 3/3] device-dax: "Hotremove" persistent memory that is used like normal RAM

[PATCH] mm: fix Documentation/vm/hmm.rst Sphinx warnings
 2019-05-21 16:35 UTC  (3+ messages)

[PATCH 1/4] mm: Check if mmu notifier callbacks are allowed to fail
 2019-05-21 16:32 UTC  (10+ messages)
` [PATCH 2/4] kernel.h: Add non_block_start/end()
  ` [PATCH] "
` [PATCH 3/4] mm, notifier: Catch sleeping/blocking for !blockable
` [PATCH 4/4] mm, notifier: Add a lockdep map for invalidate_range_start

[PATCH] docs: reorder memory-hotplug documentation
 2019-05-21 16:11 UTC  (4+ messages)

[PATCH] mm/nvdimm: Use correct #defines instead of opencoding
 2019-05-21 16:07 UTC  (9+ messages)

[PATCH] mm/gup: continue VM_FAULT_RETRY processing event for pre-faults
 2019-05-21 15:53 UTC  (2+ messages)

[PATCH] mm: memcontrol: don't batch updates of local VM stats and events
 2019-05-21 15:16 UTC 

[PATCH] kernel.h: Add non_block_start/end()
 2019-05-21 14:48 UTC  (5+ messages)

[PATCH v2 3/4] gfp: mm: introduce __GFP_NO_AUTOINIT
 2019-05-21 14:25 UTC  (10+ messages)

[RFC PATCH] usb: host: xhci: allow __GFP_FS in dma allocation
 2019-05-21 14:00 UTC  (7+ messages)

[PATCH] mm/failslab: By default, do not fail allocations with direct reclaim only
 2019-05-21  8:06 UTC  (5+ messages)

[v2 PATCH] mm: vmscan: correct nr_reclaimed for THP
 2019-05-21  6:54 UTC  (10+ messages)

[RFC PATCH 00/14] mmap_sem range locking
 2019-05-21  4:52 UTC  (15+ messages)
` [PATCH 01/14] interval-tree: build unconditionally
` [PATCH 02/14] Introduce range reader/writer lock
` [PATCH 03/14] mm: introduce mm locking wrappers
` [PATCH 04/14] mm: teach pagefault paths about range locking
` [PATCH 05/14] mm: remove some BUG checks wrt mmap_sem
` [PATCH 06/14] mm: teach the mm about range locking
` [PATCH 07/14] fs: "
` [PATCH 08/14] arch/x86: "
` [PATCH 09/14] virt: "
` [PATCH 10/14] net: "
` [PATCH 11/14] ipc: "
` [PATCH 12/14] kernel: "
` [PATCH 13/14] drivers: "
` [PATCH 14/14] mm: convert mmap_sem to range mmap_lock

[PATCH v2] mm, memory-failure: clarify error message
 2019-05-21  4:14 UTC  (4+ messages)

[RFC PATCH v5 00/16] Slab Movable Objects (SMO)
 2019-05-21  3:15 UTC  (17+ messages)
` [RFC PATCH v5 01/16] slub: Add isolate() and migrate() methods
` [RFC PATCH v5 03/16] slub: Sort slab cache list
` [RFC PATCH v5 04/16] slub: Slab defrag core
` [RFC PATCH v5 13/16] slub: Enable balancing slabs across nodes
` [RFC PATCH v5 16/16] dcache: Add CONFIG_DCACHE_SMO

[PATCH] mm/dev_pfn: Exclude MEMORY_DEVICE_PRIVATE while computing virtual address
 2019-05-21  2:08 UTC  (7+ messages)

[PATCH v2] vmalloc: Fix issues with flush flag
 2019-05-21  1:59 UTC  (11+ messages)

[PATCH] mm, memory-failure: clarify error message
 2019-05-21  1:53 UTC  (5+ messages)

[PATCH v2] mm/failslab: By default, do not fail allocations with direct reclaim only
 2019-05-20 21:45 UTC 

[PATCH 0/1] Fix for VM_FLUSH_RESET_PERMS on sparc
 2019-05-20 19:13 UTC  (3+ messages)
` [PATCH 1/1] vmalloc: Fix issues with flush flag


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