linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 00/22] Live Update Orchestrator
 2025-11-12 17:39 UTC  (21+ messages)
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 05/22] liveupdate: kho: when live update add KHO image during kexec load

mempool_alloc_bulk and various mempool improvements
 2025-11-12 17:34 UTC  (13+ messages)
` [PATCH 6/7] mempool: fix a wakeup race when sleeping for elements
` [PATCH 7/7] mempool: add mempool_{alloc,free}_bulk

[PATCH v2 0/3] tmpfs: zero post-eof ranges on file extension
 2025-11-12 16:25 UTC  (4+ messages)
` [PATCH v2 1/3] tmpfs: zero post-eof uptodate folios on swapout
` [PATCH v2 2/3] tmpfs: combine !uptodate and post-eof zeroing logic at swapout
` [PATCH v2 3/3] tmpfs: zero post-eof ranges on file extension

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-12 16:11 UTC  (17+ messages)
` [PATCH v3 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v3 03/16] mm: avoid unnecessary uses of is_swap_pte()

[PATCH] mm/mmap_lock: Reset maple state on lock_vma_under_rcu() retry
 2025-11-12 16:10 UTC  (8+ messages)

[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
 2025-11-12 15:56 UTC  (11+ messages)
` [RFC PATCH 1/8] fs: Rename STATX{_ATTR}_WRITE_ATOMIC -> STATX{_ATTR}_WRITE_ATOMIC_DIO
` [RFC PATCH 2/8] mm: Add PG_atomic
` [RFC PATCH 3/8] fs: Add initial buffered atomic write support info to statx
` [RFC PATCH 4/8] iomap: buffered atomic write support
` [RFC PATCH 5/8] iomap: pin pages for RWF_ATOMIC buffered write
` [RFC PATCH 6/8] xfs: Report atomic write min and max for buf io as well
` [RFC PATCH 7/8] iomap: Add bs<ps buffered atomic writes support
` [RFC PATCH 8/8] xfs: Lift the bs == ps restriction for HW buffered atomic writes
` [syzbot ci] Re: xfs: single block atomic writes for buffered IO

[PATCH -v5 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-11-12 15:53 UTC  (5+ messages)
` [PATCH -v5 1/2] mm: add spurious fault fixing support for huge pmd
` [PATCH -v5 2/2] arm64, tlbflush: don't TLBI broadcast if page reused in write fault

[PATCH v1 04/26] mm: vmscan: refactor move_folios_to_lru()
 2025-11-12 15:45 UTC  (15+ messages)

[PATCH 0/9] mm/damon: misc cleanups
 2025-11-12 15:41 UTC  (10+ messages)
` [PATCH 1/9] mm/damon: rename damos core filter helpers to have word core
` [PATCH 2/9] mm/damon: rename damos->filters to damos->core_filters
` [PATCH 3/9] mm/damon/vaddr: cleanup using pmd_trans_huge_lock()
` [PATCH 4/9] mm/damon/vaddr: use vm_normal_folio{,_pmd}() instead of damon_get_folio()
` [PATCH 5/9] mm/damon/vaddr: consistently use only pmd_entry for damos_migrate
` [PATCH 6/9] mm/damon/tests/core-kunit: remove DAMON_MIN_REGION redefinition
` [PATCH 7/9] selftests/damon/sysfs.py: merge DAMON status dumping into commitment assertion
` [PATCH 8/9] Docs/mm/damon/maintainer-profile: fix a typo on mm-untable link
` [PATCH 9/9] Docs/mm/damon/maintainer-profile: fix grammartical errors

[PATCH v1] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
 2025-11-12 14:56 UTC 

[PATCH] mm/memfd: clear hugetlb pages on allocation
 2025-11-12 14:54 UTC  (10+ messages)

[PATCH v2] mm/memfd: fix information leak in hugetlb folios
 2025-11-12 14:50 UTC 

[PATCH V1] mm/slub: fix memory leak in free_to_pcs_bulk()
 2025-11-12 14:47 UTC  (5+ messages)

[RFC] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2025-11-12 14:44 UTC  (6+ messages)
` [PATCH 2/3] mm: swap: introduce swap tier infrastructure
` [PATCH 3/3] mm/swap: integrate swap tier infrastructure into swap subsystem

[Invitation] bi-weekly guest_memfd upstream call on 2025-11-13
 2025-11-12 14:05 UTC 

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-12 14:02 UTC  (4+ messages)

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-12 14:02 UTC  (6+ messages)

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-12 13:57 UTC  (9+ messages)
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest

[PATCH] mm/huge_memory.c: introduce split_unmapped_folio_to_order
 2025-11-12 13:43 UTC  (7+ messages)
` [PATCH] mm/huge_memory: softleaf device private fixes in remove_migration_pmd()

[PATCH v3] io: add io_pgtable abstraction
 2025-11-12 12:57 UTC  (2+ messages)

[RFC PATCH 0/5] drm/amdkfd: Add batch SVM range registration support
 2025-11-12 12:50 UTC  (9+ messages)
` [PATCH 1/5] drm/amdkfd: Add KFD_IOCTL_SVM_ATTR_MAPPED attribute
` [PATCH 2/5] drm/amdkfd: Add SVM ranges data structures
` [PATCH 3/5] drm/amdkfd: Add AMDKFD_IOC_SVM_RANGES ioctl command
` [PATCH 4/5] drm/amdkfd: Add support for pinned user pages in SVM ranges
` [PATCH 5/5] drm/amdkfd: Wire up SVM ranges ioctl handler

[PATCH 0/4] make vmalloc gfp flags usage more apparent
 2025-11-12 12:02 UTC  (5+ messages)
` [syzbot ci] "

[linux-next:master 6752/7613] drivers/gpu/drm/nouveau/nouveau_dmem.c:259:13: sparse: sparse: incorrect type in assignment (different base types)
 2025-11-12 11:57 UTC 

[PATCH] shmem: fix tmpfs reconfiguration (remount) when noswap is set
 2025-11-12 11:44 UTC  (3+ messages)

[PATCH] mm/khugepaged: continue to collapse on SCAN_PMD_NONE
 2025-11-12 11:41 UTC  (10+ messages)

[PATCH v2] powerpc, mm: Fix mprotect on book3s 32-bit
 2025-11-12 11:15 UTC  (3+ messages)

[RFC PATCH 0/2] Enable vmalloc block mappings by default on arm64
 2025-11-12 11:08 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/vmalloc: Do not align size to huge size
` [RFC PATCH 2/2] arm64/mm: Enable vmalloc-huge by default

[PATCH] mm, swap: fix potential UAF issue for VMA readahead
 2025-11-12 10:42 UTC  (6+ messages)

[PATCH v2 0/9] x86/entry/vdso: clean up the vdso build, vdso updates
 2025-11-12 10:31 UTC  (11+ messages)
` [PATCH v2 1/9] x86/entry/vdso: rename vdso_image_* to vdso*_image
` [PATCH v2 2/9] x86/entry/vdso: refactor the vdso build
` [PATCH v2 3/9] x86/entry/vdso32: don't rely on int80_landing_pad for adjusting ip
` [PATCH v2 4/9] x86/entry/vdso32: remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
` [PATCH v2 5/9] x86/entry/vdso32: remove open-coded DWARF "
` [PATCH v2 6/9] x86/entry/vdso: include GNU_PROPERTY and GNU_STACK PHDRs
` [PATCH v2 7/9] x86/vdso: abstract out vdso system call internals
` [PATCH v2 8/9] x86/cpufeature: replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32
` [PATCH v2 9/9] x86/entry/vdso32: when using int $0x80, use it directly

[PATCH] x86/kaslr: P2PDMA is one of a class of ZONE_DEVICE-KASLR collisions
 2025-11-12 10:17 UTC  (4+ messages)

[PATCH v14] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-12  9:52 UTC  (9+ messages)
    ` [PATCH v16] "
      ` [PATCH v17] "

poison_element vs highmem, was Re: [linux-next:master] [block] ec7f31b2a2: BUG:unable_to_handle_page_fault_for_address
 2025-11-12  9:33 UTC  (2+ messages)

[PATCH v7 00/11] drm: Reduce page tables overhead with THP
 2025-11-12  9:25 UTC  (3+ messages)
` [PATCH v7 06/11] drm/v3d: Use huge tmpfs mountpoint helpers

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-12  8:58 UTC  (3+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings

[PATCH] mm/gup: fix handling of zero page in follow_page_pte()
 2025-11-12  8:05 UTC  (2+ messages)

[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
 2025-11-12  7:52 UTC  (12+ messages)
` [PATCH v2 13/23] mm: introduce bpf_out_of_memory() BPF kfunc
` [PATCH v2 14/23] mm: allow specifying custom oom constraint for BPF triggers
` [PATCH v2 23/23] bpf: selftests: PSI struct ops test

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

[RFC PATCH 0/5] drm/amdkfd: Add batch SVM range registration support
 2025-11-12  7:35 UTC 

[PATCH v3] zram: Implement multi-page write-back
 2025-11-12  6:57 UTC  (4+ messages)
` [PATCH v4] "

Hard system lock-ups when using encrypted swap and RAM is exhausted
 2025-11-12  5:18 UTC 

[PATCH v4] zram: Implement multi-page write-back
 2025-11-12  5:16 UTC  (3+ messages)

[PATCH v3 34/50] selinuxfs: new helper for attaching files to tree
 2025-11-12  3:55 UTC  (4+ messages)

[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
 2025-11-12  3:44 UTC  (4+ messages)

[PATCH v2] mm/vmscan: skip increasing kswapd_failures when reclaim was boosted
 2025-11-12  2:21 UTC  (2+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-12  2:19 UTC  (5+ messages)
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support

[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
 2025-11-12  2:14 UTC  (3+ messages)

[RFC V3 0/9] Accelerate page migration with batch copying and hardware offload
 2025-11-12  2:12 UTC  (5+ messages)
` [RFC V3 6/9] mtcopy: introduce multi-threaded page copy routine

[PATCH 0/4] memcg: cleanup the memcg stats interfaces
 2025-11-12  2:11 UTC  (6+ messages)

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-11-12  1:28 UTC  (12+ messages)

[v7 00/16] mm: support device-private THP
 2025-11-12  0:36 UTC  (8+ messages)

[PATCH] mm/migrate_device: Add tracepoints for debugging
 2025-11-11 23:55 UTC  (4+ messages)

[PATCH] mm/page_isolation: clarify FIXME around shrink_slab() in memory hotplug
 2025-11-11 23:48 UTC  (3+ messages)

[PATCH 0/2] mm/compaction: some fix for the range passed to pageblock_pfn_to_page()
 2025-11-11 23:32 UTC  (2+ messages)

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-11 21:56 UTC  (4+ messages)
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support

[syzbot] [fs?] WARNING in nsproxy_ns_active_put
 2025-11-11 21:29 UTC  (2+ messages)
` [PATCH] nsproxy: fix free_nsproxy() and simplify create_new_namespaces()

[PATCH] selftests/mm/uffd: remove static address usage in shmem_allocate_area()
 2025-11-11 20:54 UTC 

[syzbot] [mm?] general protection fault in __rt_mutex_slowlock_locked
 2025-11-11 20:25 UTC 

[GIT PULL] hotfixes for 6.18-rc6
 2025-11-11 19:10 UTC  (2+ messages)

[linux-next:master 7210/7661] kernel/liveupdate/luo_file.c:571:3: error: call to undeclared function 'get_file'; ISO C99 and later do not support implicit function declarations
 2025-11-11 19:10 UTC  (3+ messages)

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-11 19:01 UTC  (3+ 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