aboutsummaryrefslogtreecommitdiff
path: root/lib/radix-tree.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-5/+6
2009-01-06lib: radix_tree.c make percpu variable staticGravatar Harvey Harrison 1-1/+1
2009-01-06trivial: radix-tree: document wrap-around issue of radix_tree_next_hole()Gravatar Wu Fengguang 1-5/+6
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-26radix-tree: add gang_lookup_slot, gang_lookup_slot_tagGravatar Nick Piggin 1-23/+155
2008-07-04Christoph has movedGravatar Christoph Lameter 1-1/+1
2008-06-12radix-tree: fix small lockless radix-tree bugGravatar Nick Piggin 1-58/+62
2008-04-28Remove set_migrateflags()Gravatar Christoph Lameter 1-5/+4
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsGravatar Nick Piggin 1-4/+11
2007-10-17avoid negative (and full-width) shifts in radix-tree.cGravatar Peter Lund 1-6/+8
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-10-16Group short-lived and reclaimable kernel allocationsGravatar Mel Gorman 1-2/+4
2007-10-16fix the max path calculation in radix-tree.cGravatar Jeff Moyer 1-4/+17
2007-10-16radix-tree: use indirect bitGravatar Nick Piggin 1-26/+43
2007-10-16radixtree: introduce radix_tree_next_hole()Gravatar Fengguang Wu 1-0/+36
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-14[LIB]: export radix_tree_preload()Gravatar David Chinner 1-0/+1
2007-05-09Add suspend-related notifications for CPU hotplugGravatar Rafael J. Wysocki 1-1/+1
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useGravatar Ingo Molnar 1-2/+0
2006-12-07[PATCH] radix-tree: RCU lockless readsideGravatar Nick Piggin 1-100/+227
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-10-10[PATCH] gfp annotations: radix_tree_rootGravatar Al Viro 1-3/+3
2006-06-25[PATCH] radixtree: normalize radix_tree_tag_get() return valueGravatar Wu Fengguang 1-1/+1
2006-06-23[PATCH] buglet in radix_tree_tag_setGravatar Peter Zijlstra 1-2/+1
2006-06-23[PATCH] radix-tree: smallGravatar Nick Piggin 1-1/+1
2006-06-23[PATCH] radix-tree: direct dataGravatar Nick Piggin 1-81/+111
2006-03-25[PATCH] radix-tree documentation cleanupsGravatar Jonathan Corbet 1-22/+27
2006-02-16[PATCH] Fix over-zealous tag clearing in radix_tree_deleteGravatar NeilBrown 1-4/+6
2006-01-08[PATCH] radix-tree: reduce tree height upon partial truncationGravatar Nick Piggin 1-10/+36
2006-01-08[PATCH] radix tree: early termination of tag clearingGravatar Nick Piggin 1-17/+23
2006-01-08[PATCH] radix tree: code consolidationGravatar Nick Piggin 1-31/+26
2005-11-07[PATCH] reiser4: add radix_tree_lookup_slot()Gravatar Hans Reiser 1-13/+38
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 1-1/+1
2005-09-10[PATCH] lib/radix-tree: Fix "nocast type" warningsGravatar Victor Fusco 1-1/+1
2005-09-07[PATCH] radix_tag_get(): differentiate between no present node and tag unset ...Gravatar Marcelo Tosatti 1-8/+9
2005-09-07[PATCH] radix-tree: Remove unnecessary indirections and clean up codeGravatar Christoph Lameter 1-77/+82
2005-07-07[PATCH] mostly_read data sectionGravatar Christoph Lameter 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+807