linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/14] Virtual Swap Space
 2025-04-08 15:34 UTC  (21+ messages)
` [RFC PATCH 01/14] swapfile: rearrange functions
` [RFC PATCH 02/14] mm: swap: add an abstract API for locking out swapoff
` [RFC PATCH 03/14] mm: swap: add a separate type for physical swap slots
` [RFC PATCH 04/14] mm: swap: swap cache support for virtualized swap
` [RFC PATCH 05/14] zswap: unify zswap tree "
` [RFC PATCH 06/14] mm: swap: allocate a virtual swap slot for each swapped out page
` [RFC PATCH 07/14] swap: implement the swap_cgroup API using virtual swap
` [RFC PATCH 08/14] swap: manage swap entry lifetime at the virtual swap layer
` [RFC PATCH 09/14] swap: implement locking out swapoff using virtual swap slot
` [RFC PATCH 10/14] mm: swap: decouple virtual swap slot from backing store
` [RFC PATCH 11/14] memcg: swap: only charge physical swap slots
` [RFC PATCH 12/14] vswap: support THP swapin and batch free_swap_and_cache
` [RFC PATCH 13/14] swap: simplify swapoff using virtual swap
` [RFC PATCH 14/14] zswap: do not start zswap shrinker if there is no physical swap slots

[RFC PATCH] mm: huge_memory: add folio_mark_accessed() when zapping file THP
 2025-04-08 15:29 UTC  (2+ messages)

[PATCH v2 00/12] Always call constructor for kernel page tables
 2025-04-08 15:22 UTC  (14+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
` [PATCH v2 04/12] m68k: "
` [PATCH v2 05/12] powerpc: "
` [PATCH v2 06/12] sparc64: "
` [PATCH v2 07/12] mm: Skip ptlock_init() for kernel PMDs
` [PATCH v2 08/12] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH v2 09/12] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH v2 10/12] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH v2 11/12] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH v2 12/12] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc

[PATCH 1/3] vmalloc: Add for_each_vmap_node() helper
 2025-04-08 15:15 UTC  (3+ messages)
` [PATCH 2/3] vmalloc: Switch to "
` [PATCH 3/3] vmalloc: Use for_each_vmap_node() in purge-vmap-area

[PATCH v2 0/3] Implement numa node notifier
 2025-04-08 15:15 UTC  (10+ messages)
` [PATCH v2 1/3] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
` [PATCH v2 2/3] mm,memory_hotplug: Implement numa node notifier
` [PATCH v2 3/3] mm,memory_hotplug: Rename status_change_nid parameter in memory_notify

slub - extended kmalloc redzone and dma alignment
 2025-04-08 15:07 UTC  (11+ messages)

[PATCH v3 0/3] mm/gup: Minor fix, cleanup and improvements
 2025-04-08 15:01 UTC  (10+ messages)
` [PATCH v3 1/3] mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()
` [PATCH v3 2/3] mm/gup: remove unneeded checking in follow_page_pte()

[PATCH v7 0/3] Enhance sysfs handling for memory hotplug in weighted interleave
 2025-04-08 14:45 UTC  (8+ messages)
` [PATCH v7 1/3] mm/mempolicy: Fix memory leaks in weighted interleave sysfs
` [PATCH v7 2/3] mm/mempolicy: Prepare weighted interleave sysfs for memory hotplug
` [PATCH v7 3/3] mm/mempolicy: Support memory hotplug in weighted interleave

[LSF/MM/BPF TOPIC] Improve KSM for code patching use-cases
 2025-04-08 14:30 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Waste-Free Per-CPU Userspace Memory Allocation
 2025-04-08 14:29 UTC  (2+ messages)

[RFC PATCH 1/2] MAINTAINERS: update SLAB ALLOCATOR maintainers
 2025-04-08 14:12 UTC  (9+ messages)
` [RFC PATCH 2/2] MAINTAINERS: add MM subsection for the page allocator

[PATCH 0/2] vmalloc: Introduce vmap_file()
 2025-04-08 14:04 UTC  (4+ messages)

[PATCH] mm/hugetlb: use separate nodemask for bootmem allocations
 2025-04-08 13:54 UTC  (2+ messages)

[PATCH v2 0/4] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE
 2025-04-08 13:44 UTC  (8+ messages)
` [PATCH v2 2/4] mm/madvise: batch tlb flushes for MADV_FREE
` [PATCH v2 3/4] mm/memory: split non-tlb flushing part from zap_page_range_single()
` [PATCH v2 4/4] mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]

[PATCH v6 09/10] optee: FF-A: dynamic restricted memory allocation
 2025-04-08 13:39 UTC  (4+ messages)

[PATCH v7 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-04-08 13:17 UTC  (4+ messages)
` [PATCH v7 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-04-08 13:15 UTC  (9+ messages)

[PATCH 1/2] lib/string: Improve strstarts() performance
 2025-04-08 13:13 UTC 

[PATCH v3] mm/hugetlb: fix set_max_huge_pages() when there are surplus pages
 2025-04-08 13:10 UTC  (2+ messages)

[PATCH v3] mm: add zblock allocator
 2025-04-08 12:52 UTC 

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-08 12:45 UTC  (13+ messages)
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v12 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv

[PATCH v2] x86/mm/pat: (un)track_pfn_copy() fix + doc improvements
 2025-04-08 12:24 UTC  (2+ messages)

[PATCH V4] mm/gup: Clear the LRU flag of a page before adding to LRU batch
 2025-04-08 12:01 UTC  (8+ messages)

[bug report] percpu: Wire up cmpxchg128
 2025-04-08 11:57 UTC  (2+ messages)

[PATCH v7 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-04-08 11:53 UTC  (3+ messages)
` [PATCH v7 1/7] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes

[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
 2025-04-08 11:24 UTC  (9+ messages)
` [PATCH RFC v7 1/8] mm/filemap: Add mempolicy support to the filemap layer
` [PATCH RFC v7 2/8] mm/mempolicy: Export memory policy symbols
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd
` [PATCH RFC v7 4/8] KVM: Add kvm_gmem_exit() cleanup function
` [PATCH RFC v7 5/8] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [PATCH RFC v7 6/8] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH RFC v7 7/8] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH RFC v7 8/8] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[RFC 0/2] Fix false warning in inode_to_wb
 2025-04-08 11:19 UTC  (4+ messages)
` [RFC 1/2] gfs2: replace sd_aspace with sd_inode
` [RFC 2/2] writeback: Fix false warning in inode_to_wb()

[PATCH 6.6 070/268] x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
 2025-04-08 10:48 UTC 

[PATCH 6.12 113/423] x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
 2025-04-08 10:47 UTC 

[PATCH 5.15 019/279] slab: Introduce kmalloc_size_roundup()
 2025-04-08 10:46 UTC 

[PATCH 6.13 140/499] x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
 2025-04-08 10:45 UTC 

[PATCH 6.14 371/731] x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
 2025-04-08 10:44 UTC 

[PATCH v2] sched/numa: Add statistics of numa balance task migration and swap
 2025-04-08 10:14 UTC 

[linux-next:master 1753/1936] mm/swapfile.c:1517:20: warning: function 'swap_is_last_ref' is not needed and will not be emitted
 2025-04-08 10:06 UTC 

[PATCH v3] docs: update THP admin guide about non-tmpfs filesystem support
 2025-04-08  9:44 UTC  (3+ messages)

[linux-next:master 12681/13861] drivers/i2c/i2c-core-base.o: warning: objtool: __i2c_transfer+0x120: stack state mismatch: reg1[24]=-1+0 reg2[24]=-2-24
 2025-04-08  9:32 UTC  (10+ messages)

[PATCH v2 0/3] fix incorrectly disallowed anonymous VMA merges
 2025-04-08  9:29 UTC  (4+ messages)
` [PATCH v2 1/3] mm/vma: "
` [PATCH v2 2/3] tools/testing: add PROCMAP_QUERY helper functions in mm self tests
` [PATCH v2 3/3] tools/testing/selftests: assert that anon merge cases behave as expected

[PATCH v16 0/9] Rust support for mm_struct, vm_area_struct, and mmap
 2025-04-08  9:22 UTC  (10+ messages)
` [PATCH v16 1/9] mm: rust: add abstraction for struct mm_struct
` [PATCH v16 2/9] mm: rust: add vm_area_struct methods that require read access
` [PATCH v16 3/9] mm: rust: add vm_insert_page
` [PATCH v16 4/9] mm: rust: add lock_vma_under_rcu
` [PATCH v16 5/9] mm: rust: add mmput_async support
` [PATCH v16 6/9] mm: rust: add VmaNew for f_ops->mmap()
` [PATCH v16 7/9] rust: miscdevice: add mmap support
` [PATCH v16 8/9] task: rust: rework how current is accessed
` [PATCH v16 9/9] mm: rust: add MEMORY MANAGEMENT [RUST]

[PATCH v2] mm: add zblock allocator
 2025-04-08  9:20 UTC  (7+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in clear_page_erms (7)
 2025-04-08  9:01 UTC 

[PATCH] arm64: dax: add devmap check for pmd_trans_huge
 2025-04-08  8:59 UTC 

[PATCH v1] x86/mm/pat: (un)track_pfn_copy() fix + improvements
 2025-04-08  8:19 UTC  (9+ messages)

[PATCH v2] selftests: mincore: fix tmpfs mincore test failure
 2025-04-08  8:11 UTC  (3+ messages)

[PATCH] mm/cma: report base address of single range correctly
 2025-04-08  8:05 UTC  (2+ messages)

[RFC PATCH] mm/damon: add full LPAE support for memory monitoring above 4GB
 2025-04-08  7:55 UTC 

[PATCH v7 00/17] move per-vma lock into vm_area_struct
 2025-04-08  7:52 UTC  (7+ messages)
` [PATCH v7 10/17] mm: uninline the main body of vma_start_write()

[RFC PATCH v2] mm: use per-numa-node atomics instead of percpu_counters
 2025-04-08  7:46 UTC  (5+ messages)

[rppt-memblock:fixes] BUILD SUCCESS ed471e1984939a500eea179bc16e1c2aadf00db5
 2025-04-08  7:27 UTC 

[PATCH] xfs: compute buffer address correctly in xmbuf_map_backing_mem
 2025-04-08  6:03 UTC  (2+ messages)

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-04-08  5:48 UTC  (4+ messages)
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-04-08  5:37 UTC  (8+ messages)
` CXL Boot to Bash - Section 2: The Drivers
  ` CXL Boot to Bash - Section 2a (Drivers): CXL Decoder Programming

[linux-next:master] BUILD REGRESSION 2bdde620f7f2bff2ff1cb7dc166859eaa0c78a7c
 2025-04-08  4:07 UTC 

[PATCH] selftest/mm: Make hugetlb_reparenting_test tolerant to async reparenting
 2025-04-08  3:46 UTC  (2+ messages)

[PATCH 0/2] minimize swapping on zswap store failure
 2025-04-08  3:33 UTC  (3+ messages)

[PATCH] md/raid6 algorithms: scale test duration for speedier boots
 2025-04-08  2:58 UTC  (2+ messages)

[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
 2025-04-08  2:34 UTC  (2+ messages)

[PATCH] maple_tree: exchange entry1/entry2 to make seen_entry2 do see new value
 2025-04-08  2:32 UTC  (2+ messages)

[RESEND Patch v2 0/3] maple_tree: Fix the replacement of a root leaf node
 2025-04-08  1:45 UTC  (6+ messages)
` [RESEND Patch v2 1/3] maple_tree: Fix mt_destroy_walk() on "
` [RESEND Patch v2 2/3] maple_tree: restart walk on correct status
` [RESEND Patch v2 3/3] maple_tree: assert retrieving new value on a tree containing just a leaf node

[RFC PATCH 2/2] rust: add maple tree abstractions
 2025-04-08  1:36 UTC  (3+ messages)

[PATCH RFC 00/12] dma: Enable dmem cgroup tracking
 2025-04-08  1:03 UTC  (12+ messages)

Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5
 2025-04-07 23:00 UTC  (5+ messages)

[PATCH] test
 2025-04-07 18:46 UTC  (2+ messages)

[PATCH v4 0/6] Track node vacancy to reduce worst case allocation counts
 2025-04-07 18:41 UTC  (7+ messages)
` [PATCH v4 1/6] maple_tree: convert mas_prealloc_calc() to take in a maple write state
` [PATCH v4 2/6] maple_tree: use height and depth consistently
` [PATCH v4 3/6] maple_tree: use vacant nodes to reduce worst case allocations
` [PATCH v4 4/6] maple_tree: break on convergence in mas_spanning_rebalance()
` [PATCH v4 5/6] maple_tree: add sufficient height
` [PATCH v4 6/6] maple_tree: reorder mas->store_type case statements

[PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
 2025-04-07 18:35 UTC  (2+ messages)

[PATCH v2] mm: add zblock allocator
 2025-04-07 18:26 UTC  (3+ messages)

[PATCH 1/2] mm: page_alloc: speed up fallbacks in rmqueue_bulk()
 2025-04-07 18:01 UTC  (2+ messages)
` [PATCH 2/2] mm: page_alloc: tighten up find_suitable_fallback()

page:  |  | latest

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