1. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  2. 87d1d16 lib/idr.c: remove redundant include by Rasmus Villemoes · 9 years ago
  3. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  4. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  5. 93b7aca lib/idr.c: fix out-of-bounds pointer dereference by Andrey Ryabinin · 10 years ago
  6. 15f3ec3 idr: reduce the unneeded check in free_layer() by Lai Jiangshan · 10 years ago
  7. aefb768 idr: don't need to shink the free list when idr_remove() by Lai Jiangshan · 10 years ago
  8. b93804b idr: fix idr_replace()'s returned error code by Lai Jiangshan · 10 years ago
  9. aef0f62 idr: fix NULL pointer dereference when ida_remove(unallocated_id) by Lai Jiangshan · 10 years ago
  10. 8f9f665 idr: fix unexpected ID-removal when idr_remove(unallocated_id) by Lai Jiangshan · 10 years ago
  11. 3afb69c idr: fix overflow bug during maximum ID calculation at maximum height by Lai Jiangshan · 10 years ago
  12. 3f59b06 lib/idr.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  13. 90ae3ae idr: remove dead code by Stephen Hemminger · 10 years ago
  14. 05f7a7d idr: Add new function idr_is_empty() by Andreas Gruenbacher · 13 years ago
  15. dd04b45 idr: print a stack dump after ida_remove warning by Jean Delvare · 11 years ago
  16. 3e6628c4 idr: introduce idr_alloc_cyclic() by Jeff Layton · 11 years ago
  17. 59bfbcf idr: idr_alloc() shouldn't trigger lowmem warning when preloaded by Tejun Heo · 11 years ago
  18. c8615d3 idr: deprecate idr_pre_get() and idr_get_new[_above]() by Tejun Heo · 11 years ago
  19. 5857f70 idr: fix new kernel-doc warnings by Randy Dunlap · 11 years ago
  20. 2e1c9b2 idr: remove WARN_ON_ONCE() on negative IDs by Tejun Heo · 11 years ago
  21. 7175c61 idr: explain WARN_ON_ONCE() on negative IDs out-of-range ID by Tejun Heo · 11 years ago
  22. 0ffc2a9 idr: implement lookup hint by Tejun Heo · 11 years ago
  23. 5461628 idr: add idr_layer->prefix by Tejun Heo · 11 years ago
  24. 1d9b2e1 idr: remove length restriction from idr_layer->bitmap by Tejun Heo · 11 years ago
  25. e8c8d1b idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c by Tejun Heo · 11 years ago
  26. 326cf0f idr: fix top layer handling by Tejun Heo · 11 years ago
  27. d5c7409 idr: implement idr_preload[_end]() and idr_alloc() by Tejun Heo · 11 years ago
  28. 3594eb2 idr: refactor idr_get_new_above() by Tejun Heo · 11 years ago
  29. 12d1b43 idr: remove _idr_rc_to_errno() hack by Tejun Heo · 11 years ago
  30. 49038ef idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new() by Tejun Heo · 11 years ago
  31. fe6e24e idr: deprecate idr_remove_all() by Tejun Heo · 11 years ago
  32. 9bb26bc idr: make idr_destroy() imply idr_remove_all() by Tejun Heo · 11 years ago
  33. 6cdae74 idr: fix a subtle bug in idr_get_next() by Tejun Heo · 11 years ago
  34. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  35. 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
  36. 9f7de82 idr: make idr_get_next() good for rcu_read_lock() by Hugh Dickins · 12 years ago
  37. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 12 years ago
  38. 46cbc1d ida: make ida_simple_get/put() IRQ safe by Tejun Heo · 13 years ago
  39. e3816c5 lib/idr.c: fix comment for ida_get_new_above() by Wang Sheng-Hui · 13 years ago
  40. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  41. f5c3dd7 Fix kernel-doc comment typo '@id' by Paul Bolle · 13 years ago
  42. 88eca02 ida: simplified functions for id allocation by Rusty Russell · 13 years ago
  43. 56083ab docbook: add idr/ida to kernel-api docbook by Randy Dunlap · 14 years ago
  44. 066a9be idr: fix idr_pre_get() locking description by Naohiro Aota · 14 years ago
  45. 1458ce1 idr: describe how nextidp works in idr_get_next(). by Naohiro Aota · 14 years ago
  46. ea24ea8 idr: fix kernel-doc warnings. by Naohiro Aota · 14 years ago
  47. 94bfa3b idr: fix RCU lockdep splat in idr_get_next() by Paul E. McKenney · 14 years ago
  48. 2dcb22b idr: fix backtrack logic in idr_remove_all by Imre Deak · 14 years ago
  49. 329f905 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  50. a779053 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  51. 4d1ee80 idr: export idr_get_next() by Ben Hutchings · 14 years ago
  52. 96be753 idr: Apply lockdep-based diagnostics to rcu_dereference() uses by Paul E. McKenney · 14 years ago
  53. d2e7276 idr: fix a critical misallocation bug, take#2 by Tejun Heo · 14 years ago
  54. 6f14a66 idr: revert misallocation bug fix by Tejun Heo · 14 years ago
  55. 859ddf0 idr: fix a critical misallocation bug by Tejun Heo · 14 years ago
  56. 94e2bd6 tree-wide: fix some typos and punctuation in comments by Thadeu Lima de Souza Cascardo · 15 years ago
  57. 38460b4 cgroup: CSS ID support by KAMEZAWA Hiroyuki · 15 years ago
  58. 1b23336 idr: make idr_remove_all() do removal -before- free_layer() by Paul E. McKenney · 15 years ago
  59. 5b019e9 lib/idr.c: use kmem_cache_zalloc() for the idr_layer cache by Andrew Morton · 15 years ago
  60. b098161 idr: fix wrong kernel-doc by Li Zefan · 15 years ago
  61. 711a49a lib/idr.c: Fix bug introduced by RCU fix by Manfred Spraul · 15 years ago
  62. 6ff2d39 lib/idr.c: fix rcu related race with idr_find by Manfred Spraul · 15 years ago
  63. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  64. cf481c2 idr: make idr_remove rcu-safe by Nadia Derbey · 16 years ago
  65. f9c46d6 idr: make idr_find rcu-safe by Nadia Derbey · 16 years ago
  66. 3219b3b idr: make idr_get_new* rcu-safe by Nadia Derbey · 16 years ago
  67. 944ca05 idr: error checking factorization by Nadia Derbey · 16 years ago
  68. f098ad6 idr: fix a printk call by Nadia Derbey · 16 years ago
  69. 4ae5378 idr: rename some of the idr APIs internal routines by Nadia Derbey · 16 years ago
  70. af8e2a4 idr: fix idr_remove() by Nadia Derbey · 16 years ago
  71. 199f0ca idr: create idr_layer_cache at boot time by Akinobu Mita · 16 years ago
  72. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  73. 5ba2533 more low-hanging fruits - kernel, fs, lib signedness by Al Viro · 17 years ago
  74. 6ace06dc idr_remove_all: kill unused variable by Oleg Nesterov · 17 years ago
  75. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  76. 23936cc lib: add idr_remove_all by Kristian Hoegsberg · 17 years ago
  77. 96d7fa4 lib: add idr_for_each() by Kristian Hoegsberg · 17 years ago
  78. 72dba58 ida: implement idr based id allocator by Tejun Heo · 17 years ago
  79. e33ac8b idr: separate out idr_mark_full() by Tejun Heo · 17 years ago
  80. 7aae6dd idr: fix obscure bug in allocation path by Tejun Heo · 17 years ago
  81. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  82. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  83. c259cc2 [PATCH] Convert idr's internal locking to _irqsave variant by Roland Dreier · 18 years ago
  84. 5806f07 [PATCH] lib: add idr_replace by Jeff Mahoney · 18 years ago
  85. 1eec005 [PATCH] fix race in idr code by Sonny Rao · 18 years ago
  86. e15ae2d [PATCH] Whitespace and CodingStyle cleanup for lib/idr.c by Jesper Juhl · 19 years ago
  87. fd4f2df [PATCH] gfp_t: lib/* by Al Viro · 19 years ago
  88. 8d3b359 [PATCH] inotify/idr leak fix by Andrew Morton · 19 years ago
  89. 7c657f2 [PATCH] Document idr_get_new_above() semantics, update inotify by John McCutchan · 19 years ago
  90. 589777e [PATCH] coverity: idr_get_new_above_int() overrun fix by Zaur Kambarov · 19 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago