]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2022-03-14 Liam R. Howlettmm/mmap.c: Pass in mapping to __vma_link_file() master
2022-03-14 Liam R. Howlettmm/mmap: Drop range_has_overlap() function
2022-03-14 Liam R. Howlettmm: Remove the vma linked list
2022-03-14 Liam R. Howlettriscv: Use vma iterator for vdso
2022-03-14 Matthew Wilcox... nommu: Remove uses of VMA linked list
2022-03-14 Matthew Wilcox... i915: Use the VMA iterator
2022-03-14 Liam R. Howlettmm/swapfile: Use vma iterator instead of vma linked...
2022-03-14 Liam R. Howlettmm/pagewalk: Use vma_find() instead of vma linked list
2022-03-14 Liam R. Howlettmm/oom_kill: Use maple tree iterators instead of vma...
2022-03-14 Liam R. Howlettmm/msync: Use vma_find() instead of vma linked list
2022-03-14 Liam R. Howlettmm/mremap: Use vma_find_intersection() instead of vma...
2022-03-14 Liam R. Howlettmm/mprotect: Use maple tree navigation instead of vma...
2022-03-14 Liam R. Howlettmm/mlock: Use vma iterator and instead of vma linked...
2022-03-14 Liam R. Howlettmm/mempolicy: Use vma iterator & maple state instead...
2022-03-14 Liam R. Howlettmm/memcontrol: Stop using mm->highest_vm_end
2022-03-14 Liam R. Howlettmm/madvise: Use vma_find() instead of vma linked list
2022-03-14 Liam R. Howlettmm/ksm: Use vma iterators instead of vma linked list
2022-03-14 Liam R. Howlettmm/khugepaged: Stop using vma linked list
2022-03-14 Liam R. Howlettmm/gup: Use maple tree navigation instead of linked...
2022-03-14 Liam R. Howlettbpf: Remove VMA linked list
2022-03-14 Liam R. Howlettfork: Use VMA iterator
2022-03-14 Liam R. Howlettsched: Use maple tree iterator to walk VMAs
2022-03-14 Liam R. Howlettperf: Use VMA iterator
2022-03-14 Liam R. Howlettacct: Use VMA iterator instead of linked list
2022-03-14 Liam R. Howlettipc/shm: Use VMA iterator instead of linked list
2022-03-14 Liam R. Howlettuserfaultfd: Use maple tree iterator to iterate VMAs
2022-03-14 Matthew Wilcox... fs/proc/task_mmu: Stop using linked list and highest_vm_end
2022-03-14 Liam R. Howlettfs/proc/base: Use maple tree iterators in place of...
2022-03-14 Liam R. Howlettexec: Use VMA iterator instead of linked list
2022-03-14 Matthew Wilcox... coredump: Remove vma linked list walk
2022-03-14 Liam R. Howlettbinfmt_elf: Remove vma linked list walk
2022-03-14 Liam R. Howlettum: Remove vma linked list walk
2022-03-14 Liam R. Howlettoptee: Remove vma linked list walk
2022-03-14 Liam R. Howlettcxl: Remove vma linked list walk
2022-03-14 Liam R. Howlettxtensa: Remove vma linked list walks
2022-03-14 Liam R. Howlettx86: Remove vma linked list walks
2022-03-14 Liam R. Howletts390: Remove vma linked list walks
2022-03-14 Liam R. Howlettpowerpc: Remove mmap linked list walks
2022-03-14 Liam R. Howlettparisc: Remove mmap linked list from cache handling
2022-03-14 Liam R. Howlettarm64: Remove mmap linked list from vdso
2022-03-14 Liam R. Howlettmm/mmap: Change do_brk_munmap() to use do_mas_align_mun...
2022-03-14 Liam R. Howlettmm/mmap: Reorganize munmap to use maple states
2022-03-14 Liam R. Howlettmm/mmap: Move mmap_region() below do_munmap()
2022-03-14 Matthew Wilcox... mm: Convert vma_lookup() to use mtree_load()
2022-03-14 Liam R. Howlettmm: Remove vmacache
2022-03-14 Liam R. Howlettmm/mmap: Use advanced maple tree API for mmap_region()
2022-03-14 Liam R. Howlettmm: Use maple tree operations for find_vma_intersection()
2022-03-14 Liam R. Howlettmm/mmap: Change do_brk_flags() to expand existing VMA...
2022-03-14 Liam R. Howlettmm/khugepaged: Optimize collapse_pte_mapped_thp() by...
2022-03-14 Liam R. Howlettmm: Optimize find_exact_vma() to use vma_lookup()
2022-03-14 Liam R. Howlettxen: Use vma_lookup() in privcmd_ioctl_mmap()
2022-03-14 Liam R. Howlettmmap: Change zeroing of maple tree in __vma_adjust()
2022-03-14 Liam R. Howlettmm: Remove rb tree.
2022-03-14 Matthew Wilcox... proc: Remove VMA rbtree use from nommu
2022-03-14 Matthew Wilcox... damon: Convert __damon_va_three_regions to use the...
2022-03-14 Liam R. Howlettkernel/fork: Use maple tree for dup_mmap() during forking
2022-03-14 Liam R. Howlettmm/mmap: Use maple tree for unmapped_area{_topdown}
2022-03-14 Liam R. Howlettmm/mmap: Use the maple tree for find_vma_prev() instead...
2022-03-14 Liam R. Howlettmm/mmap: Use the maple tree in find_vma() instead of...
2022-03-14 Matthew Wilcox... mmap: Use the VMA iterator in count_vma_pages_range()
2022-03-14 Matthew Wilcox... mm: Add VMA iterator
2022-03-14 Liam R. Howlettmm: Start tracking VMAs with maple tree
2022-03-14 Liam R. Howlettlib/test_maple_tree: Add testing for maple tree
2022-03-14 Liam R. HowlettMaple Tree: Add new data structure
2022-02-25 Liam R. Howlettmips: Rename mt_init to mips_mt_init
2022-02-14 Liam R. Howlettradix tree test suite: Add lockdep_is_held to header
2022-02-14 Liam R. Howlettradix tree test suite: Add support for slab bulk APIs
2022-02-14 Liam R. Howlettradix tree test suite: Add allocation counts and size...
2022-02-14 Liam R. Howlettradix tree test suite: Add kmem_cache_set_non_kernel()
2022-02-14 Liam R. Howlettradix tree test suite: Add pr_err define
2022-02-14 Liam R. Howlettxarray: Fix bitmap breakage
2022-02-14 Matthew Wilcox... binfmt_elf: Take the mmap lock when walking the VMA...
2022-02-13 Linus TorvaldsLinux 5.17-rc4
2022-02-13 Linus TorvaldsMerge tag 'kbuild-fixes-v5.17-2' of git://git.kernel...
2022-02-13 Linus TorvaldsMerge tag 'irq-urgent-2022-02-13' of git://git.kernel...
2022-02-13 Linus TorvaldsMerge tag 'objtool_urgent_for_v5.17_rc4' of git://git...
2022-02-13 Linus TorvaldsMerge tag 'sched_urgent_for_v5.17_rc4' of git://git...
2022-02-13 Linus TorvaldsMerge tag 'perf_urgent_for_v5.17_rc4' of git://git...
2022-02-13 Linus TorvaldsMerge tag 'x86_urgent_for_v5.17_rc4' of git://git.kerne...
2022-02-13 Linus TorvaldsMerge tag '5.17-rc4-smb3-fixes' of git://git.samba...
2022-02-13 Thomas GleixnerMerge tag 'irqchip-fixes-5.17-2' of git://git.kernel...
2022-02-12 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2022-02-12 Linus TorvaldsMerge tag 'char-misc-5.17-rc4' of git://git.kernel...
2022-02-12 Linus TorvaldsMerge tag 'staging-5.17-rc4' of git://git.kernel.org...
2022-02-12 Linus TorvaldsMerge tag 'tty-5.17-rc4' of git://git.kernel.org/pub...
2022-02-12 Linus TorvaldsMerge tag 'usb-5.17-rc4' of git://git.kernel.org/pub...
2022-02-12 Linus TorvaldsMerge tag 's390-5.17-4' of git://git.kernel.org/pub...
2022-02-12 Linus TorvaldsMerge tag 'for-linus-5.17a-rc4-tag' of git://git.kernel...
2022-02-12 Linus TorvaldsMerge tag 'seccomp-v5.17-rc4' of git://git.kernel.org...
2022-02-12 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2022-02-12 Jing Lengkconfig: fix failing to generate auto.conf
2022-02-12 Greg Kroah... Revert "usb: dwc2: drd: fix soft connect when gadget...
2022-02-12 Peng Liukfence: make test case compatible with run time set...
2022-02-12 Roman Gushchinmm: memcg: synchronize objcg lists with a dedicated...
2022-02-12 Mel Gormanmm: vmscan: remove deadlock due to throttling failing...
2022-02-12 Yang Shifs/proc: task_mmu.c: don't read mapcount for migration...
2022-02-12 Mike Rapoportfs/binfmt_elf: fix PT_LOAD p_align values for loaders
2022-02-11 Linus TorvaldsMerge tag 'soc-fixes-5.17-1' of git://git.kernel.org...
2022-02-11 Linus TorvaldsMerge tag 'pci-v5.17-fixes-4' of git://git.kernel.org...
2022-02-11 Bjorn HelgaasRevert "PCI/portdrv: Do not setup up IRQs if there...
next