Historique des commits

Auteur SHA1 Message Date
  Rasmus Villemoes 87d1d16937 lib/idr.c: remove redundant include il y a 10 ans
  Linus Torvalds 28596c9722 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial il y a 11 ans
  Masanari Iida da3dae54e4 Documentation: Docbook: Fix generated DocBook/kernel-api.xml il y a 11 ans
  Andrey Ryabinin 93b7aca35d lib/idr.c: fix out-of-bounds pointer dereference il y a 11 ans
  Lai Jiangshan 15f3ec3f23 idr: reduce the unneeded check in free_layer() il y a 11 ans
  Lai Jiangshan aefb768297 idr: don't need to shink the free list when idr_remove() il y a 11 ans
  Lai Jiangshan b93804b2fc idr: fix idr_replace()'s returned error code il y a 11 ans
  Lai Jiangshan aef0f62e87 idr: fix NULL pointer dereference when ida_remove(unallocated_id) il y a 11 ans
  Lai Jiangshan 8f9f665a70 idr: fix unexpected ID-removal when idr_remove(unallocated_id) il y a 11 ans
  Lai Jiangshan 3afb69cb55 idr: fix overflow bug during maximum ID calculation at maximum height il y a 11 ans
  Monam Agarwal 3f59b067c5 lib/idr.c: use RCU_INIT_POINTER(x, NULL) il y a 11 ans
  Stephen Hemminger 90ae3ae539 idr: remove dead code il y a 11 ans
  Andreas Gruenbacher 05f7a7d6a7 idr: Add new function idr_is_empty() il y a 14 ans
  Jean Delvare dd04b452f5 idr: print a stack dump after ida_remove warning il y a 12 ans
  Jeff Layton 3e6628c4b3 idr: introduce idr_alloc_cyclic() il y a 12 ans
  Tejun Heo 59bfbcf019 idr: idr_alloc() shouldn't trigger lowmem warning when preloaded il y a 12 ans
  Tejun Heo c8615d3716 idr: deprecate idr_pre_get() and idr_get_new[_above]() il y a 12 ans
  Randy Dunlap 5857f70c8a idr: fix new kernel-doc warnings il y a 12 ans
  Tejun Heo 2e1c9b2867 idr: remove WARN_ON_ONCE() on negative IDs il y a 12 ans
  Tejun Heo 7175c61cc6 idr: explain WARN_ON_ONCE() on negative IDs out-of-range ID il y a 12 ans
  Tejun Heo 0ffc2a9c80 idr: implement lookup hint il y a 12 ans
  Tejun Heo 54616283c2 idr: add idr_layer->prefix il y a 12 ans
  Tejun Heo 1d9b2e1e66 idr: remove length restriction from idr_layer->bitmap il y a 12 ans
  Tejun Heo e8c8d1bc06 idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c il y a 12 ans
  Tejun Heo 326cf0f0f3 idr: fix top layer handling il y a 12 ans
  Tejun Heo d5c7409f79 idr: implement idr_preload[_end]() and idr_alloc() il y a 12 ans
  Tejun Heo 3594eb2894 idr: refactor idr_get_new_above() il y a 12 ans
  Tejun Heo 12d1b4393e idr: remove _idr_rc_to_errno() hack il y a 12 ans
  Tejun Heo 49038ef4fb idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new() il y a 12 ans
  Tejun Heo fe6e24ec90 idr: deprecate idr_remove_all() il y a 12 ans