messages from 2026-07-14 14:54:05 to 2026-07-14 18:34:20 UTC [more...]
[RFC PATCH 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
2026-07-14 18:33 UTC (14+ 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
[RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
2026-07-14 18:28 UTC (16+ messages)
[RFC] virtio_balloon: fix Use-After-Free in page reporting during PM freeze
2026-07-14 18:21 UTC (5+ messages)
[PATCH] xfs: restore nofs context unconditionally in xfs_trans_roll
2026-07-14 18:15 UTC (2+ 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 v3 0/9] Use generic_file_read_iter() in hugetlbfs
2026-07-14 18:08 UTC (10+ 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()
[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-14 17:57 UTC (8+ messages)
[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
[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-14 17:31 UTC (7+ 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
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 4/4] mm/slab: prevent unbounded recursion in free path with new kmalloc type
2026-07-14 15:42 UTC (3+ messages)
` [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] fs: push nr_cached_objects memcg gating into individual filesystems
2026-07-14 15:20 UTC (2+ messages)
[PATCH 00/22] Simplify special kernel page table handling
2026-07-14 15:19 UTC (10+ 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
[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
page: | 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