aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-03-16LZ4 : fix the data abort issueGravatar JeHyeon Yeon 1-0/+3
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-1/+769
2015-03-09Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2015-03-04seq_buf: Fix seq_buf_bprintf() truncationGravatar Steven Rostedt (Red Hat) 1-1/+1
2015-03-04seq_buf: Fix seq_buf_vprintf() truncationGravatar Steven Rostedt (Red Hat) 1-1/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-37/+36
2015-02-27rhashtable: use cond_resched()Gravatar Eric Dumazet 1-0/+4
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsGravatar Daniel Borkmann 2-39/+18
2015-02-27rhashtable: unconditionally grow when max_shift is not specifiedGravatar Daniel Borkmann 2-3/+1
2015-02-23rhashtable: initialize all rhashtable walker membersGravatar Sasha Levin 1-0/+3
2015-02-20rhashtable: allow to unload test moduleGravatar Daniel Borkmann 1-0/+5
2015-02-20rhashtable: better high order allocation attemptsGravatar Daniel Borkmann 1-3/+3
2015-02-20rhashtable: don't test for shrink on insert, expansion on deleteGravatar Daniel Borkmann 1-9/+18
2015-02-20rhashtable: don't allocate ht structure on stack in test_rht_initGravatar Daniel Borkmann 1-1/+2
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-15/+15
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+30
2015-02-17move iov_iter.c from mm/ to lib/Gravatar Al Viro 2-1/+769
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+28
2015-02-17scripts/gdb: add infrastructureGravatar Jan Kiszka 1-0/+11
2015-02-16lib/Kconfig: use bool instead of booleanGravatar Christoph Jaeger 1-1/+1
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+5
2015-02-13kasan: enable instrumentation of global variablesGravatar Andrey Ryabinin 1-0/+1
2015-02-13lib: add kasan test moduleGravatar Andrey Ryabinin 3-3/+289
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorGravatar Andrey Ryabinin 1-0/+1
2015-02-13x86_64: add KASan supportGravatar Andrey Ryabinin 1-0/+1
2015-02-13kasan: add kernel address sanitizer infrastructureGravatar Andrey Ryabinin 2-0/+45
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsGravatar Tejun Heo 2-77/+0
2015-02-13bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-2/+2
2015-02-13lib/vsprintf: implement bitmap printing through '%*pb[l]'Gravatar Tejun Heo 2-59/+96
2015-02-13lib/genalloc.c: check result of devres_alloc()Gravatar Jan Kara 1-0/+2
2015-02-13lib/string.c: improve strrchr()Gravatar Rasmus Villemoes 1-6/+6
2015-02-13lib: crc32: constify crc32 lookup tableGravatar Daniel Borkmann 1-3/+3
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_leftGravatar Rasmus Villemoes 1-7/+2
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_leftGravatar Rasmus Villemoes 1-4/+3
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersGravatar Rasmus Villemoes 1-5/+6
2015-02-13lib: bitmap: yet another simplification in __bitmap_shift_rightGravatar Rasmus Villemoes 1-4/+4
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_rightGravatar Rasmus Villemoes 1-2/+0
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_rightGravatar Rasmus Villemoes 1-3/+3
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersGravatar Rasmus Villemoes 1-5/+5
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianGravatar Rasmus Villemoes 1-0/+2
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leGravatar Rasmus Villemoes 1-5/+4
2015-02-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 26-145/+320
2015-02-12lib/lcm.c: replace includeGravatar Rasmus Villemoes 1-1/+1
2015-02-12lib/percpu_ida.c: remove redundant includesGravatar Rasmus Villemoes 1-3/+0
2015-02-12lib/strncpy_from_user.c: replace module.h includeGravatar Rasmus Villemoes 1-1/+2
2015-02-12lib/stmp_device.c: replace module.h includeGravatar Rasmus Villemoes 1-1/+2
2015-02-12lib/sort.c: move include inside #if 0Gravatar Rasmus Villemoes 1-1/+1
2015-02-12lib/show_mem.c: remove redundant includeGravatar Rasmus Villemoes 1-1/+0
2015-02-12lib/radix-tree.c: change to simpler includeGravatar Rasmus Villemoes 1-1/+1
2015-02-12lib/plist.c: remove redundant includeGravatar Rasmus Villemoes 1-1/+0