aboutsummaryrefslogtreecommitdiffstats
path: root/lib/radix-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-5/+6
2009-01-06lib: radix_tree.c make percpu variable staticHarvey Harrison1-1/+1
2009-01-06trivial: radix-tree: document wrap-around issue of radix_tree_next_hole()Wu Fengguang1-5/+6
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-26radix-tree: add gang_lookup_slot, gang_lookup_slot_tagNick Piggin1-23/+155
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2008-06-12radix-tree: fix small lockless radix-tree bugNick Piggin1-58/+62
2008-04-28Remove set_migrateflags()Christoph Lameter1-5/+4
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin1-4/+11
2007-10-17avoid negative (and full-width) shifts in radix-tree.cPeter Lund1-6/+8
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-2/+4
2007-10-16fix the max path calculation in radix-tree.cJeff Moyer1-4/+17
2007-10-16radix-tree: use indirect bitNick Piggin1-26/+43
2007-10-16radixtree: introduce radix_tree_next_hole()Fengguang Wu1-0/+36
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-14[LIB]: export radix_tree_preload()David Chinner1-0/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-1/+1
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-12-07[PATCH] radix-tree: RCU lockless readsideNick Piggin1-100/+227
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-10-10[PATCH] gfp annotations: radix_tree_rootAl Viro1-3/+3
2006-06-25[PATCH] radixtree: normalize radix_tree_tag_get() return valueWu Fengguang1-1/+1
2006-06-23[PATCH] buglet in radix_tree_tag_setPeter Zijlstra1-2/+1
2006-06-23[PATCH] radix-tree: smallNick Piggin1-1/+1
2006-06-23[PATCH] radix-tree: direct dataNick Piggin1-81/+111
2006-03-25[PATCH] radix-tree documentation cleanupsJonathan Corbet1-22/+27
2006-02-16[PATCH] Fix over-zealous tag clearing in radix_tree_deleteNeilBrown1-4/+6
2006-01-08[PATCH] radix-tree: reduce tree height upon partial truncationNick Piggin1-10/+36
2006-01-08[PATCH] radix tree: early termination of tag clearingNick Piggin1-17/+23
2006-01-08[PATCH] radix tree: code consolidationNick Piggin1-31/+26
2005-11-07[PATCH] reiser4: add radix_tree_lookup_slot()Hans Reiser1-13/+38
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-09-10[PATCH] lib/radix-tree: Fix "nocast type" warningsVictor Fusco1-1/+1
2005-09-07[PATCH] radix_tag_get(): differentiate between no present node and tag unset casesMarcelo Tosatti1-8/+9
2005-09-07[PATCH] radix-tree: Remove unnecessary indirections and clean up codeChristoph Lameter1-77/+82
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+807