linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm: swap: fix build warning when CONFIG_SWAP is not set
 2025-02-26 18:25 UTC 

[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-02-26 11:44 UTC  (14+ messages)
` [PATCH v2 01/16] MAINTAINERS: Add vDSO selftests
` [PATCH v2 02/16] elf, uapi: Add definition for STN_UNDEF
` [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

[RFC PATCH v12 00/26] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2025-02-26 11:33 UTC  (6+ messages)
      ` RFC v12 rebased on v6.14-rc4
      ` RFC v12 rebased on mm-unstable as of Feb 21, 2025

[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
 2025-02-26 11:30 UTC  (8+ messages)
` [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page()

[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] Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] for empty zone"
 2025-02-26 11:00 UTC  (5+ messages)

[PATCH v2 6/7] mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy()
 2025-02-26 10:59 UTC  (11+ messages)

[PATCH RFC 0/4] mm: KUnit tests for the page allocator
 2025-02-26 10:47 UTC  (7+ 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

[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  (7+ 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  (10+ messages)
` [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 v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-02-25 21:38 UTC  (16+ messages)
` [PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v2 13/14] x86: runtime_const used for KASAN_SHADOW_END

[PATCH v4 0/2] tracing: Make persistent ring buffer freeable
 2025-02-25 20:55 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 0226d0ce98a477937ed295fb7df4cc30b46fc304
 2025-02-25 20:42 UTC 

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-02-25 20:37 UTC  (3+ messages)
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private

[PATCH v2 0/6] Track node vacancy to reduce worst case allocation counts
 2025-02-25 20:36 UTC  (4+ messages)
` [PATCH v2 5/6] maple_tree: add sufficient height

[PATCH for-akpm for-6.14-rcX] NFS: fix nfs_release_folio() to not call nfs_wb_folio() from kcompactd
 2025-02-25 20:28 UTC  (6+ messages)
` [PATCH v2 for-akpm for-6.14-rcX] NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
      ` [PATCH v3 "

[PATCH RFC v2 00/10] SLUB percpu sheaves
 2025-02-25 20:26 UTC  (7+ messages)

[PATCH v3] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
 2025-02-25 20:25 UTC  (2+ messages)

[PATCH v2] mm: make page_mapped_in_vma() hugetlb walk aware
 2025-02-25 19:56 UTC  (3+ messages)

[RESEND][PATCH] tracing: gfp: Remove duplication of recording GFP flags
 2025-02-25 19:56 UTC  (2+ messages)

[PATCH 00/11] cgroup: separate rstat trees
 2025-02-25 19:20 UTC  (5+ messages)
` [PATCH 03/11] cgroup: move cgroup_rstat from cgroup to cgroup_subsys_state

[PATCH] mm/page_alloc: Warn on nr_reserved_highatomic underflow
 2025-02-25 18:51 UTC  (2+ messages)

[RFC PATCH 2/8] mm/damon/core: implement intervals auto-tuning
 2025-02-25 18:14 UTC  (2+ messages)

[PATCH v2 00/14] Perf improvements for hugetlb and vmalloc on arm64
 2025-02-25 17:52 UTC  (10+ messages)
` [PATCH v2 10/14] arm64/mm: Support huge pte-mapped pages in vmap
` [PATCH v2 11/14] mm/vmalloc: Batch arch_sync_kernel_mappings() more efficiently
` [PATCH v2 12/14] mm: Generalize arch_sync_kernel_mappings()

[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
 2025-02-25 17:02 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