summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida-4/+4
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+11
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo-2/+4
2014-09-08proportions: add @gfp to init functionsTejun Heo-9/+9
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo-7/+7
2014-09-08percpu_counter: make percpu_counters_lock irq-safeTejun Heo-6/+10
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann-1/+1
2014-09-03lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue-4/+8
2014-09-03rhashtable: fix lockdep splat in rhashtable_destroy()Pablo Neira Ayuso-4/+4
2014-09-03KEYS: Fix use-after-free in assoc_array_gc()David Howells-1/+1
2014-09-02dma-debug: modify check_for_stack outputHoria Geanta-1/+1
2014-08-29lib: turn CONFIG_STACKTRACE into an actual option.Dave Jones-1/+6
2014-08-28ww-mutex: clarify help text for DEBUG_WW_MUTEX_SLOWPATHRob Clark-0/+4
2014-08-26lib: rhashtable: Spelling s/compuate/compute/Geert Uytterhoeven-2/+2
2014-08-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov-0/+38
2014-08-24random32: improvements to prandom_bytesDaniel Borkmann-21/+18
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-8/+2
2014-08-14rhashtable: unexport and make rht_obj() staticThomas Graf-7/+1
2014-08-14rhashtable: RCU annotations for next pointersThomas Graf-1/+1
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-0/+24
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+13
2014-08-14locking,arch: Rewrite generic atomic supportPeter Zijlstra-47/+36
2014-08-13locking/selftest: Support queued rwlockWaiman Long-7/+49
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso-2/+2
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott-2/+9
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu-54/+54
2014-08-08initrd: fix lz4 decompress with initrdYinghai Lu-22/+43
2014-08-08kfifo: use BUG_ONHimangi Saraogi-4/+2
2014-08-08lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang-1/+1
2014-08-08lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin-11/+14
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds-382/+437
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-8/+17
2014-08-06lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes-2/+5
2014-08-06lib: bitmap: add missing mask in bitmap_andRasmus Villemoes-2/+5
2014-08-06lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes-2/+1
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes-6/+6
2014-08-06lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordRasmus Villemoes-1/+1
2014-08-06lib: bitmap: simplify bitmap_parselistRasmus Villemoes-7/+2
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedRasmus Villemoes-5/+5
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedRasmus Villemoes-5/+5
2014-08-06lib: bitmap: make nbits parameter of bitmap_weight unsignedRasmus Villemoes-2/+3
2014-08-06lib: bitmap: make nbits parameter of bitmap_subset unsignedRasmus Villemoes-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_intersects unsignedRasmus Villemoes-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsignedRasmus Villemoes-12/+12
2014-08-06lib: bitmap: remove unnecessary mask from bitmap_complementRasmus Villemoes-1/+1
2014-08-06lib: bitmap: make nbits parameter of bitmap_complement unsignedRasmus Villemoes-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_equal unsignedRasmus Villemoes-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_full unsignedRasmus Villemoes-2/+2
2014-08-06lib: bitmap: make nbits parameter of bitmap_empty unsignedRasmus Villemoes-2/+2
2014-08-06lib/list_sort.c: convert to pr_fooAndrew Morton-28/+21