Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-09 18:36:47 to 2026-06-10 10:29:53 UTC [more...]

[RFC PATCH v2 00/11] add shmem mTHP collapse support
 2026-06-10 10:29 UTC  (7+ messages)
` [RFC PATCH v2 01/11] mm: khugepaged: add max_ptes_none check in collapse_file()
` [RFC PATCH v2 02/11] mm: khugepaged: generalize collapse_file() for shmem mTHP support
` [RFC PATCH v2 03/11] mm: khugepaged: add an order check for PMD-sized THP statistics
` [RFC PATCH v2 04/11] mm: khugepaged: add shmem mTHP collapse support
` [RFC PATCH v2 05/11] mm: shmem: run khugepaged for all shmem mTHP orders
` [RFC PATCH v2 07/11] mm: khugepaged: skip large folios that don't need to be collapsed

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-10  9:55 UTC  (3+ messages)

[PATCH v9 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-10  9:53 UTC  (6+ messages)
` [PATCH v9 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE

[RFC v1] io_uring/rsrc: add fast path huge page handling in buffer registration
 2026-06-10  9:54 UTC 

[PATCH v4 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-10  9:33 UTC  (13+ messages)
` [PATCH v4 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v4 2/6] alloc_tag: add ioctl filters "
` [PATCH v4 3/6] alloc_tag: add size-based filtering to ioctl
` [PATCH v4 4/6] alloc_tag: add accuracy based "
` [PATCH v4 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
` [PATCH v4 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest

[RFC] mm/mincore: present-PTE scan cost after pte_batch_hint() batching
 2026-06-10  9:20 UTC  (8+ messages)
  `  "

[PATCH v2 0/2] rust: pages that cannot be racy
 2026-06-10  8:48 UTC  (6+ messages)
` [PATCH v2 1/2] rust: page: add `SafePage` for race-free page access

[PATCH v2 00/83] block: rnull: complete the rust null block driver
 2026-06-10  9:00 UTC  (87+ 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 06/83] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH v2 07/83] block: rust: change `queue_rq` request type to `Owned`
` [PATCH v2 08/83] block: rust: add `Request` private data support
` [PATCH v2 09/83] block: rust: document the lifetime of `Request`
` [PATCH v2 10/83] block: rust: allow `hrtimer::Timer` in `RequestData`
` [PATCH v2 11/83] block: rnull: add timer completion mode
` [PATCH v2 12/83] block: rust: introduce `kernel::block::bio` module
` [PATCH v2 13/83] block: rust: add `command` getter to `Request`
` [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 19/83] block: rust: allow specifying home node when constructing `TagSet`
` [PATCH v2 20/83] block: rnull: allow specifying the home numa node
` [PATCH v2 21/83] block: rust: add Request::sectors() method
` [PATCH v2 22/83] block: rust: mq: add max_hw_discard_sectors support to GenDiskBuilder
` [PATCH v2 23/83] block: rnull: add discard support
` [PATCH v2 24/83] block: rust: add `NoDefaultScheduler` flag for `TagSet`
` [PATCH v2 25/83] block: rnull: add no_sched module parameter and configfs attribute
` [PATCH v2 26/83] block: rust: change sector type from usize to u64
` [PATCH v2 27/83] block: rust: add `BadBlocks` for bad block tracking
` [PATCH v2 28/83] block: rust: mq: add Request::end() method for custom status codes
` [PATCH v2 29/83] block: rnull: add badblocks 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 33/83] block: rust: add `TagSet` private data support
` [PATCH v2 34/83] block: rust: add `hctx` "
` [PATCH v2 35/83] block: rnull: add volatile cache emulation
` [PATCH v2 36/83] block: rust: implement `Sync` for `GenDisk`
` [PATCH v2 37/83] block: rust: add a back reference feature to `GenDisk`
` [PATCH v2 38/83] block: rust: introduce an idle type state for `Request`
` [PATCH v2 39/83] block: rust: add a request queue abstraction
` [PATCH v2 40/83] block: rust: add a method to get the request queue for a request
` [PATCH v2 41/83] block: rust: introduce `kernel::block::error`
` [PATCH v2 42/83] block: rust: require `queue_rq` to return a `BlkResult`
` [PATCH v2 43/83] block: rust: add `GenDisk::queue_data`
` [PATCH v2 44/83] block: rnull: add bandwidth limiting
` [PATCH v2 45/83] block: rnull: add blocking queue mode
` [PATCH v2 46/83] block: rnull: add shared tags
` [PATCH v2 47/83] block: rnull: add queue depth config option
` [PATCH v2 48/83] block: rust: add an abstraction for `bindings::req_op`
` [PATCH v2 49/83] block: rust: add a method to set the target sector of a request
` [PATCH v2 50/83] block: rust: move gendisk vtable construction to separate function
` [PATCH v2 51/83] block: rust: add zoned block device support
` [PATCH v2 52/83] block: rust: add `TagSet::flags`
` [PATCH v2 53/83] block: rnull: add zoned storage support
` [PATCH v2 54/83] block: rust: add `map_queues` support
` [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 57/83] block: rust: add accessors to `TagSet`
` [PATCH v2 58/83] block: rnull: add polled completion support
` [PATCH v2 59/83] block: rnull: add REQ_OP_FLUSH support
` [PATCH v2 60/83] block: rust: add request flags abstraction
` [PATCH v2 61/83] block: rust: add abstraction for block queue feature flags
` [PATCH v2 62/83] block: rust: allow setting write cache and FUA flags for `GenDisk`
` [PATCH v2 63/83] block: rust: add `Segment::copy_to_page_limit`
` [PATCH v2 64/83] block: rnull: add fua support
` [PATCH v2 65/83] block: rust: add `GenDisk::tag_set`
` [PATCH v2 66/83] block: rust: add `TagSet::update_hw_queue_count`
` [PATCH v2 67/83] block: rnull: add an option to change the number of hardware queues
` [PATCH v2 68/83] block: rust: add an abstraction for `struct rq_list`
` [PATCH v2 69/83] block: rust: add `queue_rqs` vtable hook
` [PATCH v2 70/83] block: rnull: support queue_rqs
` [PATCH v2 71/83] block: rust: remove the `is_poll` parameter from `queue_rq`
` [PATCH v2 72/83] block: rust: add a debug assert for refcounts
` [PATCH v2 73/83] block: rust: add `TagSet::tag_to_rq`
` [PATCH v2 74/83] block: rust: add `Request::queue_index`
` [PATCH v2 75/83] block: rust: add `Request::requeue`
` [PATCH v2 76/83] block: rust: add `request_timeout` hook
` [PATCH v2 77/83] block: rnull: add fault injection support
` [PATCH v2 78/83] block: rust: add max_sectors option to `GenDiskBuilder`
` [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 81/83] block: rnull: add `virt_boundary` option
` [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 RFC 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-10  8:29 UTC  (3+ messages)

[PATCH v2 0/6] Remove __folio_index again
 2026-06-10  8:24 UTC  (7+ messages)
` [PATCH v2 5/6] show_page_info: Remove printing of page index
` [PATCH v2 6/6] mm: Remove __folio_index

[linux-next:master] [mm/slub] 0fc52deec1: will-it-scale.per_process_ops 6.9% improvement
 2026-06-10  8:19 UTC 

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

[PATCH v2 0/3] simple xattr improvements
 2026-06-10  7:48 UTC  (4+ messages)

[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
 2026-06-10  7:35 UTC  (11+ messages)

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-10  7:28 UTC  (4+ messages)

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

[PATCH v4 00/12] Optimize anonymous large folio unmapping
 2026-06-10  7:02 UTC  (4+ messages)
` [PATCH v4 01/12] mm/rmap: convert page -> folio for hwpoison checks

[RFC 0/4] mm, swap: Enable THP SWAP for PowerPC Book3S64
 2026-06-10  5:30 UTC  (3+ messages)

[PATCH v8 3/3] ksm: add mremap selftests for ksm_rmap_walk
 2026-06-10  6:21 UTC  (2+ messages)

[PATCH v5] Docs/{admin-guide,mm}/damon: fix DAMON documentation details
 2026-06-10  5:39 UTC 

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-10  5:14 UTC  (2+ messages)

[Kernel Bug] INFO: task hung in zswap_decompress
 2026-06-10  4:56 UTC  (5+ messages)

[RFC V2 0/3] lib/vsprintf: Add support for pgtable entries
 2026-06-10  4:35 UTC  (4+ messages)
` [RFC V2 1/3] "
` [RFC V2 2/3] kunit: printf: Add test "
` [RFC V2 3/3] mm: Replace pgtable entry prints with new format

[RFC PATCH v2 0/3] make persistent huge zero folio read-only
 2026-06-10  3:20 UTC  (6+ messages)
` [RFC PATCH v2 1/3] mm/huge_memory: "

[PATCH v4 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-06-10  3:18 UTC  (4+ messages)
` [PATCH v4 1/4] mm/zsmalloc: encode class index in obj value for lockless class lookup

[PATCH v2] mm/slub: allocate sheaves on local memory nodes
 2026-06-10  2:51 UTC  (8+ messages)

[PATCH] tools/mm/page_owner_sort: free per-record allocations
 2026-06-10  2:11 UTC 

[PATCH] mm: constify oom_control, scan_control, and alloc_context nodemask
 2026-06-10  1:48 UTC  (3+ messages)

[RFC PATCH 0/3] mm/numa: reserve standby NUMA nodes for runtime claiming
 2026-06-10  1:45 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/numa: add exclusive node pool and numa=standby boot parameter
` [RFC PATCH 2/3] acpi/numa: add CONFIG_ACPI_NUMA_STANDBY_NODES
` [RFC PATCH 3/3] acpi/numa: add CONFIG_ACPI_NUMA_ADD_CFMWS_NODES

[PATCH] mm: memcontrol-v1: use nofail allocations for soft limit trees
 2026-06-10  1:30 UTC  (4+ messages)

[PATCH] mm/gup_test: reject wrapped user ranges
 2026-06-10  1:27 UTC  (2+ messages)

[PATCH] mm/lruvec: trace LRU add drains and drain-all queuing
 2026-06-10  1:21 UTC  (5+ messages)

[RFC PATCH v3 0/4] samples/damon: handle damon_{start,stop}() failures
 2026-06-10  1:14 UTC  (5+ messages)
` [RFC PATCH v3 1/4] samples/damon/wsse: handle damon_start() failure
` [RFC PATCH v3 2/4] samples/damon/prcl: "
` [RFC PATCH v3 3/4] samples/damon/mtier: "
` [RFC PATCH v3 4/4] samples/damon/mtier: handle damon_stop() failure

[PATCH] mm: don't allow empty relative nodemask in mpol_relative_nodemask()
 2026-06-10  0:53 UTC  (3+ messages)
` [PATCH] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed

[PATCH v2] mm/lruvec: trace LRU add drains
 2026-06-10  0:29 UTC 

[PATCH] mm/huge_memory: fix memory leak when kobject_init_and_add() fails
 2026-06-10  0:28 UTC  (2+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-10  0:07 UTC  (8+ messages)
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices

[GIT PULL] hotfixes against 7.1-rc7
 2026-06-10  0:05 UTC  (2+ messages)

[syzbot] [cgroups?] [mm?] WARNING in hrtick_start_fair
 2026-06-09 23:04 UTC 

[PATCH v3 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-09 22:00 UTC  (23+ messages)
` [PATCH v3 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v3 4/6] alloc_tag: add accuracy based filtering to ioctl
` [PATCH v3 5/6] kselftest: alloc_tag: add kselftest for ioctl interface

[PATCH splitout] mm: page_reporting: allow driver to set batch capacity
 2026-06-09 22:00 UTC  (5+ messages)

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

[syzbot] [mm?] KASAN: use-after-free Read in ptdump_pte_entry (2)
 2026-06-09 20:37 UTC 

[PATCH RFC 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-09 18:40 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