aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* lib: add bitmap_find_next_zero_area_off()Michal Nazarewicz2017-04-111-10/+12
* lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes2017-04-111-5/+5
* lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes2017-04-111-2/+3
* 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-12/+12
* 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-2/+2
* lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes2017-04-111-2/+2
* 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-115/+148
* lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2017-04-111-4/+27
* 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
* 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
* lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes2017-04-111-1/+1
* lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes2017-04-111-1/+1
* lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes2017-04-111-10/+21
* vsprintf: remove %n handlingRyan Mallon2017-04-111-36/+9
* vsprintf: ignore %n againKees Cook2017-04-111-11/+9
* lib/vsprintf.c: another small hackRasmus Villemoes2017-04-111-3/+4
* lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2017-04-112-59/+96
* lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes2017-04-111-1/+2
* lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes2017-04-111-4/+3
* lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick2017-04-111-1/+1
* lib: align source before using optimized implementationSanrio Alvares2017-04-111-0/+17
* lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes2017-04-111-6/+4
* lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes2017-04-111-119/+129
* lib/vsprintf.c: eliminate duplicate hex string arrayRasmus Villemoes2017-04-111-5/+2
* lib/vsprintf.c: reduce stack use in number()Rasmus Villemoes2017-04-111-6/+1
* lib/vsprintf.c: fix potential NULL deref in hex_stringRasmus Villemoes2017-04-111-4/+12
* lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2017-04-111-1/+1
* lib/vsprintf.c: eliminate some branchesRasmus Villemoes2017-04-111-19/+11
* lib/vsprintf.c: fix comparison to boolFabian Frederick2017-04-111-2/+2
* vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas2017-04-111-4/+9
* vsprintf: add %pad extension for dma_addr_t useJoe Perches2017-04-111-6/+27
* lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson2017-04-111-0/+2
* add formats for dentry/file pathnamesAl Viro2017-04-111-0/+82
* kernel: Fix few typosMasanari Iida2017-04-113-4/+4