[LSF/MM/BPF TOPIC] SLUB allocator, mainly the sheaves caching layer
2025-02-24 18:02 UTC (2+ messages)
[PATCH v2 0/7] mm, swap: remove swap slot cache
2025-02-24 18:02 UTC (4+ messages)
` [PATCH v2 1/7] mm, swap: avoid reclaiming irrelevant swap cache
` [PATCH v2 2/7] mm, swap: drop the flag TTRS_DIRECT
` [PATCH v2 3/7] mm, swap: avoid redundant swap device pinning
[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
2025-02-24 17:50 UTC (7+ messages)
Hang when swapping huge=within_size tmpfs from zram
2025-02-24 17:50 UTC (10+ messages)
` [PATCH] mm: shmem: fix potential data corruption during shmem swapin
[PATCH v6 0/7] mseal system mappings
2025-02-24 17:45 UTC (8+ messages)
` [PATCH v6 1/7] mseal, system mappings: kernel config and header change
` [PATCH v6 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [PATCH v6 3/7] mseal, system mappings: enable x86-64
` [PATCH v6 4/7] mseal, system mappings: enable arm64
` [PATCH v6 5/7] mseal, system mappings: enable uml architecture
` [PATCH v6 6/7] mseal, system mappings: uprobe mapping
` [PATCH v6 7/7] mseal, system mappings: update mseal.rst
[PATCH 0/2] Add a command line option that enables control of how many threads per NUMA node should be used to allocate huge pages
2025-02-24 17:37 UTC (7+ messages)
` [PATCH 1/2] mm: hugetlb: add hugetlb_alloc_threads cmdline option
[PATCH v3 0/2] mm: slub: Enhanced debugging in slub error
2025-02-24 17:24 UTC (9+ messages)
` [PATCH v3 2/2] mm: slub: call WARN() when the slab detect an error
` [PATCH v3 1/2] mm: slub: Print the broken data before restoring slub
[PATCH 00/11] cgroup: separate rstat trees
2025-02-24 17:06 UTC (4+ messages)
` [PATCH 01/11] cgroup: move rstat pointers into struct of their own
[PATCH 1/2] mm, cma: fix 32-bit warning
2025-02-24 17:02 UTC (8+ messages)
` [PATCH 2/2] mm, cma: use literal printf format string
[PATCH v2 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2025-02-24 16:56 UTC (21+ messages)
` [PATCH v2 01/20] mm: factor out large folio handling from folio_order() into folio_large_order()
` [PATCH v2 02/20] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()
` [PATCH v2 03/20] mm: let _folio_nr_pages overlay memcg_data in first tail page
` [PATCH v2 04/20] mm: move hugetlb specific things in folio to page[3]
` [PATCH v2 05/20] mm: move _pincount in folio to page[2] on 32bit
` [PATCH v2 06/20] mm: move _entire_mapcount "
` [PATCH v2 07/20] mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
` [PATCH v2 08/20] mm/rmap: pass vma to __folio_add_rmap()
` [PATCH v2 09/20] mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
` [PATCH v2 10/20] bit_spinlock: __always_inline (un)lock functions
` [PATCH v2 11/20] mm/rmap: use folio_large_nr_pages() in add/remove functions
` [PATCH v2 12/20] mm/rmap: basic MM owner tracking for large folios (!hugetlb)
` [PATCH v2 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
` [PATCH v2 14/20] mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
` [PATCH v2 15/20] mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in large folios
` [PATCH v2 16/20] fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 17/20] fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 18/20] fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 19/20] fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)
[LSF/MM/BPF TOPIC] Optimizing Page Cache Readahead Behavior
2025-02-24 16:52 UTC (12+ messages)
` [Lsf-pc] "
[PATCH] vmalloc: drop myself from Reviewers
2025-02-24 16:30 UTC
Efficient mapping of sparse file holes to zero-pages
2025-02-24 16:17 UTC (5+ messages)
[PATCH v2] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
2025-02-24 16:15 UTC (11+ messages)
[PATCH] mm: swap: Avoid infinite loop if no valid swap entry found during do_swap_page
2025-02-24 15:37 UTC (10+ messages)
[PATCH v2 6/7] mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy()
2025-02-24 15:37 UTC (4+ messages)
[PATCH v3] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
2025-02-24 15:34 UTC (3+ messages)
[PATCH] mm: unhide get_dump_page() function
2025-02-24 15:12 UTC
[PATCH RFC 0/4] mm: KUnit tests for the page allocator
2025-02-24 14:47 UTC (5+ messages)
` [PATCH RFC 1/4] kunit: Allocate assertion data with GFP_ATOMIC
` [PATCH RFC 2/4] mm/page_alloc_test: Add empty KUnit boilerplate
` [PATCH RFC 3/4] mm/page_alloc_test: Add logic to isolate a node for testing
` [PATCH RFC 4/4] mm/page_alloc_test: Add smoke-test for page allocation
[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
2025-02-24 14:45 UTC (6+ messages)
` [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page()
[PATCH 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
2025-02-24 14:41 UTC (4+ messages)
` [PATCH 13/16] "
[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
2025-02-24 14:36 UTC (30+ messages)
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v4 03/14] memblock: Add support for scratch memory
` [PATCH v4 04/14] memblock: introduce memmap_init_kho_scratch()
` [PATCH v4 05/14] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH v4 12/14] x86: Add KHO support
[PATCH v4 0/9] Merge arm64/riscv hugetlbfs contpte support
2025-02-24 14:34 UTC (5+ messages)
` [PATCH v4 2/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code
[PATCH v13 00/14] AMD broadcast TLB invalidation
2025-02-24 14:16 UTC (29+ messages)
` [PATCH v13 01/14] x86/mm: consolidate full flush threshold decision
` [PATCH v13 02/14] x86/mm: get INVLPGB count max from CPUID
` [PATCH v13 03/14] x86/mm: add INVLPGB support code
` [PATCH v13 04/14] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v13 05/14] x86/mm: use INVLPGB in flush_tlb_all
` [PATCH v13 06/14] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
` [PATCH v13 07/14] x86/mm: global ASID allocation helper functions
` [PATCH v13 08/14] x86/mm: global ASID context switch & TLB flush handling
` [PATCH v13 09/14] x86/mm: global ASID process exit helpers
` [PATCH v13 10/14] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
` [PATCH v13 11/14] x86/mm: do targeted broadcast flushing from tlbbatch code
` [PATCH v13 12/14] x86/mm: enable AMD translation cache extensions
` [PATCH v13 13/14] x86/mm: only invalidate final translations with INVLPGB
` [PATCH v13 14/14] x86/mm: add noinvlpgb commandline option
[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
2025-02-24 14:02 UTC (3+ messages)
` [PATCH 1/4] mm: allow guard regions in file-backed and read-only mappings
[PATCH V2 0/5] mm: Rework generic PTDUMP configs
2025-02-24 13:49 UTC (7+ messages)
` [PATCH V2 2/5] arch/powerpc: Drop GENERIC_PTDUMP from mpc885_ads_defconfig
` [PATCH V2 5/5] mm: Rename GENERIC_PTDUMP and PTDUMP_CORE
[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
2025-02-24 13:28 UTC (7+ messages)
` [PATCH 1/2] "
[PATCH v9 2/3] sched: Move task_mm_cid_work to mm work_struct
2025-02-24 13:28 UTC
[PATCH RFC v2 00/10] SLUB percpu sheaves
2025-02-24 13:08 UTC (11+ messages)
` [PATCH RFC v2 01/10] slab: add opt-in caching layer of "
` [PATCH RFC v2 02/10] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH RFC v2 05/10] slab: switch percpu sheaves locking to localtry_lock
[PATCH] selftests/memory-hotplug: debugging improvement
2025-02-24 13:03 UTC
[PATCH v2 0/2] mm/page_alloc: Some clarifications for migratetype fallback
2025-02-24 12:37 UTC (3+ messages)
` [PATCH v2 1/2] mm/page_alloc: Clarify terminology in migratetype fallback code
` [PATCH v2 2/2] mm/page_alloc: Clarify should_claim_block() commentary
[PATCH] mm/page_alloc: Clarify some migratetype fallback code
2025-02-24 12:35 UTC (5+ messages)
[PATCH v2 00/14] Perf improvements for hugetlb and vmalloc on arm64
2025-02-24 12:26 UTC (14+ messages)
` [PATCH v2 06/14] arm64/mm: Hoist barriers out of set_ptes_anysz() loop
` [PATCH v2 07/14] arm64/mm: Avoid barriers for invalid or userspace mappings
` [PATCH v2 08/14] mm/vmalloc: Warn on improper use of vunmap_range()
` [PATCH v2 09/14] mm/vmalloc: Gracefully unmap huge ptes
` [PATCH v2 10/14] arm64/mm: Support huge pte-mapped pages in vmap
[PATCH v2 0/4] Fixes for hugetlb and vmalloc on arm64
2025-02-24 12:13 UTC (11+ messages)
` [PATCH v2 1/4] mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
` [PATCH v2 2/4] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
2025-02-24 12:12 UTC (8+ messages)
[PATCH v20 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2025-02-24 11:50 UTC (2+ messages)
[PATCH v2] mm: swap: add back full cluster when no entry is reclaimed
2025-02-24 11:39 UTC
Completed:Invoice-Autopay EFTNotifications for Kvack PathID:668545 Final.doc
2025-02-24 11:36 UTC
[PATCH 0/4] mm: Rework generic PTDUMP configs
2025-02-24 11:13 UTC (9+ messages)
` [PATCH 4/4] mm: Rename GENERIC_PTDUMP and PTDUMP_CORE
[PATCH v3 0/8] enable bs > ps for block devices
2025-02-24 10:45 UTC (4+ messages)
` [PATCH v3 4/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
[PATCH v2 0/9] selftests/mm: Some cleanups from trying to run them
2025-02-24 10:25 UTC (3+ messages)
` [PATCH v2 8/9] selftests/mm: Skip map_populate on weird filesystems
Is uprobe_write_opcode() OK?
2025-02-24 9:53 UTC (2+ messages)
[PATCH v8 00/17] zsmalloc/zram: there be preemption
2025-02-24 9:10 UTC (9+ messages)
` [PATCH v8 01/17] zram: sleepable entry locking
` [PATCH v8 11/17] zsmalloc: make zspage lock preemptible
` [PATCH v8 12/17] zsmalloc: introduce new object mapping API
` [PATCH v8 14/17] zram: permit reclaim in zstd custom allocator
[PATCH] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
2025-02-24 7:59 UTC (3+ messages)
[PATCH] lib/interval_tree: skip the check before go to the right subtree
2025-02-24 7:08 UTC (3+ messages)
ext4 crash on generic/437 on 6.14-rc3 on truncation
2025-02-24 4:20 UTC (2+ messages)
[PATCH 0/7] mm, swap: remove swap slot cache
2025-02-24 3:16 UTC (4+ messages)
` [PATCH 6/7] "
[PATCH -next v3] uprobes: reject the share zeropage in uprobe_write_opcode()
2025-02-24 3:11 UTC
[PATCH] docs/mm: Physical Memory: Populate the "Zones" section
2025-02-24 1:43 UTC (2+ messages)
[PATCH 0/6] Some random fixes and cleanups to mm/swapfile.c
2025-02-24 1:27 UTC (8+ messages)
` [PATCH 1/6] mm: swap: avoid losting cluster in swap_reclaim_full_clusters()
` [PATCH 4/6] mm, swap: remove setting SWAP_MAP_BAD for discard cluster
[PATCH] mm: abort vma_modify() on merge out of memory failure
2025-02-23 9:54 UTC (3+ messages)
[LSF/MM/BPF TOPIC] The future of anon_vma
2025-02-23 8:21 UTC (3+ messages)
[PATCH v5 02/12] crypto: acomp - Define new interfaces for compress/decompress batching
2025-02-23 6:04 UTC (11+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox