aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-9/+7
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-17/+85
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-0/+231
2015-11-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+10
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-1/+2
2015-10-29Merge branches 'fixes' and 'misc' into for-nextGravatar Russell King 1-1/+10
2015-10-23fault-inject: fix inverted interval/probability values in printkGravatar Florian Westphal 1-1/+1
2015-10-23lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=yGravatar Andrey Ryabinin 1-0/+1
2015-10-20lib/mpi: fix off by one in mpi_read_raw_from_sglGravatar Stephan Mueller 1-1/+4
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-0/+90
2015-10-16lib/Kconfig: ZLIB_DEFLATE must select BITREVERSEGravatar Andrew Morton 1-0/+1
2015-10-14crypto: 842 - Add CRC and validation supportGravatar Haren Myneni 3-0/+32
2015-10-14lib/mpi: Add mpi sgl helpersGravatar Tadeusz Struk 1-0/+196
2015-10-08random32: add prandom_init_once helper for own rngsGravatar Daniel Borkmann 1-1/+1
2015-10-08random32: add prandom_seed_full_state helperGravatar Daniel Borkmann 1-16/+21
2015-10-08once: make helper generic for calling functions onceGravatar Hannes Frederic Sowa 1-21/+29
2015-10-08net: move net_get_random_once to libGravatar Hannes Frederic Sowa 2-1/+56
2015-10-06strscpy: zero any trailing garbage bytes in the destinationGravatar Chris Metcalf 1-1/+2
2015-10-05devres: fix a for loop bounds checkGravatar Dan Carpenter 1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Gravatar Linus Torvalds 1-0/+88
2015-10-04kobject: move EXPORT_SYMBOL() macros next to corresponding definitionsGravatar Gabriel Somlo 1-7/+5
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Gravatar Viresh Kumar 1-1/+1
2015-10-03ARM: 8439/1: Fix backtrace generation when IPI is maskedGravatar Daniel Thompson 1-1/+10
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+1
2015-09-22lib: fix data race in rhashtable_rehash_oneGravatar Dmitriy Vyukov 1-4/+1
2015-09-22lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer wh...Gravatar Sowmini Varadhan 1-3/+3
2015-09-17lib/string_helpers.c: fix infinite loop in string_get_size()Gravatar Vitaly Kuznetsov 1-1/+5
2015-09-10zlib_deflate/deftree: remove bi_reverse()Gravatar yalin wang 2-19/+3
2015-09-10lib/decompress_unlzma: Do a NULL check for pointerGravatar Fabio Estevam 1-1/+1
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelGravatar Yinghai Lu 6-17/+58
2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyGravatar Wang Long 1-1/+1
2015-09-10lib/test_kasan.c: fix a typoGravatar Wang Long 1-2/+2
2015-09-10lib/string_helpers: rename "esc" arg to "only"Gravatar Kees Cook 1-7/+7
2015-09-10lib/string_helpers: clarify esc arg in string_escape_memGravatar Kees Cook 1-4/+6
2015-09-10lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...Gravatar Pan Xinhui 1-14/+18
2015-09-10lib/bitmap.c: fix a special string handling bug in __bitmap_parselistGravatar Pan Xinhui 1-0/+4
2015-09-10lib/bitmap.c: correct a code style and do some, optimizationGravatar Pan Xinhui 1-3/+4
2015-09-10kstrto*: accept "-0" for signed conversionGravatar Alexey Dobriyan 2-6/+2
2015-09-10string: provide strscpy()Gravatar Chris Metcalf 1-0/+88
2015-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+1
2015-09-08lib/show_mem.c: correct reserved memory calculationGravatar Vishnu Pratap Singh 1-3/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-14/+9
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-4/+23
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-1/+163
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+0
2015-09-05Merge tag 'md/4.3' of git://neil.brown.name/mdGravatar Linus Torvalds 2-1/+58
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxGravatar NeilBrown 6-29/+135
2015-09-04genalloc: add support of multiple gen_pools per deviceGravatar Vladimir Zapolskiy 1-14/+57
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Gravatar Vladimir Zapolskiy 1-21/+28
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 7-35/+361