Show patches with: State = Action Required       |   73277 patches
« 1 2 ... 67 68 69732 733 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[17/32] lib/string: Add KMSAN support to strlcpy() and strlcat() kmsan: Enable on s390 - - - --- 2023-11-15 Ilya Leoshkevich New
[16/32] mm: kfence: Disable KMSAN when checking the canary kmsan: Enable on s390 - - - --- 2023-11-15 Ilya Leoshkevich New
[15/32] mm: slub: Let KMSAN access metadata kmsan: Enable on s390 - - - --- 2023-11-15 Ilya Leoshkevich New
[13/32] kmsan: Support SLAB_POISON kmsan: Enable on s390 - - - --- 2023-11-15 Ilya Leoshkevich New
[12/32] kmsan: Allow disabling KMSAN checks for the current task kmsan: Enable on s390 - - - --- 2023-11-15 Ilya Leoshkevich New
[11/32] kmsan: Export panic_on_kmsan kmsan: Enable on s390 - 1 - --- 2023-11-15 Ilya Leoshkevich New
[10/32] kmsan: Expose kmsan_get_metadata() kmsan: Enable on s390 - - - --- 2023-11-15 Ilya Leoshkevich New
[08/32] kmsan: Remove an x86-specific #include from kmsan.h kmsan: Enable on s390 - 1 - --- 2023-11-15 Ilya Leoshkevich New
[06/32] kmsan: Fix kmsan_copy_to_user() on arches with overlapping address spaces kmsan: Enable on s390 - 1 - --- 2023-11-15 Ilya Leoshkevich New
[05/32] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces kmsan: Enable on s390 - - - --- 2023-11-15 Ilya Leoshkevich New
[04/32] kmsan: Increase the maximum store size to 4096 kmsan: Enable on s390 - - - --- 2023-11-15 Ilya Leoshkevich New
[02/32] kmsan: Make the tests compatible with kmsan.panic=1 kmsan: Enable on s390 - 1 - --- 2023-11-15 Ilya Leoshkevich New
[01/32] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func() kmsan: Enable on s390 - - - --- 2023-11-15 Ilya Leoshkevich New
[v2] libfs: getdents() should return 0 after reaching EOD [v2] libfs: getdents() should return 0 after reaching EOD - - - --- 2023-11-15 Chuck Lever New
[v5] zswap: memcontrol: implement zswap writeback disabling [v5] zswap: memcontrol: implement zswap writeback disabling - - - --- 2023-11-15 Nhat Pham New
[v2,14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,13/14] arm64/mm: Implement ptep_set_wrprotects() to optimize fork() Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,12/14] arm64/mm: Wire up PTE_CONT for user mappings Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,11/14] arm64/mm: Split __flush_tlb_range() to elide trailing DSB Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,10/14] arm64/mm: ptep_get(): New layer to manage contig bit Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,09/14] arm64/mm: ptep_set_access_flags(): New layer to manage contig bit Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,08/14] arm64/mm: ptep_set_wrprotect(): New layer to manage contig bit Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,07/14] arm64/mm: ptep_clear_flush_young(): New layer to manage contig bit Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,06/14] arm64/mm: ptep_test_and_clear_young(): New layer to manage contig bit Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,05/14] arm64/mm: ptep_get_and_clear(): New layer to manage contig bit Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,04/14] arm64/mm: pte_clear(): New layer to manage contig bit Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,03/14] arm64/mm: set_ptes()/set_pte_at(): New layer to manage contig bit Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,02/14] arm64/mm: set_pte(): New layer to manage contig bit Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v2,01/14] mm: Batch-copy PTE ranges during fork() Transparent Contiguous PTEs for User Mappings - - - --- 2023-11-15 Ryan Roberts New
[v3,10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-11-15 David Howells New
[v3,09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-11-15 David Howells New
[v3,08/10] iov_iter: Add benchmarking kunit tests iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-11-15 David Howells New
[v3,07/10] iov_iter: Add extract kunit tests for ITER_UBUF and ITER_IOVEC iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-11-15 David Howells New
[v3,06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-11-15 David Howells New
[v3,05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-11-15 David Howells New
[v3,04/10] iov_iter: Consolidate bvec pattern checking iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-11-15 David Howells New
[v3,03/10] iov_iter: Consolidate the test vector struct in the kunit tests iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-11-15 David Howells New
[v3,02/10] iov_iter: Consolidate some of the repeated code into helpers iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-11-15 David Howells New
[v3,01/10] iov_iter: Fix some checkpatch complaints in kunit tests iov_iter: kunit: Cleanup, abstraction and more tests - - - --- 2023-11-15 David Howells New
[v7,10/10] selftests/mm/cow: Add tests for anonymous small-sized THP Small-sized THP for anonymous memory - - - --- 2023-11-15 Ryan Roberts New
[v7,09/10] selftests/mm/cow: Generalize do_run_with_thp() helper Small-sized THP for anonymous memory - - - --- 2023-11-15 Ryan Roberts New
[v7,08/10] selftests/mm/khugepaged: Enlighten for small-sized THP Small-sized THP for anonymous memory - - - --- 2023-11-15 Ryan Roberts New
[v7,07/10] selftests/mm: Support small-sized THP interface in thp_settings Small-sized THP for anonymous memory - - - --- 2023-11-15 Ryan Roberts New
[v7,06/10] selftests/mm: Factor out thp settings management Small-sized THP for anonymous memory - - - --- 2023-11-15 Ryan Roberts New
[v7,05/10] selftests/mm/kugepaged: Restore thp settings at exit Small-sized THP for anonymous memory - - - --- 2023-11-15 Ryan Roberts New
[v7,04/10] mm: thp: Support allocation of anonymous small-sized THP Small-sized THP for anonymous memory - - - --- 2023-11-15 Ryan Roberts New
[v7,03/10] mm: thp: Introduce per-size thp sysfs interface Small-sized THP for anonymous memory - - - --- 2023-11-15 Ryan Roberts New
[v7,02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap() Small-sized THP for anonymous memory - 2 - --- 2023-11-15 Ryan Roberts New
[v7,01/10] mm: Allow deferred splitting of arbitrary anon large folios Small-sized THP for anonymous memory - 4 - --- 2023-11-15 Ryan Roberts New
[2/2] mm/kmemleak: move set_track_prepare() outside raw_spinlocks Fix invalid wait context of set_track_prepare() 1 - - --- 2023-11-15 Liu Shixin New
[1/2] Revert "mm/kmemleak: move the initialisation of object to __link_object" Fix invalid wait context of set_track_prepare() 1 - - --- 2023-11-15 Liu Shixin New
mm/pgtable: return null if no ptl in __pte_offset_map_lock mm/pgtable: return null if no ptl in __pte_offset_map_lock - - - --- 2023-11-15 José Pekkarinen New
[v9] mm: vmscan: try to reclaim swapcache pages if no swap space [v9] mm: vmscan: try to reclaim swapcache pages if no swap space - 2 1 --- 2023-11-15 Liu Shixin New
[7/8] s390/sclp: remove unhandled memory notifier type implement "memmap on memory" feature on s390 - 1 - --- 2023-11-14 Sumanth Korikkar New
[5/8] s390/mm: allocate vmemmap pages from self-contained memory range implement "memmap on memory" feature on s390 - 1 - --- 2023-11-14 Sumanth Korikkar New
[3/8] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE implement "memmap on memory" feature on s390 - 2 - --- 2023-11-14 Sumanth Korikkar New
[2/8] mm/memory_hotplug: fix error handling in add_memory_resource() implement "memmap on memory" feature on s390 - 1 - --- 2023-11-14 Sumanth Korikkar New
[v1] mm: More ptep_get() conversion [v1] mm: More ptep_get() conversion - - - --- 2023-11-14 Ryan Roberts New
[RFC] libfs: getdents() should return 0 after reaching EOD [RFC] libfs: getdents() should return 0 after reaching EOD - - - --- 2023-11-14 Chuck Lever New
[RFC,6/6] cxl: scrub: sysfs: Add Documentation for CXL memory device scrub control attributes cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control fea… - - - --- 2023-11-14 Shiju Jose New
[RFC,5/6] cxl/memscrub: Add CXL device DDR5 ECS control feature cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control fea… - - - --- 2023-11-14 Shiju Jose New
[RFC,4/6] memory: scrub: Add scrub control attributes for the DDR5 ECS cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control fea… - - - --- 2023-11-14 Shiju Jose New
[RFC,3/6] memory: scrub: Add function to show scrub attributes in decimal cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control fea… - - - --- 2023-11-14 Shiju Jose New
[RFC,2/6] cxl/memscrub: Add CXL device patrol scrub control feature cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control fea… - - - --- 2023-11-14 Shiju Jose New
[RFC,1/6] cxl/mbox: Add GET_SUPPORTED_FEATURES, GET_FEATURE and SET_FEATURE mailbox commands cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control fea… - - - --- 2023-11-14 Shiju Jose New
ksm: delay the check of splitting compound pages ksm: delay the check of splitting compound pages - 1 - --- 2023-11-14 Yang Yang New
mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v3) mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v3) - 2 - --- 2023-11-14 Kasireddy, Vivek New
Documentation/mm: Drop pte_bad() descriptions from arch page table helpers Documentation/mm: Drop pte_bad() descriptions from arch page table helpers - 1 - --- 2023-11-14 Anshuman Khandual New
[v2] mm/page_owner: record and dump free_pid and free_tgid [v2] mm/page_owner: record and dump free_pid and free_tgid - - - --- 2023-11-14 Barry Song New
[RFC,V3] arm64: mm: swap: save and restore mte tags for large folios [RFC,V3] arm64: mm: swap: save and restore mte tags for large folios - - - --- 2023-11-14 Barry Song New
hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write - 1 - --- 2023-11-14 Mike Kravetz New
[2/2] mm: vmstat: use node_page_state_snapshot in too_many_isolated mm: too_many_isolated can stall due to out of sync VM counters - - - --- 2023-11-13 Marcelo Tosatti New
[1/2] mm: vmstat: introduce node_page_state_pages_snapshot mm: too_many_isolated can stall due to out of sync VM counters - - - --- 2023-11-13 Marcelo Tosatti New
[RFC] kasan: Record and report more information [RFC] kasan: Record and report more information - - - --- 2023-11-13 Juntong Deng New
[20/20] mm/slub: optimize free fast path code layout remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[19/20] mm/slub: optimize alloc fastpath code layout remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[18/20] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[17/20] mm/slab: move kmalloc() functions from slab_common.c to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[16/20] mm/slab: move kmalloc_slab() to mm/slab.h remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[15/20] mm/slab: move kfree() from slab_common.c to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[14/20] mm/slab: move struct kmem_cache_node from slab.h to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[13/20] mm/slab: move memcg related functions from slab.h to slub.c remove the SLAB allocator 1 1 - --- 2023-11-13 Vlastimil Babka New
[12/20] mm/slab: move pre/post-alloc hooks from slab.h to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[11/20] mm/slab: consolidate includes in the internal mm/slab.h remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[10/20] mm/slab: move the rest of slub_def.h to mm/slab.h remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[09/20] mm/slab: move struct kmem_cache_cpu declaration to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[08/20] mm/slab: remove mm/slab.c and slab_def.h remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[07/20] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[06/20] mm/slab: remove CONFIG_SLAB code from slab common code remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[05/20] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[04/20] mm/memcontrol: remove CONFIG_SLAB #ifdef guards remove the SLAB allocator 1 1 - --- 2023-11-13 Vlastimil Babka New
[03/20] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal remove the SLAB allocator - 2 - --- 2023-11-13 Vlastimil Babka New
[02/20] KASAN: remove code paths guarded by CONFIG_SLAB remove the SLAB allocator - 2 - --- 2023-11-13 Vlastimil Babka New
[01/20] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[v1,4/4] mm/compaction: optimize >0 order folio compaction by sorting source pages. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v1,3/4] mm/compaction: optimize >0 order folio compaction with free page split. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v1,2/4] mm/compaction: add support for >0 order folio memory compaction. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v1,1/4] mm/compaction: enable compacting >0 order folios. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v2,6/6] mm: memory: use folio_prealloc() in do_anonymous_page() mm: cleanup and use more folio in page fault - - - --- 2023-11-13 Kefeng Wang New
[v2,5/6] mm: memory: use folio_prealloc() in wp_page_copy() mm: cleanup and use more folio in page fault - 1 - --- 2023-11-13 Kefeng Wang New
« 1 2 ... 67 68 69732 733 »