[PATCH v1 0/2] Only free healthy pages in high-order HWPoison folio
2025-11-16 1:47 UTC (2+ messages)
` [PATCH v1 1/2] mm/huge_memory: introduce uniform_split_unmapped_folio_to_zero_order
[PATCH v2 0/3] memfd-based Userspace MFR Policy for HugeTLB
2025-11-16 1:32 UTC (4+ messages)
` [PATCH v2 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy
` [PATCH v2 2/3] selftests/mm: test userspace MFR for HugeTLB hugepage
` [PATCH v2 3/3] Documentation: add documentation for MFD_MF_KEEP_UE_MAPPED
[PATCH v6 00/20] Live Update Orchestrator
2025-11-15 23:34 UTC (21+ messages)
` [PATCH v6 01/20] liveupdate: luo_core: luo_ioctl: "
` [PATCH v6 02/20] liveupdate: luo_core: integrate with KHO
` [PATCH v6 03/20] kexec: call liveupdate_reboot() before kexec
` [PATCH v6 04/20] liveupdate: luo_session: add sessions support
` [PATCH v6 05/20] liveupdate: luo_ioctl: add user interface
` [PATCH v6 06/20] liveupdate: luo_file: implement file systems callbacks
` [PATCH v6 07/20] liveupdate: luo_session: Add ioctls for file preservation
` [PATCH v6 08/20] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v6 09/20] docs: add luo documentation
` [PATCH v6 10/20] MAINTAINERS: add liveupdate entry
` [PATCH v6 11/20] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v6 12/20] mm: shmem: allow freezing inode mapping
` [PATCH v6 13/20] mm: shmem: export some functions to internal.h
` [PATCH v6 14/20] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v6 15/20] mm: memfd_luo: allow preserving memfd
` [PATCH v6 16/20] docs: add documentation for memfd preservation via LUO
` [PATCH v6 17/20] selftests/liveupdate: Add userspace API selftests
` [PATCH v6 18/20] selftests/liveupdate: Add kexec-based selftest for session lifecycle
` [PATCH v6 19/20] selftests/liveupdate: Add kexec test for multiple and empty sessions
` [PATCH v6 20/20] tests/liveupdate: Add in-kernel liveupdate test
[akpm-mm:mm-nonmm-unstable 82/133] include/linux/kexec_handover.h:108:7: warning: no previous prototype for function 'kho_alloc_preserve'
2025-11-15 23:19 UTC (2+ messages)
[PATCH 0/4] memcg: cleanup the memcg stats interfaces
2025-11-15 19:27 UTC (2+ messages)
[akpm-mm:mm-nonmm-unstable 82/133] fdt.c:(.text+0x6ac): multiple definition of `kho_alloc_preserve'; mm/mm_init.o:mm_init.c:(.text+0x0): first defined here
2025-11-15 19:17 UTC
[akpm-mm:mm-nonmm-unstable 82/133] (.text+0xc00): multiple definition of `kho_alloc_preserve'; mm/mm_init.o:(.text+0x0): first defined here
2025-11-15 19:17 UTC
[akpm-mm:mm-nonmm-unstable 82/133] include/linux/kexec_handover.h:108:7: warning: no previous prototype for 'kho_alloc_preserve'
2025-11-15 19:17 UTC
[PATCH v2] mm/page_alloc: optimize lowmem_reserve max lookup using its semantic monotonicity
2025-11-15 17:51 UTC (2+ messages)
[RFC] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2025-11-15 17:24 UTC (12+ messages)
` [PATCH 1/3] mm, swap: change back to use each swap device's percpu cluster
[PATCH v2 00/13] kho: simplify state machine and enable dynamic updates
2025-11-15 14:51 UTC (23+ messages)
` [PATCH v2 01/13] kho: Fix misleading log message in kho_populate()
` [PATCH v2 02/13] kho: Convert __kho_abort() to return void
` [PATCH v2 03/13] kho: Introduce high-level memory allocation API
` [PATCH v2 04/13] kho: Preserve FDT folio only once during initialization
` [PATCH v2 05/13] kho: Verify deserialization status and fix FDT alignment access
` [PATCH v2 06/13] kho: Always expose output FDT in debugfs
` [PATCH v2 07/13] kho: Simplify serialization and remove __kho_abort
` [PATCH v2 08/13] kho: Remove global preserved_mem_map and store state in FDT
` [PATCH v2 09/13] kho: Remove abort functionality and support state refresh
` [PATCH v2 10/13] kho: Update FDT dynamically for subtree addition/removal
` [PATCH v2 11/13] kho: Allow kexec load before KHO finalization
` [PATCH v2 12/13] kho: Allow memory preservation state updates after finalization
` [PATCH v2 13/13] kho: Add Kconfig option to enable KHO by default
[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
2025-11-15 13:21 UTC (8+ messages)
` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())
[PATCH] mm/huge_memory: consolidate order-related checks into folio_split_supported()
2025-11-15 9:43 UTC (11+ messages)
[PATCH] liveupdate: kho: Enable KHO by default
2025-11-15 9:42 UTC (4+ messages)
[PATCH v2] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
2025-11-15 9:37 UTC (2+ messages)
[PATCH v1 00/13] kho: simplify state machine and enable dynamic updates
2025-11-15 9:36 UTC (39+ messages)
` [PATCH v1 01/13] kho: Fix misleading log message in kho_populate()
` [PATCH v1 02/13] kho: Convert __kho_abort() to return void
` [PATCH v1 03/13] kho: Preserve FDT folio only once during initialization
` [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
` [PATCH v1 05/13] kho: Always expose output FDT in debugfs
` [PATCH v1 06/13] kho: Simplify serialization and remove __kho_abort
` [PATCH v1 07/13] kho: Remove global preserved_mem_map and store state in FDT
` [PATCH v1 08/13] kho: Remove abort functionality and support state refresh
` [PATCH v1 09/13] kho: Update FDT dynamically for subtree addition/removal
` [PATCH v1 10/13] kho: Allow kexec load before KHO finalization
` [PATCH v1 11/13] kho: Allow memory preservation state updates after finalization
` [PATCH v1 12/13] kho: Add Kconfig option to enable KHO by default
` [PATCH v1 13/13] kho: Introduce high-level memory allocation API
[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-15 9:08 UTC (11+ messages)
` [PATCH 1/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH 2/7] arc: "
` [PATCH 3/7] loongarch: "
[PATCH v2] mm/huge_memory: introduce folio_split_unmapped
2025-11-15 8:40 UTC
[linux-next:master] BUILD REGRESSION 0f2995693867bfb26197b117cd55624ddc57582f
2025-11-15 8:15 UTC
Hit an assertion within lib/xarray.c from lib/test_xarray.c, would like help debugging
2025-11-15 6:58 UTC (2+ messages)
[PATCHv2 0/4] zram: introduce writeback bio batching
2025-11-15 3:42 UTC (7+ messages)
` [PATCHv2 1/4] zram: introduce writeback bio batching support
[PATCH] mm/huge_memory.c: introduce folio_split_unmapped
2025-11-15 2:36 UTC (4+ messages)
[PATCHv3 0/4] zram: introduce writeback bio batching
2025-11-15 2:34 UTC (5+ messages)
` [PATCHv3 1/4] zram: introduce writeback bio batching support
` [PATCHv3 2/4] zram: add writeback batch size device attr
` [PATCHv3 3/4] zram: take write lock in wb limit store handlers
` [PATCHv3 4/4] zram: drop wb_limit_lock
[PATCH] fixup: mm/rmap: extend rmap and migration support device-private entries
2025-11-15 2:32 UTC (3+ messages)
[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-11-15 2:30 UTC (9+ messages)
[RFC PATCH] mm/cma: Inline cma_sysfs counter hooks
2025-11-15 1:48 UTC (2+ messages)
[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
2025-11-15 1:23 UTC (9+ 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 7/7] mm: make PT_RECLAIM depend on MMU_GATHER_RCU_TABLE_FREE && 64BIT
2025-11-15 1:12 UTC (3+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-15 0:52 UTC (7+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
[PATCH -v6 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
2025-11-15 0:49 UTC (4+ messages)
` [PATCH -v6 2/2] arm64, tlbflush: don't "
[PATCH v2] mm/vmscan: skip increasing kswapd_failures when reclaim was boosted
2025-11-15 0:40 UTC (3+ messages)
[PATCH v2] fixup: gpu/drm/nouveau: enable THP support for GPU memory migration
2025-11-15 0:33 UTC
[PATCH] selftests/mm: fix division-by-zero in uffd-unit-tests
2025-11-14 22:39 UTC (8+ messages)
[PATCH 0/2] make VM_SOFTDIRTY a sticky VMA flag
2025-11-14 21:53 UTC (4+ messages)
` [PATCH 1/2] mm: propagate VM_SOFTDIRTY on merge
` [PATCH 2/2] testing/selftests/mm: add soft-dirty merge self-test
[PATCH v2 1/2] Remove the "FOLL_TOUCH" test code from gup_test.c
2025-11-14 21:41 UTC (7+ messages)
` [PATCH v2 2/2] Fix the source file annotation information for the "FOLL_WRITE" macro copied
[PATCH v2 0/9] x86/entry/vdso: clean up the vdso build, vdso updates
2025-11-14 21:08 UTC (7+ messages)
` [PATCH v2 7/9] x86/vdso: abstract out vdso system call internals
[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
2025-11-14 20:49 UTC (11+ messages)
` [PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
2025-11-14 20:44 UTC (2+ messages)
[PATCH v1] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
2025-11-14 19:43 UTC (2+ messages)
[akpm-mm:mm-unstable 36/283] mm/hugetlb.c:4753:18: warning: implicit conversion from 'unsigned long long' to 'unsigned long' changes value from 17179869184 to 0
2025-11-14 19:39 UTC (5+ messages)
[PATCH v1 00/26] Eliminate Dying Memory Cgroup
2025-11-14 17:56 UTC (3+ messages)
` [PATCH v1 25/26] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
[PATCH v9 00/11] drm: Reduce page tables overhead with THP
2025-11-14 17:21 UTC (15+ messages)
` [PATCH v9 01/11] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v9 02/11] drm/shmem-helper: Map huge pages "
` [PATCH v9 03/11] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v9 04/11] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v9 05/11] drm/i915: Use "
` [PATCH v9 06/11] drm/v3d: "
` [PATCH v9 07/11] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v9 08/11] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v9 09/11] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v9 10/11] drm/panfrost: Introduce huge tmpfs mountpoint option
` [PATCH v9 11/11] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
[PATCH] mm/mmap_lock: Reset maple state on lock_vma_under_rcu() retry
2025-11-14 17:18 UTC (7+ messages)
[PATCH] mm/page_alloc: optimize lowmem_reserve max lookup using monotonicity
2025-11-14 17:15 UTC (5+ messages)
[PATCH] mm/mempool: fix poisoning order>0 pages with HIGHMEM
2025-11-14 16:51 UTC (3+ messages)
[PATCH v5 0/6] Cache coherency management subsystem
2025-11-14 16:03 UTC (7+ messages)
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