index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
idr.c
Commit message (
Expand
)
Author
Age
*
idr: introduce idr_alloc_cyclic()
Jeff Layton
2013-04-29
*
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-13
*
idr: fix new kernel-doc warnings
Randy Dunlap
2013-03-12
*
idr: remove WARN_ON_ONCE() on negative IDs
Tejun Heo
2013-03-08
*
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
2013-02-27
*
idr: rename MAX_LEVEL to MAX_IDR_LEVEL
Fengguang Wu
2012-10-05
*
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-24
|
\
|
*
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-03-07
*
|
idr: make idr_get_next() good for rcu_read_lock()
Hugh Dickins
2012-03-21
|
/
*
ida: make ida_simple_get/put() IRQ safe
Tejun Heo
2011-11-02
*
lib/idr.c: fix comment for ida_get_new_above()
Wang Sheng-Hui
2011-10-31
*
Merge branch 'master' into for-next
Jiri Kosina
2011-09-15
|
\
|
*
ida: simplified functions for id allocation
Rusty Russell
2011-08-03
*
|
Fix kernel-doc comment typo '@id'
Paul Bolle
2011-08-04
|
/
*
docbook: add idr/ida to kernel-api docbook
Randy Dunlap
2010-10-26
*
idr: fix idr_pre_get() locking description
Naohiro Aota
2010-10-26
*
idr: describe how nextidp works in idr_get_next().
Naohiro Aota
2010-08-31
*
idr: fix kernel-doc warnings.
Naohiro Aota
2010-08-31
*
idr: fix RCU lockdep splat in idr_get_next()
Paul E. McKenney
2010-06-23
*
idr: fix backtrack logic in idr_remove_all
Imre Deak
2010-05-27
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2010-03-26
|
\
|
*
idr: Apply lockdep-based diagnostics to rcu_dereference() uses
Paul E. McKenney
2010-02-25
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2010-02-26
|
\
|
|
*
idr: fix a critical misallocation bug, take#2
Tejun Heo
2010-02-22
|
*
idr: revert misallocation bug fix
Tejun Heo
2010-02-04
|
*
idr: fix a critical misallocation bug
Tejun Heo
2010-02-02
*
|
idr: export idr_get_next()
Ben Hutchings
2010-02-25
|
/
*
tree-wide: fix some typos and punctuation in comments
Thadeu Lima de Souza Cascardo
2009-12-04
*
cgroup: CSS ID support
KAMEZAWA Hiroyuki
2009-04-02
*
idr: make idr_remove_all() do removal -before- free_layer()
Paul E. McKenney
2009-03-10
*
lib/idr.c: use kmem_cache_zalloc() for the idr_layer cache
Andrew Morton
2009-01-15
*
idr: fix wrong kernel-doc
Li Zefan
2009-01-15
*
lib/idr.c: Fix bug introduced by RCU fix
Manfred Spraul
2008-12-10
*
lib/idr.c: fix rcu related race with idr_find
Manfred Spraul
2008-12-01
*
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
2008-07-26
*
idr: make idr_remove rcu-safe
Nadia Derbey
2008-07-25
*
idr: make idr_find rcu-safe
Nadia Derbey
2008-07-25
[next]