Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-14 14:07:41 to 2026-07-14 21:14:47 UTC [more...]

[RFC PATCH 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-14 21:14 UTC  (15+ messages)
` [RFC PATCH 01/13] arch: add HAVE_REINSTALL_HW_BREAKPOINT
` [RFC PATCH 02/13] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [RFC PATCH 03/13] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [RFC PATCH 04/13] HWBP: Add modify_wide_hw_breakpoint_local() API
` [RFC PATCH 05/13] mm/kwatch: add watch expression parser and dereference engine
` [RFC PATCH 06/13] mm/kwatch: add lockless per-task context pool
` [RFC PATCH 07/13] stacktrace: export stack_trace_save_regs()
` [RFC PATCH 08/13] mm/kwatch: add hardware breakpoint backend
` [RFC PATCH 09/13] mm/kwatch: add probe lifecycle runtime
` [RFC PATCH 10/13] mm/kwatch: add anchor thread for global watchpoints
` [RFC PATCH 11/13] mm/kwatch: add debugfs control plane
` [RFC PATCH 12/13] mm/kwatch: add KUnit tests for the watch expression parser
` [RFC PATCH 13/13] Documentation/dev-tools: document KWatch

[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-07-14 20:52 UTC  (7+ messages)

[PATCH] kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
 2026-07-14 20:51 UTC 

[PATCH 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-14 20:13 UTC  (5+ messages)
` [PATCH 1/4] fixup! mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH 2/4] fixup! drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH 3/4] fixup! accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
` [PATCH 4/4] fixup! drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faults

[PATCH] mm: memcg-v1: make mem_cgroup_oom_notify_cb() return void
 2026-07-14 20:06 UTC  (2+ messages)

[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-14 20:05 UTC  (9+ messages)

[PATCH v5] mm: mglru: fix stale batch updates after memcg reparenting
 2026-07-14 20:05 UTC  (2+ messages)

[PATCH] mm: memcontrol: factor out memcg kmem uncharge sequence
 2026-07-14 20:02 UTC  (2+ messages)

[PATCH] mm: memcontrol: drop unused cpu argument from flush_nmi_stats
 2026-07-14 20:01 UTC  (2+ messages)

[PATCH] mm: memcg-v1: fix wrong linux-mm list address in deprecation warnings
 2026-07-14 20:00 UTC  (2+ messages)

[PATCH] mm: memcg-v1: account vmpressure event allocations
 2026-07-14 19:59 UTC  (2+ messages)

[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
 2026-07-14 19:58 UTC  (10+ messages)
` [PATCH v2 1/9] exec: stash bpf-selected interpreter state in struct linux_binprm
` [PATCH v2 2/9] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH v2 3/9] binfmt_misc: let the entry lookup walk sleep
` [PATCH v2 4/9] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH v2 5/9] bpf: allow fs kfuncs for binfmt_misc_ops programs
` [PATCH v2 6/9] binfmt_misc: let bpf handlers pass an argument to the interpreter
` [PATCH v2 7/9] binfmt_misc: let a bpf handler choose the invocation flags per exec
` [PATCH v2 8/9] binfmt_misc: let a bpf handler run the interpreter transparently
` [PATCH v2 9/9] selftests/exec: add binfmt_misc bpf-backed handler test

[PATCH] mm: memcontrol: update state_local when flushing NMI stats
 2026-07-14 19:52 UTC  (4+ messages)

[PATCH] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-14 19:41 UTC  (3+ messages)

[PATCH] mm/memory-tiers: cache top tier nodes
 2026-07-14 19:20 UTC  (2+ messages)

[PATCH] mm/memory-tiers: cache top tier nodes
 2026-07-14 19:16 UTC  (2+ messages)

[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-14 19:11 UTC  (8+ messages)
` [PATCH mm-hotfixes v3 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v3 2/4] x86/mm/pat: acquire mmap lock on page table free "
` [PATCH mm-hotfixes v3 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v3 4/4] arm64: remove redundant concurrent ptdump UAF mitigation

[PATCH] xfs: restore nofs context unconditionally in xfs_trans_roll
 2026-07-14 18:53 UTC  (3+ messages)

[RFC] virtio_balloon: fix Use-After-Free in page reporting during PM freeze
 2026-07-14 18:52 UTC  (6+ messages)

[PATCH v3 0/9] Use generic_file_read_iter() in hugetlbfs
 2026-07-14 18:44 UTC  (12+ messages)
` [PATCH v3 1/9] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v3 2/9] hugetlb: Mark some function arguments as const
` [PATCH v3 3/9] memory-failure: Track hugetlb poison in a hash table
` [PATCH v3 4/9] mm: Handle hugetlb correctly in is_page_hwpoison()
` [PATCH v3 5/9] filemap: Add hwpoison handling to filemap_read()
` [PATCH v3 6/9] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v3 7/9] hugetlb: Set mapping folio order
` [PATCH v3 8/9] filemap: Add support for authoritative mappings
` [PATCH v3 9/9] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()

[RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
 2026-07-14 18:28 UTC  (18+ messages)

[PATCH RFC 00/13] mm/swap: introduce priority queue to remove global cluster cache and plist
 2026-07-14 18:09 UTC  (3+ messages)
` [PATCH RFC 09/13] mm/swap: add priority queue for swap device allocation

[PATCH v2] mm/util: don't read __page_2 for order-1 folios in snapshot_page()
 2026-07-14 17:57 UTC  (4+ messages)

[PATCH v2 0/5] mm: fix inode UAF when splitting a file folio past EOF
 2026-07-14 17:31 UTC  (8+ messages)
` [PATCH v2 1/5] mm/memory-failure: keep the folio, not the poisoned subpage, locked across split

better block swap batching and a different take on swap_ops v5
 2026-07-14 17:27 UTC  (3+ messages)
` [PATCH 1/7] shmem: provide a shmem_write_folio wrapper

[PATCH v2 06/10] memory-failure: Prevent UAF in raw_hwp_page list
 2026-07-14 17:24 UTC  (4+ messages)

[RFC PATCH] mm/page_reporting: Add page_reporting_delay sysctl
 2026-07-14 17:14 UTC 

[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-14 17:05 UTC  (5+ messages)

[PATCH 0/2] mm/zswap: Fixes and improves the zswap global shrinker
 2026-07-14 16:52 UTC  (5+ messages)
` [PATCH 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH 2/2] mm/zswap: Support batch writeback in shrink_memcg()

[RFC PATCH 00/14] driver core: defer per-VF sysfs creation for fast SR-IOV bring-up
 2026-07-14 16:18 UTC  (4+ messages)

[PATCH slab/for-next-fixes v3 3/4] lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()
 2026-07-14 15:42 UTC  (11+ messages)
` [PATCH slab/for-next-fixes v3 4/4] mm/slab: prevent unbounded recursion in free path with new kmalloc type
` [PATCH slab/for-next-fixes v3 0/4] mm/slab: fix unbounded recursion in free path with memalloc profiling

[PATCH v2 2/5] mm: hugetlb: Fix subpool usage leak on allocation failure
 2026-07-14 15:39 UTC  (2+ messages)

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-14 15:15 UTC  (21+ messages)
` [PATCH v5 01/20] vfio/pci: Factor out the reset logic in VFIO PCI device close path
` [PATCH v5 02/20] vfio: Export various helpers from VFIO
` [PATCH v5 03/20] vfio/pci: Export vfio_pci_dma_buf_move for vfio-pci module
` [PATCH v5 04/20] liveupdate: Export symbols needed by modules
` [PATCH v5 05/20] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v5 06/20] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v5 07/20] vfio: Introduce vfio_find_device() helper
` [PATCH v5 08/20] vfio: Refactor vfio_device_fops_cdev_open()
` [PATCH v5 09/20] vfio: Add API to open cdev device for Live Update restore
` [PATCH v5 10/20] vfio/pci: Retrieve preserved device files after Live Update
` [PATCH v5 11/20] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v5 12/20] docs: liveupdate: Add documentation for VFIO PCI
` [PATCH v5 13/20] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v5 14/20] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v5 15/20] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v5 16/20] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v5 18/20] vfio: selftests: Expose iommu_modes to tests
` [PATCH v5 19/20] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v5 20/20] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test

[PATCH 00/22] Simplify special kernel page table handling
 2026-07-14 15:19 UTC  (13+ messages)
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
` [PATCH 12/22] x86/mm: use mm_is_kernel() for kernel mm checks
` [PATCH 14/22] mm: set page table page type when allocated
` [PATCH 19/22] x86/tboot: mark tboot_mm as a kernel mm
` [PATCH 20/22] arm64: mm: drop ctor/dtor calls for kernel page tables
` [PATCH 21/22] arm: mm: drop ctor call "
` [PATCH 22/22] riscv: mm: drop ctor/dtor calls "

[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-14 15:06 UTC  (6+ messages)
` [RFC PATCH 02/34] ARM: mm: make 2-level pgd_t a scalar

[RESEND PATCH v2 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-07-14 15:01 UTC  (4+ messages)
` [RESEND PATCH v2 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE "
` [RESEND PATCH v2 2/3] mm/damon/sysfs: support hugepage_mem_bp quota goal metric
` [RESEND PATCH v2 3/3] Docs/mm/damon/design: Document hugepage_mem_bp target metric

[PATCH v2 0/5] mm: mincore: misc cleanups
 2026-07-14 14:45 UTC  (7+ messages)
` [PATCH v2 1/5] mm: mincore: remove special handling for VM_PFNMAP

[PATCH v6 0/9] mm/page_owner: misc cleanups
 2026-07-14 14:44 UTC  (7+ messages)
` [PATCH v6 2/9] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason

[PATCH 00/10] mm/damon/core: hide core-private struct fields
 2026-07-14 14:35 UTC  (11+ messages)
` [PATCH 01/10] mm/damon/core: hide private damon_region fields
` [PATCH 02/10] mm/damon/core: hide private damon_target fields
` [PATCH 03/10] mm/damon/core: hide private damos_quota_goal fields
` [PATCH 04/10] mm/damon/core: hide private damos_quota fields
` [PATCH 05/10] mm/damon/core: hide private damos_filter fields
` [PATCH 06/10] mm/damon/core: hide private damos fields
` [PATCH 07/10] mm/damon/core: hide private damon_filter fields
` [PATCH 08/10] mm/damon/core: hide private damon_probe fields
` [PATCH 09/10] mm/damon/sysfs: do not directly access damon_ctx->ops
` [PATCH 10/10] mm/damon/core: hide core-private damon_ctx fields

[PATCH 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-14 14:32 UTC  (2+ messages)

[PATCH] mm/kconfig: Drop redundant dependency wrappers
 2026-07-14 14:24 UTC  (2+ messages)

[PATCH v2] mm/damon/ops-common: prevent migration fallback to non-target nodes
 2026-07-14 14:19 UTC  (2+ messages)

[PATCH v1] mm/damon: remove trailing semicolons after function definitions
 2026-07-14 14:11 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