summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-031-0/+11
|\
| * block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer2015-03-311-0/+11
* | netlink: pad nla_memcpy dest buffer with zeroesJiri Benc2015-03-311-0/+2
|/
* LZ4 : fix the data abort issueJeHyeon Yeon2015-03-161-0/+3
* Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2015-03-132-1/+769
|\
| * move iov_iter.c from mm/ to lib/Al Viro2015-02-172-1/+769
* | Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-03-091-2/+2
|\ \
| * | seq_buf: Fix seq_buf_bprintf() truncationSteven Rostedt (Red Hat)2015-03-041-1/+1
| * | seq_buf: Fix seq_buf_vprintf() truncationSteven Rostedt (Red Hat)2015-03-041-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-032-37/+36
|\ \ \ | |/ / |/| |
| * | rhashtable: use cond_resched()Eric Dumazet2015-02-271-0/+4
| * | rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann2015-02-272-39/+18
| * | rhashtable: unconditionally grow when max_shift is not specifiedDaniel Borkmann2015-02-272-3/+1
| * | rhashtable: initialize all rhashtable walker membersSasha Levin2015-02-231-0/+3
| * | rhashtable: allow to unload test moduleDaniel Borkmann2015-02-201-0/+5
| * | rhashtable: better high order allocation attemptsDaniel Borkmann2015-02-201-3/+3
| * | rhashtable: don't test for shrink on insert, expansion on deleteDaniel Borkmann2015-02-201-9/+18
| * | rhashtable: don't allocate ht structure on stack in test_rht_initDaniel Borkmann2015-02-201-1/+2
| |/
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-15/+15
|\ \
| * | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-15/+15
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-5/+30
|\ \ \ | |_|/ |/| |
| * | pci: add pci_iomap_rangeMichael S. Tsirkin2015-01-211-5/+30
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-171-8/+28
|\ \ \
| * | | dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds2015-01-251-8/+28
| |/ /
* | | scripts/gdb: add infrastructureJan Kiszka2015-02-171-0/+11
* | | lib/Kconfig: use bool instead of booleanChristoph Jaeger2015-02-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-141-0/+5
|\ \ \
| * | | lib: memzero_explicit: add comment for its usageDaniel Borkmann2015-01-081-0/+5
| | |/ | |/|
* | | kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-131-0/+1
* | | lib: add kasan test moduleAndrey Ryabinin2015-02-133-3/+289
* | | mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin2015-02-131-0/+1
* | | x86_64: add KASan supportAndrey Ryabinin2015-02-131-0/+1
* | | kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2015-02-132-0/+45
* | | bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-132-77/+0
* | | bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-2/+2
* | | lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2015-02-132-59/+96
* | | lib/genalloc.c: check result of devres_alloc()Jan Kara2015-02-131-0/+2
* | | lib/string.c: improve strrchr()Rasmus Villemoes2015-02-131-6/+6
* | | lib: crc32: constify crc32 lookup tableDaniel Borkmann2015-02-131-3/+3
* | | lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes2015-02-131-7/+2
* | | lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes2015-02-131-4/+3
* | | lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes2015-02-131-5/+6
* | | lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes2015-02-131-4/+4
* | | lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes2015-02-131-2/+0
* | | lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes2015-02-131-3/+3
* | | lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes2015-02-131-5/+5
* | | lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes2015-02-131-0/+2
* | | lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2015-02-131-5/+4
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-1226-145/+320
|\ \ \
| * | | lib/lcm.c: replace includeRasmus Villemoes2015-02-121-1/+1