Show patches with: State = Action Required       |    Archived = No       |   37448 patches
« 1 2 ... 154 155 156374 375 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,23/30] sparc64: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,22/30] sparc32: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,21/30] superh: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,20/30] s390: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,19/30] riscv: Implement the new page table range API New page table range API - 1 - --- 2023-02-27 Matthew Wilcox New
[v2,18/30] powerpc: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,17/30] parisc: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,16/30] openrisc: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,15/30] nios2: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,14/30] mips: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,13/30] microblaze: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,12/30] m68k: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,11/30] loongarch: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,10/30] ia64: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,09/30] hexagon: Implement the new page table range API New page table range API 1 - - --- 2023-02-27 Matthew Wilcox New
[v2,08/30] csky: Implement the new page table range API New page table range API 1 - - --- 2023-02-27 Matthew Wilcox New
[v2,07/30] arm64: Implement the new page table range API New page table range API - 1 - --- 2023-02-27 Matthew Wilcox New
[v2,06/30] arc: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,05/30] alpha: Implement the new page table range API New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,04/30] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,03/30] mm: Add folio_flush_mapping() New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,02/30] mm: Add generic flush_icache_pages() and documentation New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v2,01/30] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set() New page table range API - - - --- 2023-02-27 Matthew Wilcox New
[v4,33/33] mm: separate vma->lock from vm_area_struct Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,32/33] mm/mmap: free vm_area_struct without call_rcu in exit_mmap Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,31/33] powerc/mm: try VMA lock-based page fault handling first Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,30/33] arm64/mm: try VMA lock-based page fault handling first Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,29/33] x86/mm: try VMA lock-based page fault handling first Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,28/33] mm: introduce per-VMA lock statistics Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,27/33] mm: prevent userfaults to be handled under per-vma lock Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,26/33] mm: prevent do_swap_page from handling page faults under VMA lock Per-VMA locks - 1 - --- 2023-02-27 Suren Baghdasaryan New
[v4,25/33] mm: add FAULT_FLAG_VMA_LOCK flag Per-VMA locks - 1 - --- 2023-02-27 Suren Baghdasaryan New
[v4,24/33] mm: fall back to mmap_lock if vma->anon_vma is not yet set Per-VMA locks - 1 - --- 2023-02-27 Suren Baghdasaryan New
[v4,23/33] mm: introduce lock_vma_under_rcu to be used from arch-specific code Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,22/33] mm: introduce vma detached flag Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,21/33] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,20/33] kernel/fork: assert no VMA readers during its destruction Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,19/33] mm: conditionally write-lock VMA in free_pgtables Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,18/33] mm: write-lock VMAs before removing them from VMA tree Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,17/33] mm/mremap: write-lock VMA while remapping it to a new address range Per-VMA locks - 2 - --- 2023-02-27 Suren Baghdasaryan New
[v4,16/33] mm/mmap: write-lock VMAs in vma_prepare before modifying them Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,15/33] mm/khugepaged: write-lock VMA while collapsing a huge page Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,14/33] mm/mmap: move vma_prepare before vma_adjust_trans_huge Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,13/33] mm: mark VMA as being written when changing vm_flags Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,12/33] mm: add per-VMA lock and helper functions to control it Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,11/33] mm: move mmap_lock assert function definitions Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,10/33] mm: rcu safe VMA freeing Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,09/33] mm: introduce CONFIG_PER_VMA_LOCK Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,08/33] mm: Enable maple tree RCU mode by default. Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,07/33] maple_tree: Add RCU lock checking to rcu callback functions Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,06/33] maple_tree: Add smp_rmb() to dead node detection Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,05/33] maple_tree: Fix write memory barrier of nodes once dead for RCU mode Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,04/33] maple_tree: remove extra smp_wmb() from mas_dead_leaves() Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,03/33] maple_tree: Fix freeing of nodes in rcu mode Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,02/33] maple_tree: Detect dead nodes in mas_start() Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
[v4,01/33] maple_tree: Be more cautious about dead nodes Per-VMA locks - - - --- 2023-02-27 Suren Baghdasaryan New
kcov: improve documentation kcov: improve documentation - - - --- 2023-02-27 andrey.konovalov@linux.dev New
[RFC,v2] splice: Prevent gifting of multipage folios [RFC,v2] splice: Prevent gifting of multipage folios - 1 - --- 2023-02-27 David Howells New
[RFC] splice: Prevent gifting of multipage folios [RFC] splice: Prevent gifting of multipage folios - - - --- 2023-02-27 David Howells New
[mm] kasan, powerpc: Don't rename memintrinsics if compiler adds prefixes [mm] kasan, powerpc: Don't rename memintrinsics if compiler adds prefixes 1 - - --- 2023-02-27 Marco Elver New
[GIT,PULL] memblock: small optimizations [GIT,PULL] memblock: small optimizations - - - --- 2023-02-27 Mike Rapoport New
[v3,8/8] mm: shrinkers: convert shrinker_rwsem to mutex make slab shrink lockless - - - --- 2023-02-26 Qi Zheng New
[v3,7/8] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers() make slab shrink lockless - - - --- 2023-02-26 Qi Zheng New
[v3,6/8] mm: vmscan: hold write lock to reparent shrinker nr_deferred make slab shrink lockless - - - --- 2023-02-26 Qi Zheng New
[v3,5/8] mm: shrinkers: make count and scan in shrinker debugfs lockless make slab shrink lockless - - - --- 2023-02-26 Qi Zheng New
[v3,4/8] mm: vmscan: add shrinker_srcu_generation make slab shrink lockless - - - --- 2023-02-26 Qi Zheng New
[v3,3/8] mm: vmscan: make memcg slab shrink lockless make slab shrink lockless - - - --- 2023-02-26 Qi Zheng New
[v3,2/8] mm: vmscan: make global slab shrink lockless make slab shrink lockless - - - --- 2023-02-26 Qi Zheng New
[v3,1/8] mm: vmscan: add a map_nr_max field to shrinker_info make slab shrink lockless - - - --- 2023-02-26 Qi Zheng New
selftests: cgroup: Add 'malloc' failures checks in test_memcontrol selftests: cgroup: Add 'malloc' failures checks in test_memcontrol 2 1 - --- 2023-02-26 Ivan Orlov New
mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey() mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey() - - - --- 2023-02-24 Liam R. Howlett New
[RFC] cifs: Improve use of filemap_get_folios_tag() [RFC] cifs: Improve use of filemap_get_folios_tag() - - - --- 2023-02-24 David Howells New
[RFC] cifs, afs: Revert changes to {cifs,afs}_writepages_region() [RFC] cifs, afs: Revert changes to {cifs,afs}_writepages_region() - - - --- 2023-02-24 David Howells New
[RFC] cifs: Fix cifs_writepages_region() [RFC] cifs: Fix cifs_writepages_region() - - - --- 2023-02-24 David Howells New
[3/3] migrate_pages: try migrate in batch asynchronously firstly migrate_pages: fix deadlock in batched synchronous migration - 1 1 --- 2023-02-24 Huang, Ying New
[2/3] migrate_pages: move split folios processing out of migrate_pages_batch() migrate_pages: fix deadlock in batched synchronous migration - 1 - --- 2023-02-24 Huang, Ying New
[1/3] migrate_pages: fix deadlock in batched migration migrate_pages: fix deadlock in batched synchronous migration - - - --- 2023-02-24 Huang, Ying New
[2/2] docs/mm: hugetlbfs_reserv: fix a reference to a file that doesn't exist [1/2] docs/mm: Physical Memory: fix a reference to a file that doesn't exist - - - --- 2023-02-24 Mike Rapoport New
[1/2] docs/mm: Physical Memory: fix a reference to a file that doesn't exist [1/2] docs/mm: Physical Memory: fix a reference to a file that doesn't exist - - - --- 2023-02-24 Mike Rapoport New
[RFC,11/11] mm/mremap: simplify vma expansion again cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,10/11] mm/mmap: start distinguishing if vma can be removed in mergeability test cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,09/11] mm/mmap/vma_merge: convert mergeability checks to return bool cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,08/11] mm/mmap/vma_merge: rename adj_next to adj_start cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,07/11] mm/mmap/vma_merge: set mid to NULL if not applicable cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,06/11] mm/mmap/vma_merge: initialize mid and next in natural order cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,05/11] mm/mmap/vma_merge: use the proper vma pointer in case 4 cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,04/11] mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6 cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,03/11] mm/mmap/vma_merge: use the proper vma pointer in case 3 cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,02/11] mm/mmap/vma_merge: use only primary pointers for preparing merge cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[RFC,01/11] mm/mremap: fix dup_anon_vma() in vma_merge() case 4 cleanup vma_merge and improve mergeability tests - - - --- 2023-02-24 Vlastimil Babka New
[v5,4/4] kasan, x86: Don't rename memintrinsics in uninstrumented files [v5,1/4] kasan: Emit different calls for instrumentable memintrinsics - 1 - --- 2023-02-24 Marco Elver New
[v5,3/4] kasan: test: Fix test for new meminstrinsic instrumentation [v5,1/4] kasan: Emit different calls for instrumentable memintrinsics - 1 2 --- 2023-02-24 Marco Elver New
[v5,2/4] kasan: Treat meminstrinsic as builtins in uninstrumented files [v5,1/4] kasan: Emit different calls for instrumentable memintrinsics - 1 2 --- 2023-02-24 Marco Elver New
[v5,1/4] kasan: Emit different calls for instrumentable memintrinsics [v5,1/4] kasan: Emit different calls for instrumentable memintrinsics 1 1 2 --- 2023-02-24 Marco Elver New
kasan: remove PG_skip_kasan_poison flag kasan: remove PG_skip_kasan_poison flag - - - --- 2023-02-24 Peter Collingbourne New
Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare" Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare" - 1 - --- 2023-02-24 Peter Collingbourne New
[v3,3/3] selftests/mm: add new selftests for KSM mm: process/cgroup ksm support - - - --- 2023-02-24 Stefan Roesch New
[v3,2/3] mm: add new KSM process and sysfs knobs mm: process/cgroup ksm support - 1 - --- 2023-02-24 Stefan Roesch New
[v3,1/3] mm: add new api to enable ksm per process mm: process/cgroup ksm support - - - --- 2023-02-24 Stefan Roesch New
[v2,7/7] mm: shrinkers: convert shrinker_rwsem to mutex make slab shrink lockless - - - --- 2023-02-23 Qi Zheng New
« 1 2 ... 154 155 156374 375 »