| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lib/idr.c: fix out-of-bounds pointer dereference | Andrey Ryabinin | 2017-04-11 | 1 | -11/+14 |
| * | idr: reduce the unneeded check in free_layer() | Lai Jiangshan | 2017-04-11 | 1 | -1/+1 |
| * | idr: don't need to shink the free list when idr_remove() | Lai Jiangshan | 2017-04-11 | 1 | -16/+0 |
| * | idr: fix idr_replace()'s returned error code | Lai Jiangshan | 2017-04-11 | 1 | -2/+2 |
| * | idr: fix NULL pointer dereference when ida_remove(unallocated_id) | Lai Jiangshan | 2017-04-11 | 1 | -1/+1 |
| * | idr: fix unexpected ID-removal when idr_remove(unallocated_id) | Lai Jiangshan | 2017-04-11 | 1 | -0/+8 |
| * | lib/idr.c: use RCU_INIT_POINTER(x, NULL) | Monam Agarwal | 2017-04-11 | 1 | -2/+2 |
| * | idr: remove dead code | Stephen Hemminger | 2017-04-11 | 1 | -18/+2 |
| * | idr: Add new function idr_is_empty() | Andreas Gruenbacher | 2017-04-11 | 1 | -0/+10 |
| * | idr: print a stack dump after ida_remove warning | Jean Delvare | 2017-04-11 | 1 | -5/+2 |
| * | kernel: Fix few typos | Masanari Iida | 2017-04-11 | 1 | -1/+1 |
| * | first commit | Meizu OpenSource | 2016-08-15 | 1 | -0/+1162 |
