1. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  2. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  3. 9f7de82 idr: make idr_get_next() good for rcu_read_lock() by Hugh Dickins · 12 years ago
  4. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  5. 46cbc1d ida: make ida_simple_get/put() IRQ safe by Tejun Heo · 13 years ago
  6. e3816c5 lib/idr.c: fix comment for ida_get_new_above() by Wang Sheng-Hui · 13 years ago
  7. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  8. f5c3dd7 Fix kernel-doc comment typo '@id' by Paul Bolle · 13 years ago
  9. 88eca02 ida: simplified functions for id allocation by Rusty Russell · 13 years ago
  10. 56083ab docbook: add idr/ida to kernel-api docbook by Randy Dunlap · 14 years ago
  11. 066a9be idr: fix idr_pre_get() locking description by Naohiro Aota · 14 years ago
  12. 1458ce1 idr: describe how nextidp works in idr_get_next(). by Naohiro Aota · 14 years ago
  13. ea24ea8 idr: fix kernel-doc warnings. by Naohiro Aota · 14 years ago
  14. 94bfa3b idr: fix RCU lockdep splat in idr_get_next() by Paul E. McKenney · 14 years ago
  15. 2dcb22b idr: fix backtrack logic in idr_remove_all by Imre Deak · 14 years ago
  16. 329f905 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  17. a779053 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  18. 4d1ee80 idr: export idr_get_next() by Ben Hutchings · 14 years ago
  19. 96be753 idr: Apply lockdep-based diagnostics to rcu_dereference() uses by Paul E. McKenney · 14 years ago
  20. d2e7276 idr: fix a critical misallocation bug, take#2 by Tejun Heo · 14 years ago
  21. 6f14a66 idr: revert misallocation bug fix by Tejun Heo · 14 years ago
  22. 859ddf0 idr: fix a critical misallocation bug by Tejun Heo · 14 years ago
  23. 94e2bd6 tree-wide: fix some typos and punctuation in comments by Thadeu Lima de Souza Cascardo · 15 years ago
  24. 38460b4 cgroup: CSS ID support by KAMEZAWA Hiroyuki · 15 years ago
  25. 1b23336 idr: make idr_remove_all() do removal -before- free_layer() by Paul E. McKenney · 15 years ago
  26. 5b019e9 lib/idr.c: use kmem_cache_zalloc() for the idr_layer cache by Andrew Morton · 15 years ago
  27. b098161 idr: fix wrong kernel-doc by Li Zefan · 15 years ago
  28. 711a49a lib/idr.c: Fix bug introduced by RCU fix by Manfred Spraul · 15 years ago
  29. 6ff2d39 lib/idr.c: fix rcu related race with idr_find by Manfred Spraul · 16 years ago
  30. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  31. cf481c2 idr: make idr_remove rcu-safe by Nadia Derbey · 16 years ago
  32. f9c46d6 idr: make idr_find rcu-safe by Nadia Derbey · 16 years ago
  33. 3219b3b idr: make idr_get_new* rcu-safe by Nadia Derbey · 16 years ago
  34. 944ca05 idr: error checking factorization by Nadia Derbey · 16 years ago
  35. f098ad6 idr: fix a printk call by Nadia Derbey · 16 years ago
  36. 4ae5378 idr: rename some of the idr APIs internal routines by Nadia Derbey · 16 years ago
  37. af8e2a4 idr: fix idr_remove() by Nadia Derbey · 16 years ago
  38. 199f0ca idr: create idr_layer_cache at boot time by Akinobu Mita · 16 years ago
  39. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  40. 5ba2533 more low-hanging fruits - kernel, fs, lib signedness by Al Viro · 17 years ago
  41. 6ace06dc idr_remove_all: kill unused variable by Oleg Nesterov · 17 years ago
  42. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  43. 23936cc lib: add idr_remove_all by Kristian Hoegsberg · 17 years ago
  44. 96d7fa4 lib: add idr_for_each() by Kristian Hoegsberg · 17 years ago
  45. 72dba58 ida: implement idr based id allocator by Tejun Heo · 17 years ago
  46. e33ac8b idr: separate out idr_mark_full() by Tejun Heo · 17 years ago
  47. 7aae6dd idr: fix obscure bug in allocation path by Tejun Heo · 17 years ago
  48. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  49. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  50. c259cc2 [PATCH] Convert idr's internal locking to _irqsave variant by Roland Dreier · 18 years ago
  51. 5806f07 [PATCH] lib: add idr_replace by Jeff Mahoney · 18 years ago
  52. 1eec005 [PATCH] fix race in idr code by Sonny Rao · 18 years ago
  53. e15ae2d [PATCH] Whitespace and CodingStyle cleanup for lib/idr.c by Jesper Juhl · 19 years ago
  54. fd4f2df [PATCH] gfp_t: lib/* by Al Viro · 19 years ago
  55. 8d3b359 [PATCH] inotify/idr leak fix by Andrew Morton · 19 years ago
  56. 7c657f2 [PATCH] Document idr_get_new_above() semantics, update inotify by John McCutchan · 19 years ago
  57. 589777e [PATCH] coverity: idr_get_new_above_int() overrun fix by Zaur Kambarov · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago