Show patches with: none      |   73614 patches
« 1 2 ... 186 187 188736 737 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,13/24] page_pool: Convert page_pool_dma_sync_for_device() to take a netmem Split netmem from struct page 1 1 - --- 2023-01-05 Matthew Wilcox New
[v2,12/24] page_pool: Convert page_pool_alloc_pages() to page_pool_alloc_netmem() Split netmem from struct page 1 1 - --- 2023-01-05 Matthew Wilcox New
[v2,11/24] page_pool: Convert page_pool_empty_ring() to use netmem Split netmem from struct page 1 1 - --- 2023-01-05 Matthew Wilcox New
[v2,10/24] page_pool: Convert page_pool_put_defragged_page() to netmem Split netmem from struct page 1 - - --- 2023-01-05 Matthew Wilcox New
[v2,09/24] page_pool: Convert page_pool_defrag_page() to page_pool_defrag_netmem() Split netmem from struct page 1 1 - --- 2023-01-05 Matthew Wilcox New
[v2,08/24] page_pool: Convert pp_alloc_cache to contain netmem Split netmem from struct page 1 1 - --- 2023-01-05 Matthew Wilcox New
[v2,07/24] page_pool: Convert __page_pool_put_page() to __page_pool_put_netmem() Split netmem from struct page 1 1 - --- 2023-01-05 Matthew Wilcox New
[v2,06/24] page_pool: Convert page_pool_return_page() to page_pool_return_netmem() Split netmem from struct page 1 1 - --- 2023-01-05 Matthew Wilcox New
[v2,05/24] page_pool: Start using netmem in allocation path. Split netmem from struct page 1 1 - --- 2023-01-05 Matthew Wilcox New
[v2,04/24] page_pool: Convert page_pool_release_page() to page_pool_release_netmem() Split netmem from struct page 1 1 - --- 2023-01-05 Matthew Wilcox New
[v2,03/24] page_pool: Add netmem_set_dma_addr() and netmem_get_dma_addr() Split netmem from struct page 1 1 - --- 2023-01-05 Matthew Wilcox New
[v2,02/24] netmem: Add utility functions Split netmem from struct page 1 - - --- 2023-01-05 Matthew Wilcox New
[v2,01/24] netmem: Create new type Split netmem from struct page 2 - - --- 2023-01-05 Matthew Wilcox New
[v2,42/44] mm/mmap: Convert do_brk_flags() to use vma_prepare() and vma_complete() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,43/44] mm/mmap: Remove __vma_adjust() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,41/44] mm/mmap: Introduce dup_vma_anon() helper VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,44/44] vma_merge: Set vma iterator to correct position. VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,38/44] mm/mmap: Introduce init_vma_prep() and init_multi_vma_prep() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,40/44] mm/mmap: Don't use __vma_adjust() in shift_arg_pages() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,39/44] mm: Don't use __vma_adjust() in __split_vma() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,35/44] mm/mmap: move anon_vma setting in __vma_adjust() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,37/44] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,36/44] mm/mmap: Refactor locking out of __vma_adjust() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,31/44] mm: Pass vma iterator through to __vma_adjust() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,32/44] mm: Add vma iterator to vma_adjust() arguments VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,34/44] mm: Change munmap splitting order and move_vma() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,33/44] mmap: Clean up mmap_region() unrolling VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,28/44] mm: Pass through vma iterator to __vma_adjust() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,30/44] mm: Remove unnecessary write to vma iterator in __vma_adjust() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,29/44] madvise: Use split_vma() instead of __split_vma() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,27/44] mmap: Convert __vma_adjust() to use vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,26/44] mm/damon: Stop using vma_mas_store() for maple tree store VMA tree type safety and remove __vma_adjust() - 1 - --- 2023-01-05 Liam R. Howlett New
[v2,23/44] mmap: Use vmi version of vma_merge() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,25/44] mm: Switch vma_merge(), split_vma(), and __split_vma to vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,24/44] mm/mremap: Use vmi version of vma_merge() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,21/44] madvise: Use vmi iterator for __split_vma() and vma_merge() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,19/44] task_mmu: Convert to vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,22/44] mmap: Pass through vmi iterator to __split_vma() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,20/44] sched: Convert to vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,18/44] mempolicy: Convert to vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,16/44] mlock: Convert mlock to vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,17/44] coredump: Convert to vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,12/44] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,13/44] ipc/shm: Use the vma iterator for munmap calls VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,14/44] userfaultfd: Use vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,15/44] mm: Change mprotect_fixup to vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,09/44] mm/mmap: Remove preallocation from do_mas_align_munmap() VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,11/44] mmap: Convert vma_expand() to use vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,10/44] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,06/44] mm/mmap: convert brk to use vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,08/44] mmap: Convert vma_link() vma iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,07/44] kernel/fork: Convert forking to using the vmi iterator VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,03/44] maple_tree: Reduce user error potential VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,04/44] test_maple_tree: Test modifications while iterating VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,05/44] mm: Expand vma iterator interface. VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,01/44] maple_tree: Add mas_init() function VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
[v2,02/44] maple_tree: Fix potential rcu issue VMA tree type safety and remove __vma_adjust() - - - --- 2023-01-05 Liam R. Howlett New
maple_tree: Remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk() maple_tree: Remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk() - - - --- 2023-01-05 Liam R. Howlett New
[v2,9/9] docs: cgroup-v1: use numbered lists for user interface setup docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc - - - --- 2023-01-05 Bagas Sanjaya New
[v2,8/9] docs: cgroup-v1: add internal cross-references docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc - - - --- 2023-01-05 Bagas Sanjaya New
[v2,7/9] docs: cgroup-v1: make swap extension subsections subsections docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc - - - --- 2023-01-05 Bagas Sanjaya New
[v2,6/9] docs: cgroup-v1: use bullet lists for list of stat file tables docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc - - - --- 2023-01-05 Bagas Sanjaya New
[v2,5/9] docs: cgroup-v1: move hierarchy of accounting caption docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc - - - --- 2023-01-05 Bagas Sanjaya New
[v2,4/9] docs: cgroup-v1: fix footnotes docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc - - - --- 2023-01-05 Bagas Sanjaya New
[v2,3/9] docs: cgroup-v1: use code block for locking order schema docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc - - - --- 2023-01-05 Bagas Sanjaya New
[v2,2/9] docs: cgroup-v1: wrap remaining admonitions in admonition blocks docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc - - - --- 2023-01-05 Bagas Sanjaya New
[v2,1/9] docs: cgroup-v1: replace custom note constructs with appropriate admonition blocks docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc - - - --- 2023-01-05 Bagas Sanjaya New
[v13,6/6] mm/vmstat: avoid queueing work item if cpu stats are clean Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped - - - --- 2023-01-05 Marcelo Tosatti New
[v13,5/6] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped - - - --- 2023-01-05 Marcelo Tosatti New
[v13,4/6] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick i… Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped - - - --- 2023-01-05 Marcelo Tosatti New
[v13,3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped - - - --- 2023-01-05 Marcelo Tosatti New
[v13,2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped - - - --- 2023-01-05 Marcelo Tosatti New
[v13,1/6] mm/vmstat: Add CPU-specific variable to track a vmstat discrepancy Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped - - - --- 2023-01-05 Marcelo Tosatti New
mm: Fix two spelling mistakes in highmem.h mm: Fix two spelling mistakes in highmem.h - 1 - --- 2023-01-05 Fabio M. De Francesco New
[v2] mm: Remove an ambiguous sentence from kmap_local_folio() kdocs [v2] mm: Remove an ambiguous sentence from kmap_local_folio() kdocs - 1 - --- 2023-01-05 Fabio M. De Francesco New
lib/scatterlist: Fix to merge contiguous pages into the last SG properly lib/scatterlist: Fix to merge contiguous pages into the last SG properly - 2 - --- 2023-01-05 Yishai Hadas New
[46/46] selftests/vm: add HGM UFFDIO_CONTINUE and hwpoison tests Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[45/46] selftests/vm: add hugetlb HGM test to migration selftest Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[44/46] selftests/vm: add anon and shared hugetlb to migration test Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[43/46] selftests/kvm: add HugeTLB HGM to KVM demand paging selftest Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[42/46] selftests/vm: add HugeTLB HGM to userfaultfd selftest Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[41/46] docs: proc: include information about HugeTLB HGM Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[40/46] docs: hugetlb: update hugetlb and userfaultfd admin-guides with HGM info Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[39/46] hugetlb: x86: enable high-granularity mapping Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[38/46] mm: smaps: add stats for HugeTLB mapping size Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[37/46] hugetlb: replace make_huge_pte with make_huge_pte_with_shift Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[36/46] hugetlb: remove huge_pte_lock and huge_pte_lockptr Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[35/46] hugetlb: add MADV_COLLAPSE for hugetlb Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[34/46] hugetlb: userfaultfd: when using MADV_SPLIT, round addresses to PAGE_SIZE Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[33/46] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[32/46] hugetlb: add for_each_hgm_shift Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[31/46] hugetlb: sort hstates in hugetlb_init_hstates Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[30/46] hugetlb: add high-granularity migration support Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[29/46] rmap: in try_to_{migrate,unmap}_one, check head page for page flags Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[28/46] hugetlb: add HGM support for hugetlb_fault and hugetlb_no_page Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[27/46] hugetlb: add HGM support for move_hugetlb_page_tables Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[26/46] hugetlb: add HGM support for copy_hugetlb_page_range Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[25/46] hugetlb: update page_vma_mapped to do high-granularity walks Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[24/46] rmap: update hugetlb lock comment for HGM Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
[23/46] mm: rmap: make page_vma_mapped_walk callers use pte_order Based on latest mm-unstable (85b44c25cd1e). - - - --- 2023-01-05 James Houghton New
« 1 2 ... 186 187 188736 737 »