]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2022-05-13 Liam R. Howlettmm/mmap: Fix potential leak on do_mas_align_munmap() maple_mm_stable_lowmem
2022-05-13 Liam R. Howlettmm/mmap: Fix leak on expand_downwards() and expand_upwa...
2022-05-11 Liam R. Howlettmm/mmap: Remove case 1,6 from using vma_adjust()
2022-05-11 Liam R. Howletttest_maple_tree: Add null expansion tests
2022-05-11 Liam R. Howlettradix tree test suite: Add static-libasan
2022-05-11 Liam R. Howlettmaple_tree: Drop unnecessary code from mas_wr_extend_null()
2022-05-11 Liam R. Howlettvma_replace: Fix memory leak
2022-05-11 Liam R. Howlettmm/mremap: Remove vma_adjust() call from mremap.
2022-05-11 Liam R. Howlettfs/exec: Remove vma_adjust() call and use mmap and...
2022-05-11 Liam R. Howlettmm/mmap.c: Fix vma_link() documentation typo
2022-05-11 Liam R. Howlettmaple_tree: Fix null expand into ULONG_MAX causing...
2022-05-11 Liam R. Howlettmm/mmap: Introduce sub_vma() and use it in __split_vma()
2022-05-11 Liam R. Howlettvma_replace fix
2022-05-11 Liam R. Howlettmm: Replace vma on split_vma() calls.
2022-05-11 Liam R. Howlettmm: Change munmap splitting order and move_vma()
2022-05-11 Liam R. Howlettmaple_tree: change mas_split_final_node() logic a bit
2022-05-11 Liam R. Howlettmaple_tree: Reduce mas_split() memory usage
2022-05-11 Liam R. Howlettmm/mmap.c: pass in mapping to __vma_link_file()
2022-05-11 Liam R. Howlettmm/mmap: drop range_has_overlap() function
2022-05-11 Liam R. Howlettmm: remove the vma linked list
2022-05-11 Liam R. Howlettriscv: use vma iterator for vdso
2022-05-11 Matthew Wilcox... nommu: remove uses of VMA linked list
2022-05-11 Matthew Wilcox... i915: use the VMA iterator
2022-05-11 Liam R. Howlettmm/swapfile: use vma iterator instead of vma linked...
2022-05-11 Matthew Wilcox... mm/pagewalk: use vma_find() instead of vma linked list
2022-05-11 Liam R. Howlettmm/oom_kill: use maple tree iterators instead of vma...
2022-05-11 Liam R. Howlettmm/msync: use vma_find() instead of vma linked list
2022-05-11 Liam R. Howlettmm/mremap: use vma_find_intersection() instead of vma...
2022-05-11 Liam R. Howlettmm/mprotect: use maple tree navigation instead of vma...
2022-05-11 Matthew Wilcox... mm/mlock: use vma iterator and maple state instead...
2022-05-11 Liam R. Howlettmm/mempolicy: use vma iterator & maple state instead...
2022-05-11 Liam R. Howlettmm/memcontrol: stop using mm->highest_vm_end
2022-05-11 Liam R. Howlettmm/madvise: use vma_find() instead of vma linked list
2022-05-11 Matthew Wilcox... mm/ksm: use vma iterators instead of vma linked list
2022-05-11 Matthew Wilcox... mm/khugepaged: stop using vma linked list
2022-05-11 Liam R. Howlettmm/gup: use maple tree navigation instead of linked...
2022-05-11 Liam R. Howlettbpf: remove VMA linked list
2022-05-11 Matthew Wilcox... fork: use VMA iterator
2022-05-11 Matthew Wilcox... sched: use maple tree iterator to walk VMAs
2022-05-11 Matthew Wilcox... perf: use VMA iterator
2022-05-11 Matthew Wilcox... acct: use VMA iterator instead of linked list
2022-05-11 Liam R. Howlettipc/shm: use VMA iterator instead of linked list
2022-05-11 Liam R. Howlettuserfaultfd: use maple tree iterator to iterate VMAs
2022-05-11 Matthew Wilcox... fs/proc/task_mmu: stop using linked list and highest_vm_end
2022-05-11 Liam R. Howlettfs/proc/base: use maple tree iterators in place of...
2022-05-11 Matthew Wilcox... exec: use VMA iterator instead of linked list
2022-05-11 Matthew Wilcox... coredump: remove vma linked list walk
2022-05-11 Matthew Wilcox... um: remove vma linked list walk
2022-05-11 Matthew Wilcox... optee: remove vma linked list walk
2022-05-11 Matthew Wilcox... cxl: remove vma linked list walk
2022-05-11 Matthew Wilcox... xtensa: remove vma linked list walks
2022-05-11 Matthew Wilcox... x86: remove vma linked list walks
2022-05-11 Matthew Wilcox... s390: remove vma linked list walks
2022-05-11 Matthew Wilcox... powerpc: remove mmap linked list walks
2022-05-11 Matthew Wilcox... parisc: remove mmap linked list from cache handling
2022-05-11 Liam R. Howlettarm64: Change elfcore for_each_mte_vma() to use VMA...
2022-05-11 Matthew Wilcox... arm64: remove mmap linked list from vdso
2022-05-11 Liam R. Howlettmm/mmap: change do_brk_munmap() to use do_mas_align_mun...
2022-05-11 Liam R. Howlettmm/mmap: reorganize munmap to use maple states
2022-05-11 Liam R. Howlettmm/mmap: move mmap_region() below do_munmap()
2022-05-11 Liam R. Howlettmm: convert vma_lookup() to use mtree_load()
2022-05-11 Liam R. Howlettmm: remove vmacache
2022-05-11 Liam R. Howlettmm/mmap: use advanced maple tree API for mmap_region()
2022-05-11 Liam R. Howlettmm: use maple tree operations for find_vma_intersection()
2022-05-11 Liam R. Howlettmm/mmap: change do_brk_flags() to expand existing VMA...
2022-05-11 Liam R. Howlettmm/khugepaged: optimize collapse_pte_mapped_thp() by...
2022-05-11 Liam R. Howlettmm: optimize find_exact_vma() to use vma_lookup()
2022-05-11 Liam R. Howlettxen: use vma_lookup() in privcmd_ioctl_mmap()
2022-05-11 Liam R. Howlettmmap: change zeroing of maple tree in __vma_adjust()
2022-05-11 Liam R. Howlettmm: remove rb tree.
2022-05-11 Matthew Wilcox... proc: remove VMA rbtree use from nommu
2022-05-11 Andrew Mortondamon-convert-__damon_va_three_regions-to-use-the-vma...
2022-05-11 Liam R. Howlettdamon: Convert __damon_va_three_regions to use the...
2022-05-11 Liam R. Howlettkernel/fork: use maple tree for dup_mmap() during forking
2022-05-11 Liam R. Howlettmm/mmap: use maple tree for unmapped_area{_topdown}
2022-05-11 Liam R. Howlettmm/mmap: use the maple tree for find_vma_prev() instead...
2022-05-11 Liam R. Howlettmm/mmap: use the maple tree in find_vma() instead of...
2022-05-11 Matthew Wilcox... mmap: use the VMA iterator in count_vma_pages_range()
2022-05-11 Matthew Wilcox... mm: add VMA iterator
2022-05-11 Andrew Mortonmapletree: build fix
2022-05-04 Liam R. Howlettmm: start tracking VMAs with maple tree
2022-05-04 Liam R. Howlettlib/test_maple_tree: add testing for maple tree
2022-05-04 Liam R. Howlettradix tree test suite: add lockdep_is_held to header
2022-05-04 Liam R. Howlettradix tree test suite: add support for slab bulk APIs
2022-05-04 Liam R. Howlettradix tree test suite: add allocation counts and size...
2022-05-04 Liam R. Howlettradix tree test suite: add kmem_cache_set_non_kernel()
2022-05-04 Liam R. Howlettradix tree test suite: add pr_err define
2022-05-04 Liam R. HowlettMaple Tree: add new data structure
2022-05-04 Liam R. Howlettmips: rename mt_init to mips_mt_init
2022-04-29 Hailong Tumm/damon/reclaim: fix the timer always stays active
2022-04-29 Yu Zhemm/damon: remove unnecessary type castings
2022-04-29 SeongJae Parkmm/damon/core-test: add a kunit test case for ops regis...
2022-04-29 Xiaomeng Tongdamon: vaddr-test: tweak code to make the logic clearer
2022-04-29 Yosry Ahmedselftests: cgroup: add a selftest for memory.reclaim
2022-04-29 Yosry Ahmedselftests: cgroup: fix alloc_anon_noexit() instantly...
2022-04-29 Yosry Ahmedselftests: cgroup: return -errno from cg_read()/cg_writ...
2022-04-29 Shakeel Buttmemcg: introduce per-memcg reclaim interface
2022-04-29 Brian Geffonzram: add a huge_idle writeback mode
2022-04-29 Chen Wandunmm/page_alloc: simplify update of pgdat in wake_all_kswapds
2022-04-29 Andrey Konovalovkasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_t
next