summaryrefslogtreecommitdiffstats
path: root/lib/idr.c
AgeCommit message (Expand)AuthorLines
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2012-03-21idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins-3/+5
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2011-11-02ida: make ida_simple_get/put() IRQ safeTejun Heo-4/+7
2011-10-31lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui-2/+2
2011-09-15Merge branch 'master' into for-nextJiri Kosina-0/+67
2011-08-04Fix kernel-doc comment typo '@id'Paul Bolle-1/+1
2011-08-03ida: simplified functions for id allocationRusty Russell-0/+67
2010-10-26docbook: add idr/ida to kernel-api docbookRandy Dunlap-24/+25
2010-10-26idr: fix idr_pre_get() locking descriptionNaohiro Aota-11/+13
2010-08-31idr: describe how nextidp works in idr_get_next().Naohiro Aota-1/+2
2010-08-31idr: fix kernel-doc warnings.Naohiro Aota-5/+5
2010-06-23idr: fix RCU lockdep splat in idr_get_next()Paul E. McKenney-2/+2
2010-05-27idr: fix backtrack logic in idr_remove_allImre Deak-1/+4
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-4/+4
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-1/+3
2010-02-25idr: export idr_get_next()Ben Hutchings-1/+1
2010-02-25idr: Apply lockdep-based diagnostics to rcu_dereference() usesPaul E. McKenney-4/+4
2010-02-22idr: fix a critical misallocation bug, take#2Tejun Heo-1/+3
2010-02-04idr: revert misallocation bug fixTejun Heo-3/+4
2010-02-02idr: fix a critical misallocation bugTejun Heo-4/+3
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo-2/+2
2009-04-02cgroup: CSS ID supportKAMEZAWA Hiroyuki-0/+46
2009-03-10idr: make idr_remove_all() do removal -before- free_layer()Paul E. McKenney-1/+1
2009-01-15lib/idr.c: use kmem_cache_zalloc() for the idr_layer cacheAndrew Morton-8/+2
2009-01-15idr: fix wrong kernel-docLi Zefan-2/+2
2008-12-10lib/idr.c: Fix bug introduced by RCU fixManfred Spraul-1/+7
2008-12-01lib/idr.c: fix rcu related race with idr_findManfred Spraul-2/+12
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-1/+1
2008-07-25idr: make idr_remove rcu-safeNadia Derbey-14/+43
2008-07-25idr: make idr_find rcu-safeNadia Derbey-5/+6
2008-07-25idr: make idr_get_new* rcu-safeNadia Derbey-5/+9
2008-07-25idr: error checking factorizationNadia Derbey-21/+9
2008-07-25idr: fix a printk callNadia Derbey-1/+2
2008-07-25idr: rename some of the idr APIs internal routinesNadia Derbey-15/+16
2008-05-01idr: fix idr_remove()Nadia Derbey-1/+1
2008-04-29idr: create idr_layer_cache at boot timeAkinobu Mita-6/+4
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-2/+1
2007-10-14more low-hanging fruits - kernel, fs, lib signednessAl Viro-1/+1
2007-07-31idr_remove_all: kill unused variableOleg Nesterov-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-16lib: add idr_remove_allKristian Hoegsberg-0/+47
2007-07-16lib: add idr_for_each()Kristian Hoegsberg-0/+55
2007-07-11ida: implement idr based id allocatorTejun Heo-0/+245
2007-07-11idr: separate out idr_mark_full()Tejun Heo-25/+46
2007-07-11idr: fix obscure bug in allocation pathTejun Heo-2/+14
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-2/+2
2006-07-14[PATCH] Convert idr's internal locking to _irqsave variantRoland Dreier-6/+10
2006-06-26[PATCH] lib: add idr_replaceJeff Mahoney-0/+43