]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2020-10-30 Liam R. Howlettmaple_tree: Fix formatting of extend null
2020-10-30 Liam R. Howlettmaple_tree: Restore maple tree node fullness.
2020-10-30 Liam R. Howlettmaple_tree: Add extra trace events to test code
2020-10-30 Liam R. Howlettkernel/fork: Drop vma_store entirely
2020-10-30 Liam R. Howlettmaple_tree tracepoints: Add trace for span_wr, store_ra...
2020-10-30 Liam R. Howlettmmap trace: Change maple tree mods to use px
2020-10-30 Liam R. Howlettmmap: Remove __vma_link in favour of calling vma_mt_sto...
2020-10-30 Liam R. Howlettmm: Remove vma_stre and __vma_link_rb from header
2020-10-30 Liam R. Howlettmaple_tree: Don't initially set pivot in data_end.
2020-10-30 Liam R. Howlettmaple_tree: Alias rcu check to mas_slot() and mas_slot_...
2020-10-30 Liam R. Howlettmaple_tree: Avoid case statements with ma_gaps and...
2020-10-30 Liam R. Howlettmaple_tree: Optimize mas_awalk
2020-10-30 Liam R. Howlettmaple_tree: Rework mas_next
2020-10-30 Liam R. Howlettmm/mmap: Fix accounting in count_vma_pages_range again
2020-10-30 Liam R. Howlettmm/mmap: Fix accounting in count_vma_pages_range
2020-10-30 Liam R. Howlettkernel/fork: Use mas_dup_store for quicker forking
2020-10-30 Liam R. Howlettmaple_tree: Add mas_dup_store for quicker forking
2020-10-30 Liam R. Howlettmaple_tree: cleanup
2020-10-30 Liam R. Howlettmaple_tree: Don't check lockdep on things that may...
2020-10-30 Liam R. Howlettmaple_tree: Rework mas_prev_node
2020-10-30 Liam R. Howlettmaple_tree: Rework mas_next_node again
2020-10-30 Liam R. Howlettmaple_tree: Rewrite mas_next_node to be less complex.
2020-10-30 Liam R. Howlettmaple_tree: Update mas_next_node comments and break...
2020-10-30 Liam R. Howlettmaple_tree: use ma_get_slots() in mas_next_node loop
2020-10-30 Liam R. Howlettmaple_tree: rework mas_prev_node loop
2020-10-30 Liam R. Howlettmaple_tree: Change mas_get_slot to only rcu_dereference...
2020-10-30 Liam R. Howlettmaple_tree: Use get_slots for extend_null
2020-10-30 Liam R. Howlettmaple_tree: Drop mte_get_slot(), _mte_get_slot(), ma_ge...
2020-10-30 Liam R. Howlettmaple_tree: Change mas_replace to use ma_get_slots
2020-10-30 Liam R. Howlettmaple_tree: Change more to use ma_get_slots
2020-10-30 Liam R. Howlettmaple_tree: Change adopt_Children to use ma_get_slots
2020-10-30 Liam R. Howlettmaple_tree: use mte_slots for dup
2020-10-30 Liam R. Howlettmaple_tree: Start using mte_slots more
2020-10-30 Liam R. Howlettmaple_tree: Comments
2020-10-30 Liam R. Howlettmaple_tree: Remove recursive call for ma_get_node_alloc...
2020-10-30 Liam R. Howlettmaple_tree: Renames to remove _get and comments on...
2020-10-30 Liam R. Howlettmaple_tree: Remove comment for range 16 node types...
2020-10-30 Liam R. Howlettmaple_tree: Add new lines where necessary
2020-10-30 Liam R. Howlettmaple_tree: Remove unnecessary check from next_nentry
2020-10-30 Liam R. Howlettmaple_tree: mas_data_end reduction #2
2020-10-30 Liam R. Howlettmaple_tree: mas_data_end reduction.
2020-10-30 Liam R. Howlettmaple_tree: Drop extra node types and mt_is_empty()
2020-10-30 Liam R. Howlettmaple_tree: Rename functions and variables
2020-10-30 Liam R. Howlettmaple_tree: Optimizations on mas_data_end and mas_rev_awalk
2020-10-30 Liam R. Howlettmaple_tree: Fix endif comment
2020-10-30 Liam R. Howlettmaple_tree: remove _mas_data_end, only used in a few...
2020-10-30 Liam R. Howlettmm and fork: Fix mtree_destroy path
2020-10-30 Liam R. Howlettmaple_tree: Fix rcu flag again.
2020-10-30 Liam R. Howlettmaple_tree: Lower efficiency of node use.
2020-10-30 Matthew Wilcox... radix tree test suite: Fix compilation
2020-10-30 Liam R. Howlettmaple_tree: Add newlines after functions
2020-10-30 Liam R. Howlettmaple_tree: Fix up after rebase v5.9-rc1 and history.
2020-10-30 Liam R. Howlettmaple_tree: Fix spanning_store testcases and then the...
2020-10-30 Liam R. Howlettmaple_tree: Revert __mas_next change.
2020-10-30 Liam R. Howlettmaple_tree: Fix spanning_rebalance across many nodes...
2020-10-30 Liam R. Howlettmaple_tree: Fix rcu flag, ma_flags on dup of tree
2020-10-30 Liam R. Howlettsched/mm and kernel/fork: Add maple tree rcu enable...
2020-10-30 Liam R. Howlettmaple_tree: Add in_rcu flag support
2020-10-30 Liam R. Howlettmaple_tree: Rename flags defines
2020-10-30 Liam R. Howlettmaple_tree; rename mas_get/set_slot to mas_offset
2020-10-30 Liam R. Howlettmaple_tree: Compress ma_height into ma_flags
2020-10-30 Liam R. Howlettmaple_tree_test: Add verification of 1000 entry tree...
2020-10-30 Liam R. Howlettmaple_tree: Add push right, use memmove for b_node...
2020-10-30 Liam R. Howlettmaple_tree: Fix range calc on slot 0 and clean up empty...
2020-10-30 Liam R. Howlettmaple_tree: bulk free fixes
2020-10-30 Liam R. Howlettmaple_tree: Fix test from dumping crap
2020-10-30 Liam R. Howlettmaple_tree: Fix direct destroy
2020-10-30 Liam R. Howlettmmap stuff
2020-10-30 Liam R. Howlettlinux.c stuff
2020-10-30 Liam R. Howlettmaple_tree: Add non-rcu destroy_walk, rename ma_free...
2020-10-30 Liam R. Howlettradix-tree testing framework: Add kmem_cache_free_bulk
2020-10-30 Liam R. Howlettmaple_tree: Alloc at most 1 page of nodes during fork.
2020-10-30 Liam R. Howlettmaple_tree: Fix dup tree walk up and add more testcases.
2020-10-30 Liam R. Howlettfork: Now with dup tree
2020-10-30 Liam R. Howlettmaple_tree: Add dup function and testing
2020-10-30 Liam R. Howlettmaple_tree: remove extra mt_dump calls from test code
2020-10-30 Liam R. Howlettmaple_tree: Fix append to work with allocation tree.
2020-10-30 Liam R. Howlettmaple_tree: remove debug
2020-10-30 Liam R. Howlettmaple_tree: Fix mas_awalk gap issues
2020-10-30 Liam R. Howlettmaple_tree: compress to left
2020-10-30 Liam R. Howlettmaple_tree: refactor mas_split data splitting
2020-10-30 Liam R. Howlettmaple_tree: start pushing left for leaves
2020-10-30 Liam R. Howlettmaple_tree: Add 256Byte nodes and make them default.
2020-10-30 Liam R. Howlettmaple_tree: Make allocations node size agnostic
2020-10-30 Liam R. Howlettmaple_tree: Fix trace test code
2020-10-30 Liam R. Howlettmaple_tree: Fix compile warning
2020-10-30 Liam R. Howlettmaple_tree: Fix trace header
2020-10-30 Liam R. Howlettmaple_tree: Fix tracing order
2020-10-30 Liam R. Howlettmmap: Rework tracing
2020-10-30 Liam R. Howletttboot remove rb
2020-10-30 Liam R. Howletttboot add mt
2020-10-30 Liam R. Howlettmaple: Fix tracepoints
2020-10-30 Liam R. Howlettradix tree: enhancements for maple_tree tracepoints
2020-10-30 Liam R. Howlettmaple_tree: Change ordering of pivots and slots, as...
2020-10-30 Liam R. Howlettmm/mmap.c: Fix includes for tracepoints
2020-10-30 Liam R. Howlettmaple_tree: Add tracepoints, remove SLAB_RECLAIM
2020-10-30 Liam R. Howlettmaple_tree: Clean up splitting name and add exception...
2020-10-30 Liam R. Howlettmaple_tree: Fix splitting causing deficient nodes.
2020-10-30 Liam R. Howlettmaple_tree: Fix overflow on store and 3 way splits
2020-10-30 Liam R. Howlettmm/mmap: Zero maple tree area in a single set when...
next