summaryrefslogtreecommitdiffstats
path: root/lib/idr.c
Commit message (Expand)AuthorAgeFilesLines
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-061-16/+16
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* | idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins2012-03-211-3/+5
|/
* ida: make ida_simple_get/put() IRQ safeTejun Heo2011-11-021-4/+7
* lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui2011-10-311-2/+2
* Merge branch 'master' into for-nextJiri Kosina2011-09-151-0/+67
|\
| * ida: simplified functions for id allocationRusty Russell2011-08-031-0/+67
* | Fix kernel-doc comment typo '@id'Paul Bolle2011-08-041-1/+1
|/
* docbook: add idr/ida to kernel-api docbookRandy Dunlap2010-10-261-24/+25
* idr: fix idr_pre_get() locking descriptionNaohiro Aota2010-10-261-11/+13
* idr: describe how nextidp works in idr_get_next().Naohiro Aota2010-08-311-1/+2
* idr: fix kernel-doc warnings.Naohiro Aota2010-08-311-5/+5
* idr: fix RCU lockdep splat in idr_get_next()Paul E. McKenney2010-06-231-2/+2
* idr: fix backtrack logic in idr_remove_allImre Deak2010-05-271-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-03-261-4/+4
|\
| * idr: Apply lockdep-based diagnostics to rcu_dereference() usesPaul E. McKenney2010-02-251-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-02-261-1/+3
|\|
| * idr: fix a critical misallocation bug, take#2Tejun Heo2010-02-221-1/+3
| * idr: revert misallocation bug fixTejun Heo2010-02-041-3/+4
| * idr: fix a critical misallocation bugTejun Heo2010-02-021-4/+3
* | idr: export idr_get_next()Ben Hutchings2010-02-251-1/+1
|/
* tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-2/+2
* cgroup: CSS ID supportKAMEZAWA Hiroyuki2009-04-021-0/+46
* idr: make idr_remove_all() do removal -before- free_layer()Paul E. McKenney2009-03-101-1/+1
* lib/idr.c: use kmem_cache_zalloc() for the idr_layer cacheAndrew Morton2009-01-151-8/+2
* idr: fix wrong kernel-docLi Zefan2009-01-151-2/+2
* lib/idr.c: Fix bug introduced by RCU fixManfred Spraul2008-12-101-1/+7
* lib/idr.c: fix rcu related race with idr_findManfred Spraul2008-12-011-2/+12
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* idr: make idr_remove rcu-safeNadia Derbey2008-07-251-14/+43
* idr: make idr_find rcu-safeNadia Derbey2008-07-251-5/+6
* idr: make idr_get_new* rcu-safeNadia Derbey2008-07-251-5/+9
* idr: error checking factorizationNadia Derbey2008-07-251-21/+9
* idr: fix a printk callNadia Derbey2008-07-251-1/+2
* idr: rename some of the idr APIs internal routinesNadia Derbey2008-07-251-15/+16
* idr: fix idr_remove()Nadia Derbey2008-05-011-1/+1
* idr: create idr_layer_cache at boot timeAkinobu Mita2008-04-291-6/+4
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1
* more low-hanging fruits - kernel, fs, lib signednessAl Viro2007-10-141-1/+1
* idr_remove_all: kill unused variableOleg Nesterov2007-07-311-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* lib: add idr_remove_allKristian Hoegsberg2007-07-161-0/+47
* lib: add idr_for_each()Kristian Hoegsberg2007-07-161-0/+55
* ida: implement idr based id allocatorTejun Heo2007-07-111-0/+245
* idr: separate out idr_mark_full()Tejun Heo2007-07-111-25/+46
* idr: fix obscure bug in allocation pathTejun Heo2007-07-111-2/+14
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] Convert idr's internal locking to _irqsave variantRoland Dreier2006-07-141-6/+10