linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 00/22] Live Update Orchestrator
 2025-11-09  2:31 UTC  (27+ messages)
` [PATCH v5 01/22] liveupdate: luo_core: luo_ioctl: "
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 03/22] reboot: call liveupdate_reboot() before kexec
` [PATCH v5 04/22] liveupdate: Kconfig: Make debugfs optional
` [PATCH v5 05/22] liveupdate: kho: when live update add KHO image during kexec load
` [PATCH v5 06/22] liveupdate: luo_session: add sessions support
` [PATCH v5 07/22] liveupdate: luo_ioctl: add user interface
` [PATCH v5 08/22] liveupdate: luo_file: implement file systems callbacks
` [PATCH v5 09/22] liveupdate: luo_session: Add ioctls for file preservation and state management
` [PATCH v5 10/22] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v5 11/22] docs: add luo documentation
` [PATCH v5 12/22] MAINTAINERS: add liveupdate entry
` [PATCH v5 13/22] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v5 14/22] mm: shmem: allow freezing inode mapping
` [PATCH v5 15/22] mm: shmem: export some functions to internal.h
` [PATCH v5 16/22] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v5 17/22] mm: memfd_luo: allow preserving memfd
` [PATCH v5 18/22] docs: add documentation for memfd preservation via LUO
` [PATCH v5 19/22] selftests/liveupdate: Add userspace API selftests
` [PATCH v5 20/22] selftests/liveupdate: Add kexec-based selftest for session lifecycle
` [PATCH v5 21/22] selftests/liveupdate: Add kexec test for multiple and empty sessions
` [PATCH v5 22/22] tests/liveupdate: Add in-kernel liveupdate test

[PATCH V2] mm: Remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()
 2025-11-09  2:18 UTC 

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-09  2:08 UTC  (22+ messages)
` [PATCH v12 mm-new 01/15] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v12 mm-new 02/15] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v12 mm-new 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v12 mm-new 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v12 mm-new 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v12 mm-new 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v12 mm-new 09/15] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v12 mm-new 11/15] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support

[Hypervisor Live Update] Notes from November 3, 2025
 2025-11-09  1:53 UTC  (2+ messages)

[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
 2025-11-09  0:42 UTC  (4+ messages)
` [PATCH] mm/huge_memory: initialise "
  ` [PATCH] Clarification: please ignore earlier submission
` [PATCH] mm/huge_memory: restrict __GFP_ZEROTAGS to HW tagging architectures

[PATCH] powerpc: Fix mprotect on book3s32
 2025-11-08 22:24 UTC  (2+ messages)

[PATCH v5 0/6] Cache coherency management subsystem
 2025-11-08 20:02 UTC  (2+ messages)

[PATCH] shmem: fix tmpfs reconfiguration (remount) when noswap is set
 2025-11-08 19:09 UTC 

[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
 2025-11-08 18:13 UTC  (10+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional
` [PATCH v9 7/9] liveupdate: kho: move to kernel/liveupdate

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-08 18:01 UTC  (19+ messages)
` [PATCH v2 01/16] mm: correctly handle UFFD PTE markers
` [PATCH v2 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v2 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH v2 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
` [PATCH v2 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH v2 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH v2 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH v2 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH v2 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH v2 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
` [PATCH v2 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH v2 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH v2 13/16] mm: remove non_swap_entry() and use softleaf helpers instead
` [PATCH v2 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH v2 15/16] mm: eliminate further swapops predicates
` [PATCH v2 16/16] mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()

[PATCH Resend] mm: Refine __{pgd,p4d,pud,pmd,pte}_alloc_one_*() about HIGHMEM
 2025-11-08 16:47 UTC  (10+ messages)

[akpm-mm:mm-nonmm-unstable 129/139] mm/shmem.c:5811:23: warning: unused variable 'flags'
 2025-11-08 16:43 UTC  (2+ messages)

[PATCH v2] selftest/mm: fix pointer comparison in mremap_test
 2025-11-08 16:18 UTC 

[PATCH] selftest/mm: fix pointer comparison in mremap_test
 2025-11-08 16:03 UTC  (6+ messages)

[PATCH] mm/hmm/test: Fix error handling in dmirror_device_init
 2025-11-08 14:30 UTC  (2+ messages)

[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-08  9:19 UTC  (7+ messages)
  ` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)

[PATCH 00/31 v4] cpuset/isolation: Honour kthreads preferred affinity
 2025-11-08  9:05 UTC  (3+ messages)
` [PATCH 13/31] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset

[PATCH v13 01/13] x86/um: nommu: elf loader for fdpic
 2025-11-08  8:05 UTC 

[PATCH -v4 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-11-08  7:20 UTC  (4+ messages)
` [PATCH -v4 2/2] arm64, tlbflush: don't "

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-11-08  6:32 UTC  (6+ messages)
` [PATCH v1 04/26] mm: vmscan: refactor move_folios_to_lru()

[PATCH] mm: memcg: dump memcg protection info on oom or alloc failures
 2025-11-08  5:45 UTC  (3+ messages)

[PATCH 10/10] mm: Use folio_next_pos()
 2025-11-08  5:00 UTC  (2+ messages)

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-11-10
 2025-11-08  4:07 UTC 

[PATCH v4 0/9] rust: Add Per-CPU Variable API
 2025-11-08  3:39 UTC  (8+ messages)
` [PATCH v4 1/9] rust: cpumask: Add a `Cpumask` iterator
` [PATCH v4 2/9] rust: cpumask: Add getters for globally defined cpumasks

[linux-next:master] BUILD REGRESSION 9c0826a5d9aa4d52206dd89976858457a2a8a7ed
 2025-11-08  3:10 UTC 

[PATCH] x86/kaslr: P2PDMA is one of a class of ZONE_DEVICE-KASLR collisions
 2025-11-08  2:39 UTC  (2+ messages)

[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-11-08  2:37 UTC  (10+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed

[PATCH v2] mm/vmscan: skip increasing kswapd_failures when reclaim was boosted
 2025-11-08  1:11 UTC 

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-08  0:35 UTC  (26+ messages)
` [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v4 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context

[PATCH v1] mm/vmscan: Add retry logic for cgroups with memory.low in kswapd
 2025-11-08  0:09 UTC  (9+ messages)

[RFC PATCH v7 2/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-11-08  0:01 UTC  (7+ messages)

[RFC LPC2026 PATCH 0/9] Protected Memory NUMA Nodes
 2025-11-07 22:49 UTC  (10+ messages)
` [RFC PATCH 1/9] gfp: Add GFP_PROTECTED for protected-node allocations
` [RFC PATCH 2/9] memory-tiers: create default_sysram_nodes
` [RFC PATCH 3/9] mm: default slub, oom_kill, compaction, and page_alloc to sysram
` [RFC PATCH 4/9] mm,cpusets: rename task->mems_allowed to task->mems_default
` [RFC PATCH 5/9] cpuset: introduce cpuset.mems.default
` [RFC PATCH 6/9] mm/memory_hotplug: add MHP_PROTECTED_MEMORY flag
` [RFC PATCH 7/9] drivers/dax: add protected memory bit to dev_dax
` [RFC PATCH 8/9] drivers/cxl: add protected_memory bit to cxl region
` [RFC PATCH 9/9] [HACK] mm/zswap: compressed ram integration example

[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-07 20:27 UTC  (6+ messages)
` [PATCH v7 05/11] PCI/P2PDMA: Document DMABUF model

[PATCH 0/2] vma_start_write_killable
 2025-11-07 19:12 UTC  (5+ messages)
` [PATCH 1/2] mm: Add vma_start_write_killable()
` [PATCH 2/2] mm: Use vma_start_write_killable() in dup_mmap()

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-11-07 18:11 UTC  (6+ messages)

[Bug 220765] New: Memory leak in maple_node (Maple Tree) on Linux 6.18-rc4
 2025-11-07 17:48 UTC 

[PATCH v2] fix AMDGPU failure with periodic signal
 2025-11-07 17:48 UTC 

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-07 17:22 UTC  (16+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[RFC PATCH v8 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-11-07 17:22 UTC  (3+ messages)
` [RFC PATCH v8 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v8 2/2] mm: Fix OOM killer inaccuracy on large many-core systems

[PATCH v4 0/4] mm/userfaultfd: modulize memory types
 2025-11-07 16:55 UTC  (10+ messages)

[RFC PATCH v2 0/3] Add testable code specifications
 2025-11-07 16:29 UTC  (7+ messages)

[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-07 16:11 UTC  (9+ messages)
` [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v3 2/8] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v3 3/8] mm: implement sticky VMA flags
` [PATCH v3 4/8] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
` [PATCH v3 5/8] mm: set the VM_MAYBE_GUARD flag on guard region install
` [PATCH v3 6/8] tools/testing/vma: add VMA sticky userland tests
` [PATCH v3 7/8] tools/testing/selftests/mm: add MADV_COLLAPSE test case
` [PATCH v3 8/8] tools/testing/selftests/mm: add smaps visibility guard region test

[PATCH] lib/test_kho: Check if KHO is enabled
 2025-11-07 16:07 UTC  (4+ messages)

[GIT PULL] slab fix for 6.18-rc5
 2025-11-07 16:05 UTC  (2+ messages)

[PATCH v2] s390/fpu: Fix false-positive kmsan report in fpu_vstl function
 2025-11-07 15:59 UTC 

[PATCH 0/2] s390/fpu: Fix kmsan false-positive report
 2025-11-07 15:33 UTC  (6+ messages)
` [PATCH 2/2] s390/fpu: Fix kmsan in fpu_vstl function

[PATCH 0/4] slab: cmpxchg cleanups enabled by -fms-extensions
 2025-11-07 13:51 UTC  (5+ messages)
` [PATCH 1/4] slab: separate struct freelist_tid from kmem_cache_cpu
` [PATCH 2/4] slab: turn freelist_aba_t to a struct and fully define counters there
` [PATCH 3/4] slab: use struct freelist_counters for local variables instead of struct slab
` [PATCH 4/4] slab: use struct freelist_counters as parameters in relevant functions

[PATCH v2 00/16] Parallelizing filesystem writeback
 2025-11-07 13:37 UTC  (8+ messages)

[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
 2025-11-07 13:05 UTC  (3+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking

madvise(MADV_COLLAPSE) fails with EINVAL on dirty file-backed text pages
 2025-11-07 12:50 UTC  (11+ messages)

[PATCH v2 0/5] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-07 12:40 UTC  (8+ messages)
` [PATCH v2 1/5] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps

move blk-crypto-fallback to sit above the block layer
 2025-11-07 12:10 UTC  (19+ messages)
` [PATCH 1/9] mempool: update kerneldoc comments
` [PATCH 2/9] mempool: add error injection support
` [PATCH 3/9] mempool: add mempool_{alloc,free}_bulk
` [PATCH 4/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 7/9] blk-crypto: handle the fallback above the block layer
` [PATCH 8/9] blk-crypto: use on-stack skciphers for fallback en/decryption

[PATCH] mm/readahead: Skip fully overlapped range
 2025-11-07 10:28 UTC  (8+ messages)

page:  |  | latest

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