linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-21 02:55:43 to 2019-05-22 16:01:14 UTC [more...]

[RFC 0/7] introduce memory hinting API for external process
 2019-05-22 16:01 UTC  (77+ messages)
` [RFC 1/7] mm: introduce MADV_COOL
` [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

[PATCH] proc/meminfo: add MemKernel counter
 2019-05-22 15:52 UTC  (4+ messages)

+ mm-consider-subtrees-in-memoryevents.patch added to -mm tree
 2019-05-22 15:44 UTC  (10+ messages)

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-22 15:30 UTC  (23+ messages)
` [PATCH v15 03/17] lib, arm64: untag user pointers in strn*_user
` [PATCH v15 04/17] mm: add ksys_ wrappers to memory syscalls
` [PATCH v15 05/17] arms64: untag user pointers passed "
` [PATCH v15 06/17] mm: untag user pointers in do_pages_move
` [PATCH v15 07/17] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v15 09/17] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v15 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

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

[PATCH 1/4] mm/vmap: remove "node" argument
 2019-05-22 15:09 UTC  (4+ messages)
` [PATCH 2/4] mm/vmap: preload a CPU with one object for split purpose
` [PATCH 3/4] mm/vmap: get rid of one single unlink_va() when merge
` [PATCH 4/4] mm/vmap: move BUG_ON() check to the unlink_va()

[RFC PATCH] usb: host: xhci: allow __GFP_FS in dma allocation
 2019-05-22 14:56 UTC  (9+ messages)

[RFC PATCH] mm/nvdimm: Fix kernel crash on devm_mremap_pages_release
 2019-05-22 13:12 UTC  (4+ messages)

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

[PATCH] mm: mlockall error for flag MCL_ONFAULT
 2019-05-22 11:23 UTC 

[PATCH -next v2] mm/hotplug: fix a null-ptr-deref during NUMA boot
 2019-05-22 11:16 UTC  (8+ messages)

[PATCH 1/4] mm, oom: Remove redundant OOM score normalization at select_bad_process()
 2019-05-22 10:08 UTC  (4+ messages)
` [PATCH 2/4] mm, oom: Avoid potential RCU stall at dump_tasks()
` [PATCH 3/4] mm, oom: Wait for OOM victims even if oom_kill_allocating_task case
` [PATCH 4/4] mm, oom: Respect oom_task_origin() "

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

[PATCH v2] memcg: make it work on sparse non-0-node systems
 2019-05-22  9:19 UTC  (2+ messages)
` [PATCH -resend "

[RFC PATCH V2 1/3] mm/nvdimm: Add PFN_MIN_VERSION support
 2019-05-22  9:16 UTC  (4+ messages)
` [RFC PATCH V2 2/3] mm/nvdimm: Add page size and struct page size to pfn superblock
` [RFC PATCH V2 3/3] mm/nvdimm: Use correct #defines instead of opencoding

[PATCH] docs: reorder memory-hotplug documentation
 2019-05-22  7:29 UTC  (5+ messages)

[RFC PATCH 1/3] mm/nvdimm: Add PFN_MIN_VERSION support
 2019-05-22  6:35 UTC  (4+ messages)
` [RFC PATCH 2/3] mm/nvdimm: Add page size and struct page size to pfn superblock
` [RFC PATCH 3/3] mm/nvdimm: Use correct #defines instead of opencoding

[PATCH] mm/nvdimm: Use correct #defines instead of opencoding
 2019-05-22  5:41 UTC  (10+ messages)

[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

[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 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  (6+ messages)
` [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  (6+ 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] 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  (8+ messages)
` [PATCH 3/4] mm, notifier: Catch sleeping/blocking for !blockable
` [PATCH 4/4] mm, notifier: Add a lockdep map for invalidate_range_start

[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 2/4] kernel.h: Add non_block_start/end()
 2019-05-21 14:47 UTC  (2+ messages)
` [PATCH] "

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

[PATCH] mm/failslab: By default, do not fail allocations with direct reclaim only
 2019-05-21  8:06 UTC  (3+ 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  (2+ messages)

[RFC PATCH v5 00/16] Slab Movable Objects (SMO)
 2019-05-21  3:15 UTC  (6+ messages)
` [RFC PATCH v5 16/16] dcache: Add CONFIG_DCACHE_SMO


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