Show patches with: none      |   73729 patches
« 1 2 3 4737 738 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
lib: test_hmm: add missing MODULE_DESCRIPTION() macro lib: test_hmm: add missing MODULE_DESCRIPTION() macro - - - --- 2024-05-31 Jeff Johnson New
[v1,3/3] docs: hugetlbpage.rst: add softoffline_corrected_errors Userspace controls soft-offline HugeTLB pages - - - --- 2024-05-31 Jiaqi Yan New
[v1,2/3] selftest/mm: test softoffline_corrected_errors behaviors Userspace controls soft-offline HugeTLB pages - - - --- 2024-05-31 Jiaqi Yan New
[v1,1/3] mm/memory-failure: userspace controls soft-offlining hugetlb pages Userspace controls soft-offline HugeTLB pages - - - --- 2024-05-31 Jiaqi Yan New
[1/1] mm: fix xyz_noprof functions calling profiled functions [1/1] mm: fix xyz_noprof functions calling profiled functions - 1 - --- 2024-05-31 Suren Baghdasaryan New
[v4,6/6] mm/util: Use dedicated slab buckets for memdup_user() slab: Introduce dedicated bucket allocator - - - --- 2024-05-31 Kees Cook New
[v4,5/6] ipc, msg: Use dedicated slab buckets for alloc_msg() slab: Introduce dedicated bucket allocator - - - --- 2024-05-31 Kees Cook New
[v4,4/6] mm/slab: Introduce kmem_buckets_create() and family slab: Introduce dedicated bucket allocator - - - --- 2024-05-31 Kees Cook New
[v4,3/6] mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argument slab: Introduce dedicated bucket allocator - - - --- 2024-05-31 Kees Cook New
[v4,2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node() slab: Introduce dedicated bucket allocator - - - --- 2024-05-31 Kees Cook New
[v4,1/6] mm/slab: Introduce kmem_buckets typedef slab: Introduce dedicated bucket allocator - - - --- 2024-05-31 Kees Cook New
kunit/fortify: Remove __kmalloc_node() test kunit/fortify: Remove __kmalloc_node() test - - - --- 2024-05-31 Kees Cook New
[RFC,5/5] mm/mmap: Use split munmap calls for MAP_FIXED Avoid MAP_FIXED gap exposure - - - --- 2024-05-31 Liam R. Howlett New
[RFC,4/5] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas Avoid MAP_FIXED gap exposure - - - --- 2024-05-31 Liam R. Howlett New
[RFC,3/5] mm/mmap: Introduce vma_munmap_struct for use in munmap operations Avoid MAP_FIXED gap exposure - - - --- 2024-05-31 Liam R. Howlett New
[RFC,2/5] mm/mmap: Split do_vmi_align_munmap() into a gather and complete operation Avoid MAP_FIXED gap exposure - - - --- 2024-05-31 Liam R. Howlett New
[RFC,1/5] mm/mmap: Correctly position vma_iterator in __split_vma() Avoid MAP_FIXED gap exposure - - - --- 2024-05-31 Liam R. Howlett New
[v1] mm: read page_type using READ_ONCE [v1] mm: read page_type using READ_ONCE - 2 - --- 2024-05-31 David Hildenbrand New
mm: sparse: Consistently use _nr mm: sparse: Consistently use _nr - - - --- 2024-05-31 Dev Jain New
mm: Reduce the number of slab->folio casts mm: Reduce the number of slab->folio casts - - - --- 2024-05-31 Matthew Wilcox New
[v2,2/2] mm/damon/core: implement multi-context support DAMON multiple contexts support - - - --- 2024-05-31 Alex Rusuf New
[v2,1/2] mm/damon/core: add 'struct kdamond' abstraction layer DAMON multiple contexts support - - - --- 2024-05-31 Alex Rusuf New
[RFC] mm: swap: reuse exclusive folio directly instead of wp page faults [RFC] mm: swap: reuse exclusive folio directly instead of wp page faults - - - --- 2024-05-31 Barry Song New
[RFC,4/4] mm, page_alloc: add static key for should_fail_alloc_page() static key support for error injection functions - 1 - --- 2024-05-31 Vlastimil Babka New
[RFC,3/4] mm, slab: add static key for should_failslab() static key support for error injection functions 1 1 - --- 2024-05-31 Vlastimil Babka New
[RFC,2/4] error-injection: support static keys around injectable functions static key support for error injection functions - - - --- 2024-05-31 Vlastimil Babka New
[RFC,1/4] fault-inject: add support for static keys around fault injection sites static key support for error injection functions - - - --- 2024-05-31 Vlastimil Babka New
[v11,12/12] mm, vmscan: apply luf mechanism to unmapping during folio reclaim LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,11/12] mm, migrate: apply luf mechanism to unmapping during migration LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,10/12] mm: separate move/undo parts from migrate_pages_batch() LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,09/12] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,08/12] mm/rmap: recognize read-only tlb entries during batched tlb flush LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,07/12] mm: add a parameter, unmap generation number, to free_unref_folios() LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,06/12] mm: add folio_put_ugen() to deliver unmap generation number to pcp or buddy LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,05/12] mm: buddy: make room for a new variable, ugen, in struct page LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,04/12] x86/tlb, riscv/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush() LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,03/12] riscv, tlb: add APIs manipulating tlb batch's arch data LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,02/12] arm64: tlbflush: add APIs manipulating tlb batch's arch data LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
[v11,01/12] x86/tlb: add APIs manipulating tlb batch's arch data LUF(Lazy Unmap Flush) reducing tlb numbers over 90% - - - --- 2024-05-31 Byungchul Park New
mm: userfaultfd: Use swap() in double_pt_lock() mm: userfaultfd: Use swap() in double_pt_lock() - 1 - --- 2024-05-31 Jiapeng Chong New
[3/3] mm,swap: simplify VMA based swap readahead window calculation mm,swap: cleanup VMA based swap readahead window calculation - - - --- 2024-05-31 Huang Ying New
[2/3] mm,swap: remove struct vma_swap_readahead mm,swap: cleanup VMA based swap readahead window calculation - - - --- 2024-05-31 Huang Ying New
[1/3] mm,swap: fix a theoretical underflow in readahead window calculation mm,swap: cleanup VMA based swap readahead window calculation - - - --- 2024-05-31 Huang Ying New
fs: sys_ringbuffer() (WIP) fs: sys_ringbuffer() (WIP) - - - --- 2024-05-31 Kent Overstreet New
mm/memory-failure: Stop setting the folio error flag mm/memory-failure: Stop setting the folio error flag - - - --- 2024-05-31 Matthew Wilcox New
[PATCHv3] mm: fix incorrect vbq reference in purge_fragmented_block [PATCHv3] mm: fix incorrect vbq reference in purge_fragmented_block - - - --- 2024-05-31 zhaoyang.huang New
[RFC,v2] mm/vmalloc: fix vbq->free list breakage [RFC,v2] mm/vmalloc: fix vbq->free list breakage - - - --- 2024-05-31 Hailong Liu New
[PATCHv2] mm: fix incorrect vbq reference in purge_fragmented_block [PATCHv2] mm: fix incorrect vbq reference in purge_fragmented_block - - - --- 2024-05-31 zhaoyang.huang New
[3/3] mm/mm_init.c: not always search next deferred_init_pfn from very beginning [1/3] mm/mm_init.c: get the highest zone directly - - - --- 2024-05-31 Wei Yang New
[2/3] mm/mm_init.c: use deferred_init_mem_pfn_range_in_zone() to decide loop condition [1/3] mm/mm_init.c: get the highest zone directly - - - --- 2024-05-31 Wei Yang New
[1/3] mm/mm_init.c: get the highest zone directly [1/3] mm/mm_init.c: get the highest zone directly - - - --- 2024-05-31 Wei Yang New
[net-next,v10,07/14] page_pool: devmem support Untitled series #857459 - - - --- 2024-05-30 Mina Almasry New
[net-next,v10,06/14] page_pool: convert to use netmem Untitled series #857459 - - - --- 2024-05-30 Mina Almasry New
[v2] mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages() [v2] mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages() 1 - - --- 2024-05-30 Sidhartha Kumar New
[v3] vmstat: Kernel stack usage histogram [v3] vmstat: Kernel stack usage histogram - - - --- 2024-05-30 Pasha Tatashin New
[2/2] mm: remove code to handle same filled pages mm: store zero pages to be swapped out in a bitmap - - - --- 2024-05-30 Usama Arif New
[1/2] mm: store zero pages to be swapped out in a bitmap mm: store zero pages to be swapped out in a bitmap - - - --- 2024-05-30 Usama Arif New
[RFC] mm/vmalloc: fix vbq->free breakage [RFC] mm/vmalloc: fix vbq->free breakage - - - --- 2024-05-30 Hailong Liu New
mm: fix incorrect vbq reference in purge_fragmented_block mm: fix incorrect vbq reference in purge_fragmented_block - - - --- 2024-05-30 zhaoyang.huang New
[v3,6/6] mm: shmem: add mTHP counters for anonymous shmem add mTHP support for anonymous shmem - - - --- 2024-05-30 Baolin Wang New
[v3,5/6] mm: shmem: add mTHP size alignment in shmem_get_unmapped_area add mTHP support for anonymous shmem - - 1 --- 2024-05-30 Baolin Wang New
[v3,4/6] mm: shmem: add mTHP support for anonymous shmem add mTHP support for anonymous shmem - - - --- 2024-05-30 Baolin Wang New
[v3,3/6] mm: shmem: add multi-size THP sysfs interface for anonymous shmem add mTHP support for anonymous shmem - - - --- 2024-05-30 Baolin Wang New
[v3,2/6] mm: shmem: add THP validation for PMD-mapped THP related statistics add mTHP support for anonymous shmem - 1 - --- 2024-05-30 Baolin Wang New
[v3,1/6] mm: memory: extend finish_fault() to support large folio add mTHP support for anonymous shmem - - - --- 2024-05-30 Baolin Wang New
[v4,7/7] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test mm: multi-gen LRU: Walk secondary MMU page tables while aging - - - --- 2024-05-29 James Houghton New
[v4,6/7] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn mm: multi-gen LRU: Walk secondary MMU page tables while aging - - - --- 2024-05-29 James Houghton New
[v4,5/7] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn mm: multi-gen LRU: Walk secondary MMU page tables while aging - - - --- 2024-05-29 James Houghton New
[v4,4/7] KVM: Move MMU lock acquisition for test/clear_young to architecture mm: multi-gen LRU: Walk secondary MMU page tables while aging - - - --- 2024-05-29 James Houghton New
[v4,3/7] KVM: Add lockless memslot walk to KVM mm: multi-gen LRU: Walk secondary MMU page tables while aging - - - --- 2024-05-29 James Houghton New
[v4,2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging mm: multi-gen LRU: Walk secondary MMU page tables while aging - - - --- 2024-05-29 James Houghton New
[v4,1/7] mm/Kconfig: Add LRU_GEN_WALKS_SECONDARY_MMU mm: multi-gen LRU: Walk secondary MMU page tables while aging - - - --- 2024-05-29 James Houghton New
[RFC,v2,06/19] Add a vmalloc_node_user function fuse: fuse-over-io-uring 1 - - --- 2024-05-29 Bernd Schubert New
mm: vmscan: reset sc->priority on retry mm: vmscan: reset sc->priority on retry - 1 - --- 2024-05-29 Shakeel Butt New
[v6,11/11] xfs: enable block size larger than page size support enable bs > ps in XFS - 1 - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v6,10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count() enable bs > ps in XFS - 1 - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v6,09/11] xfs: expose block size in stat enable bs > ps in XFS - 1 - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v6,08/11] xfs: use kvmalloc for xattr buffers enable bs > ps in XFS - 2 - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v6,07/11] iomap: fix iomap_dio_zero() for fs bs > system page size enable bs > ps in XFS - - - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v6,06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range() enable bs > ps in XFS - - - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v6,05/11] mm: split a folio in minimum folio order chunks enable bs > ps in XFS - - - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v6,04/11] readahead: allocate folios with mapping_min_order in readahead enable bs > ps in XFS - 1 - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v6,03/11] filemap: allocate mapping_min_order folios in the page cache enable bs > ps in XFS - 2 - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v6,02/11] fs: Allow fine-grained control of folio sizes enable bs > ps in XFS - - - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v6,01/11] readahead: rework loop in page_cache_ra_unbounded() enable bs > ps in XFS 1 - - --- 2024-05-29 Pankaj Raghav (Samsung) New
[v2,6/6] mm/mm_init: initialize page->_mapcount directly in __init_single_page() mm: page_type, zsmalloc and page_mapcount_reset() - - - --- 2024-05-29 David Hildenbrand New
[v2,5/6] mm/filemap: reinitialize folio->_mapcount directly mm: page_type, zsmalloc and page_mapcount_reset() - - - --- 2024-05-29 David Hildenbrand New
[v2,4/6] mm/page_alloc: clear PageBuddy using __ClearPageBuddy() for bad pages mm: page_type, zsmalloc and page_mapcount_reset() - - - --- 2024-05-29 David Hildenbrand New
[v2,3/6] mm/zsmalloc: use a proper page type mm: page_type, zsmalloc and page_mapcount_reset() - 1 - --- 2024-05-29 David Hildenbrand New
[v2,2/6] mm: allow reuse of the lower 16 bit of the page type with an actual type mm: page_type, zsmalloc and page_mapcount_reset() - - - --- 2024-05-29 David Hildenbrand New
[v2,1/6] mm: update _mapcount and page_type documentation mm: page_type, zsmalloc and page_mapcount_reset() - - - --- 2024-05-29 David Hildenbrand New
[v5,6/6] mm: swap: entirely map large folios found in swapcache large folios swap-in: handle refault cases first - 2 - --- 2024-05-29 Barry Song New
[v5,5/6] mm: swap: make should_try_to_free_swap() support large-folio large folios swap-in: handle refault cases first 1 3 - --- 2024-05-29 Barry Song New
[v5,4/6] mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages large folios swap-in: handle refault cases first - 2 - --- 2024-05-29 Barry Song New
[v5,3/6] mm: introduce pte_move_swp_offset() helper which can move offset bidirectionally large folios swap-in: handle refault cases first - 2 - --- 2024-05-29 Barry Song New
[v5,2/6] mm: remove the implementation of swap_free() and always use swap_free_nr() large folios swap-in: handle refault cases first 1 2 - --- 2024-05-29 Barry Song New
[v5,1/6] mm: swap: introduce swap_free_nr() for batched swap_free() large folios swap-in: handle refault cases first 1 2 - --- 2024-05-29 Barry Song New
memblock: make memblock_set_node() also warn about use of MAX_NUMNODES memblock: make memblock_set_node() also warn about use of MAX_NUMNODES - - - --- 2024-05-29 Jan Beulich New
mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages() mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages() - - - --- 2024-05-28 Sidhartha Kumar New
[v1,14/14] MAINTAINERS: add mm/memcontrol-v1.c/h to the list of maintained files mm: memcg: separate legacy cgroup v1 code and put under config option - - - --- 2024-05-28 Roman Gushchin New
« 1 2 3 4737 738 »