linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-16 01:09:02 to 2020-03-17 10:50:26 UTC [more...]

[PATCH v2 0/8] mm/memory_hotplug: allow to specify a default online_type
 2020-03-17 10:49 UTC  (7+ messages)
` [PATCH v2 1/8] drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
` [PATCH v2 2/8] drivers/base/memory: map MMOP_OFFLINE to 0
` [PATCH v2 3/8] drivers/base/memory: store mapping between MMOP_* and string in an array
` [PATCH v2 4/8] powernv/memtrace: always online added memory blocks
` [PATCH v2 5/8] hv_balloon: don't check for memhp_auto_online manually
` [PATCH v2 6/8] mm/memory_hotplug: unexport memhp_auto_online

[PATCH -V3] mm: Code cleanup for MADV_FREE
 2020-03-17 10:03 UTC 

Slub: Increased mem consumption on cpu,mem-less node powerpc guest
 2020-03-17  9:26 UTC 

[v2 PATCH 1/2] mm: swap: make page_evictable() inline
 2020-03-17  8:59 UTC  (9+ messages)
` [v2 PATCH 2/2] mm: swap: use smp_mb__after_atomic() to order LRU bit set

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-17  8:58 UTC  (20+ messages)
` [PATCHv5] "
      ` [PATCHv6] "
          ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
            ` [PATCH 0/5] "
              ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                            ` [PATCH v3 "

[PATCH -V2] mm: Code cleanup for MADV_FREE
 2020-03-17  8:51 UTC  (6+ messages)

[PATCH] mm/hugetlb: Fix build failure with HUGETLB_PAGE but not HUGEBTLBFS
 2020-03-17  8:43 UTC  (3+ messages)

[PATCH] mm/vmscan: add vm_swappiness configuration knobs
 2020-03-17  8:29 UTC  (14+ messages)

[patch] mm, oom: make a last minute check to prevent unnecessary memcg oom kills
 2020-03-17  7:59 UTC  (5+ messages)

[PATCH] mm: memcg: make memory.oom.group tolerable to task migration
 2020-03-17  7:52 UTC  (2+ messages)

ensure device private pages have an owner v2
 2020-03-17  7:34 UTC  (14+ messages)
` [PATCH 1/4] memremap: add an owner field to struct dev_pagemap
` [PATCH 2/4] mm: handle multiple owners of device private pages in migrate_vma
` [PATCH 3/4] mm: simplify device private page handling in hmm_range_fault
` [PATCH 4/4] mm: check the device private page owner "

interaction of MADV_PAGEOUT with CoW anonymous mappings?
 2020-03-17  7:12 UTC  (10+ messages)

[PATCH v3 0/9] workingset protection/detection on the anonymous LRU list
 2020-03-17  5:41 UTC  (10+ messages)
` [PATCH v3 1/9] mm/vmscan: make active/inactive ratio as 1:1 for anon lru
` [PATCH v3 2/9] mm/vmscan: protect the workingset on anonymous LRU
` [PATCH v3 3/9] mm/workingset: extend the workingset detection for anon LRU
` [PATCH v3 4/9] mm/swapcache: support to handle the value in swapcache
` [PATCH v3 5/9] mm/workingset: use the node counter if memcg is the root memcg
` [PATCH v3 6/9] mm/workingset: handle the page without memcg
` [PATCH v3 7/9] mm/swap: implement workingset detection for anonymous LRU
` [PATCH v3 8/9] mm/vmscan: restore active/inactive ratio "
` [PATCH v3 9/9] mm/swap: count a new anonymous page as a reclaim_state's rotate

[PATCH v2 0/9] workingset protection/detection on the anonymous LRU list
 2020-03-17  4:52 UTC  (8+ messages)
` [PATCH v2 2/9] mm/vmscan: protect the workingset on anonymous LRU

[patch] mm, oom: prevent soft lockup on memcg oom for UP systems
 2020-03-17  4:09 UTC  (15+ messages)

[hnaz-linux-mm:master 313/361] ERROR: modpost: "__mulsi3" [lib/test_bpf.ko] undefined!
 2020-03-17  3:33 UTC 

[RFC PATCH 0/3] meminfo: introduce extra meminfo
 2020-03-17  3:04 UTC  (6+ messages)

[PATCHv2 50/50] kernel: Rename show_stack_loglvl() => show_stack()
 2020-03-17  2:54 UTC 

[PATCH v2] psi: move PF_MEMSTALL out of task->flags
 2020-03-17  1:28 UTC 

[PATCH 1/1] psi: move PF_MEMSTALL out of task->flags
 2020-03-17  1:21 UTC  (4+ messages)

[RFC 0/3] mm: Discard lazily freed pages when migrating
 2020-03-16 22:38 UTC  (7+ messages)
` [RFC 2/3] mm: Add a new page flag PageLayzyFree() for MADV_FREE

[PATCH 1/2] mm: swap: make page_evictable() inline
 2020-03-16 22:18 UTC  (7+ messages)
` [PATCH 2/2] mm: swap: use smp_mb__after_atomic() to order LRU bit set

[PATCH v4 1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse
 2020-03-16 22:16 UTC  (12+ messages)
` [PATCH v4 2/2] mm/sparse.c: allocate memmap preferring the given node
  ` [PATCH v5 "
` [PATCH v5 1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse

[PATCH v2 0/2] hugetlbfs: use i_mmap_rwsem for more synchronization
 2020-03-16 20:57 UTC  (3+ messages)
` [PATCH v2 1/2] hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
` [PATCH v2 2/2] hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race

ensure device private pages have an owner
 2020-03-16 20:24 UTC  (13+ messages)
` [PATCH 1/2] mm: handle multiple owners of device private pages in migrate_vma
` [PATCH 2/2] mm: remove device private page support from hmm_range_fault

[PATCH hmm 0/8] Various error case bug fixes for hmm_range_fault()
 2020-03-16 19:23 UTC  (29+ messages)
` [PATCH hmm 1/8] mm/hmm: add missing unmaps of the ptep during hmm_vma_handle_pte()
` [PATCH hmm 2/8] mm/hmm: don't free the cached pgmap while scanning
` [PATCH hmm 3/8] mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlock
` [PATCH hmm 4/8] mm/hmm: add missing pfns set to hmm_vma_walk_pmd()
` [PATCH hmm 5/8] mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULT
` [PATCH hmm 6/8] mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()
` [PATCH hmm 7/8] mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pages
` [PATCH hmm 8/8] mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handling
` [PATCH hmm 9/8] mm/hmm: do not check pmd_protnone twice in hmm_vma_handle_pmd()

KASAN: stack-out-of-bounds Write in mpol_to_str
 2020-03-16 18:46 UTC  (2+ messages)

misc hmm cleanups
 2020-03-16 18:01 UTC  (14+ messages)
` [PATCH 1/5] mm: don't provide a stub for hmm_range_fault
` [PATCH 2/5] mm: remove the unused HMM_FAULT_ALLOW_RETRY flag
` [PATCH 3/5] mm: simplify hmm_vma_walk_hugetlb_entry
` [PATCH 4/5] mm: don't handle the non-fault case in hmm_vma_walk_hole_
` [PATCH 5/5] mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_

[RFC] Simplify debug_objects handling in kfree_rcu
 2020-03-16 17:42 UTC 

[PATCH 1/2] mm, memcg: Fix corruption on 64-bit divisor in memory.high throttling
 2020-03-16 16:21 UTC  (4+ messages)
` [PATCH 2/2] mm, memcg: Throttle allocators based on ancestral memory.high

[linux-next:pending-fixes] BUILD SUCCESS 47d215bb9783a05a8f790b7e316e9ced91af6a2f
 2020-03-16 15:59 UTC 

[PATCH v1 0/5] mm/memory_hotplug: allow to specify a default online_type
 2020-03-16 15:48 UTC  (15+ messages)
` [PATCH v1 1/5] drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
` [PATCH v1 2/5] drivers/base/memory: map MMOP_OFFLINE to 0
` [PATCH v1 3/5] drivers/base/memory: store mapping between MMOP_* and string in an array
` [PATCH v1 4/5] mm/memory_hotplug: convert memhp_auto_online to store an online_type
` [PATCH v1 5/5] mm/memory_hotplug: allow to specify a default online_type

[PATCH v4 01/26] mm/mmu_notifiers: pass private data down to alloc_notifier()
 2020-03-16 15:46 UTC  (11+ messages)

[PATCH 0/6] mm, memcg: cgroup v2 tunable load/store tearing fixes
 2020-03-16 14:59 UTC  (13+ messages)
` [PATCH 1/6] mm, memcg: Prevent memory.high load/store tearing
` [PATCH 2/6] mm, memcg: Prevent memory.max load tearing
` [PATCH 3/6] mm, memcg: Prevent memory.low load/store tearing
` [PATCH 4/6] mm, memcg: Prevent memory.min "
` [PATCH 5/6] mm, memcg: Prevent memory.swap.max load tearing
` [PATCH 6/6] mm, memcg: Prevent mem_cgroup_protected store tearing

[PATCH 0/3] arm64: tlb: skip tlbi broadcast v2
 2020-03-16 14:09 UTC  (5+ messages)
` [PATCH 3/3] arm64: tlb: skip tlbi broadcast

[PATCH v6 0/9] Huge page-table entries for TTM
 2020-03-16 12:32 UTC  (2+ messages)
` Ack to merge through DRM? WAS "

[PATCH] mm/memory_hotplug: use __pfn_to_section() instead of open-coding
 2020-03-16 12:23 UTC  (2+ messages)

[PATCH] mm: clear 1G pages with streaming stores on x86
 2020-03-16 12:19 UTC  (9+ messages)

[PATCH v6 0/3] protect page cache from freeing inode
 2020-03-16 10:39 UTC  (4+ messages)
` [PATCH v6 1/3] mm, list_lru: make memcg visible to lru walker isolation function
` [PATCH v6 2/3] mm, shrinker: make memcg low reclaim "
` [PATCH v6 3/3] inode: protect page cache from freeing inode

[patch] mm, oom: prevent soft lockup on memcg oom for UP systems
 2020-03-16  9:32 UTC  (9+ messages)

[PATCH 0/8] mm: Speedup page cache truncation
 2020-03-16  9:21 UTC  (7+ messages)
` [PATCH 1/8] xarray: Fix premature termination of xas_for_each_marked()
` [PATCH 2/8] xarray: Provide xas_erase() helper

[PATCH 0/3] Offline memoryless cpuless node 0
 2020-03-16  9:06 UTC  (18+ messages)
` [PATCH 1/3] powerpc/numa: Set numa_node for all possible cpus
` [PATCH 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline

[PATCHv6 0/3] fix omission of check on FOLL_LONGTERM in gup fast path
 2020-03-16  8:55 UTC  (6+ messages)
` [PATCHv6 1/3] mm/gup: rename nr as nr_pinned in get_user_pages_fast()
` [PATCHv6 2/3] mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path
` [PATCHv6 3/3] mm/gup_benchemark: add LONGTERM_BENCHMARK test "

[RESEND PATCH] mm/sparse: remove duplicated pfn_to_section_nr()
 2020-03-16  8:45 UTC  (2+ messages)

[PATCH] mm/sparse: remove duplicated pfn_to_section_nr()
 2020-03-16  7:48 UTC 

[PATCH v2] mm/sparse.c: Use kvmalloc_node/kvfree to alloc/free memmap for the classic sparse
 2020-03-16  7:14 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] mm: Code cleanup for MADV_FREE
 2020-03-16  5:54 UTC  (4+ messages)

[PATCH v5 0/3] protect page cache from freeing inode
 2020-03-16  1:48 UTC  (4+ messages)
` [PATCH v5 1/3] mm, list_lru: make memcg visible to lru walker isolation function

[PATCH v2] mm: hugetlb: optionally allocate gigantic hugepages using cma
 2020-03-16  1:08 UTC  (5+ messages)


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