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