aboutsummaryrefslogtreecommitdiffstats
path: root/lib/idr.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+8
* docbook: add idr/ida to kernel-api docbookRandy Dunlap2010-10-261-24/+25
* idr: fix idr_pre_get() locking descriptionNaohiro Aota2010-10-261-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-221-1/+3
| * idr: revert misallocation bug fixTejun Heo2010-02-041-3/+4
| * idr: fix a critical misallocation bugTejun Heo2010-02-021-4/+3
* | 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-021-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-151-8/+2
* idr: fix wrong kernel-docLi Zefan2009-01-151-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-011-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/+9
* 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/+4
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1
* more low-hanging fruits - kernel, fs, lib signednessAl Viro2007-10-141-1/+1
* idr_remove_all: kill unused variableOleg Nesterov2007-07-311-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* lib: add idr_remove_allKristian Hoegsberg2007-07-161-0/+47
* lib: add idr_for_each()Kristian Hoegsberg2007-07-161-0/+55
* ida: implement idr based id allocatorTejun Heo2007-07-111-0/+245
* idr: separate out idr_mark_full()Tejun Heo2007-07-111-25/+46
* idr: fix obscure bug in allocation pathTejun Heo2007-07-111-2/+14
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] Convert idr's internal locking to _irqsave variantRoland Dreier2006-07-141-6/+10
* [PATCH] lib: add idr_replaceJeff Mahoney2006-06-261-0/+43
* [PATCH] fix race in idr codeSonny Rao2006-06-251-4/+12
* [PATCH] Whitespace and CodingStyle cleanup for lib/idr.cJesper Juhl2005-10-301-18/+17
* [PATCH] gfp_t: lib/*Al Viro2005-10-281-1/+1
* [PATCH] inotify/idr leak fixAndrew Morton2005-10-231-0/+13
* [PATCH] Document idr_get_new_above() semantics, update inotifyJohn McCutchan2005-08-261-1/+1
* [PATCH] coverity: idr_get_new_above_int() overrun fixZaur Kambarov2005-06-211-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+408