[PATCH v3 0/5] refine storing NULL
2024-10-18 18:12 UTC (11+ messages)
` [PATCH v3 1/5] maple_tree: print empty for an empty tree on mt_dump()
` [PATCH v3 2/5] maple_tree: the return value of mas_root_expand() is not used
` [PATCH v3 3/5] maple_tree: not necessary to check index/last again
` [PATCH v3 4/5] maple_tree: refine mas_store_root() on storing NULL
` [PATCH v3 5/5] maple_tree: add a test checking storing null
[PATCH 0/1] memcg/hugetlb: Adding hugeTLB counters to memory controller
2024-10-18 18:11 UTC (5+ messages)
[RFC PATCH v1 0/7] zswap IAA decompress batching
2024-10-18 18:09 UTC (12+ messages)
` [RFC PATCH v1 1/7] mm: zswap: Config variable to enable zswap loads with "
` [RFC PATCH v1 2/7] mm: swap: Add IAA batch decompression API swap_crypto_acomp_decompress_batch()
` [RFC PATCH v1 3/7] pagevec: struct folio_batch changes for decompress batching interface
` [RFC PATCH v1 4/7] mm: swap: swap_read_folio() can add a folio to a folio_batch if it is in zswap
` [RFC PATCH v1 5/7] mm: swap, zswap: zswap folio_batch processing with IAA decompression batching
` [RFC PATCH v1 6/7] mm: do_swap_page() calls swapin_readahead() zswap load batching interface
` [RFC PATCH v1 7/7] mm: For IAA batching, reduce SWAP_BATCH and modify swap slot cache thresholds
[PATCH v3 4/5] selftests/mseal: add more tests for mmap
2024-10-18 18:06 UTC (14+ messages)
[PATCH net-next v22 01/14] mm: page_frag: add a test module for page_frag
2024-10-18 18:03 UTC (13+ messages)
` [PATCH net-next v22 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v22 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v22 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v22 06/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v22 07/14] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v22 08/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v22 10/14] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v22 11/14] mm: page_frag: add testing for the newly added prepare API
` [PATCH net-next v22 13/14] mm: page_frag: update documentation for page_frag
[PATCH v2 0/2] Improve the tmpfs large folio read performance
2024-10-18 18:01 UTC (4+ messages)
` [PATCH v2 1/2] mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logic
` [PATCH v2 2/2] mm: shmem: improve the tmpfs large folio read performance
[PATCH v2 0/2] mm/gup: stop leaking pinned pages in low memory conditions
2024-10-18 17:46 UTC (4+ messages)
` [PATCH v2 1/2] "
[PATCH v3] mm/kfence: Add a new kunit test test_use_after_free_read_nofault()
2024-10-18 17:46 UTC
[PATCH v3 0/5] page allocation tag compression
2024-10-18 17:45 UTC (12+ messages)
` [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
[PATCH v2 0/2] mm/mremap: Remove extra vma tree walk
2024-10-18 17:41 UTC (3+ messages)
` [PATCH v2 1/2] mm/mremap: Clean up vma_to_resize()
` [PATCH v2 2/2] mm/mremap: Remove goto from mremap_to()
[PATCH v3 00/12] powerpc/kfence: Improve kfence support (mainly Hash)
2024-10-18 17:40 UTC (14+ messages)
` [PATCH v3 01/12] powerpc: mm/fault: Fix kfence page fault reporting
` [PATCH v3 02/12] book3s64/hash: Remove kfence support temporarily
` [PATCH v3 03/12] book3s64/hash: Refactor kernel linear map related calls
` [PATCH v3 04/12] book3s64/hash: Add hash_debug_pagealloc_add_slot() function
` [PATCH v3 05/12] book3s64/hash: Add hash_debug_pagealloc_alloc_slots() function
` [PATCH v3 06/12] book3s64/hash: Refactor hash__kernel_map_pages() function
` [PATCH v3 07/12] book3s64/hash: Make kernel_map_linear_page() generic
` [PATCH v3 08/12] book3s64/hash: Disable debug_pagealloc if it requires more memory
` [PATCH v3 09/12] book3s64/hash: Add kfence functionality
` [PATCH v3 10/12] book3s64/radix: Refactoring common kfence related functions
` [PATCH v3 11/12] book3s64/hash: Disable kfence if not early init
` [PATCH v3 12/12] book3s64/hash: Early detect debug_pagealloc size requirement
[PATCH] mm/codetag: move ref and tag null pointer check to alloc_tag_ref_set
2024-10-18 17:30 UTC (3+ messages)
` [PATCH v2] mm/codetag: move ref and tag null pointer check to alloc_tag_add
[PATCH 0/2] selftests/mm: fix deadlock after pthread_create
2024-10-18 17:17 UTC (4+ messages)
` [PATCH 1/2] selftests/mm: replace atomic_bool with pthread_barrier_t
[PATCH 0/3] selftests/mm: revert pthread_barrier change and
2024-10-18 17:17 UTC (4+ messages)
` [PATCH 1/3] Revert "selftests/mm: fix deadlock for fork after pthread_create on ARM"
` [PATCH 2/3] Revert "selftests/mm: replace atomic_bool with pthread_barrier_t"
` [PATCH 3/3] selftests/mm: fix deadlock for fork after pthread_create with atomic_bool
[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
2024-10-18 16:48 UTC (2+ messages)
[PATCH 0/4] implement lightweight guard pages
2024-10-18 16:41 UTC (12+ messages)
` [PATCH 4/4] selftests/mm: add self tests for guard page feature
[PATCH v4 1/3] powerpc/fadump: Refactor and prepare fadump_cma_init for late init
2024-10-18 16:17 UTC (3+ messages)
` [PATCH v4 2/3] powerpc/fadump: Reserve page-aligned boot_memory_size during fadump_reserve_mem
` [PATCH v4 3/3] powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()
[PATCH] mm: Use str_on_off() helper function in report_meminit()
2024-10-18 16:08 UTC (2+ messages)
[RFC v3 1/3] fadump: Refactor and prepare fadump_cma_init for late init
2024-10-18 16:04 UTC (5+ messages)
[PATCH] mm: Remove redundant condition for THP folio
2024-10-18 15:58 UTC (4+ messages)
[RFC][PATCH] mm: Split locks in remap_file_pages()
2024-10-18 15:50 UTC (5+ messages)
[PATCH] mm: export copy_to_kernel_nofault
2024-10-18 15:35 UTC (3+ messages)
[PATCH] mm: Remove unused has_isolate_pageblock
2024-10-18 15:35 UTC (3+ messages)
[RFC PATCH v1 00/57] Boot-time page size selection for arm64
2024-10-18 15:24 UTC (14+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
` [RFC PATCH v1 18/57] trace: Remove PAGE_SIZE compile-time constant assumption
` [RFC PATCH v1 19/57] crash: "
[syzbot] [integrity?] [lsm?] possible deadlock in process_measurement (4)
2024-10-18 15:23 UTC (10+ messages)
[PATCH 1/3] ima: Remove inode lock
2024-10-18 14:48 UTC (13+ messages)
Next steps towards shrinking stuct page
2024-10-18 12:44 UTC (5+ messages)
[PATCH v1 1/1] x86/percpu: Cast -1 to argument type when comparing in percpu_add_op()
2024-10-18 12:21 UTC (6+ messages)
[PATCH v4] mm/slub: Avoid list corruption when removing a slab from the full list
2024-10-18 11:12 UTC (3+ messages)
[RFC 0/4] mm: zswap: add support for zswapin of large folios
2024-10-18 10:48 UTC (5+ messages)
` [RFC 1/4] mm/zswap: skip swapcache for swapping in zswap pages
` [RFC 2/4] mm/zswap: modify zswap_decompress to accept page instead of folio
` [RFC 3/4] mm/zswap: add support for large folio zswapin
` [RFC 4/4] mm/zswap: count successful large folio zswap loads
[PATCH v3 0/3] mm/slub: Improve data handling of krealloc() when orig_size is enabled
2024-10-18 9:51 UTC (2+ messages)
[RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private
2024-10-18 9:34 UTC (14+ messages)
[PATCH v2 0/2] fuse: remove extra page copies in writeback
2024-10-18 9:24 UTC (14+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH v2] mm/kmemleak: fix errors/warnings for coding style
2024-10-18 9:22 UTC
(subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
2024-10-18 8:06 UTC (2+ messages)
[PATCH linux-mm v2] mm: make pcp_decay_high working better with NOHZ full
2024-10-18 7:57 UTC
[syzbot] [mm?] BUG: corrupted list in add_to_unbuddied
2024-10-18 7:56 UTC (6+ messages)
[RFC PATCH v1 00/13] zswap IAA compress batching
2024-10-18 7:55 UTC (15+ messages)
` [RFC PATCH v1 01/13] crypto: acomp - Add a poll() operation to acomp_alg and acomp_req
` [RFC PATCH v1 02/13] crypto: iaa - Add support for irq-less crypto async interface
` [RFC PATCH v1 03/13] crypto: testmgr - Add crypto testmgr acomp poll support
` [RFC PATCH v1 04/13] mm: zswap: zswap_compress()/decompress() can submit, then poll an acomp_req
` [RFC PATCH v1 05/13] crypto: iaa - Make async mode the default
` [RFC PATCH v1 06/13] crypto: iaa - Disable iaa_verify_compress by default
` [RFC PATCH v1 07/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs
` [RFC PATCH v1 08/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node
` [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()
` [RFC PATCH v1 10/13] mm: zswap: Create multiple reqs/buffers in crypto_acomp_ctx if platform has IAA
` [RFC PATCH v1 11/13] mm: swap: Add IAA batch compression API swap_crypto_acomp_compress_batch()
` [RFC PATCH v1 12/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
` [RFC PATCH v1 13/13] mm: vmscan, swap, zswap: Compress batching of folios in shrink_folio_list()
[PATCH] mm: shmem: avoid repeated flush dcache in shmem_writepage()
2024-10-18 7:47 UTC (7+ messages)
` [PATCH] mm: shmem: convert to use folio_zero_range()
[PATCH v1 0/4] GPU Direct RDMA (P2P DMA) for Device Private Pages
2024-10-18 7:26 UTC (4+ messages)
[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
2024-10-18 7:10 UTC (2+ messages)
[PATCH v3 05/11] KVM: guest_memfd: Add guest_memfd support to kvm_(read|/write)_guest_page()
2024-10-18 6:57 UTC (2+ messages)
[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
2024-10-18 6:49 UTC (4+ messages)
` [PATCH v4 3/4] selftests: pidfd: add pidfd.h UAPI wrapper
[PATCH v5 0/3] vdso: Use only headers from the vdso/ namespace
2024-10-18 6:46 UTC (3+ messages)
` [PATCH v5 3/3] s390: Remove remaining _PAGE_* macros
[RFC 2/2] khugepaged: use upgrade_read() to optimize collapse_huge_page
2024-10-18 6:37 UTC (2+ messages)
[PATCH v5] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
2024-10-18 6:36 UTC (2+ messages)
[PATCH v2 0/3] LoongArch: Fix vmalloc test issue
2024-10-18 6:32 UTC (9+ messages)
` [PATCH v2 1/3] LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space
[PATCH] mm: make pcp decay work with onhz
2024-10-18 6:06 UTC (2+ messages)
[PATCH v2] mm: mglru: provide a separate list for lazyfree anon folios
2024-10-18 5:12 UTC (4+ messages)
[RFC 0/2] rwsem: introduce upgrade_read interface
2024-10-18 5:06 UTC (6+ messages)
` [RFC 1/2] "
[PATCH] mm/damon/vaddr: Fix issue in damon_va_evenly_split_region()
2024-10-18 3:53 UTC
[PATCH v1 0/7] synchronously scan and reclaim empty user PTE pages
2024-10-18 2:58 UTC (11+ messages)
` [PATCH v1 1/7] mm: khugepaged: retract_page_tables() use pte_offset_map_lock()
` [PATCH v1 2/7] mm: make zap_pte_range() handle full within-PMD range
` [PATCH v1 5/7] mm: pgtable: try to reclaim empty PTE page in madvise(MADV_DONTNEED)
[GIT PULL] hotfixes for 6.12-rc4
2024-10-18 2:00 UTC (2+ messages)
[PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
2024-10-18 1:48 UTC (3+ messages)
` [PATCH v4] tmpfs: don't enable large folios if not supported
[PATCH 0/2] Improve the tmpfs large folio read performance
2024-10-18 1:45 UTC (7+ messages)
` [PATCH 2/2] mm: shmem: improve "
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