linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v8 00/23] SLUB percpu sheaves
 2025-09-10  8:01 UTC  (20+ 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 21/23] maple_tree: Prefilled sheaf conversion and testing

[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 v7 mm-new 0/9] mm, bpf: BPF based THP order selection
 2025-09-10  7:21 UTC  (14+ 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] selftests/mm: remove PROT_EXEC req from file-collapse tests
 2025-09-10  6:47 UTC  (4+ messages)

[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 v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-10  5:26 UTC  (4+ messages)
` [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping

[PATCH v2 0/2] Expand scope of khugepaged anonymous collapse
 2025-09-10  4:06 UTC  (7+ 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] mm/slub: Removing unnecessary variable accesses in the get_freelist()
 2025-09-10  2:31 UTC  (3+ messages)

[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

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-09-10  1:46 UTC  (6+ messages)

[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
 2025-09-10  1:00 UTC  (11+ messages)
` [PATCH v3 1/7] kho: move fdt setup in separate helper
` [PATCH v3 2/7] kho: move scratch memory "
` [PATCH v3 3/7] kstate: Add KSTATE - [de]serialization framework for KHO
` [PATCH v3 4/7] kho: replace KHO FDT with kstate metadata
` [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 v1 0/9] Remove XA_ZERO from error recovery of dup_mmap()
 2025-09-09 22:27 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] memfd,selinux: call security_inode_init_security_anon
 2025-09-09 21:32 UTC  (4+ messages)

[PATCH 0/3] mm: remove zpool
 2025-09-09 20:12 UTC  (26+ messages)
` [PATCH 1/3] mm: zswap: interact directly with zsmalloc
` [PATCH 2/3] mm: remove unused zpool layer
` [PATCH 3/3] mm: zpdesc: minor naming and comment corrections

[RFC PATCH] mm/page_alloc: Add PCP list for THP CMA
 2025-09-09 20:11 UTC  (8+ messages)

[PATCH v0 0/2] mm: swap: Gather swap entries and batch async release
 2025-09-09 19:48 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 65dd046ef55861190ecde44c6d9fcde54b9fb77d
 2025-09-09 19:26 UTC 

[PATCH 0/6] Two-pass MMU interval notifiers
 2025-09-09 19:20 UTC  (4+ messages)
` [PATCH 1/6] mm/mmu_notifier: Allow two-pass struct mmu_interval_notifiers

[PATCH v3 00/22] Add support for shared PTEs across processes
 2025-09-09 19:06 UTC  (7+ messages)

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09 17:36 UTC  (9+ messages)
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks

[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-09-09 17:32 UTC  (15+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-09-09 17:27 UTC  (19+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd

[RFC PATCH 0/6] Remove XA_ZERO from error recovery of
 2025-09-09 17:19 UTC  (6+ messages)
` [RFC PATCH 4/6] mm/memory: Add tree limit to free_pgtables()

[PATCH V10 0/5] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-09 17:12 UTC  (3+ messages)
` [PATCH V10 3/5] riscv: Add RISC-V Svrsw60t59b extension support

[PATCH v8 0/3] Improvements to Victim Process Thawing and OOM Reaper Traversal Order
 2025-09-09 16:53 UTC  (12+ messages)
` [PATCH v8 1/3] mm/oom_kill: Introduce thaw_oom_process() for thawing OOM victims
` [PATCH v8 2/3] mm/oom_kill: Thaw the entire OOM victim process
` [PATCH v8 3/3] mm/oom_kill: The OOM reaper traverses the VMA maple tree in reverse order

[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-09-09 16:24 UTC  (3+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH v1] mm/gup: fix handling of errors from arch_make_folio_accessible() in follow_page_pte()
 2025-09-09 16:15 UTC  (3+ 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