summaryrefslogtreecommitdiffstats
path: root/lib/idr.c
Commit message (Expand)AuthorAgeFilesLines
...
* idr: implement lookup hintTejun Heo2013-02-281-22/+16Star
* idr: add idr_layer->prefixTejun Heo2013-02-281-0/+13
* idr: remove length restriction from idr_layer->bitmapTejun Heo2013-02-281-17/+17
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-281-7/+17
* idr: fix top layer handlingTejun Heo2013-02-281-15/+23
* idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo2013-02-281-8/+166
* idr: refactor idr_get_new_above()Tejun Heo2013-02-281-18/+12Star
* idr: remove _idr_rc_to_errno() hackTejun Heo2013-02-281-12/+23
* idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo2013-02-281-49/+0Star
* idr: deprecate idr_remove_all()Tejun Heo2013-02-281-7/+3Star
* idr: make idr_destroy() imply idr_remove_all()Tejun Heo2013-02-281-9/+11
* idr: fix a subtle bug in idr_get_next()Tejun Heo2013-02-281-1/+8
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-051-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-221-3/+5
|/
* ida: make ida_simple_get/put() IRQ safeTejun Heo2011-11-031-4/+7
* lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui2011-11-011-2/+2
* Merge branch 'master' into for-nextJiri Kosina2011-09-151-0/+67
|\
| * ida: simplified functions for id allocationRusty Russell2011-08-041-0/+67
* | Fix kernel-doc comment typo '@id'Paul Bolle2011-08-041-1/+1
|/
* docbook: add idr/ida to kernel-api docbookRandy Dunlap2010-10-271-24/+25
* idr: fix idr_pre_get() locking descriptionNaohiro Aota2010-10-271-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-231-1/+3
| * idr: revert misallocation bug fixTejun Heo2010-02-051-3/+4
| * idr: fix a critical misallocation bugTejun Heo2010-02-031-4/+3Star
* | 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-031-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-161-8/+2Star
* idr: fix wrong kernel-docLi Zefan2009-01-161-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-021-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/+9Star
* 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/+4Star