2021-01-05 |
Liam R. Howlett | maple_tree: Rewrite mas_next_node to be less complex. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Update mas_next_node comments and break... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: use ma_get_slots() in mas_next_node loop |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: rework mas_prev_node loop |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Change mas_get_slot to only rcu_dereference... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Use get_slots for extend_null |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Drop mte_get_slot(), _mte_get_slot(), ma_ge... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Change mas_replace to use ma_get_slots |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Change more to use ma_get_slots |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Change adopt_Children to use ma_get_slots |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: use mte_slots for dup |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Start using mte_slots more |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Comments |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Remove recursive call for ma_get_node_alloc... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Renames to remove _get and comments on... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Remove comment for range 16 node types... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add new lines where necessary |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Remove unnecessary check from next_nentry |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: mas_data_end reduction #2 |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: mas_data_end reduction. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Drop extra node types and mt_is_empty() |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Rename functions and variables |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Optimizations on mas_data_end and mas_rev_awalk |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix endif comment |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: remove _mas_data_end, only used in a few... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm and fork: Fix mtree_destroy path |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix rcu flag again. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Lower efficiency of node use. |
commit | commitdiff | tree |
2021-01-05 |
Matthew Wilcox... | radix tree test suite: Fix compilation |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add newlines after functions |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix up after rebase v5.9-rc1 and history. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix spanning_store testcases and then the... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Revert __mas_next change. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix spanning_rebalance across many nodes... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix rcu flag, ma_flags on dup of tree |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | sched/mm and kernel/fork: Add maple tree rcu enable... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add in_rcu flag support |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Rename flags defines |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree; rename mas_get/set_slot to mas_offset |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Compress ma_height into ma_flags |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree_test: Add verification of 1000 entry tree... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add push right, use memmove for b_node... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix range calc on slot 0 and clean up empty... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: bulk free fixes |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix test from dumping crap |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix direct destroy |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mmap stuff |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | linux.c stuff |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add non-rcu destroy_walk, rename ma_free... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | radix-tree testing framework: Add kmem_cache_free_bulk |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Alloc at most 1 page of nodes during fork. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix dup tree walk up and add more testcases. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | fork: Now with dup tree |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add dup function and testing |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: remove extra mt_dump calls from test code |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix append to work with allocation tree. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: remove debug |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mas_awalk gap issues |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: compress to left |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: refactor mas_split data splitting |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: start pushing left for leaves |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add 256Byte nodes and make them default. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Make allocations node size agnostic |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix trace test code |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix compile warning |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix trace header |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix tracing order |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mmap: Rework tracing |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | tboot remove rb |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | tboot add mt |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple: Fix tracepoints |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | radix tree: enhancements for maple_tree tracepoints |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Change ordering of pivots and slots, as... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap.c: Fix includes for tracepoints |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add tracepoints, remove SLAB_RECLAIM |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Clean up splitting name and add exception... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix splitting causing deficient nodes. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix overflow on store and 3 way splits |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Zero maple tree area in a single set when... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | fork: Whitespace |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Drop mas.node check. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Remove possibility of having mas->node... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mmap: rename unmapped to empty, change comemnts |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm: Remove rb tree. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | kernel/fork: Convert dup_mmap to use maple tree |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Change unmapped_area and unmapped_area_topdown... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Change find_vma_prev() to use maple tree |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Change find_vma() to use the maple tree |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm: Start tracking VMAs with maple tree |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix crash on spanning rebalance all the... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | radix tree test suite: Add support for fallthrough... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Update unmapped area name, remove mas-... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | test_maple_tree: Re-enable failed test from allocation... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Disable maple_tree_verbose and remove mas_retry |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: rework mas_awalk |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: rev_awalk i->slot and this_gap -> gap |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: change rev_awalk to more common code |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: change rev_awalk since there are no delete... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add helper for lower bound |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: awalk reduce again. |
commit | commitdiff | tree |
next |