summaryrefslogtreecommitdiffstats
path: root/lib/radix-tree.c
Commit message (Expand)AuthorAgeFilesLines
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* radix-tree: add gang_lookup_slot, gang_lookup_slot_tagNick Piggin2008-07-261-23/+155
* Christoph has movedChristoph Lameter2008-07-041-1/+1
* radix-tree: fix small lockless radix-tree bugNick Piggin2008-06-121-58/+62
* Remove set_migrateflags()Christoph Lameter2008-04-281-5/+4
* radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin2008-02-051-4/+11
* avoid negative (and full-width) shifts in radix-tree.cPeter Lund2007-10-171-6/+8
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-161-2/+4
* fix the max path calculation in radix-tree.cJeff Moyer2007-10-161-4/+17
* radix-tree: use indirect bitNick Piggin2007-10-161-26/+43
* radixtree: introduce radix_tree_next_hole()Fengguang Wu2007-10-161-0/+36
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [LIB]: export radix_tree_preload()David Chinner2007-07-141-0/+1
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-1/+1
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
* [PATCH] radix-tree: RCU lockless readsideNick Piggin2006-12-071-100/+227
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] gfp annotations: radix_tree_rootAl Viro2006-10-101-3/+3
* [PATCH] radixtree: normalize radix_tree_tag_get() return valueWu Fengguang2006-06-251-1/+1
* [PATCH] buglet in radix_tree_tag_setPeter Zijlstra2006-06-231-2/+1
* [PATCH] radix-tree: smallNick Piggin2006-06-231-1/+1
* [PATCH] radix-tree: direct dataNick Piggin2006-06-231-81/+111
* [PATCH] radix-tree documentation cleanupsJonathan Corbet2006-03-251-22/+27
* [PATCH] Fix over-zealous tag clearing in radix_tree_deleteNeilBrown2006-02-161-4/+6
* [PATCH] radix-tree: reduce tree height upon partial truncationNick Piggin2006-01-081-10/+36
* [PATCH] radix tree: early termination of tag clearingNick Piggin2006-01-081-17/+23
* [PATCH] radix tree: code consolidationNick Piggin2006-01-081-31/+26
* [PATCH] reiser4: add radix_tree_lookup_slot()Hans Reiser2005-11-071-13/+38
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [PATCH] lib/radix-tree: Fix "nocast type" warningsVictor Fusco2005-09-101-1/+1
* [PATCH] radix_tag_get(): differentiate between no present node and tag unset ...Marcelo Tosatti2005-09-071-8/+9
* [PATCH] radix-tree: Remove unnecessary indirections and clean up codeChristoph Lameter2005-09-071-77/+82
* [PATCH] mostly_read data sectionChristoph Lameter2005-07-071-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+807