aboutsummaryrefslogtreecommitdiff
path: root/lib/radix-tree.c
AgeCommit message (Expand)Author
2018-08-21ida: Remove old APIMatthew Wilcox
2018-08-21radix-tree: Fix UBSAN warningMatthew Wilcox
2018-05-25idr: fix invalid ptr dereference on item deleteMatthew Wilcox
2018-05-18radix tree: fix multi-order iteration raceRoss Zwisler
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox
2018-02-21ida: do zeroing in ida_pre_get()Rasmus Villemoes
2018-02-06idr: Remove idr_alloc_extMatthew Wilcox
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-09-08radix-tree: must check __radix_tree_preload() return valueEric Dumazet
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-08-30idr: Add new APIs to support unsigned longChris Mi
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson
2017-05-03lockdep: allow to disable reclaim lockup detectionMichal Hocko
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2017-02-13radix-tree: Fix __rcu annotationsMatthew Wilcox
2017-02-13radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox
2017-02-13radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox
2017-02-13radix-tree: Store a pointer to the root in each nodeMatthew Wilcox
2017-02-13radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox
2017-02-13ida: Use exceptional entries for small IDAsMatthew Wilcox
2017-02-13ida: Move ida_bitmap to a percpu variableMatthew Wilcox
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox
2017-02-13radix-tree: Add radix_tree_iter_deleteMatthew Wilcox
2017-02-13radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox
2017-02-13EXPORT_SYMBOL radix_tree_replace_slotSong Liu
2017-01-27radix tree: constify some pointersMatthew Wilcox
2017-01-24radix-tree: fix private list warningsMatthew Wilcox
2017-01-07mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox
2016-12-14radix-tree: ensure counts are initialisedMatthew Wilcox
2016-12-14radix-tree: fix replacement for multiorder entriesMatthew Wilcox
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox
2016-12-14radix-tree: add radix_tree_splitMatthew Wilcox
2016-12-14radix-tree: add radix_tree_joinMatthew Wilcox
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14radix-tree: improve dump outputMatthew Wilcox
2016-12-14radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox
2016-12-14radix-tree: create node_tag_set()Matthew Wilcox
2016-12-14radix-tree: move rcu_head into a union with private_listMatthew Wilcox
2016-12-14radix-tree: fix typoMatthew Wilcox
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner
2016-12-12lib: radix-tree: add entry deletion support to __radix_tree_replace()Johannes Weiner
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner
2016-12-09Revert "radix tree test suite: fix compilation"Linus Torvalds