aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui2017-04-111-3/+4
* lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2017-04-112-34/+4
* lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes2017-04-111-7/+2
* lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes2017-04-111-4/+3
* lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes2017-04-112-11/+12
* lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes2017-04-111-4/+4
* lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes2017-04-111-2/+0
* lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes2017-04-111-3/+3
* lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes2017-04-112-11/+11
* lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes2017-04-111-1/+1
* lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes2017-04-112-0/+6
* lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2017-04-112-6/+5
* lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2017-04-112-9/+9
* lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2017-04-112-18/+12
* lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes2017-04-111-7/+7
* lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes2017-04-111-16/+6
* lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes2017-04-112-6/+6
* lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2017-04-112-3/+3
* lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2017-04-112-3/+6
* lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2017-04-112-3/+6
* lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes2017-04-111-2/+1
* lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2017-04-112-9/+9
* lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordRasmus Villemoes2017-04-111-1/+1
* lib: bitmap: simplify bitmap_parselistRasmus Villemoes2017-04-111-7/+2
* lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes2017-04-112-6/+6
* lib: add bitmap_find_next_zero_area_off()Michal Nazarewicz2017-04-112-15/+31
* lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes2017-04-112-6/+6
* lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes2017-04-112-4/+5
* lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes2017-04-112-4/+4
* lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes2017-04-112-4/+4
* lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes2017-04-112-20/+20
* lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes2017-04-112-2/+2
* lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes2017-04-112-5/+5
* lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes2017-04-112-3/+3
* lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes2017-04-112-4/+4
* lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes2017-04-112-4/+4
* lib: radix_tree: tree node interfaceJohannes Weiner2017-04-112-115/+182
* lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2017-04-112-4/+28
* lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlockHugh Dickins2017-04-111-1/+3
* kfifo: use BUG_ONHimangi Saraogi2017-04-111-4/+2
* kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculationLars-Peter Clausen2017-04-111-2/+2
* idr: reorder the fieldsLai Jiangshan2017-04-111-5/+8
* idr: remove unused prototype of idr_free()Vladimir Davydov2017-04-111-1/+0
* 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