[PATCH v5 0/5] support batch checking of references and unmapping for large folios
2026-02-16 0:24 UTC (9+ messages)
` [PATCH v5 4/5] arm64: mm: implement the architecture-specific clear_flush_young_ptes()
[PATCH 0/2] rust: pages that cannot be racy
2026-02-15 23:40 UTC (5+ messages)
` [PATCH 1/2] rust: page: add `SafePage` for race-free page access
` [PATCH 2/2] rust: page: add method to copy data between safe pages
[PATCH 00/79] block: rnull: complete the rust null block driver
2026-02-15 23:36 UTC (54+ messages)
` [PATCH 03/79] block: rnull: add macros to define configfs attributes
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH 06/79] block: rust: add `Request` private data support
` [PATCH 08/79] block: rnull: add timer completion mode
` [PATCH 09/79] block: rust: introduce `kernel::block::bio` module
` [PATCH 10/79] block: rust: add `command` getter to `Request`
` [PATCH 12/79] block: rust: add `TagSet` flags
` [PATCH 14/79] block: rnull: add submit queue count config option
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` "
` [PATCH 17/79] block: rnull: allow specifying the home numa node
` [PATCH 19/79] block: rust: mq: add max_hw_discard_sectors support to GenDiskBuilder
` [PATCH 20/79] block: rnull: add discard support
` [PATCH 21/79] block: rust: add `NoDefaultScheduler` flag for `TagSet`
` [PATCH 22/79] block: rnull: add no_sched module parameter and configfs attribute
` [PATCH 23/79] block: rust: change sector type from usize to u64
` [PATCH 24/79] block: rust: add `BadBlocks` for bad block tracking
` [PATCH 25/79] block: rust: mq: add Request::end() method for custom status codes
` [PATCH 26/79] block: rnull: add badblocks support
` [PATCH 29/79] block: rust: add `TagSet` private data support
` [PATCH 31/79] block: rnull: add volatile cache emulation
` [PATCH 35/79] block: rust: add a request queue abstraction
` [PATCH 36/79] block: rust: add a method to get the request queue for a request
` [PATCH 37/79] block: rust: introduce `kernel::block::error`
` [PATCH 39/79] block: rust: add `GenDisk::queue_data`
` [PATCH 41/79] block: rnull: add blocking queue mode
` [PATCH 42/79] block: rnull: add shared tags
` [PATCH 43/79] block: rnull: add queue depth config option
` [PATCH 44/79] block: rust: add an abstraction for `bindings::req_op`
` [PATCH 45/79] block: rust: add a method to set the target sector of a request
` [PATCH 48/79] block: rnull: add zoned storage support
` [PATCH 49/79] block: rust: add `map_queues` support
` [PATCH 51/79] block: rust: add polled completion support
` [PATCH 52/79] block: rust: add accessors to `TagSet`
` [PATCH 53/79] block: rnull: add polled completion support
` [PATCH 54/79] block: rnull: add REQ_OP_FLUSH support
` [PATCH 55/79] block: rust: add request flags abstraction
` [PATCH 56/79] block: rust: add abstraction for block queue feature flags
` [PATCH 57/79] block: rust: allow setting write cache and FUA flags for `GenDisk`
` [PATCH 58/79] block: rust: add `Segment::copy_to_page_limit`
` [PATCH 60/79] block: fix arg type in `blk_mq_update_nr_hw_queues`
` [PATCH 61/79] block: rust: add `GenDisk::tag_set`
` [PATCH 62/79] block: rust: add `TagSet::update_hw_queue_count`
` [PATCH 63/79] block: rnull: add an option to change the number of hardware queues
` [PATCH 65/79] block: rust: add `queue_rqs` vtable hook
` [PATCH 66/79] block: rnull: support queue_rqs
` [PATCH 68/79] block: rust: add a debug assert for refcounts
` [PATCH 70/79] block: rust: add `Request::queue_index`
` [PATCH 71/79] block: rust: add `Request::requeue`
` [PATCH 73/79] block: rnull: add fault injection support
` [PATCH 74/79] block: rust: add max_sectors option to `GenDiskBuilder`
` [PATCH 75/79] block: rnull: allow configuration of the maximum IO size
` [PATCH 77/79] block: rnull: add `virt_boundary` option
` [PATCH 79/79] block: rnull: add zone offline and readonly configfs files
[PATCH v3 0/3] mm/swap: hibernate: improve hibernate performance with new allocator
2026-02-15 23:20 UTC (6+ messages)
` [PATCH v3 1/3] mm, swap: speed up hibernation allocation and writeout
` [PATCH v3 2/3] mm, swap: reduce indention for hibernate allocation helper
` [PATCH v3 3/3] mm, swap: merge common convention and simplify "
[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
2026-02-15 23:13 UTC (3+ messages)
` [PATCHv6 08/17] mm: Make page_zonenum() use head page
[PATCH v2] mm: thp: deny THP for files on anonymous inodes
2026-02-15 22:48 UTC (5+ messages)
[PATCH v2 0/2] mm/swap: hibernate: improve hibernate performance with new allocator
2026-02-15 18:25 UTC (5+ messages)
` [PATCH v2 1/2] mm, swap: speed up hibernation allocation and writeout
` [PATCH v2 2/2] mm, swap: merge common convention and simplify allocation helper
[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
2026-02-15 17:47 UTC (11+ messages)
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
[PATCH v5 0/2] Generalize vmemmap_populate_hugepages to sparc
2026-02-15 13:04 UTC (4+ messages)
` [PATCH v5 1/2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
[PATCH 0/2] mm/swap: hibernate: improve hibernate performance with new allocator
2026-02-15 11:18 UTC (5+ messages)
` [PATCH 2/2] mm, swap: merge common convention and simplify allocation helper
` [PATCH 1/2] mm, swap: simplify checking if a folio is swapped
[Bug 221055] New: Hibernate image write 10x slower since commit 0ff67f990bd4 ("mm, swap: remove swap slot cache")
2026-02-15 9:25 UTC (6+ messages)
[LSF/MM/BPF TOPIC] Buffered atomic writes
2026-02-15 9:01 UTC (3+ messages)
[PATCH v4 00/31] Eliminate Dying Memory Cgroup
2026-02-15 7:28 UTC (4+ messages)
` [PATCH v4 26/31] mm: vmscan: prepare for reparenting MGLRU folios
[PATCH] kho: validate order in deserialize_bitmap()
2026-02-15 6:47 UTC (2+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-02-15 6:42 UTC (3+ messages)
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
[Linux Memory Hotness and Promotion] Notes from February 12, 2026
2026-02-15 4:04 UTC
[PATCH] arm64: remove HAVE_CMPXCHG_LOCAL
2026-02-15 3:39 UTC
[Hypervisor Live Update] Notes from February 9, 2026
2026-02-14 23:48 UTC
[syzbot] [mm?] [block?] INFO: rcu detected stall in sendfile64
2026-02-14 22:22 UTC
[PATCH 0/4] Introduce QPW for per-cpu operations
2026-02-14 22:02 UTC (11+ messages)
` [PATCH 1/4] Introducing qpw_lock() and per-cpu queue & flush work
[PATCH] mm/damon/core: disallow non-power of two min_region_sz
2026-02-14 21:41 UTC
[rppt-memblock:fixes] BUILD SUCCESS f043a93fff9e3e3e648b6525483f59104b0819fa
2026-02-14 21:38 UTC
[GIT PULL] memblock updates for v7.0-rc1
2026-02-14 20:54 UTC (2+ messages)
[PATCH v2] Docs/mm: fix typos and grammar in page_tables.rst
2026-02-14 17:13 UTC (2+ messages)
[syzbot] [mm?] kernel BUG in __khugepaged_enter
2026-02-14 16:40 UTC
[RFC] making nested spin_trylock() work on UP?
2026-02-14 16:32 UTC (3+ messages)
[PATCH 0/2] efi: Fix alignenment issues in unaccepted memory code
2026-02-14 15:51 UTC (8+ messages)
` [PATCH 1/2] efi: Fix reservation of unaccepted memory table
` [PATCH 2/2] efi: Align unaccepted memory range to page boundary
[PATCH v10] mm/page_alloc: boost watermarks on atomic allocation failure
2026-02-14 15:13 UTC
[LSF/MM/BPF TOPIC] MGLRU on Android: Real-World Problems and Challenges
2026-02-14 10:06 UTC
[akpm-mm:mm-nonmm-unstable 30/30] drivers/input/misc/pf1550-onkey.c:190:25: error: use of undeclared identifier 'pf1550_onkey_pm_ops'; did you mean 'pf1550_onkey_probe'?
2026-02-14 9:06 UTC
[PATCH v6 5/6] power: supply: max77759: add charger driver
2026-02-14 8:56 UTC
[PATCH] mm: Add AnonZero accounting for zero-filled anonymous pages
2026-02-14 8:45 UTC
[PATCH mm-unstable v1 0/5] mm: khugepaged cleanups and mTHP prerequisites
2026-02-14 8:24 UTC (7+ messages)
` [PATCH mm-unstable v1 2/5] mm: introduce is_pmd_order helper
` [PATCH mm-unstable v1 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
[PATCH v3] rust: page: add byte-wise atomic memory copy methods
2026-02-14 8:18 UTC (8+ messages)
[PATCH v4 0/1] Identify the accurate NUMA ID of CFMW
2026-02-14 8:06 UTC (2+ messages)
[PATCH] mm/shmem: remove unnecessary restrain unmask of swap gfp flags
2026-02-14 7:15 UTC (2+ messages)
[PATCHv2] mm: khugepaged: make scan loops suspend aware
2026-02-14 6:35 UTC (7+ messages)
[akpm-mm:mm-nonmm-unstable 30/30] drivers/input/misc/pf1550-onkey.c:190:39: error: 'pf1550_onkey_pm_ops' undeclared here (not in a function); did you mean 'pf1550_onkey_probe'?
2026-02-14 6:29 UTC
[linux-next:master] BUILD SUCCESS 635c467cc14ebdffab3f77610217c1dacaf88e8c
2026-02-14 6:24 UTC
tools/testing/selftests/../../../tools/testing/selftests/kselftest_harness.h:107:40: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type '__u64' {aka 'long unsigned int'}
2026-02-14 6:07 UTC
[PATCH] memcg: consolidate private id refcount get/put helpers
2026-02-14 5:55 UTC (4+ messages)
[PATCH v2] rust: page: add byte-wise atomic memory copy methods
2026-02-14 0:07 UTC (12+ messages)
[PATCH mm-hotfixes-stable] procfs: fix possible double mmput() in do_procmap_query()
2026-02-13 23:45 UTC (2+ messages)
DAMON Beer/Coffee/Tea chat reminder for the week of 2026-02-16
2026-02-13 23:38 UTC
[LSF/MM/BPF TOPIC] eBPF isolation with pkeys
2026-02-13 21:37 UTC (6+ messages)
[GIT PULL] hotfixes for 7.0-rc1
2026-02-13 20:17 UTC (2+ messages)
[PATCH 0/2] improve per-node allocation and reclaim visibility
2026-02-13 19:56 UTC (6+ messages)
` [PATCH 1/2] mm/mempolicy: track page allocations per mempolicy
[PATCH v9] mm/page_alloc: boost watermarks on atomic allocation failure
2026-02-13 19:36 UTC (4+ messages)
[LSF/MM/BPF TOPIC] Improve this_cpu_ops performance for ARM64 (and potentially other architectures)
2026-02-13 18:42 UTC (3+ messages)
[PATCH v5 0/3] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
2026-02-13 18:15 UTC (5+ messages)
` [PATCH v6 "
` [PATCH v6 1/3] tracing: Add __event_in_*irq() helpers
` [PATCH v6 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
` [PATCH v6 3/3] mm: vmscan: add PIDs "
[syzbot] [mm?] KASAN: slab-use-after-free Read in mas_walk
2026-02-13 17:53 UTC (6+ messages)
[REGRESSION] mm/mprotect: 2x+ slowdown for >=400KiB regions since PTE batching (cac1db8c3aad)
2026-02-13 17:26 UTC (5+ messages)
[PATCH] mm/vmscan: avoid false-positive -Wuninitialized warning
2026-02-13 17:23 UTC (4+ messages)
[RFC PATCH v3 0/6] some /dev/mem specifications and traced testing
2026-02-13 17:13 UTC (6+ messages)
` [RFC PATCH v3 1/6] Documentation: extend the 'Function documentation' with expected behavior and constraints of use
[syzbot] [cgroups?] [mm?] KASAN: wild-memory-access Read in lookup_swap_cgroup_id (2)
2026-02-13 16:04 UTC (4+ messages)
[PATCH v2 1/1] mm/damon: remove unused target param of get_scheme_score()
2026-02-13 15:19 UTC (2+ messages)
[RFC PATCH] mm: only set fault addrsss' access bit in do_anonymous_page
2026-02-13 15:08 UTC (10+ messages)
[RFC PATCH v5 00/10] mm: Hot page tracking and promotion infrastructure
2026-02-13 14:56 UTC (2+ messages)
[RFC PATCH v2 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-02-13 14:33 UTC (4+ messages)
` [RFC PATCH v2 v2 1/5] mm: swap: introduce swap tier infrastructure
[Patch v3] mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for shared thp
2026-02-13 13:20 UTC (4+ messages)
[syzbot] [mm?] KMSAN: uninit-value in follow_page_pte
2026-02-13 12:26 UTC
[RFC] making nested spin_trylock() work on UP?
2026-02-13 11:57 UTC
[RFC PATCH 0/7] k[v]free_rcu() improvements
2026-02-13 11:55 UTC (4+ messages)
` [RFC PATCH 7/7] mm/slab: make kfree_rcu_nolock() work with sheaves
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2026-02-13 11:02 UTC (8+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
[PATCH v1] mm/kfence: disable KFENCE upon KASAN HW tags enablement
2026-02-13 10:50 UTC (2+ messages)
[GIT PULL] MM updates for 7.0-rc1
2026-02-13 9:23 UTC (3+ messages)
[PATCH v1] mm/damon: remove unused code
2026-02-13 9:22 UTC (2+ messages)
[PATCH] mm: thp: Deny THP for guest_memfd and secretmem in file_thp_enabled()
2026-02-13 9:06 UTC (16+ messages)
[PATCH] kho: move alloc tag init to kho_init_{folio,pages}()
2026-02-13 8:59 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox