| Commit message (Expand) | Author | Age | Files | Lines |
* | docbook: add idr/ida to kernel-api docbook | Randy Dunlap | 2010-10-27 | 1 | -24/+25 |
* | idr: fix idr_pre_get() locking description | Naohiro Aota | 2010-10-27 | 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-23 | 1 | -1/+3 |
| * | idr: revert misallocation bug fix | Tejun Heo | 2010-02-05 | 1 | -3/+4 |
| * | idr: fix a critical misallocation bug | Tejun Heo | 2010-02-03 | 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-03 | 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-16 | 1 | -8/+2 |
* | idr: fix wrong kernel-doc | Li Zefan | 2009-01-16 | 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-02 | 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 |
* | idr: error checking factorization | Nadia Derbey | 2008-07-25 | 1 | -21/+9 |
* | idr: fix a printk call | Nadia Derbey | 2008-07-25 | 1 | -1/+2 |
* | idr: rename some of the idr APIs internal routines | Nadia Derbey | 2008-07-25 | 1 | -15/+16 |
* | idr: fix idr_remove() | Nadia Derbey | 2008-05-01 | 1 | -1/+1 |
* | idr: create idr_layer_cache at boot time | Akinobu Mita | 2008-04-29 | 1 | -6/+4 |
* | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -2/+1 |
* | more low-hanging fruits - kernel, fs, lib signedness | Al Viro | 2007-10-14 | 1 | -1/+1 |
* | idr_remove_all: kill unused variable | Oleg Nesterov | 2007-08-01 | 1 | -2/+2 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
* | lib: add idr_remove_all | Kristian Hoegsberg | 2007-07-16 | 1 | -0/+47 |
* | lib: add idr_for_each() | Kristian Hoegsberg | 2007-07-16 | 1 | -0/+55 |
* | ida: implement idr based id allocator | Tejun Heo | 2007-07-12 | 1 | -0/+245 |
* | idr: separate out idr_mark_full() | Tejun Heo | 2007-07-12 | 1 | -25/+46 |
* | idr: fix obscure bug in allocation path | Tejun Heo | 2007-07-12 | 1 | -2/+14 |
* | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 2007-02-11 | 1 | -2/+2 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] Convert idr's internal locking to _irqsave variant | Roland Dreier | 2006-07-15 | 1 | -6/+10 |
* | [PATCH] lib: add idr_replace | Jeff Mahoney | 2006-06-26 | 1 | -0/+43 |
* | [PATCH] fix race in idr code | Sonny Rao | 2006-06-25 | 1 | -4/+12 |
* | [PATCH] Whitespace and CodingStyle cleanup for lib/idr.c | Jesper Juhl | 2005-10-31 | 1 | -18/+17 |
* | [PATCH] gfp_t: lib/* | Al Viro | 2005-10-28 | 1 | -1/+1 |
* | [PATCH] inotify/idr leak fix | Andrew Morton | 2005-10-24 | 1 | -0/+13 |
* | [PATCH] Document idr_get_new_above() semantics, update inotify | John McCutchan | 2005-08-26 | 1 | -1/+1 |
* | [PATCH] coverity: idr_get_new_above_int() overrun fix | Zaur Kambarov | 2005-06-22 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+408 |