messages from 2026-03-24 19:24:47 to 2026-03-25 14:31:00 UTC [more...]
[PATCH 0/6] mm: vma flag tweaks
2026-03-25 14:30 UTC (15+ messages)
` [PATCH 1/6] mm: rename VMA flag helpers to be more readable
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()
[RFC v5] mm/damon: add synchronous commit for commit_inputs
2026-03-25 14:29 UTC (5+ messages)
` (sashiko review) "
[PATCH v3 0/3] mm: Free contiguous order-0 pages efficiently
2026-03-25 14:26 UTC (16+ messages)
` [PATCH v3 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v3 2/3] vmalloc: Optimize vfree
` [PATCH v3 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()
[PATCH v2 0/4] fix unexpected type conversions and potential overflows
2026-03-25 14:24 UTC (6+ messages)
` [PATCH v2 1/4] mm: memcontrol: correct the type of stats_updates to unsigned long
` [PATCH v2 2/4] mm: memcontrol: change val type to long in __mod_memcg_{lruvec_}state()
` [PATCH v2 3/4] mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_size()
` [PATCH v2 4/4] mm: memcontrol: fix unexpected massive positive number in memcg_state_val_in_pages()
[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
2026-03-25 14:23 UTC (6+ messages)
` [PATCH v2 01/22] x86/mm: split out preallocate_sub_pgd()
` [PATCH v2 02/22] x86/mm: Generalize LDT remap into "mm-local region"
[PATCH mm-new v8 0/4] Improve khugepaged scan logic
2026-03-25 14:22 UTC (12+ messages)
` [PATCH mm-new v8 1/4] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH mm-new v8 2/4] mm: khugepaged: refine scan progress number
[PATCH v2] mm/migrate: rename PAGE_ migration flags to FOLIO_
2026-03-25 14:21 UTC (6+ messages)
[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
2026-03-25 14:19 UTC (12+ messages)
[PATCH v3 0/7] Refactor reserved memory regions handling code
2026-03-25 14:16 UTC (9+ messages)
` [PATCH v3 1/7] of: reserved_mem: remove fdt node from the structure
` [PATCH v3 2/7] of: reserved_mem: use -ENODEV instead of -ENOENT
` [PATCH v3 3/7] of: reserved_mem: switch to ops based OF_DECLARE()
` [PATCH v3 4/7] of: reserved_mem: replace CMA quirks by generic methods
` [PATCH v3 5/7] of: reserved_mem: rearrange code a bit
` [PATCH v3 6/7] of: reserved_mem: clarify fdt_scan_reserved_mem*() functions
` [PATCH v3 7/7] of: reserved_mem: rework fdt_init_reserved_mem_node()
[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
2026-03-25 14:13 UTC (24+ messages)
` [PATCH v4 09/21] fs: afs: revert mmap_prepare() change
` [PATCH v4 10/21] fs: afs: restore mmap_prepare implementation
` [PATCH v4 11/21] mm: add mmap_action_simple_ioremap()
` [PATCH v4 12/21] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 13/21] hpet: "
` [PATCH v4 14/21] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v4 15/21] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 16/21] staging: vme_user: "
` [PATCH v4 17/21] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v4 18/21] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 19/21] uio: replace deprecated mmap hook with mmap_prepare in uio_info
[PATCH 00/15] Implementation of Dynamic Housekeeping & Enhanced Isolation (DHEI)
2026-03-25 14:04 UTC (22+ messages)
` [PATCH 01/15] sched/isolation: Support dynamic allocation for housekeeping masks
` [PATCH 02/15] sched/isolation: Introduce housekeeping notifier infrastructure
` [PATCH 03/15] sched/isolation: Separate housekeeping types in enum hk_type
` [PATCH 04/15] genirq: Support dynamic migration for managed interrupts
` [PATCH 05/15] rcu: Support runtime NOCB initialization and dynamic offloading
` [PATCH 06/15] sched/core: Dynamically update scheduler domain housekeeping mask
` [PATCH 07/15] watchdog: Allow runtime toggle of lockup detector affinity
` [PATCH 08/15] workqueue: Support dynamic housekeeping mask updates
` [PATCH 09/15] mm/compaction: Support dynamic housekeeping mask updates for kcompactd
` [PATCH 10/15] tick/nohz: Transition to dynamic full dynticks state management
` [PATCH 11/15] sched/isolation: Implement SMT-aware isolation and safety guards
` [PATCH 12/15] sched/isolation: Bridge boot-time parameters with dynamic isolation
` [PATCH 13/15] sched/isolation: Implement sysfs interface for dynamic housekeeping
` [PATCH 14/15] Documentation: isolation: Document DHEI sysfs interfaces
` [PATCH 15/15] selftests: dhei: Add functional tests for dynamic housekeeping
[PATCH v2 0/8] liveupdate: Fix module unloading and unregister API
2026-03-25 13:43 UTC (7+ messages)
` [PATCH v2 3/8] liveupdate: Remove file handler module refcounting
[PATCH v4 0/5] liveupdate: tighten handover cleanup and session lifetime
2026-03-25 13:38 UTC (7+ messages)
` [PATCH v4 1/5] liveupdate: block outgoing session updates during reboot
` [PATCH v4 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
` [PATCH v4 3/5] liveupdate: fail session restore on file deserialization errors
` [PATCH v4 4/5] liveupdate: validate handover metadata before using it
` [PATCH v4 5/5] liveupdate: harden FLB lifetime and remaining teardown paths
[RFC PATCH] mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRU
2026-03-25 13:35 UTC (5+ messages)
[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
2026-03-25 12:33 UTC (3+ messages)
[PATCH mm-unstable v4 0/5] mm: khugepaged cleanups and mTHP prerequisites
2026-03-25 12:11 UTC (9+ messages)
` [PATCH mm-unstable v4 1/5] mm: consolidate anonymous folio PTE mapping into helpers
` [PATCH mm-unstable v4 2/5] mm: introduce is_pmd_order helper
` [PATCH mm-unstable v4 3/5] mm/khugepaged: define KHUGEPAGED_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1
` [PATCH mm-unstable v4 4/5] mm/khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH mm-unstable v4 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
[LSF/MM/BPF TOPIC] Per-process page size
2026-03-25 12:04 UTC (2+ messages)
[PATCH v2 0/2] mm/mprotect: micro-optimization work
2026-03-25 11:37 UTC (6+ messages)
` [PATCH v2 1/2] mm/mprotect: move softleaf code out of the main function
` [PATCH v2 2/2] mm/mprotect: special-case small folios when applying write permissions
[RFC PATCH 0/1] mm/filemap: make writeback wait killable in __filemap_fdatawait_range()
2026-03-25 11:36 UTC (2+ messages)
` [RFC PATCH 1/1] "
[PATCH] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
2026-03-25 11:20 UTC (14+ messages)
[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
2026-03-25 11:12 UTC (5+ messages)
` [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
[PATCH v2] mm/pagewalk: fix race between concurrent split and refault
2026-03-25 10:06 UTC (2+ messages)
[RFC PATCH 0/2] s390/mm: Batch PTE updates in lazy MMU mode
2026-03-25 9:55 UTC (4+ messages)
` [RFC PATCH 1/2] mm: make lazy MMU mode context-aware
` [RFC PATCH 2/2] s390/mm: Batch PTE updates in lazy MMU mode
[PATCH 0/8] mm/mglru: improve reclaim loop and dirty folio handling
2026-03-25 9:47 UTC (5+ messages)
[PATCH v2 0/9] memblock: improve late freeing of reserved memory
2026-03-25 8:51 UTC (2+ messages)
[PATCH] mm/userfaultfd: fix hugetlb fault mutex hash calculation
2026-03-25 8:49 UTC (9+ messages)
` [PATCH v4] "
[Lsf-pc] [LSF/MM/BPF TOPIC] Per-process page size
2026-03-25 8:46 UTC (2+ messages)
[PATCH] slab,rcu: disable KVFREE_RCU_BATCHED for strict grace period
2026-03-25 8:41 UTC (8+ messages)
[PATCH 0/3] correct the parameter type of some mm functions
2026-03-25 7:39 UTC (12+ messages)
` [PATCH 2/3] mm: memcontrol: correct the parameter type of __mod_memcg{_lruvec}_state()
` [PATCH 3/3] mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_size()
[PATCH 0/3] mm/damon/core: small cleanups
2026-03-25 7:38 UTC (4+ messages)
` [PATCH 1/3] mm/damon/core: deduplicate scheme index lookup into helper
` [PATCH 2/3] mm/damon/core: use damon_nr_regions() in damon_commit_target_regions()
` [PATCH 3/3] mm/damon/core: move last_nr_regions from static local to damon_ctx
[PATCH] mm/damon/core: eliminate hot-path integer division in damon_max_nr_accesses()
2026-03-25 7:36 UTC (3+ messages)
` (sashiko review) "
[PATCH] mm/damon/core: validate goal nid before accessing node data
2026-03-25 7:30 UTC
[linux-next:master] BUILD REGRESSION 85964cdcad0fac9a0eb7b87a0f9d88cc074b854c
2026-03-25 7:28 UTC
[PATCH v4 0/7] selftests/cgroup: improve zswap tests robustness and support large page sizes
2026-03-25 7:21 UTC (11+ messages)
[PATCH v2 0/2] udf: Fix race between file type conversion and writeback
2026-03-25 6:02 UTC (3+ messages)
` [PATCH v2 2/2] "
[PATCH v3] mm/migrate: rename PAGE_ migration flags to FOLIO_
2026-03-25 5:38 UTC (4+ messages)
[akpm-mm:mm-stable 72/140] arch/sparc/mm/init_64.c:2582:16: error: call to undeclared function 'vmemmap_pgd_populate'; ISO C99 and later do not support implicit function declarations
2026-03-25 5:23 UTC
[akpm-mm:mm-stable 72/140] arch/sparc/mm/init_64.c:2582:16: error: implicit declaration of function 'vmemmap_pgd_populate'; did you mean 'vmemmap_populate'?
2026-03-25 5:04 UTC (5+ messages)
[akpm-mm:mm-nonmm-unstable 49/110] __efistub_cmdline.c:undefined reference to `__efistub___lshrdi3'
2026-03-25 4:02 UTC (5+ messages)
[PATCH v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
2026-03-25 3:47 UTC (7+ messages)
` [PATCH v2 3/7] selftests: memcg: Iterate pages based on the actual page size
` [PATCH v2 5/7] selftests: memcg: Reduce the expected swap.peak with larger "
[PATCH v2 0/7] Refactor reserved memory regions handling code
2026-03-25 3:00 UTC (4+ messages)
[PATCH v8 0/2] skip redundant sync IPIs when TLB flush sent them
2026-03-25 2:43 UTC (2+ messages)
[PATCH 0/2] liveupdate: prevent double management of files
2026-03-25 2:43 UTC (8+ messages)
` [PATCH 1/2] "
[PATCH v5 00/21] Virtual Swap Space
2026-03-25 2:35 UTC (2+ messages)
[PATCH] hugetlb: Fix possible deadlock
2026-03-25 2:01 UTC (2+ messages)
[PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-25 1:58 UTC (4+ messages)
` "
[RFC PATCH v1 1/1] This patch set introces a new action: DAMOS_COLLAPSE
2026-03-25 1:29 UTC (2+ messages)
[PATCH v4 2/2] mm/memblock: Add reserve_mem debugfs info
2026-03-25 1:24 UTC (2+ messages)
[PATCH v6 26/33] mm: vmscan: prepare for reparenting MGLRU folios
2026-03-25 0:28 UTC (3+ messages)
` [PATCH] fix: "
[PATCH v2 00/13] selftests/mm: fix failures and robustness improvements
2026-03-24 23:56 UTC (5+ messages)
` [PATCH v2 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
2026-03-24 23:24 UTC (6+ messages)
` [PATCH V2] "
[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
2026-03-24 22:19 UTC (5+ messages)
` [PATCH 1/4] "
[PATCH v2 0/5] Introduce QPW for per-cpu operations (v2)
2026-03-24 22:06 UTC (8+ messages)
` [PATCH v2 2/5] Introducing qpw_lock() and per-cpu queue & flush work
[PATCH v2] futex: Use-after-free between futex_key_to_node_opt and vma_replace_policy
2026-03-24 20:27 UTC (6+ messages)
[RFC PATCH v8 00/10] context_tracking,x86: Defer some IPIs until a user->kernel transition
2026-03-24 19:46 UTC (4+ messages)
` [RFC PATCH v8 05/10] sched/isolation: Mark housekeeping_overridden key as __ro_after_init
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