Show patches with: Submitter = Liam R. Howlett       |    State = Action Required       |   1674 patches
« 1 2 ... 14 15 16 17 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[70/94] kernel/events/core: Use maple tree iterators instead of linked list Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[68/94] ipc/shm: Stop using the vma linked list Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[67/94] fs/userfaultfd: Stop using vma linked list. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[66/94] fs/proc/task_mmu: Stop using linked list and highest_vm_end Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[65/94] fs/proc/base: Use maple tree iterators in place of linked list Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[62/94] fs/binfmt_elf: Use maple tree iterators for fill_files_note() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[64/94] fs/exec: Use vma_next() instead of linked list Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[63/94] fs/coredump: Use maple tree iterators in place of linked list Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[61/94] drivers/tee/optee: Use maple tree iterators for __check_mem_type() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[60/94] drivers/misc/cxl: Use maple tree iterators for cxl_prefault_vma() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[59/94] arch/xtensa: Use maple tree iterators for unmapped area Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[58/94] arch/x86: Use maple tree iterators for vdso/vma Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[57/94] arch/s390: Use maple tree iterators instead of linked list. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[56/94] arch/powerpc: Remove mmap linked list from mm/book3s64/subpage_prot Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[54/94] arch/parisc: Remove mmap linked list from kernel/cache Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[55/94] arch/powerpc: Remove mmap linked list from mm/book3s32/tlb Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[53/94] arch/arm64: Remove mmap linked list from vdso. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[52/94] mm: Introduce vma_next() and vma_prev() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[51/94] mmap: make remove_vma_list() inline Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[50/94] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[49/94] mmap: Remove __do_munmap() in favour of do_mas_munmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[48/94] mmap: Use find_vma_intersection in do_mmap() for overlap Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[47/94] mm/mmap: Add do_mas_munmap() and wraper for __do_munmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[46/94] mm/mmap: Move mmap_region() below do_munmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[45/94] mm/mmap: Change __do_munmap() to avoid unnecessary lookups. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[44/94] mm: Remove vmacache Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[42/94] mm/mmap: Change mmap_region() to use maple tree state Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[43/94] mm/mmap: Drop munmap_vma_range() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[41/94] mm: Change find_vma_intersection() to maple tree and make find_vma() to inline. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[40/94] mm/mmap: Change vm_brk_flags() to use mm_populate_vma() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[39/94] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[38/94] mm/gup: Add mm_populate_vma() for use when the vma is known Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[37/94] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[36/94] mm: Optimize find_exact_vma() to use vma_lookup() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[33/94] mm: Remove rb tree. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[34/94] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[35/94] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[31/94] mm/mmap: Change unmapped_area and unmapped_area_topdown to use maple tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[32/94] kernel/fork: Convert dup_mmap to use maple tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[30/94] mm/mmap: Change find_vma_prev() to use maple tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[29/94] mm/mmap: Change find_vma() to use the maple tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[27/94] mm: Start tracking VMAs with maple tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[28/94] mm/mmap: Introduce unlock_range() for code cleanup Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[26/94] Maple Tree: Add new data structure Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[25/94] radix tree test suite: Add __must_be_array() support Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[24/94] radix tree test suite: Add keme_cache_alloc_bulk() support Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[23/94] radix tree test suite: Add support for kmem_cache_free_bulk Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[22/94] radix tree test suite: Add support for fallthrough attribute Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[21/94] radix tree test suite: Enhancements for Maple Tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[20/94] mm/memory.c: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[19/94] mm/mremap: Use vma_lookup() in vma_to_resize() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[17/94] mm/ksm: Use vma_lookup() in find_mergeable_vma() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[18/94] mm/migrate: Use vma_lookup() in do_pages_stat_array() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[16/94] lib/test_hmm: Use vma_lookup() in dmirror_migrate() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[15/94] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[13/94] media: videobuf2: Use vma_lookup() in get_vaddr_frames() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[14/94] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[12/94] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[11/94] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[09/94] virt/kvm: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[10/94] vfio: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[07/94] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[08/94] x86/sgx: Use vma_lookup() in sgx_encl_find() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[06/94] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[05/94] arch/powerpc/kvm/book3s_hv_uvmem: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[04/94] arch/arm64/kvm: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[02/94] drm/i915/selftests: Use vma_lookup() in __igt_mmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[03/94] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[01/94] mm: Add vma_lookup() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[v3] mm/mmap: Don't unlock VMAs in remap_file_pages() [v3] mm/mmap: Don't unlock VMAs in remap_file_pages() 1 2 - --- 2021-02-23 Liam R. Howlett New
[v2,70/70] mm/mmap: Convert __insert_vm_struct to use mas, convert vma_link to use vma_mas_link() RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,69/70] mm: Remove vma linked list. RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,68/70] mm/util: Remove __vma_link_list() and __vma_unlink_list() RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,67/70] mm/nommu: Stop inserting into the vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,66/70] mm/swapfile: Use maple tree iterator instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,65/70] mm/pagewalk: Use vma_next() instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,64/70] mm/oom_kill: Use maple tree iterators instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,63/70] mm/nommu: Use maple tree iterators instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,62/70] mm/msync: Use vma_next() instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,61/70] mm/mremap: Use vma_next() instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,60/70] mm/mprotect: Use maple tree navigation instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,59/70] mm/mlock: Use maple tree iterators instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,58/70] mm/mempolicy: Use maple tree iterators instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,57/70] mm/memcontrol: Stop using mm->highest_vm_end RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,56/70] mm/madvise: Use vma_next instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,55/70] mm/ksm: Use maple tree iterators instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,54/70] mm/khugepaged: Use maple tree iterators instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,53/70] mm/huge_memory: Use vma_next() instead of vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,52/70] mm/gup: Use maple tree navigation instead of linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,51/70] kernel/sys: Use maple tree iterators instead of linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,50/70] kernel/sched/fair: Use maple tree iterators instead of linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,49/70] kernel/events/uprobes: Use maple tree iterators instead of linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,48/70] kernel/events/core: Use maple tree iterators instead of linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,47/70] kernel/acct: Use maple tree iterators instead of linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,46/70] ipc/shm: Stop using the vma linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,45/70] fs/userfaultfd: Stop using vma linked list. RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,44/70] fs/proc/task_mmu: Stop using linked list and highest_vm_end RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,43/70] fs/proc/base: Use maple tree iterators in place of linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,42/70] fs/exec: Use vma_next() instead of linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
[v2,41/70] fs/coredump: Use maple tree iterators in place of linked list RFC mm: Introducing the Maple Tree - - - --- 2021-01-12 Liam R. Howlett New
« 1 2 ... 14 15 16 17 »