]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2021-01-05 Liam R. Howlettmaple_tree: Set max only when needed in mas_is_span_wr()
2021-01-05 Liam R. Howlettmaple_tree: Add append operation
2021-01-05 Liam R. Howlettmaple_tree: Code cleanup.
2021-01-05 Liam R. Howlettmaple_tree: Change mab_split_calc() to do bulk calc...
2021-01-05 Liam R. Howletttest_maple_tree: Increase bench_forking() nr_fork.
2021-01-05 Liam R. Howlettmaple_tree: Speed up reverse allocation walks.
2021-01-05 Liam R. Howlettmaple_tree: Optimize mas_get_empty_area{_rev}() etc
2021-01-05 Liam R. Howletttest_maple_tree: Increase bench_awalk() count
2021-01-05 Liam R. Howletttest_maple_tree: Fix mtree_alloc_rrange to search for...
2021-01-05 Liam R. Howlettmm/mmap: Convert unmapped_area_topdown() search to...
2021-01-05 Liam R. Howlettmaple_tree: stop _mas_get_empty_area() from converting...
2021-01-05 Liam R. Howlettmaple_tree: optimize mas_rev_awalk and mas_awalk a bit
2021-01-05 Liam R. Howlettmaple_tree: optimize some more
2021-01-05 Liam R. Howlettmaple_tree: Make some common functions faster.
2021-01-05 Liam R. Howlettmaple_tree: Optimize mas_leaf_max_gap() by skipping...
2021-01-05 Liam R. Howlettmm/mmap: Change do_brk_munmap() to use do_mas_align_mun...
2021-01-05 Liam R. Howlettmm/mmap: Don't mas_set in mma_region() to avoid a mas_r...
2021-01-05 Liam R. Howlettmm/mmap: rework do_mas_munmap() and friends
2021-01-05 Liam R. Howlettmm/mmap: move populate calc in vm_brk_flags() ouside...
2021-01-05 Liam R. Howlettmm/mmap: Fix do_brk_flags and do_brk_munmap locking.
2021-01-05 Liam R. Howletttest_maple_tree: Add tests for prev/next
2021-01-05 Liam R. Howletttest_maple_tree: Fix test harness for new next/prev...
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_next() and mas_walk() setting index...
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_prev() from skipping entries.
2021-01-05 Liam R. Howlettmaple_tree: Clean up mas_node_store() by using local var
2021-01-05 Liam R. Howlettmm/mmap: Rework brk() to take interval tree locks when...
2021-01-05 Liam R. Howlettmm/mmap: Move __vma_adjust update of highest_vm_end
2021-01-05 Liam R. Howlettmmap: mmap_region() Remove mas_reset() as it will happe...
2021-01-05 Liam R. Howletttest_maple_tree: Disable benchmarks
2021-01-05 Liam R. Howlettmaple_tree: Optimize mas_reuse_node() loop
2021-01-05 Liam R. Howlettmaple_tree: Optimize mas_node_walk() and standardize...
2021-01-05 Liam R. Howletttest_maple_tree: tweak bench_walk()
2021-01-05 Liam R. Howletttest_maple_tree: Add bench_walk()
2021-01-05 Liam R. Howlettmaple_tree: mas_node_walk() could never return false
2021-01-05 Liam R. Howlettmmap: make remove_vma_list() inline
2021-01-05 Liam R. Howlettmmap: Avoid modifying maple tree in __vma_adjust more...
2021-01-05 Liam R. Howlettmmap: mmap_region() whitespace fix
2021-01-05 Liam R. Howlettmmap: mmap_region() whitespace fix
2021-01-05 Liam R. Howlettmmap: Remove __do_munmap() in favour of do_mas_munmap()
2021-01-05 Liam R. Howlettmmap: Don't reset mas until needed in mmap_region()
2021-01-05 Liam R. Howlettmmap: Use find_vma_intersection in do_mmap() for overlap
2021-01-05 Liam R. Howlettmmap: Update count_vma_pages_range() to only use one...
2021-01-05 Liam R. Howlettmmap: Update mmap_region() to use do_mas_munmap()
2021-01-05 Liam R. Howlettmm/mmap: Add do_mas_munmap() and wraper for __do_munmap()
2021-01-05 Liam R. Howlettmm/mmap: Move mmap_region() below do_munmap()
2021-01-05 Liam R. Howlettmm/mmap: Change __do_munmap() to use a ma_state
2021-01-05 Liam R. Howlettmm/mmap: Fix mmap_region() potential issue
2021-01-05 Liam R. Howlettmaple_tree: Drop mas_tree_gap & pass more through from...
2021-01-05 Liam R. Howlettmm/mmap: Whitespace fix
2021-01-05 Liam R. Howletttest_maple_tree: Move benchmarking defines and encapsul...
2021-01-05 Liam R. Howlettmm/mmap: Change __do_munmap() to avoid unnecessary...
2021-01-05 Liam R. Howlettmaple_tree: Fix __mas_next() when the limit is hit
2021-01-05 Liam R. Howletttest_maple_tree: Fix defines
2021-01-05 Liam R. Howletttesting: radix-tree changes cleanup
2021-01-05 Liam R. Howlettmaple_tree: Code clean up
2021-01-05 Liam R. Howlettmm: Clean up modifications
2021-01-05 Liam R. Howlettmm: Remove vmacache
2021-01-05 Liam R. Howlettmaple_tree: More efficient rev_awalk and mas_next()
2021-01-05 Liam R. Howlettmm/mmap: Change vma->vm_mm to mm
2021-01-05 Liam R. Howlettmm/mmap: Fix unlock range un do_munmap
2021-01-05 Liam R. Howlettmaple_tree: Clean up mas_ascend() on root parent
2021-01-05 Liam R. Howlettmaple_tree: reset mas->node to MAS_START in mas_next...
2021-01-05 Liam R. Howlettmm/mmap: Drop munmap_vma_range()
2021-01-05 Liam R. Howlettmaple_tree: When mas_walk() is called in mas->node...
2021-01-05 Liam R. Howlettmm/mmap: Change mmap_region to use maple tree state
2021-01-05 Liam R. Howlettmm/mmap: Fix do_brk_munmap() multiple pages.
2021-01-05 Liam R. Howlettmm/mmap: Call __do_munmap() on slow path of do_brk_munmap()
2021-01-05 Liam R. Howlettmm/mmap: Finish converting brk() to using a maple state
2021-01-05 Liam R. Howlettmaple_tree: Add mas_store_gfp() and fix mas_prev()...
2021-01-05 Liam R. Howlettmaple_tree: Optimizations and whitespace. nothing...
2021-01-05 Liam R. Howlettmaple_tree: whitespace
2021-01-05 Liam R. Howletttest_maple_tree: Make bench_slot_store() more realistic
2021-01-05 Liam R. Howlettmaple_tree: Optimize __mas_next a bit, I hope
2021-01-05 Liam R. Howlettmaple_tree: Add metadata to arange nodes.
2021-01-05 Liam R. Howlettmm_types: Drop more rb tree from vm_area
2021-01-05 Liam R. Howlettmm/mmap: Fux mm->map reference to mm->mmap after rebase
2021-01-05 Liam R. Howlettmmm/mmap: Fix differences after rebase
2021-01-05 Liam R. Howlettmaple_tree: Rework MA_STATE_BULK and MA_STATE_REBALANCE
2021-01-05 Liam R. Howletttest_maple_tree: Add bench_slot_store()
2021-01-05 Liam R. Howlettmaple_tree: Drop 128B node support
2021-01-05 Liam R. Howlettmaple_tree: Fix _mas_store() expand null
2021-01-05 Liam R. Howlettmaple_tree: Rename MA_STATE_ defines
2021-01-05 Liam R. Howlettmaple_tree: Don't use mas_extend_null in _mas_store()
2021-01-05 Liam R. Howletttest_maple_tree: Drop dump in check_ranges()
2021-01-05 Liam R. Howlettmaple_tree: Reduce variables by using mas->offset direc...
2021-01-05 Liam R. Howlettmaple_tree: Reduce variables by using mas->offset directly
2021-01-05 Liam R. Howlettmaple_tree: Remove mas_offset() and mas_set_offset...
2021-01-05 Liam R. Howlettmm/mmap: Fix vma locking on brk
2021-01-05 Liam R. Howlettmaple_tree: Some optimizations, I hope
2021-01-05 Liam R. Howlettmaple_tree: Fix _mas_store() rmin expansion on null.
2021-01-05 Liam R. Howlettkernel/fork: Update maple tree interface.
2021-01-05 Liam R. Howlettmaple_tree: Implement optimized fork splitting.
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_alloc_push() overflow
2021-01-05 Liam R. Howletttest_maple_tree: Add more allocation checks around...
2021-01-05 Liam R. Howlettmaple_tree: Fix allocation issues
2021-01-05 Liam R. Howletttest_maple_tree: Test poping all pushed nodes to ensure...
2021-01-05 Liam R. Howlettmaple_tree: Add better allocation testing and relax...
2021-01-05 Liam R. Howletttest_maple_tree: Add check_forking()
2021-01-05 Liam R. Howlettmaple_tree: clean up a few small things
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_for_each limits on index when searc...
next