Show patches with: State = Action Required       |   72635 patches
« 1 2 ... 151 152 153726 727 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v11,6/7] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-03-09 Muhammad Usama Anjum New
[v11,5/7] tools headers UAPI: Update linux/fs.h with the kernel sources Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-03-09 Muhammad Usama Anjum New
[v11,4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-03-09 Muhammad Usama Anjum New
[v11,3/7] userfaultfd: update documentation to describe UFFD_FEATURE_WP_ASYNC Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-03-09 Muhammad Usama Anjum New
[v11,2/7] userfaultfd: Define dummy uffd_wp_range() Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-03-09 Muhammad Usama Anjum New
[v11,1/7] userfaultfd: Add UFFD WP Async support Implement IOCTL to get and optionally clear info about PTEs - - - --- 2023-03-09 Muhammad Usama Anjum New
mm: hugetlb: move hugeltb sysctls to its own file mm: hugetlb: move hugeltb sysctls to its own file - 3 - --- 2023-03-09 Kefeng Wang New
[10/10] mm/mremap: simplify vma expansion again cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[09/10] mm/mmap: start distinguishing if vma can be removed in mergeability test cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[08/10] mm/mmap/vma_merge: convert mergeability checks to return bool cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[07/10] mm/mmap/vma_merge: rename adj_next to adj_start cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[06/10] mm/mmap/vma_merge: set mid to NULL if not applicable cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[05/10] mm/mmap/vma_merge: initialize mid and next in natural order cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[04/10] mm/mmap/vma_merge: use the proper vma pointer in case 4 cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[03/10] mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6 cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[02/10] mm/mmap/vma_merge: use the proper vma pointer in case 3 cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[01/10] mm/mmap/vma_merge: use only primary pointers for preparing merge cleanup vma_merge() and improve mergeability tests - 1 - --- 2023-03-09 Vlastimil Babka New
[v2,3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim Ignore non-LRU-based reclaim in memcg reclaim - - - --- 2023-03-09 Yosry Ahmed New
[v2,2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state Ignore non-LRU-based reclaim in memcg reclaim - - - --- 2023-03-09 Yosry Ahmed New
[v2,1/3] mm: vmscan: move set_task_reclaim_state() after cgroup_reclaim() Ignore non-LRU-based reclaim in memcg reclaim - - - --- 2023-03-09 Yosry Ahmed New
mm,kfence: decouple kfence from page granularity mapping judgement mm,kfence: decouple kfence from page granularity mapping judgement - - - --- 2023-03-09 Zhenhua Huang New
mm: memory-failure: Move memory failure sysctls to its own file mm: memory-failure: Move memory failure sysctls to its own file 1 - - --- 2023-03-09 Kefeng Wang New
[V3,1/2] mm: compaction: move compact_memory sysctl to its own file [V3,1/2] mm: compaction: move compact_memory sysctl to its own file - - - --- 2023-03-09 ye.xingchen@zte.com.cn New
[V3,2/2] mm: compaction: limit illegal input parameters of compact_memory interface [V3,1/2] mm: compaction: move compact_memory sysctl to its own file - - - --- 2023-03-09 ye.xingchen@zte.com.cn New
[v4,4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP 2 - - --- 2023-03-08 Axel Rasmussen New
[v4,3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP 3 - - --- 2023-03-08 Axel Rasmussen New
[v4,2/4] mm: userfaultfd: don't pass around both mm and vma mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP 2 - - --- 2023-03-08 Axel Rasmussen New
[v4,1/4] mm: userfaultfd: rename functions for clarity + consistency mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP 2 - - --- 2023-03-08 Axel Rasmussen New
[v2] mm/ksm: Fix race with VMA iteration and mm_struct teardown [v2] mm/ksm: Fix race with VMA iteration and mm_struct teardown 1 - - --- 2023-03-08 Liam R. Howlett New
[v1,4/4] tools headers UAPI: Sync linux/prctl.h with the kernel sources Fixes for MDWE prctl 1 - - --- 2023-03-08 Joey Gouly New
[v1,3/4] kselftest: vm: fix unused variable warning Fixes for MDWE prctl 1 - - --- 2023-03-08 Joey Gouly New
[v17,14/14] block: convert bio_map_user_iov to use iov_iter_extract_pages splice, block: Use page pinning and kill ITER_PIPE - 2 - --- 2023-03-08 David Howells New
[v17,13/14] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages splice, block: Use page pinning and kill ITER_PIPE - 2 - --- 2023-03-08 David Howells New
[v17,12/14] block: Add BIO_PAGE_PINNED and associated infrastructure splice, block: Use page pinning and kill ITER_PIPE - 2 - --- 2023-03-08 David Howells New
[v17,11/14] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic splice, block: Use page pinning and kill ITER_PIPE - 1 - --- 2023-03-08 David Howells New
[v17,10/14] block: Fix bio_flagged() so that gcc can better optimise it splice, block: Use page pinning and kill ITER_PIPE - 2 - --- 2023-03-08 David Howells New
[v17,09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing splice, block: Use page pinning and kill ITER_PIPE - 4 - --- 2023-03-08 David Howells New
[v17,08/14] iov_iter: Kill ITER_PIPE splice, block: Use page pinning and kill ITER_PIPE - 1 - --- 2023-03-08 David Howells New
[v17,07/14] splice: Do splice read from a file without using ITER_PIPE splice, block: Use page pinning and kill ITER_PIPE - 1 - --- 2023-03-08 David Howells New
[v17,06/14] tty, proc, kernfs, random: Use direct_splice_read() splice, block: Use page pinning and kill ITER_PIPE 1 - - --- 2023-03-08 David Howells New
[v17,05/14] coda: Implement splice-read splice, block: Use page pinning and kill ITER_PIPE 1 - - --- 2023-03-08 David Howells New
[v17,04/14] overlayfs: Implement splice-read splice, block: Use page pinning and kill ITER_PIPE - - - --- 2023-03-08 David Howells New
[v17,03/14] shmem: Implement splice-read splice, block: Use page pinning and kill ITER_PIPE - - - --- 2023-03-08 David Howells New
[v17,02/14] splice: Make do_splice_to() generic and export it splice, block: Use page pinning and kill ITER_PIPE - 1 - --- 2023-03-08 David Howells New
[v17,01/14] splice: Clean up direct_splice_read() a bit splice, block: Use page pinning and kill ITER_PIPE - 1 - --- 2023-03-08 David Howells New
[v3,4/4] mm, memcg: Prevent memory.soft_limit_in_bytes load/store tearing mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes - - - --- 2023-03-08 Yue Zhao New
[v3,3/4] mm, memcg: Prevent memory.oom_control load/store tearing mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes - - - --- 2023-03-08 Yue Zhao New
[v3,2/4] mm, memcg: Prevent memory.swappiness load/store tearing mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes - - - --- 2023-03-08 Yue Zhao New
[v3,1/4] mm, memcg: Prevent memory.oom.group load/store tearing mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes - - - --- 2023-03-08 Yue Zhao New
[v16,13/13] block: convert bio_map_user_iov to use iov_iter_extract_pages splice, block: Use page pinning and kill ITER_PIPE - 2 - --- 2023-03-08 David Howells New
[v16,12/13] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages splice, block: Use page pinning and kill ITER_PIPE - 2 - --- 2023-03-08 David Howells New
[v16,11/13] block: Add BIO_PAGE_PINNED and associated infrastructure splice, block: Use page pinning and kill ITER_PIPE - 2 - --- 2023-03-08 David Howells New
[v16,10/13] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic splice, block: Use page pinning and kill ITER_PIPE - 1 - --- 2023-03-08 David Howells New
[v16,09/13] block: Fix bio_flagged() so that gcc can better optimise it splice, block: Use page pinning and kill ITER_PIPE - 2 - --- 2023-03-08 David Howells New
[v16,08/13] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing splice, block: Use page pinning and kill ITER_PIPE - 2 - --- 2023-03-08 David Howells New
[v16,07/13] iov_iter: Kill ITER_PIPE splice, block: Use page pinning and kill ITER_PIPE - 1 - --- 2023-03-08 David Howells New
[v16,06/13] splice: Do splice read from a file without using ITER_PIPE splice, block: Use page pinning and kill ITER_PIPE - - - --- 2023-03-08 David Howells New
[v16,05/13] tty, proc, kernfs, random: Use direct_splice_read() splice, block: Use page pinning and kill ITER_PIPE 1 - - --- 2023-03-08 David Howells New
[v16,04/13] coda: Implement splice-read splice, block: Use page pinning and kill ITER_PIPE 1 - - --- 2023-03-08 David Howells New
[v16,03/13] overlayfs: Implement splice-read splice, block: Use page pinning and kill ITER_PIPE - - - --- 2023-03-08 David Howells New
[v16,02/13] shmem: Implement splice-read splice, block: Use page pinning and kill ITER_PIPE - - - --- 2023-03-08 David Howells New
[v16,01/13] splice: Clean up direct_splice_read() a bit splice, block: Use page pinning and kill ITER_PIPE - - - --- 2023-03-08 David Howells New
[v4,4/4] mips: io: remove duplicated codes arch/*/io.h: remove ioremap_uc in some architectures - - - --- 2023-03-08 Baoquan He New
[v4,3/4] arch/*/io.h: remove ioremap_uc in some architectures arch/*/io.h: remove ioremap_uc in some architectures 3 - - --- 2023-03-08 Baoquan He New
[v4,2/4] mips: add <asm-generic/io.h> including arch/*/io.h: remove ioremap_uc in some architectures - 1 - --- 2023-03-08 Baoquan He New
[v4,1/4] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64 arch/*/io.h: remove ioremap_uc in some architectures - 1 - --- 2023-03-08 Baoquan He New
[RFC,5/5] EXPERIMENTAL: mm/secretmem: use __GFP_UNMAPPED Prototype for direct map awareness in page allocator - - - --- 2023-03-08 Mike Rapoport New
[RFC,4/5] EXPERIMENTAL: x86: use __GFP_UNMAPPED for modele_alloc() Prototype for direct map awareness in page allocator - - - --- 2023-03-08 Mike Rapoport New
[RFC,3/5] mm/unmapped_alloc: add shrinker Prototype for direct map awareness in page allocator - - - --- 2023-03-08 Mike Rapoport New
[RFC,2/5] mm/unmapped_alloc: add debugfs file similar to /proc/pagetypeinfo Prototype for direct map awareness in page allocator - - - --- 2023-03-08 Mike Rapoport New
[RFC,1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc() Prototype for direct map awareness in page allocator - - - --- 2023-03-08 Mike Rapoport New
[v3,3/3] mm/damon/paddr: fix missing folio_sz update in damon_pa_young() mm/damon/paddr: minor code improvement - - - --- 2023-03-08 Kefeng Wang New
[v3,2/3] mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate() mm/damon/paddr: minor code improvement - - - --- 2023-03-08 Kefeng Wang New
[v3,1/3] mm/damon/paddr: minor refactor of damon_pa_pageout() mm/damon/paddr: minor code improvement - 1 - --- 2023-03-08 Kefeng Wang New
[v11,3/3] selftests: Add selftests for cachestat cachestat: a new syscall for page cache state of files - - - --- 2023-03-08 Nhat Pham New
[v11,2/3] cachestat: implement cachestat syscall cachestat: a new syscall for page cache state of files - - - --- 2023-03-08 Nhat Pham New
[v11,1/3] workingset: refactor LRU refault to expose refault recency check cachestat: a new syscall for page cache state of files - - - --- 2023-03-08 Nhat Pham New
mm/ksm: Fix race with ksm_exit() in VMA iteration mm/ksm: Fix race with ksm_exit() in VMA iteration 1 - - --- 2023-03-07 Liam R. Howlett New
[v2,2/2] test_maple_tree: Add more testing for mas_empty_area() Fix mas_skip_node() for mas_empty_area() - - - --- 2023-03-07 Liam R. Howlett New
[v2,1/2] maple_tree: Fix mas_skip_node() end slot detection Fix mas_skip_node() for mas_empty_area() - - 1 --- 2023-03-07 Liam R. Howlett New
maple_tree: Fix the error of mas->min/max in mas_skip_node() maple_tree: Fix the error of mas->min/max in mas_skip_node() - - - --- 2023-03-07 Peng Zhang New
[1/3] ufs: don't flush page immediately for DIRSYNC directories [1/3] ufs: don't flush page immediately for DIRSYNC directories - - - --- 2023-03-07 Christoph Hellwig New
mm: fix potential invalid pointer dereference in kmemdup() mm: fix potential invalid pointer dereference in kmemdup() - - - --- 2023-03-07 Xujun Leng New
[RFC] mm/slub: Reduce memory consumption in extreme scenarios [RFC] mm/slub: Reduce memory consumption in extreme scenarios - - - --- 2023-03-07 Chen Jun New
mm/oom_kill: don't kill exiting tasks in oom_kill_memcg_member mm/oom_kill: don't kill exiting tasks in oom_kill_memcg_member - - - --- 2023-03-07 Haifeng Xu New
[v4,8/8] mm: shrinkers: convert shrinker_rwsem to mutex make slab shrink lockless 2 - - --- 2023-03-07 Qi Zheng New
[v4,7/8] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers() make slab shrink lockless 2 - - --- 2023-03-07 Qi Zheng New
[v4,6/8] mm: vmscan: hold write lock to reparent shrinker nr_deferred make slab shrink lockless 1 - - --- 2023-03-07 Qi Zheng New
[v4,5/8] mm: shrinkers: make count and scan in shrinker debugfs lockless make slab shrink lockless 2 - - --- 2023-03-07 Qi Zheng New
[v4,4/8] mm: vmscan: add shrinker_srcu_generation make slab shrink lockless 1 - - --- 2023-03-07 Qi Zheng New
[v4,3/8] mm: vmscan: make memcg slab shrink lockless make slab shrink lockless 2 - - --- 2023-03-07 Qi Zheng New
[v4,2/8] mm: vmscan: make global slab shrink lockless make slab shrink lockless 2 - - --- 2023-03-07 Qi Zheng New
[v4,1/8] mm: vmscan: add a map_nr_max field to shrinker_info make slab shrink lockless 1 - - --- 2023-03-07 Qi Zheng New
[v5,3/3] mm/khugepaged: maintain page cache uptodate flag mm/khugepaged: fix khugepaged+shmem races 1 - - --- 2023-03-07 David Stevens New
[v5,2/3] mm/khugepaged: skip shmem with userfaultfd mm/khugepaged: fix khugepaged+shmem races 1 - - --- 2023-03-07 David Stevens New
[v5,1/3] mm/khugepaged: refactor collapse_file control flow mm/khugepaged: fix khugepaged+shmem races 2 1 - --- 2023-03-07 David Stevens New
[2/2] mm: rmap: increase COMPOUND_MAPPED to support 512G HugeTLB pages mm: rmap: merge HugeTLB mapcount logic with THPs - - - --- 2023-03-06 James Houghton New
[1/2] mm: rmap: make hugetlb pages participate in _nr_pages_mapped mm: rmap: merge HugeTLB mapcount logic with THPs 1 - - --- 2023-03-06 James Houghton New
[v3,5/5] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP 1 - - --- 2023-03-06 Axel Rasmussen New
[v3,4/5] mm: userfaultfd: don't separate addr + len arguments mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP - - - --- 2023-03-06 Axel Rasmussen New
« 1 2 ... 151 152 153726 727 »