]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2021-01-05 Liam R. Howlettmm/mmap and mm/mprotect: Alter mmap erase method.
2021-01-05 Liam R. Howlettmaple_tree: Fix off-by-one on append_entry
2021-01-05 Liam R. Howletttest_maple_tree: Standardize tests on using what was...
2021-01-05 Liam R. Howlettmaple_tree: Fix u64 => unsigned long
2021-01-05 Liam R. Howlettmaple_tree: Fix append_entry for NULL appending, fix...
2021-01-05 Liam R. Howlettmm/mmap and maple_tree: Fix mt_for_each interface,...
2021-01-05 Liam R. Howlettmmap/fork/mm.h: Add maple tree support.
2021-01-05 Liam R. Howlettmaple_tree: Thoughts, fix whitespace, fix compile issue
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_rev_awalk to check if the entry...
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_for_each retry incorrectly setting...
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_set_rev_index, _mas_get_unmapped_ar...
2021-01-05 Liam R. Howlettmaple_tree: Reduce recursion and fix set10 testcase.
2021-01-05 Liam R. Howlettmm: Add maple tree to init-mm,mmap, mprotect, mm_types
2021-01-05 Liam R. Howlettmaple_tree: Drop BUG_ON and add set9 to tests
2021-01-05 Liam R. Howlettmaple_tree: Thoughts updated for coalescing/rebuilding
2021-01-05 Liam R. Howlettmaple_tree: Fix prev_node, change split balancing durin...
2021-01-05 Liam R. Howlettmaple_tree: fix setting parent during split.
2021-01-05 Liam R. Howlettmaple_tree: cleanup
2021-01-05 Liam R. Howlettmaple_tree: cleanup
2021-01-05 Liam R. Howlettmaple_tree: Zero stack struct
2021-01-05 Liam R. Howlettmaple_tree: WIP, almost there. maple_tree: 653130 of...
2021-01-05 Liam R. Howlettmaple_tree: WIP, error in delete path when allocations...
2021-01-05 Liam R. Howlettmaple_tree: WIP, fixes mas_rebalance pivot promotion...
2021-01-05 Liam R. Howlettmaple_tree: WIP, fixed mas_awalk for full nodes and...
2021-01-05 Liam R. Howlettmaple_tree: WIP, still hosed.. Pass: 583922 Run:583923
2021-01-05 Liam R. Howlettmaple_tree: WIP, so very broken coalesce/rebalance
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_find to skip empty nodes and set...
2021-01-05 Liam R. Howlettmaple_tree: wip, rework of split and such
2021-01-05 Liam R. Howlettmaple_tree: WIP on kvm tests
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_first_entry return value.
2021-01-05 Liam R. Howlettmaple_tree: Fix empty pivot when appending to a perfect...
2021-01-05 Liam R. Howlettmaple_tree: Continue fixing fallout from mas_data_end...
2021-01-05 Liam R. Howlettmaple_tree: Rewrite mas_data_end to return slot not...
2021-01-05 Liam R. Howlettmaple_tree: Drop mas.last setting in mt_find and add...
2021-01-05 Liam R. Howlettmaple_tree: Fix mt_find, mas_find, add with deleted...
2021-01-05 Liam R. Howlettmaple_tree: Fix compile warnings during kernel build
2021-01-05 Liam R. Howlettmaple_tree: Add mas_get_unmapped_area and mas_get_unmap...
2021-01-05 Liam R. HowlettThoughts: Add retry and rebalance/rebuild nodes.
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_prev to wrap on mas->node == MAS_START
2021-01-05 Liam R. Howlettmaple_tree: Fix maple state max/min issues
2021-01-05 Liam R. Howletttest_maple_tree: Update gap tests to use correct calcul...
2021-01-05 Liam R. Howlettmaple_tree: Add validation functions and rework gap...
2021-01-05 Liam R. Howlettmaple_tree: Fix circular dependencies that will be...
2021-01-05 Liam R. Howlettmaple_tree: Remove mas_walk in favour of mas_load.
2021-01-05 Liam R. Howlettmaple_tree: Convert old ms arguemnt to mas.
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_find search.
2021-01-05 Matthew Wilcox... maple tree test: Iterate over a partially deleted tree
2021-01-05 Liam R. Howlettmaple_tree: Fix coalesce/rebalance when erasing from...
2021-01-05 Matthew Wilcox... maple tree tests: Erase entries individually
2021-01-05 Liam R. Howlettmaple_tree: Convert mtree_erase to match xarray interface
2021-01-05 Liam R. Howlettmaple_tree: Rename ms_root_expand to mas_root_expand...
2021-01-05 Liam R. Howlettmaple_tree: Update mas_start to return the entry on...
2021-01-05 Liam R. Howlettmaple_tree: Change mas_start to return the entry in...
2021-01-05 Liam R. Howlettmaple_tree: Fix check_find_2 testcase.
2021-01-05 Matthew Wilcox... more thoughts
2021-01-05 Matthew Wilcox... maple_tree: New check_find2 test
2021-01-05 Matthew Wilcox... maple_tree: Fix test check_find
2021-01-05 Matthew Wilcox... maple_tree: Fix mas_dead_node for a trivial tree
2021-01-05 Matthew Wilcox... maple_tree: Use mas_lock/unlock
2021-01-05 Matthew Wilcox... maple_tree: Random whitespace fixes
2021-01-05 Matthew Wilcox... maple_tree: Add mas_set() and mas_set_range()
2021-01-05 Liam R. Howlettmaple_tree: Fix mas_load issues
2021-01-05 Liam R. Howlettmaple_tree: Move iterators to the header
2021-01-05 Liam R. Howlettmaple_tree: Standardize names of functions
2021-01-05 Liam R. Howlettmaple_tree: Add coalesce support.
2021-01-05 Liam R. Howlettmaple_tree: Add layout comments to header.
2021-01-05 Liam R. Howlettmaple_tree: Remove unnecessary coalescing.
2021-01-05 Liam R. Howlettmaple_tree: More erase checking.
2021-01-05 Liam R. Howlettmaple_tree: Convert another pivot fetch to safe_pivot
2021-01-05 Liam R. Howlettmaple_tree: Restore slot in ma_coalesce and additional...
2021-01-05 Liam R. Howlettmaple_tree: Clean up ma_copy and mas_coalesce
2021-01-05 Liam R. Howlettmaple_tree: Fix coalesce to skip duplicate pivots and...
2021-01-05 Liam R. Howletttest_maple_tree: Quiet down output
2021-01-05 Liam R. Howlettmaple_tree: Add some comments to ma_rev_alloc and ma_alloc
2021-01-05 Liam R. Howlettmaple_tree: Store XA_RETRY_ENTRY on erase
2021-01-05 Liam R. Howlettmaple_tree: Add mas_pause for pausing iterator.
2021-01-05 Liam R. Howlettmaple_tree: checkpatch fixes
2021-01-05 Liam R. Howlettmaple_tree: Add restarts for interaters on dead nodes.
2021-01-05 Liam R. Howlettmaple_tree: mt_for_each implementation
2021-01-05 Liam R. Howlettmaple_tree: Add check for mas_for_each loop.
2021-01-05 Liam R. Howlettmas_find implementation
2021-01-05 Liam R. Howlettmaple_tree: mas_next_node/mas_prev_node restarts added...
2021-01-05 Liam R. Howlettmaple_tree: Add basic store support.
2021-01-05 Liam R. Howlettmaple_tree: Change erase return to 0 on success.
2021-01-05 Liam R. Howlettmaple_tree: Add reverse walk.
2021-01-05 Liam R. Howlettmaple_tree: Fix range checking on skip_node
2021-01-05 Liam R. Howlettmaple_tree: Fix forward searching for gaps.
2021-01-05 Matthew Wilcoxmaple_dump: Pad better
2021-01-05 Matthew Wilcoxmaple_dump: Pad to indicate depth
2021-01-05 Liam R. Howlettmaple_tree: Disable dense nodes.
2021-01-05 Liam R. Howlettmaple_tree: messy test output
2021-01-05 Liam R. Howlettmaple_tree: Remove early exit on tests
2021-01-05 Liam R. Howlettmaple_tree: Add awalk for walking allocation trees...
2021-01-05 Liam R. Howlettmaple_tree: Add maple_tree alloc support for gaps.
2021-01-05 Liam R. Howlettmaple_tree: typedef maple_enode for encoded node.
2021-01-05 Liam R. Howlettmaple_tree: typedef parent node to maple_pnode
2021-01-05 Liam R. Howlettmaple_tree: Use encoded node for getting rcu slot in...
2021-01-05 Liam R. Howlettmaple_tree: Add initial maple_arange_64 node support.
2021-01-05 Liam R. Howletttest_maple_tree: Fix range checking.
2021-01-05 Liam R. Howlettmaple_tree: Fix range add to empty tree.
next