summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-12/+13
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+13
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2015-04-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+11
2015-03-31netlink: pad nla_memcpy dest buffer with zeroesJiri Benc1-0/+2
2015-03-31block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer1-0/+11
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar6-40/+810
2015-03-25kobject: WARN as tip when call kobject_get() to a kobject not initializedEthan Zhao1-1/+6
2015-03-25lib/lz4: Pull out constant tablesRasmus Villemoes1-11/+7
2015-03-16LZ4 : fix the data abort issueJeHyeon Yeon1-0/+3
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-1/+769
2015-03-13timekeeping: Add debugging checks to warn if we see delaysJohn Stultz1-0/+13
2015-03-10Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2015-03-05seq_buf: Fix seq_buf_bprintf() truncationSteven Rostedt (Red Hat)1-1/+1
2015-03-04seq_buf: Fix seq_buf_vprintf() truncationSteven Rostedt (Red Hat)1-1/+1
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-37/+36
2015-02-28rhashtable: use cond_resched()Eric Dumazet1-0/+4
2015-02-28rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann2-39/+18
2015-02-28rhashtable: unconditionally grow when max_shift is not specifiedDaniel Borkmann2-3/+1
2015-02-24locking: Remove ACCESS_ONCE() usageDavidlohr Bueso1-1/+1
2015-02-23rhashtable: initialize all rhashtable walker membersSasha Levin1-0/+3
2015-02-21rhashtable: allow to unload test moduleDaniel Borkmann1-0/+5
2015-02-21rhashtable: better high order allocation attemptsDaniel Borkmann1-3/+3
2015-02-21rhashtable: don't test for shrink on insert, expansion on deleteDaniel Borkmann1-9/+18
2015-02-21rhashtable: 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/mmare...Linus Torvalds1-15/+15
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+30
2015-02-18move iov_iter.c from mm/ to lib/Al Viro2-1/+769
2015-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+28
2015-02-18scripts/gdb: add infrastructureJan Kiszka1-0/+11
2015-02-17lib/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-14kasan: enable instrumentation of global variablesAndrey Ryabinin1-0/+1
2015-02-14lib: add kasan test moduleAndrey Ryabinin3-3/+289
2015-02-14mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin1-0/+1
2015-02-14x86_64: add KASan supportAndrey Ryabinin1-0/+1
2015-02-14kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2-0/+45
2015-02-14bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2-77/+0
2015-02-14bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-2/+2
2015-02-14lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2-59/+96
2015-02-14lib/genalloc.c: check result of devres_alloc()Jan Kara1-0/+2
2015-02-14lib/string.c: improve strrchr()Rasmus Villemoes1-6/+6
2015-02-14lib: crc32: constify crc32 lookup tableDaniel Borkmann1-3/+3
2015-02-14lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes1-7/+2
2015-02-14lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes1-4/+3
2015-02-14lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes1-5/+6
2015-02-14lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes1-4/+4
2015-02-14lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes1-2/+0
2015-02-14lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes1-3/+3
2015-02-14lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes1-5/+5