[PATCH] mm: swap: fix build warning when CONFIG_SWAP is not set
2025-02-26 18:25 UTC
[RFC PATCH v12 00/26] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
2025-02-26 12:03 UTC (42+ messages)
` RFC v12 rebased on v6.14-rc4
` [RFC PATCH v12 based on v6.14-rc4 01/25] x86/tlb: add APIs manipulating tlb batch's arch data
` [RFC PATCH v12 based on v6.14-rc4 02/25] arm64/tlbflush: "
` [RFC PATCH v12 based on v6.14-rc4 03/25] riscv/tlb: "
` [RFC PATCH v12 based on v6.14-rc4 05/25] mm/buddy: make room for a new variable, luf_key, in struct page
` [RFC PATCH v12 based on v6.14-rc4 06/25] mm: move should_skip_kasan_poison() to mm/internal.h
` [RFC PATCH v12 based on v6.14-rc4 07/25] mm: introduce luf_ugen to be used as a global timestamp
` [RFC PATCH v12 based on v6.14-rc4 08/25] mm: introduce luf_batch to be used as hash table to store luf meta data
` [RFC PATCH v12 based on v6.14-rc4 09/25] mm: introduce API to perform tlb shootdown on exit from page allocator
` [RFC PATCH v12 based on v6.14-rc4 10/25] mm: introduce APIs to check if the page allocation is tlb shootdownable
` [RFC PATCH v12 based on v6.14-rc4 13/25] mm: introduce pend_list in struct free_area to track luf'd pages
` [RFC PATCH v12 based on v6.14-rc4 14/25] mm/rmap: recognize read-only tlb entries during batched tlb flush
` RFC v12 rebased on mm-unstable as of Feb 21, 2025
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 01/25] x86/tlb: add APIs manipulating tlb batch's arch data
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 02/25] arm64/tlbflush: "
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 03/25] riscv/tlb: "
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 04/25] x86/tlb, riscv/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush()
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 05/25] mm/buddy: make room for a new variable, luf_key, in struct page
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 06/25] mm: move should_skip_kasan_poison() to mm/internal.h
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 07/25] mm: introduce luf_ugen to be used as a global timestamp
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 08/25] mm: introduce luf_batch to be used as hash table to store luf meta data
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 09/25] mm: introduce API to perform tlb shootdown on exit from page allocator
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 10/25] mm: introduce APIs to check if the page allocation is tlb shootdownable
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 11/25] mm: deliver luf_key to pcp or buddy on free after unmapping
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 12/25] mm: delimit critical sections to take off pages from pcp or buddy alloctor
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 13/25] mm: introduce pend_list in struct free_area to track luf'd pages
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 14/25] mm/rmap: recognize read-only tlb entries during batched tlb flush
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 15/25] fs, filemap: refactor to gather the scattered ->write_{begin,end}() calls
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 16/25] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 17/25] x86/tlb, riscv/tlb, arm64/tlbflush, mm: remove cpus from tlb shootdown that already have been done
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 18/25] mm/page_alloc: retry 3 times to take pcp pages on luf check failure
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 19/25] mm: skip luf tlb flush for luf'd mm that already has been done
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 20/25] mm, fs: skip tlb flushes for luf'd filemap "
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 21/25] mm: perform luf tlb shootdown per zone in batched manner
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 22/25] mm/page_alloc: not allow to tlb shootdown if !preemptable() && non_luf_pages_ok()
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 23/25] mm/migrate: apply luf mechanism to unmapping during migration
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 24/25] mm/vmscan: apply luf mechanism to unmapping during folio reclaim
` [RFC PATCH v12 based on mm-unstable as of Feb 21, 2025 25/25] mm/luf: implement luf debug feature
[PATCH] Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] for empty zone"
2025-02-26 12:01 UTC (7+ messages)
[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
2025-02-26 11:52 UTC (8+ messages)
` [PATCH v2 13/14] x86: runtime_const used for KASAN_SHADOW_END
[PATCH RFC 0/4] mm: KUnit tests for the page allocator
2025-02-26 11:52 UTC (10+ messages)
` [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] mm: fix finish_fault() handling for large folios
2025-02-26 11:48 UTC
[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
2025-02-26 11:45 UTC (10+ messages)
` [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page()
[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
2025-02-26 11:44 UTC (17+ messages)
` [PATCH v2 01/16] MAINTAINERS: Add vDSO selftests
` [PATCH v2 02/16] elf, uapi: Add definition for STN_UNDEF
` [PATCH v2 03/16] elf, uapi: Add definition for DT_GNU_HASH
` [PATCH v2 04/16] elf, uapi: Add definitions for VER_FLG_BASE and VER_FLG_WEAK
` [PATCH v2 05/16] elf, uapi: Add type ElfXX_Versym
` [PATCH v2 06/16] elf, uapi: Add types ElfXX_Verdef and ElfXX_Veraux
` [PATCH v2 07/16] tools/include: Add uapi/linux/elf.h
` [PATCH v2 08/16] selftests: Add headers target
` [PATCH v2 09/16] tools/nolibc: add limits.h shim header
` [PATCH v2 10/16] selftests: vDSO: vdso_standalone_test_x86: Use vdso_init_form_sysinfo_ehdr
` [PATCH v2 11/16] selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
` [PATCH v2 13/16] selftests: vDSO: parse_vdso: Test __SIZEOF_LONG__ instead of ULONG_MAX
` [PATCH v2 14/16] selftests: vDSO: vdso_test_gettimeofday: Clean up includes
` [PATCH v2 15/16] selftests: vDSO: vdso_test_gettimeofday: Make compatible with nolibc
` [PATCH v2 16/16] selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc
[PATCH net-next v10 0/4] fix the DMA API misuse problem for page_pool
2025-02-26 11:03 UTC (2+ messages)
` [PATCH net-next v10 2/4] page_pool: fix IOMMU crash when driver has already unbound
[PATCH v2 6/7] mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy()
2025-02-26 10:59 UTC (9+ messages)
[syzbot] [mm?] [ext4?] WARNING in get_dump_page
2025-02-26 10:43 UTC
[linux-next:master 5933/6583] include/asm-generic/memory_model.h:47:21: error: implicit declaration of function 'page_to_section'; did you mean 'present_section'?
2025-02-26 10:18 UTC
[linux-next:master 5933/6583] include/linux/page_ext.h:131:20: error: call to undeclared function 'page_to_section'; ISO C99 and later do not support implicit function declarations
2025-02-26 9:46 UTC
[PATCH] docs/mm: Physical Memory: Populate the "Zones" section
2025-02-26 9:11 UTC (2+ messages)
[PATCH v4 00/12] Direct Map Removal for guest_memfd
2025-02-26 9:08 UTC (11+ messages)
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support
[PATCH 0/3] mm: page_alloc: freelist hygiene follow-up
2025-02-26 8:51 UTC (4+ messages)
` [PATCH 3/3] mm: page_alloc: group fallback functions together
[PATCH v2 0/6] remove tlb_remove_page_ptdesc()
2025-02-26 8:32 UTC (12+ messages)
` [PATCH v2 1/6] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH v2 2/6] mm: pgtable: change pt parameter of tlb_remove_ptdesc() to struct ptdesc *
` [PATCH v2 3/6] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
` [PATCH v2 5/6] x86: pgtable: convert "
` [PATCH v2 6/6] mm: pgtable: remove tlb_remove_page_ptdesc()
[PATCH v6 0/5] Add NUMA mempolicy support for KVM guest-memfd
2025-02-26 8:25 UTC (6+ messages)
` [PATCH v6 1/5] mm/filemap: add mempolicy support to the filemap layer
` [PATCH v6 2/5] mm/mempolicy: export memory policy symbols
` [PATCH v6 3/5] KVM: guest_memfd: Pass file pointer instead of inode pointer
` [PATCH v6 4/5] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH v6 5/5] KVM: guest_memfd: selftests: add tests for mmap and NUMA policy support
[PATCH] [fix] mm: zswap: use ATOMIC_LONG_INIT to initialize zswap_stored_pages
2025-02-26 8:20 UTC (2+ messages)
[PATCH v4 0/2] mm: slub: Enhanced debugging in slub error
2025-02-26 8:12 UTC (3+ messages)
` [PATCH v4 1/2] mm: slub: Print the broken data before restoring slub
` [PATCH v4 2/2] mm: slub: call WARN() when the slab detect an error
[PATCH v2 0/4] Fixes for hugetlb and vmalloc on arm64
2025-02-26 8:09 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 RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
2025-02-26 8:03 UTC (5+ messages)
[PATCH v7 0/7] mseal system mappings
2025-02-26 7:35 UTC (39+ messages)
` [PATCH v7 1/7] mseal, system mappings: kernel config and header change
` [PATCH v7 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [PATCH v7 3/7] mseal, system mappings: enable x86-64
` [PATCH v7 4/7] mseal, system mappings: enable arm64
` [PATCH v7 5/7] mseal, system mappings: enable uml architecture
` [PATCH v7 6/7] mseal, system mappings: uprobe mapping
` (no subject)
` your mail
[PATCH] mm/slab: Initialise random_kmalloc_seed after initcalls
2025-02-26 7:31 UTC (11+ messages)
` How does swsusp work with randomization features? (was: mm/slab: Initialise random_kmalloc_seed after initcalls)
Softlockup when test shmem swapout-swapin and compaction
2025-02-26 7:22 UTC (2+ messages)
[PATCH v8 0/8] Buddy allocator like (or non-uniform) folio split
2025-02-26 7:11 UTC (3+ messages)
` [PATCH v8 1/8] xarray: add xas_try_split() to split a multi-index entry
[PATCH v10 2/3] sched: Move task_mm_cid_work to mm work_struct
2025-02-26 7:01 UTC
[PATCH v2 0/2] Minimize xa_node allocation during xarry split
2025-02-26 6:37 UTC (14+ messages)
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()
[RFC PATCH 00/13] mm/damon/sysfs: commit parameters online via damon_call()
2025-02-26 6:36 UTC (14+ messages)
` [RFC PATCH 01/13] mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()
` [RFC PATCH 02/13] mm/damon/core: invoke kdamond_call() after merging is done if possible
` [RFC PATCH 03/13] mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()
` [RFC PATCH 04/13] mm/damon/sysfs: handle commit command using damon_call()
` [RFC PATCH 05/13] mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_cmd()
` [RFC PATCH 06/13] mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callers
` [RFC PATCH 07/13] mm/damon/sysfs: remove damon_sysfs_cmd_request and its readers
` [RFC PATCH 08/13] mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear_regions()
` [RFC PATCH 09/13] mm/damon: remove damon_callback->private
` [RFC PATCH 10/13] mm/damon: remove ->before_start of damon_callback
` [RFC PATCH 11/13] mm/damon: remove damon_callback->after_sampling
` [RFC PATCH 12/13] mm/damon: remove damon_callback->before_damos_apply
` [RFC PATCH 13/13] mm/damon: remove damon_operations->reset_aggregated
[PATCH v6 0/7] mseal system mappings
2025-02-26 6:08 UTC (7+ messages)
` [PATCH v6 7/7] mseal, system mappings: update mseal.rst
[PATCH] zswap: do not crash the kernel on decompression failure
2025-02-26 4:57 UTC (9+ messages)
[PATCH v2] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
2025-02-26 3:38 UTC (4+ messages)
[PATCH bpf-next v9 0/6] bpf, mm: Introduce try_alloc_pages()
2025-02-26 3:19 UTC (2+ messages)
mm: zswap: fix crypto_free_acomp deadlock in zswap_cpu_comp_dead
2025-02-26 3:08 UTC (7+ messages)
[PATCH v8 00/17] zsmalloc/zram: there be preemption
2025-02-26 3:01 UTC (5+ messages)
` [PATCH v8 14/17] zram: permit reclaim in zstd custom allocator
[PATCH v14 00/13] AMD broadcast TLB invalidation
2025-02-26 3:00 UTC (14+ messages)
` [PATCH v14 01/13] x86/mm: consolidate full flush threshold decision
` [PATCH v14 02/13] x86/mm: get INVLPGB count max from CPUID
` [PATCH v14 03/13] x86/mm: add INVLPGB support code
` [PATCH v14 04/13] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v14 05/13] x86/mm: use INVLPGB in flush_tlb_all
` [PATCH v14 06/13] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
` [PATCH v14 07/13] x86/mm: add global ASID allocation helper functions
` [PATCH v14 08/13] x86/mm: global ASID context switch & TLB flush handling
` [PATCH v14 09/13] x86/mm: global ASID process exit helpers
` [PATCH v14 10/13] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
` [PATCH v14 11/13] x86/mm: do targeted broadcast flushing from tlbbatch code
` [PATCH v14 12/13] x86/mm: enable AMD translation cache extensions
` [PATCH v14 13/13] x86/mm: only invalidate final translations with INVLPGB
[PATCH] mm/page_alloc: make the maximum number of highatomic pageblocks resizable
2025-02-26 2:41 UTC
[PATCH] mm/list_lru: make the case where mlru is NULL as unlikely
2025-02-26 2:09 UTC (4+ messages)
[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
2025-02-26 2:09 UTC (8+ messages)
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
[PATCH mm-unstable 0/2] mm_init: rename *init_reserved_page* functions
2025-02-26 1:54 UTC (5+ messages)
` [PATCH mm-unstable 1/2] mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nid
` [PATCH mm-unstable 2/2] mm/mm_init: rename init_reserved_page to init_deferred_page
[LSF/MM/BPF TOPIC] Optimizing Page Cache Readahead Behavior
2025-02-26 0:49 UTC (8+ messages)
` [Lsf-pc] "
[LSF/MM/BPF TOPIC] SLUB allocator, mainly the sheaves caching layer
2025-02-26 0:17 UTC (2+ messages)
[PATCH v2 1/3] btrfs: introduce a read path dedicated extent lock helper
2025-02-26 0:04 UTC
[PATCH 1/1] userfaultfd: do not block on locking a large folio with raised refcount
2025-02-25 23:01 UTC (6+ messages)
[PATCH v2 0/4] mm: page_ext: Introduce new iteration API
2025-02-25 22:30 UTC (7+ messages)
` [PATCH v2 1/4] mm: page_ext: make lookup_page_ext() public
` [PATCH v2 4/4] mm: page_owner: use new iteration API
[PATCH 0/3] selftests/damon: three fixes for false results
2025-02-25 22:23 UTC (4+ messages)
` [PATCH 1/3] selftests/damon/damos_quota: make real expectation of quota exceeds
` [PATCH 2/3] selftests/damon/damon_nr_regions: set ops update for merge results check to 100ms
` [PATCH 3/3] selftests/damon/damon_nr_regions: sort collected regiosn before checking with min/max boundaries
[PATCH v13 00/14] AMD broadcast TLB invalidation
2025-02-25 22:03 UTC (7+ messages)
` [PATCH v13 06/14] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
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