linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-16 21:43:20 to 2020-03-18 11:28:33 UTC [more...]

[PATCH v7 00/15] Introduce Data Access MONitor (DAMON)
 2020-03-18 11:27 UTC 

[PATCH v2 0/4] Fix kmalloc_node on offline nodes
 2020-03-18 11:14 UTC  (8+ messages)
` [PATCH v2 1/4] mm: Check for node_online in node_present_pages
` [PATCH v2 2/4] mm/slub: Use mem_node to allocate a new slab
` [PATCH v2 3/4] mm: Implement reset_numa_mem
` [PATCH v2 4/4] powerpc/numa: Set fallback nodes for offline nodes

[RFC PATCH 0/3] meminfo: introduce extra meminfo
 2020-03-18 10:58 UTC  (9+ messages)

[PATCH 0/5] mm/vma: Use available wrappers when possible
 2020-03-18 10:41 UTC  (4+ messages)
` [PATCH 4/5] mm/vma: Replace all remaining open encodings with vma_set_anonymous()

Slub: Increased mem consumption on cpu,mem-less node powerpc guest
 2020-03-18 10:18 UTC  (8+ messages)

[patch] mm, oom: make a last minute check to prevent unnecessary memcg oom kills
 2020-03-18  9:57 UTC  (9+ messages)

[patch] mm, oom: prevent soft lockup on memcg oom for UP systems
 2020-03-18  9:42 UTC  (11+ messages)
                ` [patch v2] "

ensure device private pages have an owner v2
 2020-03-18  9:34 UTC  (18+ messages)
` [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 0/3] arm64: tlb: skip tlbi broadcast v2
 2020-03-18  8:53 UTC  (2+ messages)

[PATCH] mm/kmemleak: silence KCSAN splats in checksum
 2020-03-18  8:51 UTC  (3+ messages)

[PATCH] mm/shuffle.c: optimize add_to_free_area_random()
 2020-03-18  8:20 UTC  (9+ messages)
      ` [PATCH v2] mm/shuffle.c: Fix races in add_to_free_area_random()

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

[PATCH 0/3] Offline memoryless cpuless node 0
 2020-03-18  7:50 UTC  (17+ 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

[PATCH 0/4] Fix kmalloc_node on offline nodes
 2020-03-18  7:29 UTC  (15+ messages)
  ` [PATCH 1/4] mm: Check for node_online in node_present_pages
  ` [PATCH 2/4] mm/slub: Use mem_node to allocate a new slab
  ` [PATCH 3/4] mm: Implement reset_numa_mem
  ` [PATCH 4/4] powerpc/numa: Set fallback nodes for offline nodes

[PATCH] mm: clarify a confusing comment for vm_iomap_memory
 2020-03-18  5:22 UTC 

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

[PATCH] x86/mm: Make pud_present() check _PAGE_PROTNONE and _PAGE_PSE as well
 2020-03-18  5:01 UTC 

[PATCH] mm: Fix a comment typo
 2020-03-18  4:26 UTC  (3+ messages)

[PATCH v2 0/2] integrate classzone_idx and high_zoneidx
 2020-03-18  3:42 UTC  (4+ messages)
` [PATCH v2 1/2] mm/page_alloc: use ac->high_zoneidx for classzone_idx
` [PATCH v2 2/2] mm/page_alloc: integrate classzone_idx and high_zoneidx

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

ensure device private pages have an owner
 2020-03-17 22:46 UTC  (8+ messages)
` [PATCH 2/2] mm: remove device private page support from hmm_range_fault

[PATCH v2 0/8] mm/memory_hotplug: allow to specify a default online_type
 2020-03-17 22:24 UTC  (20+ 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 v2 7/8] mm/memory_hotplug: convert memhp_auto_online to store an online_type
` [PATCH v2 8/8] mm/memory_hotplug: allow to specify a default online_type

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-17 21:53 UTC  (21+ 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 "

[RFC] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-17 21:29 UTC  (2+ messages)

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

misc hmm cleanups
 2020-03-17 18:55 UTC  (3+ messages)

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

[PATCH] mm/mmu_notifier: silence PROVE_RCU_LIST warnings
 2020-03-17 18:06 UTC  (2+ messages)

interaction of MADV_PAGEOUT with CoW anonymous mappings?
 2020-03-17 17:20 UTC  (13+ messages)

general protection fault in tlb_finish_mmu
 2020-03-17 16:46 UTC 

[PATCH 0/8] mm: Speedup page cache truncation
 2020-03-17 15:28 UTC  (5+ messages)
` [PATCH 2/8] xarray: Provide xas_erase() helper
` [PATCH 3/8] xarray: Explicitely set XA_FREE_MARK in __xa_cmpxchg()

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

[PATCH 08/12] docs: fix broken references to text files
 2020-03-17 14:36 UTC  (3+ messages)

[PATCH -next] mm/kmemleak: annotate a data race in checksum
 2020-03-17 13:42 UTC  (3+ messages)

[PATCH hmm 0/8] Various error case bug fixes for hmm_range_fault()
 2020-03-17 13:25 UTC  (11+ messages)
` [PATCH hmm 8/8] mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handling

[PATCH] selftests: powerpc: Add tlbie_test in .gitignore
 2020-03-17 13:14 UTC  (2+ messages)

[PATCHv6 0/3] fix omission of check on FOLL_LONGTERM in gup fast path
 2020-03-17 12:09 UTC  (6+ messages)
` [PATCHv6 2/3] mm/gup: "
  ` [PATCHv7 "

Re: [PATCH v6 02/14] mm/damon: Implement region based sampling
 2020-03-17 11:32 UTC  (2+ messages)
`  "

[RFC PATCH v1 0/3] arm64: tlb: add support for TTL field
 2020-03-17 10:59 UTC  (3+ messages)

[PATCH -V3] mm: Code cleanup for MADV_FREE
 2020-03-17 10:03 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

[PATCH -V2] mm: Code cleanup for MADV_FREE
 2020-03-17  8:51 UTC  (5+ 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

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

[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  (3+ 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  (5+ 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  (6+ 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


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