index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
idr.c
Age
Commit message (
Expand
)
Author
2016-12-12
lib/ida: document locking requirements a bit better
Daniel Vetter
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-02-12
lib/idr.c: remove redundant include
Rasmus Villemoes
2014-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-09-09
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
Masanari Iida
2014-08-08
lib/idr.c: fix out-of-bounds pointer dereference
Andrey Ryabinin
2014-06-06
idr: reduce the unneeded check in free_layer()
Lai Jiangshan
2014-06-06
idr: don't need to shink the free list when idr_remove()
Lai Jiangshan
2014-06-06
idr: fix idr_replace()'s returned error code
Lai Jiangshan
2014-06-06
idr: fix NULL pointer dereference when ida_remove(unallocated_id)
Lai Jiangshan
2014-06-06
idr: fix unexpected ID-removal when idr_remove(unallocated_id)
Lai Jiangshan
2014-06-06
idr: fix overflow bug during maximum ID calculation at maximum height
Lai Jiangshan
2014-04-07
lib/idr.c: use RCU_INIT_POINTER(x, NULL)
Monam Agarwal
2014-04-07
idr: remove dead code
Stephen Hemminger
2014-02-17
idr: Add new function idr_is_empty()
Andreas Gruenbacher
2013-07-03
idr: print a stack dump after ida_remove warning
Jean Delvare
2013-04-29
idr: introduce idr_alloc_cyclic()
Jeff Layton
2013-03-13
idr: idr_alloc() shouldn't trigger lowmem warning when preloaded
Tejun Heo
2013-03-13
idr: deprecate idr_pre_get() and idr_get_new[_above]()
Tejun Heo
2013-03-12
idr: fix new kernel-doc warnings
Randy Dunlap
2013-03-08
idr: remove WARN_ON_ONCE() on negative IDs
Tejun Heo
2013-02-27
idr: explain WARN_ON_ONCE() on negative IDs out-of-range ID
Tejun Heo
2013-02-27
idr: implement lookup hint
Tejun Heo
2013-02-27
idr: add idr_layer->prefix
Tejun Heo
2013-02-27
idr: remove length restriction from idr_layer->bitmap
Tejun Heo
2013-02-27
idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c
Tejun Heo
2013-02-27
idr: fix top layer handling
Tejun Heo
2013-02-27
idr: implement idr_preload[_end]() and idr_alloc()
Tejun Heo
2013-02-27
idr: refactor idr_get_new_above()
Tejun Heo
2013-02-27
idr: remove _idr_rc_to_errno() hack
Tejun Heo
2013-02-27
idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()
Tejun Heo
2013-02-27
idr: deprecate idr_remove_all()
Tejun Heo
2013-02-27
idr: make idr_destroy() imply idr_remove_all()
Tejun Heo
2013-02-27
idr: fix a subtle bug in idr_get_next()
Tejun Heo
2012-10-06
idr: rename MAX_LEVEL to MAX_IDR_LEVEL
Fengguang Wu
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-21
idr: make idr_get_next() good for rcu_read_lock()
Hugh Dickins
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2011-11-02
ida: make ida_simple_get/put() IRQ safe
Tejun Heo
2011-10-31
lib/idr.c: fix comment for ida_get_new_above()
Wang Sheng-Hui
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
2011-08-04
Fix kernel-doc comment typo '@id'
Paul Bolle
2011-08-03
ida: simplified functions for id allocation
Rusty Russell
2010-10-26
docbook: add idr/ida to kernel-api docbook
Randy Dunlap
2010-10-26
idr: fix idr_pre_get() locking description
Naohiro Aota
2010-08-31
idr: describe how nextidp works in idr_get_next().
Naohiro Aota
2010-08-31
idr: fix kernel-doc warnings.
Naohiro Aota
2010-06-23
idr: fix RCU lockdep splat in idr_get_next()
Paul E. McKenney
2010-05-27
idr: fix backtrack logic in idr_remove_all
Imre Deak
2010-03-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
[next]