Show patches with: Submitter = Liam R. Howlett       |   1699 patches
« 1 2 ... 14 15 16 17 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,07/66] mm/mmap: Use the maple tree in find_vma() instead of the rbtree. Introducing the Maple Tree - - - --- 2021-10-05 Liam R. Howlett New
[v3,06/66] mm: Start tracking VMAs with maple tree Introducing the Maple Tree - - - --- 2021-10-05 Liam R. Howlett New
[v3,05/66] Maple Tree: Add new data structure Introducing the Maple Tree - - - --- 2021-10-05 Liam R. Howlett New
[v3,03/66] radix tree test suite: Add allocation counts and size to kmem_cache Introducing the Maple Tree - - - --- 2021-10-05 Liam R. Howlett New
[v3,02/66] radix tree test suite: Add kmem_cache_set_non_kernel() Introducing the Maple Tree - - - --- 2021-10-05 Liam R. Howlett New
[v3,04/66] radix tree test suite: Add support for slab bulk APIs Introducing the Maple Tree - - - --- 2021-10-05 Liam R. Howlett New
[v3,01/66] radix tree test suite: Add pr_err define Introducing the Maple Tree - - - --- 2021-10-05 Liam R. Howlett New
[v3] mmap_lock: Change trace and locking order [v3] mmap_lock: Change trace and locking order 1 2 - --- 2021-09-07 Liam R. Howlett New
[v2] mmap_lock: Change trace and locking order [v2] mmap_lock: Change trace and locking order 1 2 - --- 2021-09-03 Liam R. Howlett New
mmap_lock: Change trace and locking order mmap_lock: Change trace and locking order - - - --- 2021-09-03 Liam R. Howlett New
[v2,61/61] mm/mmap: Drop range_has_overlap() function Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,60/61] mm: Remove the vma linked list Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,51/61] mm/memcontrol: Stop using mm->highest_vm_end Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,42/61] kernel/events/uprobes: Use maple tree iterators instead of linked list Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,44/61] kernel/sys: Use maple tree iterators instead of linked list Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,43/61] kernel/sched/fair: Use maple tree iterators instead of linked list Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,40/61] kernel/acct: Use maple tree iterators instead of linked list Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,41/61] kernel/events/core: Use maple tree iterators instead of linked list Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,39/61] ipc/shm: Stop using the vma linked list Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,33/61] fs/binfmt_elf: Use maple tree iterators for fill_files_note() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,29/61] arch/x86: Use maple tree iterators for vdso/vma Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,31/61] drivers/misc/cxl: Use maple tree iterators for cxl_prefault_vma() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,28/61] arch/s390: Use maple tree iterators instead of linked list. Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,27/61] arch/powerpc: Remove mmap linked list from mm/book3s64/subpage_prot Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,23/61] mm: Introduce vma_next() and vma_prev() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,25/61] arch/parisc: Remove mmap linked list from kernel/cache Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,26/61] arch/powerpc: Remove mmap linked list from mm/book3s32/tlb Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,24/61] arch/arm64: Remove mmap linked list from vdso. Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,21/61] mm/mmap: Reorganize munmap to use maple states Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,20/61] mm/mmap: Convert count_vma_pages_range() to use ma_state Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,22/61] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,19/61] mm/mmap: Move mmap_region() below do_munmap() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,18/61] mm: Remove vmacache Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,14/61] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,15/61] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,16/61] mm: Use maple tree operations for find_vma_intersection() and find_vma() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,17/61] mm/mmap: Use advanced maple tree API for mmap_region() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,13/61] mm: Optimize find_exact_vma() to use vma_lookup() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,12/61] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,11/61] mm: Remove rb tree. Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,08/61] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,09/61] mm/mmap: Use maple tree for unmapped_area{_topdown} Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,10/61] kernel/fork: Use maple tree for dup_mmap() during forking Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,06/61] mm: Start tracking VMAs with maple tree Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,07/61] mm/mmap: Use the maple tree in find_vma() instead of the rbtree. Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,05/61] Maple Tree: Add new data structure Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,02/61] radix tree test suite: Add kmem_cache_set_non_kernel() Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,04/61] radix tree test suite: Add support for slab bulk APIs Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,03/61] radix tree test suite: Add allocation counts and size to kmem_cache Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
[v2,01/61] radix tree test suite: Add pr_err define Introducing the Maple Tree - - - --- 2021-08-17 Liam R. Howlett New
remap_file_pages: Use vma_lookup() instead of find_vma() remap_file_pages: Use vma_lookup() instead of find_vma() - 1 - --- 2021-08-17 Liam R. Howlett New
mm/nommu: unexport do_munmap() mm/nommu: unexport do_munmap() - 2 - --- 2021-06-04 Liam R. Howlett New
drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages() drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages() 1 1 - --- 2021-06-03 Liam R. Howlett New
[v2,22/22] mm/mempolicy: Use vma_lookup() in __access_remote_vm() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,20/22] mm/mremap: Use vma_lookup() in vma_to_resize() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,21/22] mm/memory.c: Use vma_lookup() in __access_remote_vm() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,18/22] mm/ksm: Use vma_lookup() in find_mergeable_vma() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,19/22] mm/migrate: Use vma_lookup() in do_pages_stat_array() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,17/22] lib/test_hmm: Use vma_lookup() in dmirror_migrate() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,16/22] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,15/22] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,14/22] media: videobuf2: Use vma_lookup() in get_vaddr_frames() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,13/22] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,12/22] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,10/22] virt/kvm: Use vma_lookup() instead of find_vma_intersection() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,11/22] vfio: Use vma_lookup() instead of find_vma_intersection() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,09/22] x86/sgx: Use vma_lookup() in sgx_encl_find() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,08/22] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush() mm: Add vma_lookup() 3 1 - --- 2021-05-21 Liam R. Howlett New
[v2,07/22] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,05/22] arch/powerpc/kvm/book3s_hv_uvmem: Use vma_lookup() instead of find_vma_intersection() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,06/22] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,03/22] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,04/22] arch/arm64/kvm: Use vma_lookup() instead of find_vma_intersection() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,01/22] mm: Add vma_lookup(), update find_vma_intersection() comments mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
[v2,02/22] drm/i915/selftests: Use vma_lookup() in __igt_mmap() mm: Add vma_lookup() 2 1 - --- 2021-05-21 Liam R. Howlett New
mm/mmap: Use find_vma_intersection() in do_mmap() for overlap mm/mmap: Use find_vma_intersection() in do_mmap() for overlap - - - --- 2021-05-11 Liam R. Howlett New
[v2] mm/mmap: Introduce unlock_range() for code cleanup [v2] mm/mmap: Introduce unlock_range() for code cleanup - 1 - --- 2021-05-10 Liam R. Howlett New
mm/mmap: Introduce unlock_range() for code cleanup mm/mmap: Introduce unlock_range() for code cleanup - 2 - --- 2021-05-10 Liam R. Howlett New
[22/22] mm/mempolicy: Use vma_lookup() in __access_remote_vm() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[21/22] mm/memory.c: Use vma_lookup() in __access_remote_vm() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[19/22] mm/migrate: Use vma_lookup() in do_pages_stat_array() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[20/22] mm/mremap: Use vma_lookup() in vma_to_resize() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[18/22] mm/ksm: Use vma_lookup() in find_mergeable_vma() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[17/22] lib/test_hmm: Use vma_lookup() in dmirror_migrate() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[15/22] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[16/22] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[14/22] media: videobuf2: Use vma_lookup() in get_vaddr_frames() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[13/22] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[12/22] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[10/22] virt/kvm: Use vma_lookup() instead of find_vma_intersection() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[11/22] vfio: Use vma_lookup() instead of find_vma_intersection() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[07/22] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[09/22] x86/sgx: Use vma_lookup() in sgx_encl_find() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[08/22] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush() mm: Add vma_lookup() 1 - - --- 2021-05-10 Liam R. Howlett New
[06/22] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[04/22] arch/arm64/kvm: Use vma_lookup() instead of find_vma_intersection() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[05/22] arch/powerpc/kvm/book3s_hv_uvmem: Use vma_lookup() instead of find_vma_intersection() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[02/22] drm/i915/selftests: Use vma_lookup() in __igt_mmap() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
[01/22] mm: Add vma_lookup() mm: Add vma_lookup() 1 - - --- 2021-05-10 Liam R. Howlett New
[03/22] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma() mm: Add vma_lookup() - - - --- 2021-05-10 Liam R. Howlett New
« 1 2 ... 14 15 16 17 »