aboutsummaryrefslogtreecommitdiff
path: root/lib/idr.c
Commit message (Expand)AuthorAgeFilesLines
* lib/ida: document locking requirements a bit betterDaniel Vetter2017-12-221-0/+11
* lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin2017-04-111-11/+14
* idr: reduce the unneeded check in free_layer()Lai Jiangshan2017-04-111-1/+1
* idr: don't need to shink the free list when idr_remove()Lai Jiangshan2017-04-111-16/+0
* idr: fix idr_replace()'s returned error codeLai Jiangshan2017-04-111-2/+2
* idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan2017-04-111-1/+1
* idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan2017-04-111-0/+8
* lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal2017-04-111-2/+2
* idr: remove dead codeStephen Hemminger2017-04-111-18/+2
* idr: Add new function idr_is_empty()Andreas Gruenbacher2017-04-111-0/+10
* idr: print a stack dump after ida_remove warningJean Delvare2017-04-111-5/+2
* kernel: Fix few typosMasanari Iida2017-04-111-1/+1
* first commitMeizu OpenSource2016-08-151-0/+1162