messages from 2026-06-09 13:20:12 to 2026-06-09 21:12:41 UTC [more...]
[RFC] mm/mincore: present-PTE scan cost after pte_batch_hint() batching
2026-06-09 21:12 UTC (5+ messages)
` "
[PATCH v4 0/2] mm: improve folio refcount scalability
2026-06-09 21:02 UTC (4+ messages)
[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
2026-06-09 21:00 UTC (10+ messages)
[PATCH v3 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
2026-06-09 20:54 UTC (21+ 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 v2 00/83] block: rnull: complete the rust null block driver
2026-06-09 20:44 UTC (85+ 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
[syzbot] [mm?] KASAN: use-after-free Read in ptdump_pte_entry (2)
2026-06-09 20:37 UTC
[PATCH splitout] mm: page_reporting: allow driver to set batch capacity
2026-06-09 20:08 UTC (3+ messages)
[RFC PATCH v2 0/3] make persistent huge zero folio read-only
2026-06-09 19:45 UTC (6+ 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
[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
2026-06-09 19:25 UTC (11+ messages)
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
[PATCH mm-unstable 1/1] mm/khugepaged: fix PMD collapse swap PTE accounting
2026-06-09 18:56 UTC (10+ messages)
[PATCH v2 0/6] Remove __folio_index again
2026-06-09 18:44 UTC (5+ 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 (5+ messages)
` [PATCH v9 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
[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 (5+ 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
[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
2026-06-09 17:53 UTC (9+ messages)
[PATCH mm-unstable v1 2/3] mm/migrate.c: Prevent folio splitting from interacting with KSM
2026-06-09 17:27 UTC (4+ messages)
[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 (5+ messages)
` [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 (5+ messages)
` [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 (7+ messages)
[PATCH v4 6/9] dax: plumb hotplug online_type through dax
2026-06-09 15:33 UTC (4+ messages)
[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)
[PATCH mm-unstable v1 0/3] MM: Tighten control over zero-page remapping
2026-06-09 14:26 UTC (5+ 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
[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 mm-unstable v1 2/3] mm/migrate.c: Prevent folio splitting from interacting with KSM
2026-06-09 14:14 UTC (5+ 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 (2+ 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)
page: next (older) | 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