[PATCH v3 00/13] expand mmap_prepare functionality, port more users
2025-09-16 17:19 UTC (23+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [PATCH v3 02/13] device/dax: update devdax "
` [PATCH v3 03/13] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v3 04/13] relay: update relay to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
` [PATCH v3 09/13] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v3 10/13] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v3 11/13] mm: update mem char driver "
` [PATCH v3 12/13] mm: update resctl "
` [PATCH v3 13/13] iommufd: update "
[PATCH] mm: memcontrol: fix memcg accounting during cpu hotplug
2025-09-16 17:10 UTC (2+ messages)
PROBLEM: userfaultfd REGISTER minor mode on MAP_PRIVATE range fails
2025-09-16 17:09 UTC (9+ messages)
[PATCH v5 00/14] SLUB percpu sheaves
2025-09-16 17:09 UTC (6+ messages)
` Benchmarking "
[RFC PATCH v0] mm/vmscan: Add readahead LRU to improve readahead file page reclamation efficiency
2025-09-16 16:33 UTC (2+ messages)
[PATCH slab] slab: Disallow kprobes in ___slab_alloc()
2025-09-16 16:18 UTC (7+ messages)
[PATCH v2 1/1] alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
2025-09-16 16:02 UTC (10+ messages)
[PATCH 1/1] fixup: alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
2025-09-16 16:01 UTC
[PATCH v4 00/15] mm, swap: introduce swap table as swap cache (phase I)
2025-09-16 16:01 UTC (16+ messages)
` [PATCH v4 01/15] docs/mm: add document for swap table
` [PATCH v4 02/15] mm, swap: use unified helper for swap cache look up
` [PATCH v4 03/15] mm, swap: fix swap cache index error when retrying reclaim
` [PATCH v4 04/15] mm, swap: check page poison flag after locking it
` [PATCH v4 05/15] mm, swap: always lock and check the swap cache folio before use
` [PATCH v4 06/15] mm, swap: rename and move some swap cluster definition and helpers
` [PATCH v4 07/15] mm, swap: tidy up swap device and cluster info helpers
` [PATCH v4 08/15] mm, swap: cleanup swap cache API and add kerneldoc
` [PATCH v4 09/15] mm/shmem, swap: remove redundant error handling for replacing folio
` [PATCH v4 10/15] mm, swap: wrap swap cache replacement with a helper
` [PATCH v4 11/15] mm, swap: use the swap table for the swap cache and switch API
` [PATCH v4 12/15] mm, swap: mark swap address space ro and add context debug check
` [PATCH v4 13/15] mm, swap: remove contention workaround for swap cache
` [PATCH v4 14/15] mm, swap: implement dynamic allocation of swap table
` [PATCH v4 15/15] mm, swap: use a single page for swap table when the size fits
[PATCH v2 0/7] vma count: fixes, test and improvements
2025-09-16 15:52 UTC (14+ messages)
` [PATCH v2 1/7] mm: fix off-by-one error in VMA count limit checks
` [PATCH v2 7/7] mm/tracing: introduce max_vma_count_exceeded trace event
[Invitation] Linux MM Alignment Session on kmemdump on Wednesday
2025-09-16 15:36 UTC (6+ messages)
[PATCH v2 00/10] __vmalloc() and no-block support(v2)
2025-09-16 15:34 UTC (11+ messages)
` [PATCH v2 04/10] mm/vmalloc: Avoid cond_resched() when blocking is not permitted
` [PATCH v2 09/10] mm: Skip might_alloc() warnings when PF_MEMALLOC is set
` [PATCH v2 10/10] mm/vmalloc: Update __vmalloc_node_range() documentation
[RFC][PATCH v3 00/16] Introduce kmemdump
2025-09-16 15:27 UTC (6+ messages)
` [RFC][PATCH v3 15/16] kmemdump: Add Kinfo backend driver
[PATCH] memfd,selinux: call security_inode_init_security_anon
2025-09-16 15:26 UTC (4+ messages)
[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
2025-09-16 15:20 UTC (5+ messages)
[PATCH] kho: make sure folio being restored is actually from KHO
2025-09-16 14:55 UTC (9+ messages)
[PATCH v3 0/2] kho: add support for preserving vmalloc allocations
2025-09-16 14:41 UTC (14+ messages)
` [PATCH v3 1/2] "
[PATCH] mm: forward declare struct rcuwait together with rcuwait_wake_up()
2025-09-16 13:59 UTC
[PATCH v1 0/10] KFuzzTest: a new kernel fuzzing framework
2025-09-16 13:42 UTC (17+ messages)
` [PATCH v1 01/10] mm/kasan: implement kasan_poison_range
` [PATCH v1 02/10] kfuzztest: add user-facing API and data structures
` [PATCH v1 03/10] kfuzztest: implement core module and input processing
` [PATCH v1 04/10] tools: add kfuzztest-bridge utility
` [PATCH v1 05/10] kfuzztest: add ReST documentation
` [PATCH v1 06/10] kfuzztest: add KFuzzTest sample fuzz targets
` [PATCH v1 07/10] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
` [PATCH v1 08/10] drivers/auxdisplay: add a KFuzzTest for parse_xy()
` [PATCH v1 09/10] fs/binfmt_script: add KFuzzTest target for load_script
` [PATCH v1 10/10] MAINTAINERS: add maintainer information for KFuzzTest
[PATCH v10 0/2] Improvements to Victim Process Thawing and OOM Reaper Traversal Order
2025-09-16 13:42 UTC (3+ messages)
` [PATCH v10 1/2] mm/oom_kill: Thaw the entire OOM victim process
[PATCH v2 0/3] mm/ksm: Fix incorrect accounting of KSM counters during fork
2025-09-16 12:45 UTC (9+ messages)
` [PATCH v2 1/3] mm/ksm: Fix incorrect KSM counter handling in mm_struct "
[PATCH 0/2] fixes for slab->obj_exts allocation failure handling
2025-09-16 12:35 UTC (2+ messages)
[v6 00/15] mm: support device-private THP
2025-09-16 12:21 UTC (16+ messages)
` [v6 01/15] mm/zone_device: support large zone device private folios
` [v6 02/15] mm/huge_memory: add device-private THP support to PMD operations
` [v6 03/15] mm/rmap: extend rmap and migration support device-private entries
` [v6 04/15] mm/huge_memory: implement device-private THP splitting
` [v6 05/15] mm/migrate_device: handle partially mapped folios during collection
` [v6 06/15] mm/migrate_device: implement THP migration of zone device pages
` [v6 07/15] mm/memory/fault: add THP fault handling for zone device private pages
` [v6 08/15] lib/test_hmm: add zone device private THP test infrastructure
` [v6 09/15] mm/memremap: add driver callback support for folio splitting
` [v6 10/15] mm/migrate_device: add THP splitting during migration
` [v6 11/15] lib/test_hmm: add large page allocation failure testing
` [v6 12/15] selftests/mm/hmm-tests: new tests for zone device THP migration
` [v6 13/15] selftests/mm/hmm-tests: partial unmap, mremap and anon_write tests
` [v6 14/15] selftests/mm/hmm-tests: new throughput tests including THP
` [v6 15/15] gpu/drm/nouveau: enable THP support for GPU memory migration
[PATCH 0/3] mm: remove zpool
2025-09-16 11:16 UTC (12+ messages)
[v5 00/15] mm: support device-private THP
2025-09-16 10:50 UTC (12+ messages)
` [v5 02/15] mm/huge_memory: add device-private THP support to PMD operations
` [v5 06/15] mm/migrate_device: implement THP migration of zone device pages
[PATCH slab] slab: Clarify comments regarding pfmemalloc and NUMA preferences
2025-09-16 10:21 UTC (2+ messages)
[PATCH mm-new 0/3] mm/khugepaged: optimize collapse candidate detection
2025-09-16 10:00 UTC (12+ messages)
` [PATCH mm-new 1/3] mm/khugepaged: skip unsuitable VMAs earlier in khugepaged_scan_mm_slot()
[PATCH slab v5 0/6] slab: Re-entrant kmalloc_nolock()
2025-09-16 9:55 UTC (7+ messages)
` [PATCH slab v5 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCHv2] mm/khugepaged: Do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULL
2025-09-16 9:54 UTC (2+ messages)
[PATCH][RESEND][RFC] Fix 32-bit boot failure due inaccurate page_pool_page_is_pp()
2025-09-16 9:27 UTC (5+ messages)
[RFC PATCH 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
2025-09-16 8:24 UTC (6+ messages)
` [RFC PATCH 1/2] mm: add spurious fault fixing support for huge pmd
` [RFC PATCH 2/2] arm64, tlbflush: don't TLBI broadcast if page reused in write fault
[PATCH 1/1] mm/ksm: remove page_stable_node() and use folio_stable_node() directly
2025-09-16 8:05 UTC
[RFC PATCH v2 0/3] Add testable code specifications
2025-09-16 7:29 UTC (4+ messages)
` [RFC v2 PATCH 2/3] /dev/mem: Add initial documentation of memory_open() and mem_fops
[PATCH 0/2] some cleanups for pageout()
2025-09-16 7:18 UTC (6+ messages)
` [PATCH 1/2] mm: vmscan: remove folio_test_private() check in pageout()
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-16 6:23 UTC (3+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
[syzbot] [ext4?] possible deadlock in do_writepages (2)
2025-09-16 6:02 UTC
[PATCH V12 2/5] mm: userfaultfd: Add pgtable_supports_uffd_wp()
2025-09-16 5:55 UTC (2+ messages)
[PATCH 0/7] mm/damon: define and use DAMON initialization check function
2025-09-16 5:54 UTC (10+ messages)
` [PATCH 1/7] mm/damon/core: implement damon_initialized() function
` [PATCH 2/7] mm/damon/stat: use damon_initialized()
` [PATCH 3/7] mm/damon/reclaim: "
` [PATCH 4/7] mm/damon/lru_sort: "
` [PATCH 5/7] samples/damon/wsse: "
` [PATCH 6/7] samples/damon/prcl: "
` [PATCH 7/7] samples/damon/mtier: "
[PATCH net-next V2] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
2025-09-16 5:45 UTC
[syzbot] [mm?] kernel BUG in __free_one_page (2)
2025-09-16 5:40 UTC
[PATCH 1/6] mm/damon/core: reset age if nr_accesses changes between non-zero and zero
2025-09-16 3:52 UTC (3+ messages)
[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
2025-09-16 3:36 UTC (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
[PATCH v2 0/5] mm/damon: misc fixups and improvements for 6.18
2025-09-16 3:23 UTC (6+ messages)
` [PATCH v2 1/5] mm/damon/core: reset age if nr_accesses changes between non-zero and zero
` [PATCH v2 2/5] mm/damon/core: set effective quota on first charge window
` [PATCH v2 3/5] Docs/mm/damon/maintainer-profile: update community meetup for reservation requirements
` [PATCH v2 4/5] Docs/admin-guide/mm/damon/start: add --target_pid to DAMOS example command
` [PATCH v2 5/5] MAINTAINERS: rename DAMON section
[PATCH] mm/damon/lru_sort: use param_ctx for damon_attrs staging
2025-09-16 3:15 UTC
[PATCH v3] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
2025-09-16 3:08 UTC (2+ messages)
[PATCH 3/6] mm/damon/lru_sort: use param_ctx correctly
2025-09-16 3:04 UTC (2+ messages)
[RFC PATCH v6 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2025-09-16 2:00 UTC (3+ messages)
` [RFC PATCH v6 1/2] mm: guestmem: "
[PATCH v2 0/7] Cleanup free_pages() misuse
2025-09-16 0:07 UTC (6+ messages)
` [PATCH v2 7/7] virtio_balloon: Stop calling page_address() in free_pages()
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