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