linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 0/9] Remove XA_ZERO from error recovery of dup_mmap()
 2025-09-10 12:56 UTC  (19+ messages)
` [PATCH v1 1/9] mm/mmap: Move exit_mmap() trace point
` [PATCH v1 2/9] mm/mmap: Abstract vma clean up from exit_mmap()
` [PATCH v1 3/9] mm/vma: Add limits to unmap_region() for vmas
` [PATCH v1 4/9] mm/memory: Add tree limit to free_pgtables()
` [PATCH v1 5/9] mm/vma: Add page table limit to unmap_region()
` [PATCH v1 6/9] mm: Change dup_mmap() recovery
` [PATCH v1 7/9] mm: Introduce unmap_desc struct to reduce function arguments
` [PATCH v1 8/9] mm/vma: Use unmap_desc in vms_clear_ptes() and exit_mmap()
` [PATCH v1 9/9] mm: Use unmap_desc struct for freeing page tables

[PATCH v2 00/15] mm, swap: introduce swap table as swap cache (phase I)
 2025-09-10 12:56 UTC  (6+ messages)
` [PATCH v2 05/15] mm, swap: always lock and check the swap cache folio before use

[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
 2025-09-10 12:54 UTC  (17+ messages)
` [PATCH v7 mm-new 01/10] mm: thp: remove disabled task from khugepaged_mm_slot
` [PATCH v7 mm-new 02/10] mm: thp: add support for BPF based THP order selection
` [PATCH v7 mm-new 03/10] mm: thp: decouple THP allocation between swap and page fault paths
` [PATCH v7 mm-new 04/10] mm: thp: enable THP allocation exclusively through khugepaged
` [PATCH v7 mm-new 05/10] bpf: mark mm->owner as __safe_rcu_or_null
` [PATCH v7 mm-new 06/10] bpf: mark vma->vm_mm as __safe_trusted_or_null
` [PATCH v7 mm-new 07/10] selftests/bpf: add a simple BPF based THP policy
` [PATCH v7 mm-new 08/10] selftests/bpf: add test case to update "
` [PATCH v7 mm-new 09/10] selftests/bpf: add test cases for invalid thp_adjust usage
` [PATCH v7 mm-new 10/10] Documentation: add BPF-based THP policy management

[PATCH v3 00/22] Add support for shared PTEs across processes
 2025-09-10 12:46 UTC  (4+ messages)
` [PATCH v3 01/22] mm: Add msharefs filesystem

Excessive page cache occupies DMA32 memory
 2025-09-10 12:44 UTC  (9+ messages)

[syzbot] [mm?] KMSAN: uninit-value in __run_timer_base (2)
 2025-09-10 12:35 UTC 

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-09-10 12:32 UTC  (9+ messages)

[PATCH] ACPI: APEI: GHES: Don't offline huge pages just because BIOS asked
 2025-09-10 12:01 UTC  (10+ messages)
  ` [PATCH v2] "
      ` PATCH v3 "

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-10 11:58 UTC  (5+ messages)
` [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping

[PATCH v2 00/22] Prepare slab for memdescs
 2025-09-10 11:55 UTC  (14+ messages)
` [PATCH v2 01/22] slab: Remove unnecessary test from alloc_debug_processing()
` [PATCH v2 02/22] slab: Remove unnecessary test from alloc_single_from_partial()
` [PATCH v2 07/22] slab: Remove folio references from __ksize()
` [PATCH v2 08/22] slab: Remove folio references in memcg_slab_post_charge()
` [PATCH v2 10/22] slab: Remove folio references from ___kmalloc_large_node()
` [PATCH v2 11/22] slab: Remove folio references from free_large_kmalloc()
` [PATCH v2 12/22] slab: Remove folio references from kvfree_rcu_cb()
` [PATCH v2 13/22] slab: Remove folio references from kvfree()
` [PATCH v2 14/22] slab: Remove folio references from __do_krealloc()
` [PATCH v2 16/22] slab: Remove dead code from free_large_kmalloc()
` [PATCH v2 17/22] slab: Remove folio references from kfree_rcu_sheaf()
` [PATCH v2 21/22] slab: Remove references to folios from virt_to_slab()
` [PATCH v2 22/22] mm: Remove redundant test in validate_page_before_insert()

[akpm-mm:mm-new 398/411] mm/huge_memory.c:3069 __split_huge_pmd_locked() error: uninitialized symbol 'write'
 2025-09-10 11:52 UTC 

[PATCH 00/22] Prepare slab for memdescs
 2025-09-10 11:42 UTC  (13+ messages)
` [PATCH 01/22] slab: Remove unnecessary test from alloc_debug_processing()
` [PATCH 02/22] slab: Remove unnecessary test from alloc_single_from_partial()
` [PATCH 03/22] slab: Remove dead code in check_slab()
` [PATCH 04/22] slab: Remove dead code in free_consistency_checks()
` [PATCH 07/22] slab: Remove folio references from __ksize()

[PATCH] tools/mm: Add madvise tool
 2025-09-10 11:34 UTC  (2+ messages)
` [ANNOUNCE] mm-tools: Random tools MM-related tools

[PATCH 0/2] mm/damon: add addr_unit for DAMON_LRU_SORT and DAMON_RECLAIM
 2025-09-10 11:32 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/lru_sort: support addr_unit for DAMON_LRU_SORT
` [PATCH 2/2] mm/damon/reclaim: support addr_unit for DAMON_RECLAIM

[akpm-mm:mm-new 348/411] htmldocs: Documentation/mm/swap-table.rst:39: WARNING: duplicate label mm/swap-table:swap table, other instance in Documentation/mm/swap-table.rst [autosectionlabel.mm/swap-table]
 2025-09-10 10:54 UTC 

[PATCH v2 RFC 0/7] KFuzzTest: a new kernel fuzzing framework
 2025-09-10 10:40 UTC  (3+ messages)

[RFC PATCH 1/2] mm: always call rmap_walk() on locked folios
 2025-09-10 10:10 UTC  (2+ messages)

[PATCH v2 00/18] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
 2025-09-10  9:54 UTC  (7+ messages)
` [PATCH v2 05/18] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context

[PATCH v1] selftests/mm: gup_tests: option to GUP all pages in a single call
 2025-09-10  9:30 UTC 

[PATCH] mm/compaction: fix low_pfn advance on isolating hugetlb
 2025-09-10  9:22 UTC 

[PATCH] selftests/mm: remove PROT_EXEC req from file-collapse tests
 2025-09-10  9:21 UTC  (6+ messages)

[PATCH] mm/hugetlb: skip report_hugepages() output when no hugepages configured
 2025-09-10  9:09 UTC  (2+ messages)

[PATCH] mm/slub: Removing unnecessary variable accesses in the get_freelist()
 2025-09-10  9:06 UTC  (5+ messages)
` [syzbot ci] "

[PATCH v1] mm/gup: fix handling of errors from arch_make_folio_accessible() in follow_page_pte()
 2025-09-10  8:57 UTC  (4+ messages)

[PATCH V10 0/5] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-10  8:51 UTC  (5+ messages)
` [PATCH V10 1/5] mm: softdirty: Add pte_soft_dirty_available()

[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-09-10  8:38 UTC  (4+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH v5 13/19] kasan: x86: Handle int3 for inline KASAN reports
 2025-09-10  8:23 UTC  (11+ messages)

[PATCH v8 00/23] SLUB percpu sheaves
 2025-09-10  8:01 UTC  (24+ messages)
` [PATCH v8 01/23] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v8 02/23] slab: simplify init_kmem_cache_nodes() error handling
` [PATCH v8 03/23] slab: add opt-in caching layer of percpu sheaves
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v8 05/23] slab: sheaf prefilling for guaranteed allocations
` [PATCH v8 06/23] slab: determine barn status racily outside of lock
` [PATCH v8 07/23] slab: skip percpu sheaves for remote object freeing
` [PATCH v8 08/23] slab: allow NUMA restricted allocations to use percpu sheaves
` [PATCH v8 09/23] maple_tree: remove redundant __GFP_NOWARN
` [PATCH v8 10/23] tools/testing/vma: clean up stubs in vma_internal.h
` [PATCH v8 11/23] maple_tree: Drop bulk insert support
` [PATCH v8 12/23] tools/testing/vma: Implement vm_refcnt reset
` [PATCH v8 13/23] tools/testing: Add support for changes to slab for sheaves
` [PATCH v8 14/23] mm, vma: use percpu sheaves for vm_area_struct cache
` [PATCH v8 15/23] maple_tree: use percpu sheaves for maple_node_cache
` [PATCH v8 16/23] tools/testing: include maple-shim.c in maple.c
` [PATCH v8 17/23] testing/radix-tree/maple: Hack around kfree_rcu not existing
` [PATCH v8 18/23] maple_tree: Use kfree_rcu in ma_free_rcu
` [PATCH v8 19/23] maple_tree: Replace mt_free_one() with kfree()
` [PATCH v8 20/23] tools/testing: Add support for prefilled slab sheafs
` [PATCH v8 21/23] maple_tree: Prefilled sheaf conversion and testing
` [PATCH v8 22/23] maple_tree: Add single node allocation support to maple state
` [PATCH v8 23/23] maple_tree: Convert forking to use the sheaf interface

[PATCH v7 00/21] SLUB percpu sheaves
 2025-09-10  7:31 UTC  (7+ messages)
` [PATCH v7 04/21] slab: add sheaf support for batching kfree_rcu() operations

[PATCH v3] mm/slub: Refactor note_cmpxchg_failure for better readability
 2025-09-10  6:46 UTC  (2+ messages)

[PATCH] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
 2025-09-10  6:45 UTC  (3+ messages)

[PATCH] disable demotion during memory reclamation
 2025-09-10  6:36 UTC  (2+ messages)

[syzbot] [crypto?] KASAN: wild-memory-access Read in crypto_nhpoly1305_update_helper
 2025-09-10  6:35 UTC  (2+ messages)

[PATCH 1/1] alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
 2025-09-10  6:25 UTC  (3+ messages)

[PATCH v2 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2025-09-10  6:09 UTC  (9+ messages)
` [PATCH v2 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH v0 2/2] mm: swap: Forced swap entries release under memory pressure
 2025-09-10  5:36 UTC  (2+ messages)

[akpm-mm:mm-new 359/411] mm/swap.h:455:24: error: implicit declaration of function 'swp_offset'; did you mean 'bh_offset'?
 2025-09-10  5:36 UTC  (2+ messages)

[PATCH 0/3] Minor fixes for memory allocation profiling
 2025-09-10  5:32 UTC  (6+ messages)
` [PATCH 1/3] alloc_tag: use release_pages() in the cleanup path
` [PATCH 2/3] alloc_tag: prevent enabling memory profiling if it was shut down
` [PATCH 3/3] alloc_tag: avoid warnings when freeing non-compound "tail" pages

[PATCH v3 00/19] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
 2025-09-10  5:31 UTC  (20+ messages)
` [PATCH v3 01/19] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
` [PATCH v3 02/19] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v3 03/19] mm/ksw: add build system support
` [PATCH v3 04/19] mm/ksw: add ksw_config struct and parser
` [PATCH v3 05/19] mm/ksw: add /proc/kstackwatch interface
` [PATCH v3 06/19] mm/ksw: add HWBP pre-allocation
` [PATCH v3 07/19] mm/ksw: add atomic watch on/off operations
` [PATCH v3 08/19] mm/ksw: support CPU hotplug
` [PATCH v3 09/19] mm/ksw: add probe management helpers
  ` [PATCH v3 10/19] mm/ksw: resolve stack watch addr and len
  ` [PATCH v3 11/19] mm/ksw: add recursive depth tracking
  ` [PATCH v3 12/19] mm/ksw: manage start/stop of stack watching
  ` [PATCH v3 13/19] mm/ksw: add self-debug helpers
  ` [PATCH v3 14/19] mm/ksw: add test module
  ` [PATCH v3 15/19] mm/ksw: add stack overflow test
  ` [PATCH v3 16/19] mm/ksw: add silent corruption test case
  ` [PATCH v3 17/19] mm/ksw: add recursive stack corruption test
  ` [PATCH v3 18/19] tools/ksw: add test script
  ` [PATCH v3 19/19] docs: add KStackWatch document

[PATCH v2 0/2] Expand scope of khugepaged anonymous collapse
 2025-09-10  4:06 UTC  (5+ messages)
` [PATCH v2 1/2] mm: Enable khugepaged anonymous collapse on non-writable regions
` [PATCH v2 2/2] mm: Drop all references of writable and SCAN_PAGE_RO

How to find out how many pages for a memory cgroup are allocated on a specific NUMA node?
 2025-09-10  4:01 UTC 

[RFC PATCH 0/2] mm/damon/stat: expose auto-tuned intervals and non-idle ages
 2025-09-10  4:00 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/damon/stat: expose the current tuned aggregation interval
` [RFC PATCH 2/2] mm/damon/stat: expose negative idle time

[PATCH 2/3] mm: remove unused zpool layer
 2025-09-10  3:14 UTC  (2+ messages)

[PATCH v0 1/2] mm: swap: Gather swap entries and batch async release core
 2025-09-10  3:12 UTC  (3+ messages)

[PATCH v2 11/15] mm, swap: use the swap table for the swap cache and switch API
 2025-09-10  2:56 UTC  (3+ messages)

[PATCH v2 00/13] Internalize www.kernel.org/doc cross-references
 2025-09-10  2:43 UTC  (14+ messages)
` [PATCH v2 01/13] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH v2 02/13] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH v2 03/13] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH v2 04/13] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH v2 05/13] Documentation: blk-mq: Convert block layer docs external links
` [PATCH v2 06/13] Documentation: bpf: Convert external kernel docs link
` [PATCH v2 07/13] Documentation: kasan: Use internal link to kunit
` [PATCH v2 08/13] Documentation: gpu: "
` [PATCH v2 09/13] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH v2 10/13] Documentation: smb: smbdirect: Convert KSMBD docs link
` [PATCH v2 11/13] Documentation: net: Convert external kernel networking docs
` [PATCH v2 12/13] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH v2 13/13] Documentation: checkpatch: Convert kernel docs references

[PATCH v2 0/9] mm: hugetlb: cleanup and allocate frozen hugetlb folio
 2025-09-10  2:05 UTC  (5+ messages)
` [PATCH v2 6/9] mm: page_alloc: add alloc_contig_frozen_pages()

[PATCH v5 0/3] Initial NFS client support for RWF_DONTCACHE
 2025-09-10  1:59 UTC  (5+ messages)
  ` [PATCH v5 1/3] filemap: Add a helper for filesystems implementing dropbehind
  ` [PATCH v5 2/3] filemap: Add a version of folio_end_writeback that ignores dropbehind
  ` [PATCH v5 3/3] NFS: Enable use of the RWF_DONTCACHE flag on the NFS client

[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
 2025-09-10  1:00 UTC  (7+ messages)
` [PATCH v3 5/7] kstate, test: add test module for testing kstate subsystem
` [PATCH v3 6/7] mm/memblock: Use KSTATE instead of kho to preserve preserved_mem_table
` [PATCH v3 7/7] Documentation, kstate: Add KSTATE documentation

[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
 2025-09-10  0:26 UTC  (15+ messages)

[PATCH] mm/gup: Drain batched mlock folio processing before attempting migration
 2025-09-10  0:24 UTC  (11+ messages)

[PATCH] mm: vm_event_item: Explicit #include for THREAD_SIZE
 2025-09-10  0:01 UTC  (3+ messages)

[PATCH bpf v2] bpf/helpers: Use __GFP_HIGH instead of GFP_ATOMIC in __bpf_async_init()
 2025-09-09 22:40 UTC  (2+ messages)

[PATCH v2] memfd,selinux: call security_inode_init_security_anon
 2025-09-09 21:32 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox