index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
idr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
idr: idr_alloc() shouldn't trigger lowmem warning when preloaded
Tejun Heo
2013-03-13
1
-13
/
+25
*
idr: deprecate idr_pre_get() and idr_get_new[_above]()
Tejun Heo
2013-03-13
1
-36
/
+5
*
idr: fix new kernel-doc warnings
Randy Dunlap
2013-03-12
1
-1
/
+0
*
idr: remove WARN_ON_ONCE() on negative IDs
Tejun Heo
2013-03-08
1
-13
/
+3
*
idr: explain WARN_ON_ONCE() on negative IDs out-of-range ID
Tejun Heo
2013-02-27
1
-0
/
+10
*
idr: implement lookup hint
Tejun Heo
2013-02-27
1
-22
/
+16
*
idr: add idr_layer->prefix
Tejun Heo
2013-02-27
1
-0
/
+13
*
idr: remove length restriction from idr_layer->bitmap
Tejun Heo
2013-02-27
1
-17
/
+17
*
idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c
Tejun Heo
2013-02-27
1
-7
/
+17
*
idr: fix top layer handling
Tejun Heo
2013-02-27
1
-15
/
+23
*
idr: implement idr_preload[_end]() and idr_alloc()
Tejun Heo
2013-02-27
1
-8
/
+166
*
idr: refactor idr_get_new_above()
Tejun Heo
2013-02-27
1
-18
/
+12
*
idr: remove _idr_rc_to_errno() hack
Tejun Heo
2013-02-27
1
-12
/
+23
*
idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()
Tejun Heo
2013-02-27
1
-49
/
+0
*
idr: deprecate idr_remove_all()
Tejun Heo
2013-02-27
1
-7
/
+3
*
idr: make idr_destroy() imply idr_remove_all()
Tejun Heo
2013-02-27
1
-9
/
+11
*
idr: fix a subtle bug in idr_get_next()
Tejun Heo
2013-02-27
1
-1
/
+8
*
idr: rename MAX_LEVEL to MAX_IDR_LEVEL
Fengguang Wu
2012-10-06
1
-16
/
+16
*
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-24
1
-1
/
+1
|
\
|
*
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-03-07
1
-1
/
+1
*
|
idr: make idr_get_next() good for rcu_read_lock()
Hugh Dickins
2012-03-21
1
-3
/
+5
|
/
*
ida: make ida_simple_get/put() IRQ safe
Tejun Heo
2011-11-02
1
-4
/
+7
*
lib/idr.c: fix comment for ida_get_new_above()
Wang Sheng-Hui
2011-10-31
1
-2
/
+2
*
Merge branch 'master' into for-next
Jiri Kosina
2011-09-15
1
-0
/
+67
|
\
|
*
ida: simplified functions for id allocation
Rusty Russell
2011-08-03
1
-0
/
+67
*
|
Fix kernel-doc comment typo '@id'
Paul Bolle
2011-08-04
1
-1
/
+1
|
/
*
docbook: add idr/ida to kernel-api docbook
Randy Dunlap
2010-10-26
1
-24
/
+25
*
idr: fix idr_pre_get() locking description
Naohiro Aota
2010-10-26
1
-11
/
+13
*
idr: describe how nextidp works in idr_get_next().
Naohiro Aota
2010-08-31
1
-1
/
+2
*
idr: fix kernel-doc warnings.
Naohiro Aota
2010-08-31
1
-5
/
+5
*
idr: fix RCU lockdep splat in idr_get_next()
Paul E. McKenney
2010-06-23
1
-2
/
+2
*
idr: fix backtrack logic in idr_remove_all
Imre Deak
2010-05-27
1
-1
/
+4
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2010-03-26
1
-4
/
+4
|
\
|
*
idr: Apply lockdep-based diagnostics to rcu_dereference() uses
Paul E. McKenney
2010-02-25
1
-4
/
+4
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2010-02-26
1
-1
/
+3
|
\
\
|
|
/
|
*
idr: fix a critical misallocation bug, take#2
Tejun Heo
2010-02-22
1
-1
/
+3
|
*
idr: revert misallocation bug fix
Tejun Heo
2010-02-04
1
-3
/
+4
|
*
idr: fix a critical misallocation bug
Tejun Heo
2010-02-02
1
-4
/
+3
*
|
idr: export idr_get_next()
Ben Hutchings
2010-02-25
1
-1
/
+1
|
/
*
tree-wide: fix some typos and punctuation in comments
Thadeu Lima de Souza Cascardo
2009-12-04
1
-2
/
+2
*
cgroup: CSS ID support
KAMEZAWA Hiroyuki
2009-04-02
1
-0
/
+46
*
idr: make idr_remove_all() do removal -before- free_layer()
Paul E. McKenney
2009-03-10
1
-1
/
+1
*
lib/idr.c: use kmem_cache_zalloc() for the idr_layer cache
Andrew Morton
2009-01-15
1
-8
/
+2
*
idr: fix wrong kernel-doc
Li Zefan
2009-01-15
1
-2
/
+2
*
lib/idr.c: Fix bug introduced by RCU fix
Manfred Spraul
2008-12-10
1
-1
/
+7
*
lib/idr.c: fix rcu related race with idr_find
Manfred Spraul
2008-12-01
1
-2
/
+12
*
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
2008-07-26
1
-1
/
+1
*
idr: make idr_remove rcu-safe
Nadia Derbey
2008-07-25
1
-14
/
+43
*
idr: make idr_find rcu-safe
Nadia Derbey
2008-07-25
1
-5
/
+6
*
idr: make idr_get_new* rcu-safe
Nadia Derbey
2008-07-25
1
-5
/
+9
[next]