aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* idr: remove dead codeStephen Hemminger2017-04-112-81/+2
* idr: Add new function idr_is_empty()Andreas Gruenbacher2017-04-112-0/+11
* 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
* adf: Zero out the mapping dataDennis Cagle2017-04-111-1/+3
* rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()Andreea-Cristina Bernat2017-04-112-19/+9
* rcu: Consolidate kfree_call_rcu() to use rcu_state pointerAndreea-Cristina Bernat2017-04-112-30/+14
* rcu: Replace NR_CPUS with nr_cpu_idsHimangi Saraogi2017-04-111-2/+2
* rcu: Print negatives for stall-warning counter wraparoundPaul E. McKenney2017-04-111-4/+5
* rcu: Stop tracking FSF's postal addressPaul E. McKenney2017-04-1114-28/+28
* rcu: Add ACCESS_ONCE() to ->n_force_qs_lh accessesPaul E. McKenney2017-04-112-3/+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