]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2020-10-30 Liam R. Howlettmaple_tree: Fix compile warnings during kernel build
2020-10-30 Liam R. Howlettmaple_tree: Add mas_get_unmapped_area and mas_get_unmap...
2020-10-30 Liam R. HowlettThoughts: Add retry and rebalance/rebuild nodes.
2020-10-30 Liam R. Howlettmaple_tree: Fix mas_prev to wrap on mas->node == MAS_START
2020-10-30 Liam R. Howlettmaple_tree: Fix maple state max/min issues
2020-10-30 Liam R. Howletttest_maple_tree: Update gap tests to use correct calcul...
2020-10-30 Liam R. Howlettmaple_tree: Add validation functions and rework gap...
2020-10-30 Liam R. Howlettmaple_tree: Fix circular dependencies that will be...
2020-10-30 Liam R. Howlettmaple_tree: Remove mas_walk in favour of mas_load.
2020-10-30 Liam R. Howlettmaple_tree: Convert old ms arguemnt to mas.
2020-10-30 Liam R. Howlettmaple_tree: Fix mas_find search.
2020-10-30 Matthew Wilcox... maple tree test: Iterate over a partially deleted tree
2020-10-30 Liam R. Howlettmaple_tree: Fix coalesce/rebalance when erasing from...
2020-10-30 Matthew Wilcox... maple tree tests: Erase entries individually
2020-10-30 Liam R. Howlettmaple_tree: Convert mtree_erase to match xarray interface
2020-10-30 Liam R. Howlettmaple_tree: Rename ms_root_expand to mas_root_expand...
2020-10-30 Liam R. Howlettmaple_tree: Update mas_start to return the entry on...
2020-10-30 Liam R. Howlettmaple_tree: Change mas_start to return the entry in...
2020-10-30 Liam R. Howlettmaple_tree: Fix check_find_2 testcase.
2020-10-30 Matthew Wilcox... more thoughts
2020-10-30 Matthew Wilcox... maple_tree: New check_find2 test
2020-10-30 Matthew Wilcox... maple_tree: Fix test check_find
2020-10-30 Matthew Wilcox... maple_tree: Fix mas_dead_node for a trivial tree
2020-10-30 Matthew Wilcox... maple_tree: Use mas_lock/unlock
2020-10-30 Matthew Wilcox... maple_tree: Random whitespace fixes
2020-10-30 Matthew Wilcox... maple_tree: Add mas_set() and mas_set_range()
2020-10-30 Liam R. Howlettmaple_tree: Fix mas_load issues
2020-10-30 Liam R. Howlettmaple_tree: Move iterators to the header
2020-10-30 Liam R. Howlettmaple_tree: Standardize names of functions
2020-10-30 Liam R. Howlettmaple_tree: Add coalesce support.
2020-10-30 Liam R. Howlettmaple_tree: Add layout comments to header.
2020-10-30 Liam R. Howlettmaple_tree: Remove unnecessary coalescing.
2020-10-30 Liam R. Howlettmaple_tree: More erase checking.
2020-10-30 Liam R. Howlettmaple_tree: Convert another pivot fetch to safe_pivot
2020-10-30 Liam R. Howlettmaple_tree: Restore slot in ma_coalesce and additional...
2020-10-30 Liam R. Howlettmaple_tree: Clean up ma_copy and mas_coalesce
2020-10-30 Liam R. Howlettmaple_tree: Fix coalesce to skip duplicate pivots and...
2020-10-30 Liam R. Howletttest_maple_tree: Quiet down output
2020-10-30 Liam R. Howlettmaple_tree: Add some comments to ma_rev_alloc and ma_alloc
2020-10-30 Liam R. Howlettmaple_tree: Store XA_RETRY_ENTRY on erase
2020-10-30 Liam R. Howlettmaple_tree: Add mas_pause for pausing iterator.
2020-10-30 Liam R. Howlettmaple_tree: checkpatch fixes
2020-10-30 Liam R. Howlettmaple_tree: Add restarts for interaters on dead nodes.
2020-10-30 Liam R. Howlettmaple_tree: mt_for_each implementation
2020-10-30 Liam R. Howlettmaple_tree: Add check for mas_for_each loop.
2020-10-30 Liam R. Howlettmas_find implementation
2020-10-30 Liam R. Howlettmaple_tree: mas_next_node/mas_prev_node restarts added...
2020-10-30 Liam R. Howlettmaple_tree: Add basic store support.
2020-10-30 Liam R. Howlettmaple_tree: Change erase return to 0 on success.
2020-10-30 Liam R. Howlettmaple_tree: Add reverse walk.
2020-10-30 Liam R. Howlettmaple_tree: Fix range checking on skip_node
2020-10-30 Liam R. Howlettmaple_tree: Fix forward searching for gaps.
2020-10-30 Matthew Wilcoxmaple_dump: Pad better
2020-10-30 Matthew Wilcoxmaple_dump: Pad to indicate depth
2020-10-30 Liam R. Howlettmaple_tree: Disable dense nodes.
2020-10-30 Liam R. Howlettmaple_tree: messy test output
2020-10-30 Liam R. Howlettmaple_tree: Remove early exit on tests
2020-10-30 Liam R. Howlettmaple_tree: Add awalk for walking allocation trees...
2020-10-30 Liam R. Howlettmaple_tree: Add maple_tree alloc support for gaps.
2020-10-30 Liam R. Howlettmaple_tree: typedef maple_enode for encoded node.
2020-10-30 Liam R. Howlettmaple_tree: typedef parent node to maple_pnode
2020-10-30 Liam R. Howlettmaple_tree: Use encoded node for getting rcu slot in...
2020-10-30 Liam R. Howlettmaple_tree: Add initial maple_arange_64 node support.
2020-10-30 Liam R. Howletttest_maple_tree: Fix range checking.
2020-10-30 Liam R. Howlettmaple_tree: Fix range add to empty tree.
2020-10-30 Liam R. Howlettmaple_tree: Rework internal walk.
2020-10-30 Liam R. Howlettma_xa_benchmark: Update time calculations
2020-10-30 Liam R. Howlettmaple_tree: Fix double free error.
2020-10-30 Liam R. Howlettmaple: Fix _mas_walk return & clean up ma_insert root...
2020-10-30 Liam R. Howlettmaple: Fix off by one error when walking.
2020-10-30 Liam R. Howlettmaple_tree: Optimize _mas_walk
2020-10-30 Liam R. Howlettmaple_tree: Rework walk.
2020-10-30 Liam R. Howlettmaple_tree: Make walk faster.
2020-10-30 Liam R. Howlettma_xa_benchmark: Fix percentage calculation for time.
2020-10-30 Liam R. Howlettmaple_tree: Efficiencies
2020-10-30 Liam R. Howlettmaple_tree: Dense node support & nulls in tree.
2020-10-30 Liam R. Howlettmaple_tree: Performance enhancements.
2020-10-30 Liam R. Howlettmaple_tree: Make functions node-type generic.
2020-10-30 Liam R. Howlettma_xa_benchmark: Use user time. add rcu barrier before...
2020-10-30 Liam R. Howlettma_xa_benchmark: Initial push
2020-10-30 Liam R. Howlettmaple_tree: remove duplicate function.
2020-10-30 Liam R. Howletttest_maple_tree: Fix comments & add more tests.
2020-10-30 Liam R. Howlettmaple_tree: Fix split & insert to use last slot.
2020-10-30 Liam R. Howlettmaple_tree: Drop depth from split operation.
2020-10-30 Liam R. Howlettmaple_tree: Fix root bit & parent type.
2020-10-30 Liam R. Howlettmaple_tree: fix goto lables in ma_insert
2020-10-30 Liam R. Howlettmaple_tree: Add root expand to node if the single entry...
2020-10-30 Liam R. Howlettmaple_tree: Change mask calc for mt_parent_type
2020-10-30 Liam R. Howlettmaple_tree: Remove depth from ma_split.
2020-10-30 Liam R. HowlettThoughts: Add table of bits in the parent.
2020-10-30 Liam R. Howlettmaple_tree: Fix parent definitions & fallout from ULONG...
2020-10-30 Liam R. Howletttest_maple_tree: Add seqential test for adding 1000...
2020-10-30 Liam R. Howlettmaple_tree: Add comment about encode parent.
2020-10-30 Liam R. Howlettmaple_tree: Move mas_update_limits
2020-10-30 Liam R. Howlettmaple_tree: Small cleanup of code and comments
2020-10-30 Liam R. Howlettmaple_tree: Fix error in splitting on the right side
2020-10-30 Liam R. Howletttest_maple_tree: port nomem thread race test.
2020-10-30 Liam R. Howlettmaple_tree: Change return type of ma_insert.
2020-10-30 Liam R. Howletttest_maple_tree: Re-implement old allocation tests...
2020-10-30 Liam R. Howletttesting: Fix bug in allocation tests for radix-tree...
next