]> www.infradead.org Git - users/willy/linux.git/shortlog
users/willy/linux.git
2021-10-20 Liam R. Howlettmm/mmap: Drop range_has_overlap() function maple-neolock
2021-10-20 Liam R. Howlettmm: Remove the vma linked list
2021-10-20 Liam R. Howletti915: Use the maple tree iterator for vdso
2021-10-20 Liam R. Howletts390: Use the maple tree iterator for vdso
2021-10-20 Liam R. Howlettpowerpc: Use maple tree iterator for vdso.
2021-10-20 Liam R. Howlettdamon: Change vma iterator to mas_for_each
2021-10-20 Liam R. Howlettmm/swapfile: Use maple tree iterator instead of vma...
2021-10-20 Liam R. Howlettmm/pagewalk: Use vma_next() instead of vma linked list
2021-10-20 Liam R. Howlettmm/oom_kill: Use maple tree iterators instead of vma...
2021-10-20 Liam R. Howlettmm/msync: Use vma_next() instead of vma linked list
2021-10-20 Liam R. Howlettmm/mremap: Use vma_next() instead of vma linked list
2021-10-20 Liam R. Howlettmm/mprotect: Use maple tree navigation instead of vma...
2021-10-20 Liam R. Howlettmm/mlock: Use maple tree iterators instead of vma linke...
2021-10-20 Liam R. Howlettmm/mempolicy: Use maple tree iterators instead of vma...
2021-10-20 Liam R. Howlettmm/memcontrol: Stop using mm->highest_vm_end
2021-10-20 Liam R. Howlettmm/madvise: Use vma_next instead of vma linked list
2021-10-20 Liam R. Howlettmm/ksm: Use maple tree iterators instead of vma linked...
2021-10-20 Liam R. Howlettmm/khugepaged: Use maple tree iterators instead of...
2021-10-20 Liam R. Howlettmm/gup: Use maple tree navigation instead of linked...
2021-10-20 Liam R. Howlettbpf: Remove VMA linked list
2021-10-20 Liam R. Howlettarch/um/kernel/tlb: Stop using linked list
2021-10-20 Liam R. Howlettkernel/fork: Use maple tree iterators instead of linked...
2021-10-20 Liam R. Howlettkernel/sched/fair: Use maple tree iterators instead...
2021-10-20 Liam R. Howlettkernel/events/uprobes: Use maple tree iterators instead...
2021-10-20 Liam R. Howlettkernel/events/core: Use maple tree iterators instead...
2021-10-20 Liam R. Howlettkernel/acct: Use maple tree iterators instead of linked...
2021-10-20 Liam R. Howlettipc/shm: Stop using the vma linked list
2021-10-20 Liam R. Howlettfs/userfaultfd: Stop using vma linked list.
2021-10-20 Liam R. Howlettfs/proc/task_mmu: Stop using linked list and highest_vm_end
2021-10-20 Liam R. Howlettfs/proc/base: Use maple tree iterators in place of...
2021-10-20 Liam R. Howlettfs/exec: Use vma_next() instead of linked list
2021-10-20 Liam R. Howlettfs/coredump: Use maple tree iterators in place of linke...
2021-10-20 Liam R. Howlettfs/binfmt_elf: Use maple tree iterators for fill_files_...
2021-10-20 Liam R. Howlettdrivers/tee/optee: Use maple tree iterators for __check...
2021-10-20 Liam R. Howlettdrivers/misc/cxl: Use maple tree iterators for cxl_pref...
2021-10-20 Liam R. Howlettarch/xtensa: Use maple tree iterators for unmapped...
2021-10-20 Liam R. Howlettarch/x86: Use maple tree iterators for vdso/vma
2021-10-20 Liam R. Howlettarch/s390: Use maple tree iterators instead of linked...
2021-10-20 Liam R. Howlettarch/powerpc: Remove mmap linked list from mm/book3s64...
2021-10-20 Liam R. Howlettarch/powerpc: Remove mmap linked list from mm/book3s32/tlb
2021-10-20 Liam R. Howlettarch/parisc: Remove mmap linked list from kernel/cache
2021-10-20 Liam R. Howlettarch/arm64: Remove mmap linked list from vdso.
2021-10-20 Liam R. Howlettmm: Introduce vma_next() and vma_prev()
2021-10-20 Liam R. Howlettmm/mmap: Change do_brk_munmap() to use do_mas_align_mun...
2021-10-20 Liam R. Howlettmm/mmap: Reorganize munmap to use maple states
2021-10-20 Liam R. Howlettmm/mmap: Convert count_vma_pages_range() to use ma_state
2021-10-20 Liam R. Howlettmm/mmap: Move mmap_region() below do_munmap()
2021-10-20 Liam R. Howlettmm: Remove vmacache
2021-10-20 Liam R. Howlettmm/mmap: Use advanced maple tree API for mmap_region()
2021-10-20 Liam R. Howlettmm: Use maple tree operations for find_vma_intersection...
2021-10-20 Liam R. Howlettmm/mmap: Change do_brk_flags() to expand existing VMA...
2021-10-20 Liam R. Howlettmm/khugepaged: Optimize collapse_pte_mapped_thp() by...
2021-10-20 Liam R. Howlettmm: Optimize find_exact_vma() to use vma_lookup()
2021-10-20 Liam R. Howlettxen/privcmd: Optimized privcmd_ioctl_mmap() by using...
2021-10-20 Liam R. Howlettmmap: Change zeroing of maple tree in __vma_adjust
2021-10-20 Liam R. Howlettmm: Remove rb tree.
2021-10-20 Matthew Wilcox... fixy-fixy
2021-10-20 Liam R. Howlettkernel/fork: Use maple tree for dup_mmap() during forking
2021-10-20 Liam R. Howlettmm/mmap: Use maple tree for unmapped_area{_topdown}
2021-10-20 Liam R. Howlettmm/mmap: Use the maple tree for find_vma_prev() instead...
2021-10-20 Liam R. Howlettmm/mmap: Use the maple tree in find_vma() instead of...
2021-10-20 Matthew Wilcox... fix-parent
2021-10-20 Liam R. Howlettmm: Start tracking VMAs with maple tree
2021-10-20 Matthew Wilcox... maple-tree: Handle external locking in mt_set_in_rcu()
2021-10-20 Matthew Wilcox... maple-tree: Export mas_erase()
2021-10-20 Matthew Wilcox... maple-tree: Add __mt_destroy()
2021-10-20 Matthew Wilcox... maple tree: Support lockdep validation of external...
2021-10-20 Matthew Wilcox... maple tree: More support for external locking
2021-10-20 Matthew Wilcox... Tidy up documentation
2021-10-19 Matthew Wilcox... maple tree: Add mt_locked()
2021-10-19 Matthew Wilcox... maple_tree: Use MT_FLAGS_
2021-10-04 Liam R. HowlettMaple Tree: Add new data structure
2021-10-04 Liam R. Howlettradix tree test suite: Add support for slab bulk APIs
2021-10-04 Liam R. Howlettradix tree test suite: Add allocation counts and size...
2021-10-04 Liam R. Howlettradix tree test suite: Add kmem_cache_set_non_kernel()
2021-10-04 Liam R. Howlettradix tree test suite: Add pr_err define
2021-09-26 Linus TorvaldsLinux 5.15-rc3
2021-09-26 Linus TorvaldsMerge tag '5.15-rc2-ksmbd-fixes' of git://git.samba...
2021-09-26 Linus TorvaldsMerge tag 'edac_urgent_for_v5.15_rc3' of git://git...
2021-09-26 Linus TorvaldsMerge tag 'thermal-v5.15-rc3' of git://git.kernel.org...
2021-09-26 Linus TorvaldsMerge tag 'x86-urgent-2021-09-26' of git://git.kernel...
2021-09-26 Linus TorvaldsMerge tag 'timers-urgent-2021-09-26' of git://git.kerne...
2021-09-26 Linus TorvaldsMerge tag 'irq-urgent-2021-09-26' of git://git.kernel...
2021-09-25 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-09-25 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2021-09-25 Linus TorvaldsMerge tag 'io_uring-5.15-2021-09-25' of git://git.kerne...
2021-09-25 Linus TorvaldsMerge tag 'block-5.15-2021-09-25' of git://git.kernel...
2021-09-25 Linus TorvaldsMerge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel...
2021-09-25 Linus TorvaldsMerge tag 'linux-kselftest-fixes-5.15-rc3' of git:...
2021-09-25 Linus TorvaldsMerge tag 'erofs-for-5.15-rc3-fixes' of git://git.kerne...
2021-09-25 Linus TorvaldsMerge tag '5.15-rc2-smb3-fixes' of git://git.samba...
2021-09-25 Linus TorvaldsMerge tag 'char-misc-5.15-rc3' of git://git.kernel...
2021-09-25 Linus TorvaldsMerge tag 'staging-5.15-rc3' of git://git.kernel.org...
2021-09-25 Linus TorvaldsMerge tag 'tty-5.15-rc3' of git://git.kernel.org/pub...
2021-09-25 Linus TorvaldsMerge tag 'usb-5.15-rc3' of git://git.kernel.org/pub...
2021-09-25 Hyunchul Leeksmbd: use LOOKUP_BENEATH to prevent the out of share...
2021-09-24 Chen Junmm: fix uninitialized use in overcommit_policy_handler
2021-09-24 Qi Zhengmm/memory_failure: fix the missing pte_unmap() call
2021-09-24 Nathan Chancellorkasan: always respect CONFIG_KASAN_STACK
2021-09-24 Geert Uytterhoevensh: pgtable-3level: fix cast to pointer from integer...
next