summaryrefslogtreecommitdiff
path: root/lib/idr.c
AgeCommit message (Expand)Author
2015-02-13idr: Use local lock instead of preempt enable/disableThomas Gleixner
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14idr: Use local lock instead of preempt enable/disableThomas Gleixner
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10idr: Use local lock instead of preempt enable/disableThomas Gleixner
2013-07-03idr: print a stack dump after ida_remove warningJean Delvare
2013-04-30idr: introduce idr_alloc_cyclic()Jeff Layton
2013-03-13idr: idr_alloc() shouldn't trigger lowmem warning when preloadedTejun Heo
2013-03-13idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo
2013-03-13idr: fix new kernel-doc warningsRandy Dunlap
2013-03-08idr: remove WARN_ON_ONCE() on negative IDsTejun Heo
2013-02-28idr: explain WARN_ON_ONCE() on negative IDs out-of-range IDTejun Heo
2013-02-28idr: implement lookup hintTejun Heo
2013-02-28idr: add idr_layer->prefixTejun Heo
2013-02-28idr: remove length restriction from idr_layer->bitmapTejun Heo
2013-02-28idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo
2013-02-28idr: fix top layer handlingTejun Heo
2013-02-28idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo
2013-02-28idr: refactor idr_get_new_above()Tejun Heo
2013-02-28idr: remove _idr_rc_to_errno() hackTejun Heo
2013-02-28idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo
2013-02-28idr: deprecate idr_remove_all()Tejun Heo
2013-02-28idr: make idr_destroy() imply idr_remove_all()Tejun Heo
2013-02-28idr: fix a subtle bug in idr_get_next()Tejun Heo
2012-10-05idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-22idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2011-11-02ida: make ida_simple_get/put() IRQ safeTejun Heo
2011-11-01lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-08-04Fix kernel-doc comment typo '@id'Paul Bolle
2011-08-04ida: simplified functions for id allocationRusty Russell
2010-10-27docbook: add idr/ida to kernel-api docbookRandy Dunlap
2010-10-26idr: fix idr_pre_get() locking descriptionNaohiro Aota
2010-08-31idr: describe how nextidp works in idr_get_next().Naohiro Aota
2010-08-31idr: fix kernel-doc warnings.Naohiro Aota
2010-06-23idr: fix RCU lockdep splat in idr_get_next()Paul E. McKenney
2010-05-27idr: fix backtrack logic in idr_remove_allImre Deak
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-02-25idr: export idr_get_next()Ben Hutchings
2010-02-25idr: Apply lockdep-based diagnostics to rcu_dereference() usesPaul E. McKenney
2010-02-23idr: fix a critical misallocation bug, take#2Tejun Heo
2010-02-05idr: revert misallocation bug fixTejun Heo
2010-02-03idr: fix a critical misallocation bugTejun Heo
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo
2009-04-03cgroup: CSS ID supportKAMEZAWA Hiroyuki
2009-03-10idr: make idr_remove_all() do removal -before- free_layer()Paul E. McKenney
2009-01-16lib/idr.c: use kmem_cache_zalloc() for the idr_layer cacheAndrew Morton