Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-26 09:19:13 to 2026-08-27 03:06:01 UTC [more...]

[PATCH] mm: remove out-dated document of __GFP_NOFAIL
 2026-08-27  3:05 UTC 

[PATCH] memcg: sink mem_cgroup_uncharge_folios() into free_unref_folios()
 2026-08-27  3:05 UTC 

[PATCH] mm/memcontrol: fix data-race on reading jiffies_64
 2026-08-27  2:54 UTC 

[PATCH] drivers/base, mm: move arch_numa.c to mm/
 2026-08-27  2:49 UTC  (2+ messages)

[PATCH] mm/hugetlb: fix resv_huge_pages double decrement in memfd error path
 2026-08-27  2:47 UTC  (2+ messages)

[PATCH] maple_tree: Annotate lockless pivot reads for KCSAN
 2026-08-27  2:46 UTC  (3+ messages)

[PATCH] mm/mremap: reset unfaulted VMA page offset for MREMAP_DONTUNMAP
 2026-08-27  2:26 UTC  (4+ messages)

[PATCH 0/6] mm/mglru: speed up inc_min_seq() and fix cold/hot inversions
 2026-08-27  2:19 UTC  (10+ messages)
` [PATCH 3/6] mm/mglru: enhance cold/hot inversion handling in inc_min_seq()
` [PATCH 6/6] mm/mglru: batch move folios to the second-oldest gen's LRU

[PATCH] selftests/damon: prevent remaining cross-object state pollution
 2026-08-27  2:14 UTC 

[RFC PATCH] mm/mglru: fix ineffective memory protection for non-kswapd reclaim
 2026-08-27  1:37 UTC  (2+ messages)

[PATCH v4 00/11] rust: xarray: add entry API with preloading
 2026-08-27  1:14 UTC  (13+ messages)
` [PATCH v4 01/11] rust: xarray: minor formatting fixes
` [PATCH v4 02/11] rust: xarray: add debug format for `StoreError`
` [PATCH v4 03/11] rust: xarray: add `XArrayState`
` [PATCH v4 04/11] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v4 05/11] rust: xarray: simplify `Guard::load`
` [PATCH v4 06/11] rust: xarray: add `find_next` and `find_next_mut`

[PATCH v3] mm/secretmem: properly account locked pages
 2026-08-27  1:14 UTC  (2+ messages)

[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-27  0:47 UTC  (7+ messages)
` [PATCH v5 2/2] "

[RFC PATCH] mm/damon: fix damos quota walk-position tracking
 2026-08-27  0:44 UTC  (4+ messages)

[PATCH] selftests/mm: fix line buffer leak in mremap_test is_range_mapped()
 2026-08-27  0:31 UTC  (4+ messages)

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-27  0:28 UTC  (5+ messages)

[PATCH v5 0/5] mm: Fix MF_DELAYED handling on memory failure
 2026-08-27  0:11 UTC  (5+ messages)
` [PATCH v5 5/5] mm: selftests: Add shmem into memory failure test

[PATCH v11 00/46] guest_memfd: In-place conversion support
 2026-08-26 23:47 UTC  (38+ messages)
` [PATCH v11 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v11 15/46] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v11 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v11 17/46] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v11 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v11 19/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v11 20/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v11 21/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v11 22/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v11 23/46] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v11 24/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v11 25/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v11 26/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v11 27/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v11 28/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v11 29/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v11 30/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v11 31/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v11 32/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v11 33/46] KVM: selftests: Test conversion before allocation
` [PATCH v11 34/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v11 35/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v11 36/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v11 37/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v11 38/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v11 39/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v11 40/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v11 41/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v11 42/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v11 43/46] KVM: selftests: Support guest_memfd attributes in private_mem_conversions_test
` [PATCH v11 44/46] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v11 45/46] KVM: selftests: Test in-place conversions in private_mem_conversions_test
` [PATCH v11 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH v2] mm/oom_kill: remove unreachable __GFP_THISNODE check in constrained_alloc()
 2026-08-26 23:16 UTC  (2+ messages)

[PATCH] mm: memcg: use ratelimited stats flush in obj_cgroup_may_zswap()
 2026-08-26 23:14 UTC  (12+ messages)

[GIT PULL] additional MM updates for 7.3-rc1
 2026-08-26 22:23 UTC 

[PATCH] mm/slab: reject unsupported kmalloc sizes
 2026-08-26 22:02 UTC  (6+ messages)

[PATCH] mm: workingset: judge cross-memcg refaults by generation age
 2026-08-26 21:58 UTC  (3+ messages)

[PATCH v2] docs: cgroup: document empty-write behavior of memory limit knobs
 2026-08-26 21:45 UTC  (3+ messages)

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-26 21:04 UTC  (16+ messages)

[PATCH] MAINTAINERS: remove myself as THP co-maintainer
 2026-08-26 21:02 UTC  (10+ messages)

[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
 2026-08-26 20:31 UTC  (14+ messages)

[PATCH 0/2] powerpc: remove spufs coredump support
 2026-08-26 18:47 UTC  (4+ messages)
` [PATCH 1/2] powerpc: remove "
` [PATCH 2/2] coredump: stop unsharing the file descriptor table

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-26 18:36 UTC  (6+ messages)
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer

[PATCH] mm/memcontrol: remove unused memcg parameter in calculate_high_delay()
 2026-08-26 18:35 UTC  (2+ messages)

[RFC PATCH v2 00/10] dma-mapping: Add preservation of direct allocations
 2026-08-26 18:31 UTC  (2+ messages)

[PATCH] mm/vmscan: drop the combined limit gate in __node_reclaim()
 2026-08-26 18:30 UTC  (3+ messages)

[PATCH v2] mm/mglru: fix and remove redundant unevictable folio handling
 2026-08-26 18:07 UTC  (2+ messages)

[PATCH] mm/vmalloc: fix vmap_purge_lock livelock under memory pressure
 2026-08-26 17:35 UTC  (8+ messages)

[PATCH 0/5] Fix deferred_split_isolate() and clean up __folio_freeze_and_split_unmapped()
 2026-08-26 17:10 UTC  (10+ messages)
` [PATCH 1/5] mm/huge_memory: do not touch frozen folios in deferred_split_isolate()
` [PATCH 2/5] mm/huge_memory: dequeue the deferred split after the split freeze
` [PATCH 3/5] mm/huge_memory: reduce indent level in __folio_freeze_and_split_unmapped()
` [PATCH 4/5] mm/huge_memory: fold nested ifs "
` [PATCH 5/5] mm/huge_memory: turn the swapcache-with-mapping error case into an assert

[RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
 2026-08-26 16:57 UTC  (3+ messages)

[PATCH RFC v3 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-08-26 16:55 UTC  (11+ messages)
` [PATCH RFC v3 1/3] mm/zswap: release retired pools via call_rcu() instead of synchronize_rcu()
` [PATCH RFC v3 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array
` [PATCH RFC v3 3/3] mm/zswap: reference the pool by index to shrink struct zswap_entry

[PATCH v2] mm/secretmem: properly account locked pages
 2026-08-26 16:18 UTC  (4+ messages)

[PATCH 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-08-26 16:17 UTC  (10+ messages)
` [PATCH 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)

[PATCH 0/3] binfmt_misc: only let punctuation delimit a register string
 2026-08-26 15:55 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests/exec: test delimiter restrictions
` [PATCH 3/3] binfmt_misc: document the field delimiter

[PATCH] swiotlb: avoid double copy with swiotlb on tx socket
 2026-08-26 15:39 UTC  (4+ messages)

[PATCH v3 1/3] mm/swap: move LRU insertion out of the swap cache allocator
 2026-08-26 15:23 UTC  (3+ messages)

[PATCH v3 2/3] mm/swap: refault on swap-in, not in the swap cache allocator
 2026-08-26 15:22 UTC  (3+ messages)

[PATCH v7 0/4] s390/mm: Batch PTE updates in lazy MMU mode
 2026-08-26 14:34 UTC  (6+ messages)
` [PATCH v7 2/4] "

[PATCH] mm/gup: add NULL check for unlocked parameter in fixup_user_fault()
 2026-08-26 14:10 UTC  (2+ messages)

[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
 2026-08-26 13:57 UTC  (3+ messages)
` [PATCH 20/25] s390/fbatch: no lru_add_drain_all() in s390_wiggle_split_folio()

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-26 13:53 UTC  (12+ messages)
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating

[RFC PATCH v3 0/8] batch lookups in follow_page_mask()
 2026-08-26 13:36 UTC  (5+ messages)

[PATCH v2 0/5] of: reserved_mem: several fixes about reserved memory
 2026-08-26 13:18 UTC  (11+ messages)
  ` [PATCH v2 1/5] of: reserved_mem: skip init for regions whose early reservation failed
  ` [PATCH v2 2/5] of: reserved_mem: reject static regions overlapping no-map memory
  ` [PATCH v2 3/5] of: reserved_mem: reject statically placed regions overlapping existing reservations
  ` [PATCH v2 4/5] of: reserved_mem: release dynamically allocated no-map region on init failure
  ` [PATCH v2 5/5] of: reserved_mem: retain static no-map memory "

[PATCH v2 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-08-26 13:06 UTC  (3+ messages)
` [PATCH v2 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)

[PATCH 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
 2026-08-26 13:05 UTC  (11+ messages)

[PATCH v2] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
 2026-08-26 12:55 UTC  (2+ messages)

[RFC PATCH 0/4] mm/vmscan: honour node reclaim limits per type
 2026-08-26 12:52 UTC  (11+ messages)

[PATCH v2 0/2] kselftest: mm: fix some failure of split_huge_page_test
 2026-08-26 12:24 UTC  (3+ messages)
` [PATCH v2 1/2] kselftest: mm: prevent random failure of huge page split for khugepaged
` [PATCH v2 2/2] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper

[PATCH v6 0/3] mm: make persistent huge zero folio read-only
 2026-08-26 12:19 UTC  (7+ messages)
` [PATCH v6 3/3] x86/mm: add set_direct_map_ro_noflush()

[PATCH v3 0/5] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-08-26 12:03 UTC  (6+ messages)
` [PATCH v3 1/5] mm/memory-failure: efi: add the LINUX_EFI_POISONED_MEMORY configuration table
` [PATCH v3 2/5] mm/memory-failure: libstub: install the poisoned-memory EFI table
` [PATCH v3 3/5] mm/memory-failure: efi: record hardware-poisoned frames into the poisoned-memory table
` [PATCH v3 4/5] mm/memory-failure: add a helper to poison a frame at boot
` [PATCH v3 5/5] mm/memory-failure: efi: replay the poisioned page in the next kernel

[PATCH v3 1/3] mm: khugepaged: fix swap entry value to folio_pfn()
 2026-08-26 11:04 UTC  (12+ messages)

[PATCH v3 0/6] mm/mglru: clean up folio counters and flag usage
 2026-08-26 10:48 UTC  (3+ messages)
` [PATCH v3 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags

[syzbot] [mm?] WARNING in ep_write_iter
 2026-08-26 10:26 UTC  (7+ messages)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-08-26  9:29 UTC  (4+ messages)
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example

[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
 2026-08-26  9:25 UTC  (18+ messages)
` [PATCH v3 01/17] kexec: Record allocated CMA pages to fix release size mismatch
` [PATCH v3 02/17] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v3 03/17] arm64: kexec_file: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 04/17] arm64: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v3 05/17] LoongArch: kexec: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 06/17] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header
` [PATCH v3 08/17] crash: Extract crash_get_memory_ranges() helper
` [PATCH v3 09/17] crash: Fix TOCTOU race in crash memory range collection
` [PATCH v3 10/17] elf: Introduce elf64_phdr_size() helper
` [PATCH v3 11/17] crash: Introduce crash_extra_elfcorehdr_size() helper
` [PATCH v3 12/17] x86/crash: Use num_possible_cpus() for elfcorehdr size
` [PATCH v3 13/17] crash: Improve elfcorehdr segment identification
` [PATCH v3 14/17] x86/crash: Simplify crash_load_segments() using crash_extra_elfcorehdr_size()
` [PATCH v3 15/17] crash: Simplify CRASH_MAX_MEMORY_RANGES handling
` [PATCH v3 16/17] arm64: kexec_file: Simplify load_other_segments()
` [PATCH v3 17/17] arm64: crash: Add crash hotplug support

[PATCH v2 00/13] Make SBR work for CXL Downstream Ports
 2026-08-26  9:21 UTC  (2+ messages)


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