aboutsummaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2017-04-111-4/+4
* lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes2017-04-111-6/+6
* lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes2017-04-111-6/+6
* 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-111-0/+4
* lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2017-04-111-1/+1
* lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2017-04-111-1/+1
* lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2017-04-111-1/+1
* lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes2017-04-111-7/+7
* lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes2017-04-111-1/+1
* lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2017-04-111-1/+1
* lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2017-04-111-1/+1
* lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2017-04-111-1/+1
* lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2017-04-111-3/+3
* lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes2017-04-111-1/+1
* lib: add bitmap_find_next_zero_area_off()Michal Nazarewicz2017-04-111-5/+19
* lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes2017-04-111-1/+1
* lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes2017-04-111-2/+2
* lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes2017-04-111-2/+2
* lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes2017-04-111-2/+2
* lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes2017-04-111-8/+8
* lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes2017-04-111-1/+1
* lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes2017-04-111-3/+3
* lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes2017-04-111-1/+1
* lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes2017-04-111-2/+2
* lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes2017-04-111-2/+2
* lib: radix_tree: tree node interfaceJohannes Weiner2017-04-111-0/+34
* lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2017-04-111-0/+1
* idr: reorder the fieldsLai Jiangshan2017-04-111-5/+8
* idr: remove unused prototype of idr_free()Vladimir Davydov2017-04-111-1/+0
* idr: remove dead codeStephen Hemminger2017-04-111-63/+0
* idr: Add new function idr_is_empty()Andreas Gruenbacher2017-04-111-0/+1
* rcu: Stop tracking FSF's postal addressPaul E. McKenney2017-04-114-8/+8
* vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas2017-04-111-1/+1
* BACKPORT: smarter propagate_mnt()Al Viro2017-04-111-0/+3
* block: remove request ref_countChristoph Hellwig2017-04-111-2/+0
* block: make rq->cmd_flags be 64-bitJens Axboe2017-04-112-36/+36
* kernel: Fix few typosMasanari Iida2017-04-111-1/+1
* random: Remove kernel blocking APIHerbert Xu2017-04-111-1/+0
* random: Add callback API for random pool readinessHerbert Xu2017-04-111-0/+9
* random: Blocking API for accessing nonblocking_poolStephan Mueller2017-04-111-0/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2017-04-111-0/+8
* mfd: 88pm80x: Double shifting bug in suspend/resumeDan Carpenter2017-04-111-2/+2
* can: dev: fix deadlock reported after bus-offSergei Miroshnichenko2017-04-111-1/+2
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2017-04-112-2/+2
* bonding: Fix bonding crashMahesh Bandewar2017-04-111-0/+1
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-04-111-1/+5
* stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches2017-04-111-4/+4
* include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko2017-04-112-13/+9
* drivers/vfio: Rework offsetofend()Gavin Shan2017-04-111-3/+2