]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2021-01-05 Liam R. Howlettmaple_tree: Make allocations node size agnostic
2021-01-05 Liam R. Howlettmaple_tree: Fix trace test code
2021-01-05 Liam R. Howlettmaple_tree: Fix compile warning
2021-01-05 Liam R. Howlettmaple_tree: Fix trace header
2021-01-05 Liam R. Howlettmaple_tree: Fix tracing order
2021-01-05 Liam R. Howlettmmap: Rework tracing
2021-01-05 Liam R. Howletttboot remove rb
2021-01-05 Liam R. Howletttboot add mt
2021-01-05 Liam R. Howlettmaple: Fix tracepoints
2021-01-05 Liam R. Howlettradix tree: enhancements for maple_tree tracepoints
2021-01-05 Liam R. Howlettmaple_tree: Change ordering of pivots and slots, as...
2021-01-05 Liam R. Howlettmm/mmap.c: Fix includes for tracepoints
2021-01-05 Liam R. Howlettmaple_tree: Add tracepoints, remove SLAB_RECLAIM
2021-01-05 Liam R. Howlettmaple_tree: Clean up splitting name and add exception...
2021-01-05 Liam R. Howlettmaple_tree: Fix splitting causing deficient nodes.
2021-01-05 Liam R. Howlettmaple_tree: Fix overflow on store and 3 way splits
2021-01-05 Liam R. Howlettmm/mmap: Zero maple tree area in a single set when...
2021-01-05 Liam R. Howlettfork: Whitespace
2021-01-05 Liam R. Howlettmm/mmap: Drop mas.node check.
2021-01-05 Liam R. Howlettmaple_tree: Remove possibility of having mas->node...
2021-01-05 Liam R. Howlettmmap: rename unmapped to empty, change comemnts
2021-01-05 Liam R. Howlettmm: Remove rb tree.
2021-01-05 Liam R. Howlettkernel/fork: Convert dup_mmap to use maple tree
2021-01-05 Liam R. Howlettmm/mmap: Change unmapped_area and unmapped_area_topdown...
2021-01-05 Liam R. Howlettmm/mmap: Change find_vma_prev() to use maple tree
2021-01-05 Liam R. Howlettmm/mmap: Change find_vma() to use the maple tree
2021-01-05 Liam R. Howlettmm: Start tracking VMAs with maple tree
2021-01-05 Liam R. Howlettmaple_tree: Fix crash on spanning rebalance all the...
2021-01-05 Liam R. Howlettradix tree test suite: Add support for fallthrough...
2021-01-05 Liam R. Howlettmaple_tree: Update unmapped area name, remove mas-...
2021-01-05 Liam R. Howletttest_maple_tree: Re-enable failed test from allocation...
2021-01-05 Liam R. Howlettmm/mmap: Disable maple_tree_verbose and remove mas_retry
2021-01-05 Liam R. Howlettmaple_tree: rework mas_awalk
2021-01-05 Liam R. Howlettmaple_tree: rev_awalk i->slot and this_gap -> gap
2021-01-05 Liam R. Howlettmaple_tree: change rev_awalk to more common code
2021-01-05 Liam R. Howlettmaple_tree: change rev_awalk since there are no delete...
2021-01-05 Liam R. Howlettmaple_tree: Add helper for lower bound
2021-01-05 Liam R. Howlettmaple_tree: awalk reduce again.
2021-01-05 Liam R. Howlettmaple_tree: awalk is still massive
2021-01-05 Liam R. Howlettmaple_tree: drop mas_next_slot and mas_prev_slot -...
2021-01-05 Liam R. Howlettmaple_tree: mas_prev_slot change
2021-01-05 Liam R. Howlettmaple_tree: Cleaning
2021-01-05 Liam R. Howlettmaple_tree: Cleaning
2021-01-05 Liam R. Howlettmaple_tree: Cleaning
2021-01-05 Liam R. Howlettmaple_tree: Drop deleted/retry/skip logic
2021-01-05 Liam R. Howlettmaple_tree: Drop deleted/retry/skip logic
2021-01-05 Liam R. Howlettmaple_tree: Comments.
2021-01-05 Liam R. Howlettmaple_tree: Comments, and also mab_mas_cp always uses...
2021-01-05 Liam R. Howlettmaple_tree: Comments comments comments.
2021-01-05 Liam R. Howlettmaple_tree: Remove mte_update_rcu_slot and add comments
2021-01-05 Liam R. Howlettcleanup mast_new_root
2021-01-05 Liam R. Howlettmaple_tree: Drop unnecessary reset
2021-01-05 Liam R. Howlettmaple_tree: mas_split cleanup
2021-01-05 Liam R. Howlettmaple_tree: not much
2021-01-05 Liam R. Howlettmaple_tree: combine_separate reduction with copy out...
2021-01-05 Liam R. Howlettmaple_tree: combine_separate reduction with parents...
2021-01-05 Liam R. Howlettmaple_tree: Cleaner check in combine_separate
2021-01-05 Liam R. Howlettmaple_tree: Cleaner check in combine_separate
2021-01-05 Liam R. Howlettmaple_tree: reduce line count
2021-01-05 Liam R. Howlettmaple_tree: mas_mab_cp sets b_end now
2021-01-05 Liam R. Howlettmaple_tree: Attempt to reduce split function size
2021-01-05 Liam R. Howlettmaple_tree: wip, try the maple_subtree_state for smalle...
2021-01-05 Liam R. Howlettmaple_tree: wip, add maple_subtree_state
2021-01-05 Liam R. Howlettmaple_tree: wip, add maple_subtree_state
2021-01-05 Liam R. Howlettmaple_tree: Code cleanup, mostly in split
2021-01-05 Liam R. Howlettmaple_tree: Start using b_node->b_end in mas_split
2021-01-05 Liam R. Howlettmaple_tree: Remove fixed array size from mas_split...
2021-01-05 Liam R. Howlettmaple_tree: Code reduction
2021-01-05 Liam R. Howlettmaple_tree: mas_combine_separate changes.
2021-01-05 Liam R. Howlettmm/mmap: Change debug for maple tree
2021-01-05 Liam R. Howlettmaple_tree: Remove debug
2021-01-05 Liam R. Howlettmaple_tree: Add freeing of nodes.
2021-01-05 Liam R. Howlettmaple_tree: wip, fix underrun on root expand when range...
2021-01-05 Liam R. Howlettmaple_tree: wip, fix splitting into 3, fix range of...
2021-01-05 Liam R. Howlettmaple_tree: wip. Combine mas_extend_null in mas_store and
2021-01-05 Liam R. Howlettwip, maple_tree: Pass 824089 - rebalance and spanning...
2021-01-05 Liam R. Howlettwip, maple_tree: Pass 850785 - added check for min...
2021-01-05 Liam R. Howlettwip: maple_tree: factor out descend and node adoption
2021-01-05 Liam R. Howlettwip: maple_tree: factor out descend and node adoption
2021-01-05 Liam R. Howlettwip: pass 747201. Rework some gap stuff.
2021-01-05 Liam R. Howlettwip: pass 747114 - fix r_mas.max when there is no r_mas...
2021-01-05 Liam R. Howlettwip: Add height reset to destroy and debug output.
2021-01-05 Liam R. Howlettwip: pass 678642 tc
2021-01-05 Liam R. Howlettmaple_tree: wip, initial rebalance on regular commit...
2021-01-05 Liam R. Howlettwip: spanning store & signed full_cnt
2021-01-05 Liam R. Howlettmaple_tree: WIP, start passing big data through for...
2021-01-05 Liam R. Howlettmaple_tree: WIP, diet
2021-01-05 Liam R. Howlettmaple_tree: WIP, partial spanning store code.
2021-01-05 Liam R. Howlettmaple_tree: 3 wip
2021-01-05 Liam R. Howlettwip, broken and abandoning this plan for no retry
2021-01-05 Liam R. Howlettmaple_tree: Remove mt_is_advanced in favor of xa_is_adv...
2021-01-05 Liam R. Howlettxarray: Change range of xa_is_advanced
2021-01-05 Liam R. Howlettmaple_tree: Fix gap issues and combining issue
2021-01-05 Liam R. Howlettmaple_tree and mm/mmap: Try to stop tracepoints on...
2021-01-05 Liam R. Howletttrace/events/mm_mt.h: Fix prototype for __vma_mt_szero
2021-01-05 Liam R. Howletttrace/events/mm_mt: Add maple tree mm tracepoints.
2021-01-05 Liam R. Howletttrace/events/mm rename to mm_mt
2021-01-05 Liam R. Howlettmm/mmap: Fix unmapped_area_topdown with align_offset
2021-01-05 Liam R. Howlettmm/mmap: Move maple tree logging to tracepoints
2021-01-05 Liam R. Howlettmm/mmap: Fix maple tree calculation for topdown with...
next