messages from 2026-05-20 15:01:18 to 2026-05-21 03:17:04 UTC [more...]
[PATCHSET v3 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-05-21 3:16 UTC (10+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask
[PATCH 0/4] mm: speed up ZONE_DEVICE memmap initialization
2026-05-21 3:00 UTC (4+ messages)
[PATCH v5 0/5] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
2026-05-21 2:59 UTC (2+ messages)
[PATCH] sched: restore timer_slack_ns when resetting RT policy on fork
2026-05-21 2:52 UTC
[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
2026-05-21 2:46 UTC (7+ messages)
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support
[PATCH v4] lib/test_hmm: Check alloc_page_vma() return value and handle OOM
2026-05-21 2:18 UTC
[PATCH 0/4] memcg: shrink obj_stock_pcp and cache multiple objcgs
2026-05-21 1:43 UTC (10+ messages)
` [PATCH 2/4] memcg: uint16_t for nr_bytes in obj_stock_pcp
` [PATCH 4/4] memcg: multi objcg charge support
[PATCH mm-new] Documentation/admin-guide/mm: Fix typos in transhuge.rst
2026-05-21 1:00 UTC (2+ messages)
[PATCH] selftests/mm: close fd on write error
2026-05-21 0:54 UTC (2+ messages)
[PATCH] init: do_mounts: use kmalloc() for allocations of temporary buffers
2026-05-21 0:49 UTC (2+ messages)
[RFC PATCH 3/5] mm/damon/core: floor effective quota size at minimum region size
2026-05-21 0:36 UTC (4+ messages)
[RFC PATCH 0/7] mm/damon: hardware-sampled access reports + AMD IBS Op example
2026-05-21 0:32 UTC (4+ messages)
[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-05-20 23:47 UTC (20+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
2026-05-20 23:37 UTC (25+ messages)
[PATCH 4/4] mm: use arch store helpers in zone-device template copies
2026-05-20 22:42 UTC (3+ messages)
[PATCH v8 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
2026-05-20 22:23 UTC (38+ messages)
` [PATCH v8 01/37] mm: mempolicy: fix interleave index for unaligned VMA start
` [PATCH v8 02/37] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
` [PATCH v8 03/37] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v8 04/37] mm: page_reporting: allow driver to set batch capacity
` [PATCH v8 05/37] mm: hugetlb: remove dead alloc_hugetlb_folio stub
` [PATCH v8 06/37] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH v8 07/37] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v8 08/37] mm: add alloc_contig_frozen_pages_user "
` [PATCH v8 09/37] mm: hugetlb: thread user_addr through gigantic page allocation
` [PATCH v8 10/37] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v8 11/37] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v8 12/37] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v8 13/37] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v8 14/37] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v8 15/37] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v8 16/37] mm: alloc_swap_folio: "
` [PATCH v8 17/37] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v8 18/37] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v8 19/37] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v8 20/37] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
` [PATCH v8 21/37] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v8 22/37] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH v8 23/37] mm: page_alloc: use aliasing checks instead of user_alloc_needs_zeroing
` [PATCH v8 24/37] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH v8 25/37] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH v8 26/37] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH v8 27/37] virtio_balloon: submit reported pages as individual buffers
` [PATCH v8 28/37] virtio_balloon: disable indirect descriptors
` [PATCH v8 29/37] mm: page_reporting: add flush parameter with page budget
` [PATCH v8 30/37] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH v8 31/37] virtio_balloon: skip zeroing for host-zeroed reported pages
` [PATCH v8 32/37] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH v8 33/37] mm: add free_frozen_pages_zeroed
` [PATCH v8 34/37] mm: page_alloc: skip kernel_init_pages for FPI_ZEROED when safe
` [PATCH v8 35/37] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH v8 36/37] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
` [PATCH v8 37/37] mm: balloon: use put_page_zeroed for zeroed balloon pages
[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
2026-05-20 22:06 UTC (5+ messages)
` [PATCH v4 1/4] Introducing pw_lock() and per-cpu queue & flush work
` [PATCH v4 3/4] swap: apply new pw_queue_on() interface
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-20 22:04 UTC (17+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 06/43] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH v6 12/43] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v6 14/43] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
[PATCH] x86/mm: fix vmemmap leak on memory hot-remove
2026-05-20 21:59 UTC (6+ messages)
[PATCH RFC v3 0/4] exec: introduce task_exec_state for exec-time metadata
2026-05-20 21:48 UTC (5+ messages)
` [PATCH RFC v3 1/4] sched/coredump: introduce enum task_dumpable
` [PATCH RFC v3 2/4] exec: introduce struct task_exec_state
` [PATCH RFC v3 3/4] ptrace: add ptracer_access_allowed()
` [PATCH RFC v3 4/4] exec_state: relocate dumpable information
[PATCH] MAINTAINERS: Add more files to PAGE CACHE section
2026-05-20 21:17 UTC
[PATCH v2 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-05-20 20:56 UTC (4+ messages)
` [PATCH v2 4/7] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk
[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
2026-05-20 20:49 UTC (12+ messages)
` [PATCH RFC 01/11] mm: add folio_wake_writeback() helper
` [PATCH RFC 02/11] folio_wait: move folio bit-lock and wait implementation to mm/folio_wait.c
` [PATCH RFC 03/11] folio_wait: move folio bit-lock and wait declarations to include/linux/folio_wait.h
` [PATCH RFC 04/11] folio_wait: move folio_wait_writeback() family to mm/folio_wait.c
` [PATCH RFC 05/11] folio_wait: reformat comments and fix alignment
` [PATCH RFC 06/11] folio_wait: rename wait_page_* infrastructure to wait_folio_*
` [PATCH RFC 07/11] folio_wait: convert VM_BUG_ON_FOLIO() to VM_WARN_ON_ONCE_FOLIO()
` [PATCH RFC 08/11] MAINTAINERS: add folio_wait files to MEMORY MANAGEMENT - CORE
` [PATCH RFC 09/11] fs: move dir_pages() from <linux/pagemap.h> to <linux/fs.h>
` [PATCH RFC 10/11] fs: move generic_file_read_iter() to fs/read_write.c
` [PATCH RFC 11/11] fs: move generic_file_write_iter() family "
[PATCH 1/2] gfp_types: Introduce a new GFP_ATOMIC_RT gfp flag
2026-05-20 20:46 UTC (2+ messages)
` [PATCH 2/2] irqchip/gic-v3-its: Use GFP_ATOMIC_RT gfp flag in allocate_vpe_l1_table()
[PATCH RFC v2 0/5] ptrace: keep mm metadata accessible past exit_mm()
2026-05-20 19:47 UTC (24+ messages)
` [PATCH RFC v2 1/5] sched/coredump: introduce enum task_dumpable
` [PATCH RFC v2 2/5] exec: introduce struct task_exec_state and relocate dumpable
` [PATCH RFC v2 3/5] ptrace: add ptracer_access_allowed()
` [PATCH RFC v2 4/5] exec_state: relocate dumpable information
` [PATCH RFC v2 5/5] cred: switch dumpability lowering to task_exec_state
[RFC PATCH] mm/nommu: Implement just enough vmap that compressed erofs can be mounted
2026-05-20 19:45 UTC (5+ messages)
[PATCH] kasan/test: only do kmalloc_double_kzfree for generic mode
2026-05-20 18:19 UTC (2+ messages)
[RFC PATCH 00/40] mm: reliable 1GB page allocation
2026-05-20 18:19 UTC (34+ messages)
` [RFC PATCH 01/40] mm: page_alloc: replace pageblock_flags bitmap with struct pageblock_data
` [RFC PATCH 02/40] mm: page_alloc: per-cpu pageblock buddy allocator
` [RFC PATCH 08/40] mm: page_alloc: superpageblock metadata for 1GB anti-fragmentation
` [RFC PATCH 12/40] mm: page_alloc: steer movable allocations to fullest clean superpageblocks
` [RFC PATCH 13/40] mm: page_alloc: extract claim_whole_block from try_to_claim_block
` [RFC PATCH 14/40] mm: page_alloc: add per-superpageblock free lists
` [RFC PATCH 15/40] mm: page_alloc: add background superpageblock defragmentation worker
` [RFC PATCH 16/40] mm: compaction: walk per-superpageblock free lists for migration targets
` [RFC PATCH 17/40] mm: page_alloc: superpageblock-aware contiguous and higher order allocation
` [RFC PATCH 18/40] mm: page_alloc: prevent atomic allocations from tainting clean SPBs
` [RFC PATCH 19/40] mm: page_alloc: aggressively pack non-movable allocs in tainted SPBs on large systems
` [RFC PATCH 20/40] mm: page_alloc: prefer reclaim over tainting clean superpageblocks
` [RFC PATCH 21/40] mm: page_alloc: adopt partial pageblocks from tainted superpageblocks
` [RFC PATCH 22/40] mm: page_alloc: add CONFIG_DEBUG_VM sanity checks for SPB counters
` [RFC PATCH 23/40] mm: page_alloc: targeted evacuation and dynamic reserves for tainted SPBs
` [RFC PATCH 24/40] mm: page_alloc: prevent UNMOVABLE/RECLAIMABLE mixing in pageblocks
` [RFC PATCH 26/40] mm: page_alloc: refuse fragmenting fallback for callers with cheap fallback
` [RFC PATCH 27/40] mm: page_alloc: cross-migratetype buddy borrow within tainted SPBs
` [RFC PATCH 28/40] mm: page_alloc: drive slab shrink from SPB anti-fragmentation pressure
` [RFC PATCH 29/40] mm: page_reporting: walk per-superpageblock free lists
` [RFC PATCH 30/40] mm: show_mem: collect migratetype letters from per-superpageblock lists
` [RFC PATCH 31/40] mm: page_alloc: per-(zone, order, mt) PASS_1 hint cache
` [RFC PATCH 32/40] mm: debug: prevent infinite recursion in dump_page() with CMA
` [RFC PATCH 33/40] PM: hibernate: walk per-superpageblock free lists in mark_free_pages
` [RFC PATCH 34/40] btrfs: allocate eb-attached btree pages as movable
` [RFC PATCH 35/40] mm: page_alloc: refuse best-effort high-order allocs servable at lower orders
` [RFC PATCH 36/40] mm: page_alloc: set ALLOC_NOFRAGMENT on alloc_frozen_pages_nolock_noprof
` [RFC PATCH 37/40] mm: page_alloc: move spb_get_category and spb_tainted_reserve to mmzone.h
` [RFC PATCH 38/40] mm: compaction: skip empty tainted superpageblocks as migration source
` [RFC PATCH 39/40] mm: compaction: respect tainted SPB reserve in destination selection
` [RFC PATCH 40/40] mm: page_alloc: SPB tracepoint instrumentation [DO-NOT-MERGE]
[PATCH RFC v2] mm/shmem: set __GFP_SKIP_KASAN for swap_cluster_readahead
2026-05-20 17:06 UTC (3+ messages)
[PATCH v15 00/20] unwind_deferred: Implement sframe handling
2026-05-20 15:40 UTC (21+ messages)
` [PATCH v15 01/20] unwind_user: Add generic and arch-specific headers to MAINTAINERS
` [PATCH v15 02/20] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v15 03/20] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v15 04/20] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v15 05/20] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v15 06/20] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v15 07/20] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v15 08/20] unwind_user: Stop when reaching an outermost frame
` [PATCH v15 09/20] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v15 10/20] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v15 11/20] unwind_user/sframe: Show file name in debug output
` [PATCH v15 12/20] unwind_user/sframe: Add .sframe validation option
` [PATCH v15 13/20] unwind_user: Enable archs that pass RA in a register
` [PATCH v15 14/20] unwind_user: Flexible FP/RA recovery rules
` [PATCH v15 15/20] unwind_user: Flexible CFA "
` [PATCH v15 16/20] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
` [PATCH v15 17/20] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v15 18/20] unwind_user/sframe: Duplicate registered .sframe section data on clone/fork
` [PATCH v15 19/20] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v15 20/20] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
2026-05-20 15:35 UTC (22+ messages)
` [PATCH 3/7] mm/migrate: skip data copy for already-copied folios
` [PATCH 4/7] mm/migrate: add batch-copy path in migrate_pages_batch
` [PATCH 5/7] mm/migrate: add copy offload registration infrastructure
[PATCH 5/8] mm/bootmem_info: stop marking the pgdat as NODE_INFO
2026-05-20 15:30 UTC (2+ messages)
[PATCH v3] mm: do not install PMD mappings when handling a COW fault
2026-05-20 15:16 UTC
[PATCH] mm/damon/core: trace esz at first setup
2026-05-20 15:03 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox