Show patches with: State = Action Required       |    Archived = No       |   37447 patches
« 1 2 ... 165 166 167374 375 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU mm, arch: add generic implementation of pfn_valid() for FLATMEM 1 2 - --- 2023-01-29 Mike Rapoport New
[v2,1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h mm, arch: add generic implementation of pfn_valid() for FLATMEM - 1 - --- 2023-01-29 Mike Rapoport New
[v2,2/2] memblock: Avoid useless checks in memblock_merge_regions(). Some small improvements for memblock. - - - --- 2023-01-29 Peng Zhang New
[v2,1/2] memblock: Make a boundary tighter in memblock_add_range(). Some small improvements for memblock. - - - --- 2023-01-29 Peng Zhang New
[2/2] docs/mm: remove useless markup docs/mm: remove useless markup - - - --- 2023-01-29 Mike Rapoport New
[1/2] docs/admin-guide/mm: remove useless markup docs/mm: remove useless markup - - - --- 2023-01-29 Mike Rapoport New
[resend] mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath() [resend] mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath() - - 1 --- 2023-01-29 Kefeng Wang New
[-next] memory tier: release the new_memtier in find_create_memory_tier() [-next] memory tier: release the new_memtier in find_create_memory_tier() - - - --- 2023-01-29 Tong Tiangen New
[v2] mm/migrate: Continue to migrate for non-hugetlb folios [v2] mm/migrate: Continue to migrate for non-hugetlb folios - 1 - --- 2023-01-29 Chen Wandun New
mm/migrate: Continue to migrate for small pages mm/migrate: Continue to migrate for small pages - - - --- 2023-01-29 Chen Wandun New
mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty() mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty() 1 - - --- 2023-01-29 Kefeng Wang New
[v4] kasan: infer allocation size by scanning metadata [v4] kasan: infer allocation size by scanning metadata - - - --- 2023-01-29 Kuan-Ying Lee (李冠穎) New
[v3] kasan: infer allocation size by scanning metadata [v3] kasan: infer allocation size by scanning metadata - - - --- 2023-01-28 Kuan-Ying Lee (李冠穎) New
[PATCHv2] mm/vmalloc: replace BUG_ON to WARN_ON [PATCHv2] mm/vmalloc: replace BUG_ON to WARN_ON - - - --- 2023-01-28 Hyunmin Lee New
mm/swapfile: add cond_resched() in get_swap_pages() mm/swapfile: add cond_resched() in get_swap_pages() - 1 - --- 2023-01-28 Longlong Xia New
Doc/damon: fix the data path error Doc/damon: fix the data path error - 2 - --- 2023-01-28 Hui Su New
[RFC] mm/swapfile: add cond_resched() in get_swap_pages() [RFC] mm/swapfile: add cond_resched() in get_swap_pages() - - - --- 2023-01-28 Longlong Xia New
[v3,4/4] mm/msync: return ENOMEM if len overflows for msync Add overflow checks for several syscalls - - - --- 2023-01-28 mawupeng New
[v3,3/4] mm/mempolicy: return EINVAL if len overflows for mbind Add overflow checks for several syscalls - - - --- 2023-01-28 mawupeng New
[v3,2/4] mm/mempolicy: return EINVAL for if len overflows for set_mempolicy_home_node Add overflow checks for several syscalls - - - --- 2023-01-28 mawupeng New
[v3,1/4] mm/mlock: return EINVAL if len overflows for mlock/munlock Add overflow checks for several syscalls - - - --- 2023-01-28 mawupeng New
[v2,33/33] mm: separate vma->lock from vm_area_struct Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,32/33] mm/mmap: free vm_area_struct without call_rcu in exit_mmap Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,31/33] powerc/mm: try VMA lock-based page fault handling first Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,30/33] arm64/mm: try VMA lock-based page fault handling first Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,29/33] x86/mm: try VMA lock-based page fault handling first Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,28/33] mm: introduce per-VMA lock statistics Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,27/33] mm: prevent userfaults to be handled under per-vma lock Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,26/33] mm: prevent do_swap_page from handling page faults under VMA lock Per-VMA locks - 1 - --- 2023-01-27 Suren Baghdasaryan New
[v2,25/33] mm: add FAULT_FLAG_VMA_LOCK flag Per-VMA locks - 1 - --- 2023-01-27 Suren Baghdasaryan New
[v2,24/33] mm: fall back to mmap_lock if vma->anon_vma is not yet set Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,23/33] mm: introduce lock_vma_under_rcu to be used from arch-specific code Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,22/33] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,21/33] kernel/fork: assert no VMA readers during its destruction Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,20/33] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,19/33] mm: conditionally write-lock VMA in free_pgtables Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,18/33] mm: write-lock VMAs before removing them from VMA tree Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,17/33] mm/mremap: write-lock VMA while remapping it to a new address range Per-VMA locks - 1 - --- 2023-01-27 Suren Baghdasaryan New
[v2,16/33] mm/mmap: write-lock VMA before shrinking or expanding it Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,15/33] mm/mmap: write-lock VMAs before merging, splitting or expanding them Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,14/33] mm/khugepaged: write-lock VMA while collapsing a huge page Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,13/33] mm/mmap: move VMA locking before vma_adjust_trans_huge call Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,12/33] mm: mark VMA as being written when changing vm_flags Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,11/33] mm: add per-VMA lock and helper functions to control it Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,10/33] mm: move mmap_lock assert function definitions Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,09/33] mm: rcu safe VMA freeing Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,08/33] mm: introduce CONFIG_PER_VMA_LOCK Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,07/33] mm: Enable maple tree RCU mode by default. Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,06/33] maple_tree: Add smp_rmb() to dead node detection Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,05/33] maple_tree: Fix write memory barrier of nodes once dead for RCU mode Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,04/33] maple_tree: remove extra smp_wmb() from mas_dead_leaves() Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,03/33] maple_tree: Fix freeing of nodes in rcu mode Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,02/33] maple_tree: Detect dead nodes in mas_start() Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
[v2,01/33] maple_tree: Be more cautious about dead nodes Per-VMA locks - - - --- 2023-01-27 Suren Baghdasaryan New
replace BUG_ON to WARN_ON replace BUG_ON to WARN_ON - - - --- 2023-01-27 Hyunmin Lee New
docs/mm: Physical Memory: remove useless markup docs/mm: Physical Memory: remove useless markup 1 - - --- 2023-01-27 Mike Rapoport New
[18/35] Documentation: mm: correct spelling Documentation: correct lots of spelling errors (series 1) 1 2 - --- 2023-01-27 Randy Dunlap New
[v8,25/25] dept: Track the potential waits of PG_{locked,writeback} DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,24/25] dept: Make Dept able to work with an external wgen DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,23/25] dept: Record the latest one out of consecutive waits of the same class DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,22/25] dept: Apply timeout consideration to dma fence wait DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,21/25] dept: Apply timeout consideration to hashed-waitqueue wait DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,20/25] dept: Apply timeout consideration to waitqueue wait DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,19/25] dept: Apply timeout consideration to swait DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,18/25] dept: Apply timeout consideration to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,17/25] dept: Track timeout waits separately with a new Kconfig DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,14/25] dept: Add a mechanism to refill the internal memory pools on running out DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,13/25] dept: Distinguish each work from another DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,12/25] dept: Distinguish each syscall context from another DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,09/25] dept: Apply sdt_might_sleep_{start,end}() to swait DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete() DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,06/25] dept: Add proc knobs to show stats and dependency graph DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,05/25] dept: Tie to Lockdep and IRQ tracing DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,04/25] dept: Add lock dependency tracker APIs DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,03/25] dept: Add single event dependency tracker APIs DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,02/25] dept: Implement Dept(Dependency Tracker) DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[v8,01/25] llist: Move llist_{head,node} definition to types.h DEPT(Dependency Tracker) - - - --- 2023-01-27 Byungchul Park New
[2/2] migrate: hugetlb: Check for hugetlb shared PMD in node migration Fixes for hugetlb mapcount at most 1 for shared PMDs 1 - - --- 2023-01-26 Mike Kravetz New
[1/2] mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps Fixes for hugetlb mapcount at most 1 for shared PMDs - - - --- 2023-01-26 Mike Kravetz New
[PATCHv4,12/12] dmapool: create/destroy cleanup dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,11/12] dmapool: link blocks across pages dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,10/12] dmapool: don't memset on free twice dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,09/12] dmapool: simplify freeing dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,08/12] dmapool: consolidate page initialization dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,07/12] dmapool: rearrange page alloc failure handling dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,06/12] dmapool: move debug code to own functions dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,05/12] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,04/12] dmapool: cleanup integer types dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,03/12] dmapool: use sysfs_emit() instead of scnprintf() dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,02/12] dmapool: remove checks for dev == NULL dmapool enhancements - 1 - --- 2023-01-26 Keith Busch New
[PATCHv4,01/12] dmapool: add alloc/free performance test dmapool enhancements - - - --- 2023-01-26 Keith Busch New
ipc/shm: Introduce new do_vma_munmap() to munmap ipc/shm: Introduce new do_vma_munmap() to munmap - - - --- 2023-01-26 Liam R. Howlett New
mm/mremap: Fix vma iterator initialization mm/mremap: Fix vma iterator initialization - - - --- 2023-01-26 Liam R. Howlett New
mm: Add memcpy_from_file_folio() mm: Add memcpy_from_file_folio() - - - --- 2023-01-26 Matthew Wilcox New
[2/2] mpage: Convert __mpage_writepage() to use a folio more fully Convert writepage_t to use a folio - - - --- 2023-01-26 Matthew Wilcox New
« 1 2 ... 165 166 167374 375 »