linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 21:29:17 to 2020-03-19 09:19:11 UTC [more...]

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-19  9:19 UTC  (25+ 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 v4 3/5] "

Re: [PATCH v6 00/14] Introduce Data Access MONitor (DAMON)
 2020-03-19  9:03 UTC  (4+ messages)
`  "
    `  "

[PATCH v2 0/2] integrate classzone_idx and high_zoneidx
 2020-03-19  8:57 UTC  (6+ 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

[RFC 1/2] mm, slub: prevent kmalloc_node crashes and memory leaks
 2020-03-19  8:52 UTC  (6+ messages)
` [RFC 2/2] Revert "topology: add support for node_to_mem_node() to determine the fallback node"

[PATCH v3 0/9] workingset protection/detection on the anonymous LRU list
 2020-03-19  8:31 UTC  (18+ 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 v2 0/4] Fix kmalloc_node on offline nodes
 2020-03-19  7:44 UTC  (16+ 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

ensure device private pages have an owner v2
 2020-03-19  7:16 UTC  (14+ messages)
` [PATCH 3/4] mm: simplify device private page handling in hmm_range_fault

[patch] mm, oom: prevent soft lockup on memcg oom for UP systems
 2020-03-19  7:09 UTC  (9+ messages)
      ` [patch v2] "
            ` [patch v3] "

[PATCH 0/4] Clean up hugetlb boot command line processing
 2020-03-19  7:04 UTC  (16+ messages)
` [PATCH 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH 4/4] hugetlbfs: clean up command line processing

[PATCH] mm: khugepaged: fix potential page state corruption
 2020-03-19  5:39 UTC  (6+ messages)

[PATCH v2 00/22] Avoid IPI while updating page table entries
 2020-03-19  3:56 UTC  (21+ messages)
` [PATCH v2 01/22] powerpc/pkeys: Avoid using lockless page table walk
` [PATCH v2 02/22] powerpc/pkeys: Check vma before returning key fault error to the user
` [PATCH v2 03/22] powerpc/mm/hash64: use _PAGE_PTE when checking for pte_present
` [PATCH v2 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range
` [PATCH v2 05/22] powerpc/book3s64/hash: Use the pte_t address from the caller
` [PATCH v2 06/22] powerpc/mce: Don't reload pte val in addr_to_pfn
` [PATCH v2 07/22] powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slow
` [PATCH v2 08/22] powerpc/kvm/book3s: switch from raw_spin_*lock to arch_spin_lock
` [PATCH v2 09/22] powerpc/kvm/book3s: Add helper to walk partition scoped linux page table
` [PATCH v2 10/22] powerpc/kvm/nested: Add helper to walk nested shadow "
` [PATCH v2 11/22] powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary table
` [PATCH v2 12/22] powerpc/kvm/book3s: Add helper for host page table walk
` [PATCH v2 13/22] powerpc/kvm/book3s: Use find_kvm_host_pte in page fault handler
` [PATCH v2 14/22] powerpc/kvm/book3s: Use find_kvm_host_pte in h_enter
` [PATCH v2 17/22] powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_page
` [PATCH v2 18/22] powerpc/kvm/book3s: Use find_kvm_host_pte in kvmppc_get_hpa
` [PATCH v2 19/22] powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT check
` [PATCH v2 20/22] powerpc/mm/book3s64: Avoid sending IPI on clearing PMD
` [PATCH v2 21/22] mm: change pmdp_huge_get_and_clear_full take vm_area_struct as arg
` [PATCH v2 22/22] powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault race

[PATCH -next] mm/hugetlb.c: fix printk format warning for 32-bit phys_addr_t
 2020-03-19  2:37 UTC  (4+ messages)

misc hmm cleanups
 2020-03-19  0:27 UTC  (4+ messages)

[PATCH v6 0/9] Huge page-table entries for TTM
 2020-03-18 23:27 UTC  (3+ messages)
` Ack to merge through DRM? WAS "

[PATCH] mm/shuffle.c: optimize add_to_free_area_random()
 2020-03-18 23:18 UTC  (22+ messages)
      ` [PATCH v2] mm/shuffle.c: Fix races in add_to_free_area_random()
        ` [PATCH v3] "

[PATCH 0/3] Offline memoryless cpuless node 0
 2020-03-18 18:57 UTC  (6+ messages)
` [PATCH 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline

[PATCH] mm: hugetlb: fix hugetlb_cma_reserve() if CONFIG_NUMA isn't set
 2020-03-18 17:55 UTC  (3+ messages)

[PATCH] mm/compaction.c: Clean code by removing unnecessary assignment
 2020-03-18 17:45 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 39ff0c2fc628b3cbff9e9433dade7685692754ad
 2020-03-18 16:32 UTC 

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

[PATCH v2 0/8] mm/memory_hotplug: allow to specify a default online_type
 2020-03-18 15:00 UTC  (13+ messages)
` [PATCH v2 4/8] powernv/memtrace: always online added memory blocks
` [PATCH v2 6/8] mm/memory_hotplug: unexport memhp_auto_online

[PATCH v2 0/8] Misc MM patches
 2020-03-18 14:02 UTC  (9+ messages)
` [PATCH v2 1/8] mm: Use vm_fault error code directly
` [PATCH v2 2/8] mm: Rename arguments to find_subpage
` [PATCH v2 3/8] mm: Check PageTail in hpage_nr_pages even when !THP
` [PATCH v2 4/8] mm: Optimise find_subpage for !THP
` [PATCH v2 5/8] mm: Remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
` [PATCH v2 6/8] mm: Use VM_BUG_ON_PAGE in clear_page_dirty_for_io
` [PATCH v2 7/8] mm: Unexport find_get_entry
` [PATCH v2 8/8] mm: Rewrite pagecache_get_page documentation

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

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

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

[PATCH v7 00/15] Introduce Data Access MONitor (DAMON)
 2020-03-18 11:39 UTC  (16+ messages)
` [PATCH v7 01/15] scripts/spelling: Add a few more typos
` [PATCH v7 02/15] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v7 03/15] mm: Introduce Data Access MONitor (DAMON)
` [PATCH v7 04/15] mm/damon: Implement region based sampling
` [PATCH v7 05/15] mm/damon: Adaptively adjust regions
` [PATCH v7 06/15] mm/damon: Apply dynamic memory mapping changes
` [PATCH v7 07/15] mm/damon: Implement callbacks
` [PATCH v7 08/15] mm/damon: Implement access pattern recording
` [PATCH v7 09/15] mm/damon: Add debugfs interface
` [PATCH v7 10/15] mm/damon: Add tracepoints
` [PATCH v7 11/15] tools: Add a minimal user-space tool for DAMON
` [PATCH v7 12/15] Documentation/admin-guide/mm: Add a document "
` [PATCH v7 13/15] mm/damon: Add kunit tests
` [PATCH v7 14/15] mm/damon: Add user space selftests
` [PATCH v7 15/15] MAINTAINERS: Update for DAMON

[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 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  (2+ messages)

[v3 PATCH 1/2] mm: swap: make page_evictable() inline
 2020-03-18  8:15 UTC  (3+ messages)

[PATCH 0/4] Fix kmalloc_node on offline nodes
 2020-03-18  7:29 UTC  (8+ messages)
  ` [PATCH 2/4] mm/slub: Use mem_node to allocate a new slab

[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  (2+ 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)

[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

[RFC] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-17 21:29 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).