summaryrefslogtreecommitdiff
path: root/lib/radix-tree.c
Commit message (Expand)AuthorAge
* lockdep: allow to disable reclaim lockup detectionMichal Hocko2017-05-03
* ida: Free correct IDA bitmapMatthew Wilcox2017-03-07
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-28
|\
| * radix-tree: Fix __rcu annotationsMatthew Wilcox2017-02-13
| * radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox2017-02-13
| * radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox2017-02-13
| * radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-13
| * radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox2017-02-13
| * ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-13
| * ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-13
| * Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-13
| * radix-tree: Add radix_tree_iter_deleteMatthew Wilcox2017-02-13
| * radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox2017-02-13
| * radix tree: constify some pointersMatthew Wilcox2017-01-27
* | EXPORT_SYMBOL radix_tree_replace_slotSong Liu2017-02-13
|/
* radix-tree: fix private list warningsMatthew Wilcox2017-01-24
* mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-07
* redo: radix tree test suite: fix compilationMatthew Wilcox2016-12-15
* radix-tree: ensure counts are initialisedMatthew Wilcox2016-12-14
* radix-tree: fix replacement for multiorder entriesMatthew Wilcox2016-12-14
* radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-14
* radix-tree: add radix_tree_splitMatthew Wilcox2016-12-14
* radix-tree: add radix_tree_joinMatthew Wilcox2016-12-14
* radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-14
* radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-14
* radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-14
* radix-tree: improve dump outputMatthew Wilcox2016-12-14
* radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox2016-12-14
* radix-tree: create node_tag_set()Matthew Wilcox2016-12-14
* radix-tree: move rcu_head into a union with private_listMatthew Wilcox2016-12-14
* radix-tree: fix typoMatthew Wilcox2016-12-14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-12
|\
| * mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-12
| * lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-12
| * lib: radix-tree: add entry deletion support to __radix_tree_replace()Johannes Weiner2016-12-12
| * lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-12
| * lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-12
| * Revert "radix tree test suite: fix compilation"Linus Torvalds2016-12-09
| * radix tree test suite: fix compilationMatthew Wilcox2016-12-07
* | lib/radix-tree: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-09
|/
* mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-10-05
* radix tree: fix sibling entry handling in radix_tree_descend()Linus Torvalds2016-09-25
* radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov2016-08-02
* radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov2016-07-26
* radix-tree: make radix_tree_descend() more usefulMatthew Wilcox2016-05-20
* radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox2016-05-20
* radix-tree: tidy up __radix_tree_create()Matthew Wilcox2016-05-20
* radix-tree: tidy up range_tag_if_taggedMatthew Wilcox2016-05-20
* radix-tree: tidy up next_chunkMatthew Wilcox2016-05-20
* radix-tree: change naming conventions in radix_tree_shrinkMatthew Wilcox2016-05-20