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

[PATCH v2 00/83] block: rnull: complete the rust null block driver
 2026-06-09 19:09 UTC  (33+ messages)
` [PATCH v2 01/83] block: rust: fix `Send` bound for `GenDisk`
` [PATCH v2 02/83] rust: block: rename `SECTOR_MASK` to `PAGE_SECTOR_MASK`
` [PATCH v2 03/83] block: rnull: adopt new formatting guidelines
` [PATCH v2 04/83] block: rnull: add module parameters
` [PATCH v2 05/83] block: rnull: add macros to define configfs attributes
` [PATCH v2 14/83] block: rust: mq: use GFP_KERNEL from prelude
` [PATCH v2 15/83] block: rust: add `TagSet` flags
` [PATCH v2 16/83] block: rnull: add memory backing
` [PATCH v2 17/83] block: rnull: add submit queue count config option
` [PATCH v2 18/83] block: rnull: add `use_per_node_hctx` "
` [PATCH v2 20/83] block: rnull: allow specifying the home numa node
` [PATCH v2 23/83] block: rnull: add discard support
` [PATCH v2 30/83] block: rnull: add badblocks_once support
` [PATCH v2 31/83] block: rust: add `Segment::truncate`
` [PATCH v2 32/83] block: rnull: add partial I/O support for bad blocks
` [PATCH v2 37/83] block: rust: add a back reference feature to `GenDisk`
` [PATCH v2 43/83] block: rust: add `GenDisk::queue_data`
` [PATCH v2 45/83] block: rnull: add blocking queue mode
` [PATCH v2 46/83] block: rnull: add shared tags
` [PATCH v2 48/83] block: rust: add an abstraction for `bindings::req_op`
` [PATCH v2 51/83] block: rust: add zoned block device support
` [PATCH v2 52/83] block: rust: add `TagSet::flags`
` [PATCH v2 55/83] block: rust: add an abstraction for `struct blk_mq_queue_map`
` [PATCH v2 56/83] block: rust: add polled completion support
` [PATCH v2 65/83] block: rust: add `GenDisk::tag_set`
` [PATCH v2 69/83] block: rust: add `queue_rqs` vtable hook
` [PATCH v2 70/83] block: rnull: support queue_rqs
` [PATCH v2 75/83] block: rust: add `Request::requeue`
` [PATCH v2 79/83] block: rnull: allow configuration of the maximum IO size
` [PATCH v2 80/83] block: rust: add `virt_boundary_mask` option to `GenDiskBuilder`
` [PATCH v2 82/83] block: rnull: add `shared_tag_bitmap` config option
` [PATCH v2 83/83] block: rnull: add zone offline and readonly configfs files

[PATCH v4 0/2] mm: improve folio refcount scalability
 2026-06-09 19:02 UTC  (4+ messages)

[PATCH mm-unstable 1/1] mm/khugepaged: fix PMD collapse swap PTE accounting
 2026-06-09 18:56 UTC  (10+ messages)

[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
 2026-06-09 18:52 UTC  (7+ messages)

[PATCH v2 0/6] Remove __folio_index again
 2026-06-09 18:44 UTC  (6+ messages)
` [PATCH v2 5/6] show_page_info: Remove printing of page index
` [PATCH v2 6/6] mm: Remove __folio_index

[PATCH v9 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-09 18:41 UTC  (10+ messages)
` [PATCH v9 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v9 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v9 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages
` [PATCH v9 4/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v9 5/6] Documentation: document panic_on_unrecoverable_memory_failure sysctl
` [PATCH v9 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-09 18:40 UTC  (26+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices

[PATCH RFC 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-09 18:40 UTC  (4+ messages)

[Kernel Bug] INFO: task hung in zswap_decompress
 2026-06-09 18:36 UTC  (4+ messages)

[PATCH v4 0/9] dax/kmem: atomic whole-device hotplug via sysfs
 2026-06-09 18:33 UTC  (17+ messages)
` [PATCH v4 3/9] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v4 4/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v4 5/9] mm/memory_hotplug: add multi-range hotunplug
` [PATCH v4 8/9] dax/kmem: add sysfs interface for atomic hotplug

[PATCH v4 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-06-09 17:58 UTC  (7+ messages)
` [PATCH v4 1/4] mm/zsmalloc: encode class index in obj value for lockless class lookup
` [PATCH v4 2/4] mm/zsmalloc: drop pool->lock from zs_free on 64-bit systems
` [PATCH v4 3/4] mm/zsmalloc: drop class lock before freeing zspage
` [PATCH v4 4/4] mm/zsmalloc: document free_zspage helper variants

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-09 17:53 UTC  (9+ messages)

[PATCH splitout] mm: page_reporting: allow driver to set batch capacity
 2026-06-09 17:44 UTC  (2+ messages)

[PATCH mm-unstable v1 0/3] MM: Tighten control over zero-page remapping
 2026-06-09 17:27 UTC  (16+ messages)
` [PATCH mm-unstable v1 1/3] mm/ksm: export ksm_is_running() to check KSM merge state
` [PATCH mm-unstable v1 2/3] mm/migrate.c: Prevent folio splitting from interacting with KSM
` [PATCH mm-unstable v1 3/3] mm/huge_memory.c: Skip zero-page remapping when underused THP shrinker is disabled

[PATCH 1/2] fs/proc/task_mmu: change lock_vma_range() to return error code
 2026-06-09 17:13 UTC  (6+ messages)
` [PATCH 2/2] fs/proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock

[PATCH splitout] virtio_balloon: disable indirect descriptors
 2026-06-09 16:33 UTC 

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-06-09 16:17 UTC  (14+ messages)
` [PATCH 3/7] mm/migrate: skip data copy for already-copied folios
` [PATCH 6/7] drivers/migrate_offload: add DMA batch copy driver (dcbm)

[PATCH 0/5] mm/khugepaged: add collapse hint machanism for khugepaged and use in mglru
 2026-06-09 16:06 UTC  (4+ messages)

general protection fault in stack_depot_save_flags
 2026-06-09 16:06 UTC 

[PATCH v2 2/6] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()
 2026-06-09 15:55 UTC  (4+ messages)

[PATCH v3 0/3] LoongArch: add KHO support and selftests
 2026-06-09 15:55 UTC  (3+ messages)

[RFC 0/4] mm, swap: Enable THP SWAP for PowerPC Book3S64
 2026-06-09 15:54 UTC  (6+ messages)
` [RFC 1/4] include/linux/swap.h: Remove unused leftovers
` [RFC 2/4] mm, swap: make SWAPFILE_CLUSTER runtime
` [RFC 3/4] mm, swap: make SWAP_NR_ORDERS runtime
` [RFC 4/4] powerpc: Kconfig: Enable THP_SWAP on Book3S64

[PATCH v2] samples/damon/mtier: fail early if address range parameters are invalid
 2026-06-09 15:49 UTC  (3+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-06-09 15:49 UTC  (8+ messages)

[PATCH] mm: constify oom_control, scan_control, and alloc_context nodemask
 2026-06-09 15:42 UTC  (8+ messages)

[PATCH v4 6/9] dax: plumb hotplug online_type through dax
 2026-06-09 15:33 UTC  (4+ messages)

[PATCH v3 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-09 14:41 UTC  (7+ messages)
` [PATCH v3 4/6] alloc_tag: add accuracy based filtering to ioctl

[RFC PATCH v2 0/3] make persistent huge zero folio read-only
 2026-06-09 14:38 UTC  (4+ messages)
` [RFC PATCH v2 1/3] mm/huge_memory: "
` [RFC PATCH v2 2/3] arm64/mm: make pages read-only in the linear map
` [RFC PATCH v2 3/3] x86/mm: make pages read-only in the direct map

[RFC v1 0/9] kho: granular compatibility and header decoupling
 2026-06-09 14:33 UTC  (9+ messages)

[v2 00/16] mm: PMD-level swap entries for anonymous THPs
 2026-06-09 14:29 UTC 

[PATCH] Docs/damon: add TLB flush policy document
 2026-06-09 14:28 UTC  (2+ messages)

[RFC] mm/mincore: present-PTE scan cost after pte_batch_hint() batching
 2026-06-09 14:27 UTC  (4+ messages)
  `  "

[RFC PATCH v2 0/2] samples/damon/mtier: handle damon_{start,stop}() failures
 2026-06-09 14:21 UTC  (3+ messages)
` [RFC PATCH v2 1/2] samples/damon/mtier: handle damon_start() failure
` [RFC PATCH v2 2/2] samples/damon/mtier: handle damon_stop() failure

[PATCH v4 00/12] Optimize anonymous large folio unmapping
 2026-06-09 14:20 UTC  (9+ messages)
` [PATCH v4 01/12] mm/rmap: convert page -> folio for hwpoison checks
` [PATCH v4 02/12] mm/rmap: Add try_to_unmap_hugetlb_one
` [PATCH v4 03/12] mm/rmap: refactor some code around lazyfree folio unmapping

[PATCH] mm/huge_memory: fix memory leak when kobject_init_and_add() fails
 2026-06-09 14:20 UTC  (4+ messages)

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-09 14:11 UTC  (2+ messages)

[PATCH] mm/swap_state: remove unnecessary lru_add_drain() from readahead
 2026-06-09 14:07 UTC  (5+ messages)

[PATCH RFC 0/8] mm/slab: enable runtime sheaves tuning
 2026-06-09 13:54 UTC  (5+ messages)

[PATCH] fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrink
 2026-06-09 13:38 UTC  (3+ messages)

[Kernel Bug] BUG: soft lockup in kfree_rcu_monitor
 2026-06-09 13:10 UTC  (2+ messages)

[PATCH v2 3/6] ntfs: Use zero_user_segment() in handle_bounds_compressed_page()
 2026-06-09 13:07 UTC  (2+ messages)

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-06-09 12:31 UTC  (8+ messages)

[PATCH 0/3] Remove __folio_index again
 2026-06-09 12:06 UTC  (2+ messages)

[PATCH v4 6/8] string: introduce memcpy_streaming() helpers
 2026-06-09 12:01 UTC  (2+ messages)

[Kernel Bug] INFO: rcu detected stall in count_memcg_event_mm
 2026-06-09 11:57 UTC 

[BUG?] invalidate_lock not held in read_cache_folio()
 2026-06-09 11:58 UTC  (3+ messages)

[PATCH v8 1/3] ksm: add linear_page_index into ksm_rmap_item
 2026-06-09 11:45 UTC  (2+ messages)

[PATCH v3 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-06-09 11:31 UTC  (6+ messages)
` [PATCH v3 4/4] mm/zsmalloc: document free_zspage helper variants

[PATCH mm-unstable v19 11/14] mm/khugepaged: Introduce mTHP collapse support
 2026-06-09 11:01 UTC  (9+ messages)

[PATCH 0/6] userfaultfd/pagemap: pre-existing fixes
 2026-06-09 10:30 UTC  (6+ messages)

[PATCH 0/5] mm/khugepaged: add collapse hint machanism for khugepaged and use in mglru
 2026-06-09 10:26 UTC  (3+ messages)
` [PATCH 2/5] mm/khugepaged: use slab cache instead of normal kmalloc

[PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
 2026-06-09 10:21 UTC  (11+ messages)

[PATCH v2] mm/slub: allocate sheaves on local memory nodes
 2026-06-09 10:14 UTC  (5+ messages)

[PATCH v10 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-06-09 10:04 UTC  (4+ messages)
` New design

[PATCH v7 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-06-09  9:55 UTC  (5+ messages)
` [PATCH v7 15/15] arm64: mm: Unmap kernel data/bss entirely from the linear map


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