aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-37/+36
2015-02-27rhashtable: use cond_resched()Eric Dumazet1-0/+4
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann2-39/+18
2015-02-27rhashtable: unconditionally grow when max_shift is not specifiedDaniel Borkmann2-3/+1
2015-02-23rhashtable: initialize all rhashtable walker membersSasha Levin1-0/+3
2015-02-20rhashtable: allow to unload test moduleDaniel Borkmann1-0/+5
2015-02-20rhashtable: better high order allocation attemptsDaniel Borkmann1-3/+3
2015-02-20rhashtable: don't test for shrink on insert, expansion on deleteDaniel Borkmann1-9/+18
2015-02-20rhashtable: don't allocate ht structure on stack in test_rht_initDaniel Borkmann1-1/+2
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-15/+15
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-5/+30
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+28
2015-02-17scripts/gdb: add infrastructureJan Kiszka1-0/+11
2015-02-16lib/Kconfig: use bool instead of booleanChristoph Jaeger1-1/+1
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+5
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin1-0/+1
2015-02-13lib: add kasan test moduleAndrey Ryabinin3-3/+289
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin1-0/+1
2015-02-13x86_64: add KASan supportAndrey Ryabinin1-0/+1
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2-0/+45
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2-77/+0
2015-02-13bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-2/+2
2015-02-13lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2-59/+96
2015-02-13lib/genalloc.c: check result of devres_alloc()Jan Kara1-0/+2
2015-02-13lib/string.c: improve strrchr()Rasmus Villemoes1-6/+6
2015-02-13lib: crc32: constify crc32 lookup tableDaniel Borkmann1-3/+3
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes1-7/+2
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes1-4/+3
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes1-5/+6
2015-02-13lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes1-4/+4
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes1-2/+0
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes1-3/+3
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes1-5/+5
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes1-0/+2
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes1-5/+4
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-145/+320
2015-02-12lib/lcm.c: replace includeRasmus Villemoes1-1/+1
2015-02-12lib/percpu_ida.c: remove redundant includesRasmus Villemoes1-3/+0
2015-02-12lib/strncpy_from_user.c: replace module.h includeRasmus Villemoes1-1/+2
2015-02-12lib/stmp_device.c: replace module.h includeRasmus Villemoes1-1/+2
2015-02-12lib/sort.c: move include inside #if 0Rasmus Villemoes1-1/+1
2015-02-12lib/show_mem.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-12lib/radix-tree.c: change to simpler includeRasmus Villemoes1-1/+1
2015-02-12lib/plist.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-12lib/nlattr.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-12lib/kobject_uevent.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-12lib/llist.c: remove redundant includeRasmus Villemoes1-1/+0
2015-02-12lib/md5.c: simplify includeRasmus Villemoes1-1/+1
2015-02-12lib/list_sort.c: rearrange includesRasmus Villemoes1-2/+5
2015-02-12lib/genalloc.c: remove redundant includeRasmus Villemoes1-1/+0