linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-11 14:19:14 to 2025-07-14 00:34:18 UTC [more...]

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-14  0:31 UTC  (6+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 02/14] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v9 04/14] khugepaged: generalize alloc_charge_folio()
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v9 06/14] khugepaged: introduce collapse_scan_bitmap "

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-13 23:39 UTC  (20+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 2/8] netmem: introduce utility APIs to use struct netmem_desc
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
` [PATCH net-next v9 8/8] mt76: use netmem descriptor and APIs for page pool

[PATCH v2] kasan: remove kasan_find_vm_area() to prevent possible deadlock
 2025-07-13 23:27 UTC  (6+ messages)

[PATCH] mm: skip lru_note_cost() when scanning only file or anon
 2025-07-13 19:57 UTC  (5+ messages)

[RFC V1 PATCH mm-hotfixes 0/3] mm, arch: A more robust approach to sync top level kernel page tables
 2025-07-13 17:56 UTC  (5+ messages)
` [RFC V1 PATCH mm-hotfixes 1/3] mm: introduce and use {pgd,p4d}_populate_kernel()

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-07-13 17:43 UTC  (8+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH V9 2/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH V9 3/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH V9 4/7] mm/mempolicy: Export memory policy symbols
` [PATCH V9 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH V9 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH V9 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-07-13 12:05 UTC  (4+ messages)
` [PATCH v2 1/3] rust: xarray: use the prelude
` [PATCH v2 2/3] rust: xarray: implement Default for AllocKind
` [PATCH v2 3/3] rust: xarray: add `insert` and `reserve`

[PATCH v5 0/8] mm/shmem, swap: bugfix and improvement of mTHP swap in
 2025-07-13 10:53 UTC  (3+ messages)
` [PATCH v5 5/8] mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IO

[PATCH] init: Handle bootloader head in kernel parameters
 2025-07-13  9:35 UTC  (10+ messages)

[PATCH v2 0/5] rust: Add Per-CPU Variable API
 2025-07-13  9:30 UTC  (7+ messages)
` [PATCH v2 1/5] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH v2 2/5] rust: rust-analyzer: add lib to dirs searched for crates
` [PATCH v2 3/5] rust: percpu: add a rust per-CPU variable test
` [PATCH v2 4/5] rust: percpu: Add pin-hole optimizations for numerics
` [PATCH v2 5/5] rust: percpu: cache per-CPU pointers in the dynamic case

[PATCH v3 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
 2025-07-13  7:17 UTC  (9+ messages)
` [PATCH v3 1/8] execmem: drop unused execmem_update_copy()
` [PATCH v3 2/8] execmem: introduce execmem_alloc_rw()
` [PATCH v3 3/8] execmem: rework execmem_cache_free()
` [PATCH v3 4/8] execmem: move execmem_force_rw() and execmem_restore_rox() before use
` [PATCH v3 5/8] execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP)
` [PATCH v3 6/8] execmem: drop writable parameter from execmem_fill_trapping_insns()
` [PATCH v3 7/8] x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocations
` [PATCH v3 8/8] x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations

[PATCH v3] mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
 2025-07-12 23:42 UTC  (4+ messages)
  ` [PATCH v4] "

[PATCH] fs/Kconfig: Enable HUGETLBFS only if ARCH_SUPPORTS_HUGETLBFS
 2025-07-12 23:15 UTC  (2+ messages)

[PATCH v2] mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lock
 2025-07-12 22:28 UTC  (3+ messages)

[PATCH] readahead: Use folio_nr_pages() instead of shift operation
 2025-07-12 22:25 UTC  (4+ messages)

[RFC v3 0/7] Add and use seprintf() instead of less ergonomic APIs
 2025-07-12 20:58 UTC  (4+ messages)
` [RFC v3 3/7] mm: Use "

[RFC PATCH 0/4] mm/damon/sysfs: support periodic and automated stats update
 2025-07-12 20:46 UTC  (5+ messages)
` [RFC PATCH 1/4] mm/damon/sysfs: implement refresh_ms file under kdamond directory
` [RFC PATCH 2/4] mm/damon/sysfs: implement refresh_ms file internal work
` [RFC PATCH 3/4] Docs/admin-guide/mm/damon/usage: document refresh_ms file
` [RFC PATCH 4/4] Docs/ABI/damon: update for refresh_ms

[PATCH 00/14] mm/damon: remove damon_callback
 2025-07-12 19:50 UTC  (15+ messages)
` [PATCH 01/14] mm/damon: accept parallel damon_call() requests
` [PATCH 02/14] mm/damon/core: introduce repeat mode damon_call()
` [PATCH 03/14] mm/damon/stat: use damon_call() repeat mode instead of damon_callback
` [PATCH 04/14] mm/damon/reclaim: "
` [PATCH 05/14] mm/damon/lru_sort: "
` [PATCH 06/14] samples/damon/prcl: "
` [PATCH 07/14] samples/damon/wsse: "
` [PATCH 08/14] mm/damon/core: do not call ops.cleanup() when destroying targets
` [PATCH 09/14] mm/damon/core: add cleanup_target() ops callback
` [PATCH 10/14] mm/damon/vaddr: put pid in cleanup_target()
` [PATCH 11/14] mm/damon/sysfs: remove damon_sysfs_destroy_targets()
` [PATCH 12/14] mm/damon/core: destroy targets when kdamond_fn() finish
` [PATCH 13/14] mm/damon/sysfs: remove damon_sysfs_before_terminate()
` [PATCH 14/14] mm/damon/core: remove damon_callback

[PATCH 0/3] rust: xarray: add `insert` and `reserve`
 2025-07-12 19:42 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.16-rc6
 2025-07-12 18:15 UTC  (2+ messages)

[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
 2025-07-12 17:53 UTC  (10+ messages)

[PATCH] mm/memfd: Replace deprecated strcpy() with memcpy() in alloc_name()
 2025-07-12 17:45 UTC 

[PATCH linux next] delaytop: add psi info to show system delay
 2025-07-12 17:33 UTC  (3+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-12 17:33 UTC  (14+ messages)

[PATCH v12 0/4] support large align and nid in Rust allocators
 2025-07-12 12:43 UTC  (5+ messages)
` [PATCH v12 2/4] mm/slub: allow to set node and align in k[v]realloc

[PATCH v2 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
 2025-07-12 10:41 UTC  (4+ messages)
` [PATCH v2 2/8] execmem: introduce execmem_alloc_rw()

[PATCH 0/4] Followups to controllers' v1 compilation
 2025-07-12  9:28 UTC  (6+ messages)
` [PATCH 4/4] cgroup: Do not report unavailable v1 controllers in /proc/cgroups

[syzbot] [mm?] possible deadlock in lock_next_vma
 2025-07-12  5:57 UTC 

[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-12  2:19 UTC  (14+ messages)
` [PATCH v2 3/6] locking/local_lock: Introduce local_lock_lockdep_start/end()
` [PATCH v2 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[syzbot] [mm?] INFO: rcu detected stall in exit_to_user_mode_loop
 2025-07-12  0:18 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION a62b7a37e6fcf4a675b1548e7c168b96ec836442
 2025-07-11 22:39 UTC 

[PATCH v4 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
 2025-07-11 22:36 UTC  (4+ messages)
` [PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()

[PATCH] mm: Update MAINTAINERS entry for HMM
 2025-07-11 22:34 UTC 

[syzbot] [ext4?] kernel BUG in ext4_ext_insert_extent (2)
 2025-07-11 21:38 UTC 

[PATCH v18 00/27] riscv control-flow integrity for usermode
 2025-07-11 20:25 UTC  (29+ messages)
` [PATCH v18 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v18 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v18 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v18 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v18 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v18 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v18 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v18 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v18 09/27] riscv/mm: write protect and shadow stack
` [PATCH v18 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v18 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v18 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v18 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v18 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v18 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v18 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v18 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v18 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v18 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v18 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v18 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v18 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v18 23/27] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v18 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v18 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v18 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v18 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH] tmpfs: zero post-eof folio range on file extension
 2025-07-11 20:15 UTC  (7+ messages)

[PATCH v5 00/14] mm: folio_zero_user: clearing of page-extents
 2025-07-11 19:42 UTC  (19+ messages)
` [PATCH v5 10/14] x86/mm: Simplify clear_page_*
` [PATCH v5 12/14] mm: add config option for clearing page-extents
` [PATCH v5 13/14] mm: memory: support "

[RFC v2 0/5] Add and use seprintf() instead of less ergonomic APIs
 2025-07-11 19:24 UTC  (13+ messages)
` [RFC v5 0/7] Add and use sprintf_{end,array}() "
  ` [RFC v5 6/7] sprintf: Add [v]sprintf_array()

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-07-11 18:57 UTC  (14+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()

[PATCH v2 0/2] __folio_split() clean up
 2025-07-11 18:23 UTC  (3+ messages)
` [PATCH v2 1/2] mm/huge_memory: move unrelated code out of __split_unmapped_folio()
` [PATCH v2 2/2] mm/huge_memory: use folio_expected_ref_count() to calculate ref_count

[PATCH v3] alloc_tag: add per-NUMA node stats
 2025-07-11 18:14 UTC  (7+ messages)

[PATCH] mm/page_owner: convert set_page_owner_migrate_reason() to folios
 2025-07-11 16:49 UTC  (5+ messages)

[PATCH v13 00/20] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-11 16:37 UTC  (10+ messages)
` [PATCH v13 16/20] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v13 17/20] KVM: arm64: Enable host mapping of shared guest_memfd memory

[PATCH] mm/huge_memory: move unrelated code out of __split_unmapped_folio()
 2025-07-11 16:30 UTC  (9+ messages)

[PATCH] mm: consider disabling readahead if there are signs of thrashing
 2025-07-11 16:29 UTC  (3+ messages)

[PATCH v5 0/4] x86/mm: Improve alloc handling of phys_*_init()
 2025-07-11 16:26 UTC  (5+ messages)
` [PATCH v5 1/4] x86/mm: Update mapped addresses in phys_{pmd,pud}_init()
` [PATCH v5 2/4] x86/mm: Allow error returns from phys_*_init()
` [PATCH v5 3/4] x86/mm: Handle alloc failure in phys_*_init()
` [PATCH v5 4/4] x86/mm: Use GFP_KERNEL for alloc_low_pages() after boot

[PATCH] mm/filemap: Align last_index to folio size
 2025-07-11 16:08 UTC  (2+ messages)

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-11 15:44 UTC  (4+ messages)
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support

[PATCH v5 0/5] Readahead tweaks for larger folios
 2025-07-11 15:41 UTC  (3+ messages)
` [PATCH v5 5/5] mm/filemap: Allow arch to request folio size for exec memory

[RFC Patch 0/2] selftests/mm: assert rmap behave as expected
 2025-07-11 15:39 UTC  (6+ messages)
` [RFC Patch 1/2] selftests/mm: put general ksm operation into vm_util
` [RFC Patch 2/2] selftests/mm: assert rmap behave as expected

[PATCH] selftests/mm: fix split_huge_page_test for folio_split() tests
 2025-07-11 14:19 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).