linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-13 20:17:04 to 2020-03-16 22:38:18 UTC [more...]

[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] mm: memcg: make memory.oom.group tolerable to task migration
 2020-03-16 22:35 UTC 

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

[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

ensure device private pages have an owner v2
 2020-03-16 21:43 UTC  (10+ 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 "

[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 -V2] mm: Code cleanup for MADV_FREE
 2020-03-16 17:17 UTC  (3+ messages)

[PATCH 1/1] psi: move PF_MEMSTALL out of task->flags
 2020-03-16 16:40 UTC  (3+ messages)

[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

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

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

[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 10:14 UTC  (12+ messages)

[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

interaction of MADV_PAGEOUT with CoW anonymous mappings?
 2020-03-16  9:20 UTC  (12+ messages)

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

[RFC PATCH 0/3] meminfo: introduce extra meminfo
 2020-03-16  8:31 UTC  (5+ 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  (13+ messages)
` [PATCH v3] "

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

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

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

[PATCH v2] x86/mm: Remove the redundant conditional check
 2020-03-15 21:56 UTC  (4+ messages)

UAF kernel bug on page_alloc.c
 2020-03-15 20:12 UTC 

[PATCH] slub: Relocate freelist pointer to middle of object
 2020-03-15 14:11 UTC  (5+ messages)

[Patch v2] mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_cache
 2020-03-15  1:29 UTC 

[PATCH] mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_cache
 2020-03-15  1:23 UTC  (3+ messages)

[PATCH v28 16/22] x86/sgx: Add a page reclaimer
 2020-03-15  1:17 UTC  (6+ messages)

[PATCH -next] hugetlb_cgroup: fix illegal access to memory
 2020-03-14 18:20 UTC  (3+ messages)

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-14 10:02 UTC  (23+ 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 0/2] exec: Fix dead-lock in de_thread with ptrace_attach
                                ` [PATCH 1/2] "
                                ` [PATCH 2/2] doc: Update documentation of ->exec_*_mutex

[PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread
 2020-03-14  9:12 UTC  (12+ messages)
      ` [PATCH] pidfd: Stop taking cred_guard_mutex
                    ` [PATCH] pidfd: Use new infrastructure to fix deadlocks in execve

[PATCH hmm 3/8] mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlock
 2020-03-13 22:51 UTC  (11+ messages)
` [PATCH] mm/hmm: Simplify hmm_vma_walk_pud slightly

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-03-13 22:00 UTC  (4+ messages)
` [RFC PATCH v9 15/27] mm: Handle THP/HugeTLB Shadow Stack page fault

[PATCH] page-flags: fix a crash at SetPageError(THP_SWAP)
 2020-03-13 21:43 UTC  (2+ messages)

[PATCH v2] mm: fix long time stall from mm_populate
 2020-03-13 21:14 UTC  (2+ messages)

[PATCH v6 02/14] mm/damon: Implement region based sampling
 2020-03-13 20:16 UTC  (2+ 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).