2021-01-05 |
Liam R. Howlett | maple_tree and mm/mmap: Try to stop tracepoints on... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | trace/events/mm_mt.h: Fix prototype for __vma_mt_szero |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | trace/events/mm_mt: Add maple tree mm tracepoints. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | trace/events/mm rename to mm_mt |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Fix unmapped_area_topdown with align_offset |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Move maple tree logging to tracepoints |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Fix maple tree calculation for topdown with... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add test for reverse search with mask. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Add call to maple_destroy |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mas_append of extra null. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Skip multiple deletes in split calculation. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Reset mas location before walking in mas_re... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Move VM_BUG_ON inside other check for maple... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix skip entries on spanning adds and issue... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix off-by-one error on mas->min when calli... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | test_maple_tree: Add test which discovered the retry... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix gap on skip entries caused by relocated... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix overrunning end of node into RETRY... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix limits check with retry entries |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | test_maple_tree: Don't count retry entries during entry... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Support freeing empty nodes on gap relocation. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Zero pivots of gaps that have been moved. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Combine gaps with retry entries. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Clean up mas_data_end interface. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: whitespace fix. |
commit | commitdiff | tree |
2021-01-05 |
Matthew Wilcox... | maple_tree: Fix rcu_dereference usages |
commit | commitdiff | tree |
2021-01-05 |
Matthew Wilcox... | maple_tree: no need to rcu_dereference in mtree_empty() |
commit | commitdiff | tree |
2021-01-05 |
Matthew Wilcox... | mm: Fix compilation warnings |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix lock_dep calls to use pointers. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Move variable declaring prior to code. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix overwritten slot in mas during __mas_add |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Small code cleanup, white spaces etc. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | MAINTAINERS: Add maple tree |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add support for combining gaps. |
commit | commitdiff | tree |
2021-01-05 |
Matthew Wilcox... | extra debug |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix RCU reads to use rcu_dereference_check... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix placement of data during add operation... |
commit | commitdiff | tree |
2021-01-05 |
Matthew Wilcox... | mm: Get rid of maple tree whitespace changes |
commit | commitdiff | tree |
2021-01-05 |
Matthew Wilcox... | maple_tree: Clean up debug infrastructure |
commit | commitdiff | tree |
2021-01-05 |
Matthew Wilcox... | maple_tree: Move xa_get_alloc_size |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Remove maple tree erase call in __vma_unlink_c... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Maple tree update for validate_mm_mt and comments |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mmap: Write changes to next to the maple tree. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Initial documentation straw man. |
commit | commitdiff | tree |
2021-01-05 |
Matthew Wilcox... | Renumber XA.*ENTRY constants |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | Revert "maple_tree: Rework node split calculation for... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix off by one on mas_prev when going to... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap: Don't adjust next for maple tree operations. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Set slot in mas_prev_slot to get the pivot |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Rework node split calculation for better... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Always split regardless of spanning node... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mas_prev issue with parent slot & loop... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix finding the end of a node when the... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix limit updating when rewinding nodes... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap and mm/mprotect: Alter mmap erase method. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix off-by-one on append_entry |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | test_maple_tree: Standardize tests on using what was... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix u64 => unsigned long |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix append_entry for NULL appending, fix... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm/mmap and maple_tree: Fix mt_for_each interface,... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mmap/fork/mm.h: Add maple tree support. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Thoughts, fix whitespace, fix compile issue |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mas_rev_awalk to check if the entry... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mas_for_each retry incorrectly setting... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mas_set_rev_index, _mas_get_unmapped_ar... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Reduce recursion and fix set10 testcase. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | mm: Add maple tree to init-mm,mmap, mprotect, mm_types |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Drop BUG_ON and add set9 to tests |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Thoughts updated for coalescing/rebuilding |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix prev_node, change split balancing durin... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: fix setting parent during split. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: cleanup |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: cleanup |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Zero stack struct |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: WIP, almost there. maple_tree: 653130 of... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: WIP, error in delete path when allocations... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: WIP, fixes mas_rebalance pivot promotion... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: WIP, fixed mas_awalk for full nodes and... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: WIP, still hosed.. Pass: 583922 Run:583923 |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: WIP, so very broken coalesce/rebalance |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mas_find to skip empty nodes and set... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: wip, rework of split and such |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: WIP on kvm tests |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mas_first_entry return value. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix empty pivot when appending to a perfect... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Continue fixing fallout from mas_data_end... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Rewrite mas_data_end to return slot not... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Drop mas.last setting in mt_find and add... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mt_find, mas_find, add with deleted... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix compile warnings during kernel build |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add mas_get_unmapped_area and mas_get_unmap... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | Thoughts: Add retry and rebalance/rebuild nodes. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mas_prev to wrap on mas->node == MAS_START |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix maple state max/min issues |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | test_maple_tree: Update gap tests to use correct calcul... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Add validation functions and rework gap... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix circular dependencies that will be... |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Remove mas_walk in favour of mas_load. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Convert old ms arguemnt to mas. |
commit | commitdiff | tree |
2021-01-05 |
Liam R. Howlett | maple_tree: Fix mas_find search. |
commit | commitdiff | tree |
next |