summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib+mm: fix few spelling mistakesBogdan Sikora2016-02-152-2/+2
* treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* lib: scatterlist: fix Kconfig descriptionGeert Uytterhoeven2015-12-081-3/+3
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-062-2/+2
|\
| * move count_zeroes.h out of asm-genericChristoph Hellwig2015-10-152-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-052-2/+70
|\ \
| * | mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin2015-11-051-2/+1
| * | lib: test_kasan: add some testcasesWang Long2015-11-051-0/+69
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-11-051-7/+3
|\ \ \
| * | | iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}().David S. Miller2015-11-041-7/+3
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-051-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-3/+4
| | |/ | |/|
* | | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-043-9/+7
|\ \ \
| * | | devres: fix a for loop bounds checkDan Carpenter2015-10-051-1/+1
| * | | kobject: move EXPORT_SYMBOL() macros next to corresponding definitionsGabriel Somlo2015-10-041-7/+5
| * | | debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-043-17/+85
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-012-1/+2
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-202-0/+90
| |\ \ \ \ \
| * | | | | | random32: add prandom_init_once helper for own rngsDaniel Borkmann2015-10-081-1/+1
| * | | | | | random32: add prandom_seed_full_state helperDaniel Borkmann2015-10-081-16/+21
| * | | | | | once: make helper generic for calling functions onceHannes Frederic Sowa2015-10-081-21/+29
| * | | | | | net: move net_get_random_once to libHannes Frederic Sowa2015-10-082-1/+56
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-044-0/+231
|\ \ \ \ \ \
| * | | | | | lib/mpi: fix off by one in mpi_read_raw_from_sglStephan Mueller2015-10-201-1/+4
| * | | | | | crypto: 842 - Add CRC and validation supportHaren Myneni2015-10-143-0/+32
| * | | | | | lib/mpi: Add mpi sgl helpersTadeusz Struk2015-10-141-0/+196
* | | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-11-031-1/+10
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'fixes' and 'misc' into for-nextRussell King2015-10-291-1/+10
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | |_|/ / / / | |/| | | | |
| | | * | | | ARM: 8439/1: Fix backtrace generation when IPI is maskedDaniel Thompson2015-10-031-1/+10
| | |/ / / /
* | | | | | fault-inject: fix inverted interval/probability values in printkFlorian Westphal2015-10-231-1/+1
* | | | | | lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=yAndrey Ryabinin2015-10-231-0/+1
| |_|/ / / |/| | | |
* | | | | lib/Kconfig: ZLIB_DEFLATE must select BITREVERSEAndrew Morton2015-10-161-0/+1
* | | | | strscpy: zero any trailing garbage bytes in the destinationChris Metcalf2015-10-061-1/+2
| |_|/ / |/| | |
* | | | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+88
|\ \ \ \ | |/ / / |/| | |
| * | | string: provide strscpy()Chris Metcalf2015-09-101-0/+88
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-261-4/+1
|\ \ \ \
| * | | | lib: fix data race in rhashtable_rehash_oneDmitriy Vyukov2015-09-221-4/+1
* | | | | lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer wh...Sowmini Varadhan2015-09-221-3/+3
| |_|/ / |/| | |
* | | | lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov2015-09-171-1/+5
|/ / /
* | | zlib_deflate/deftree: remove bi_reverse()yalin wang2015-09-102-19/+3
* | | lib/decompress_unlzma: Do a NULL check for pointerFabio Estevam2015-09-101-1/+1
* | | lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-106-17/+58
* | | lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long2015-09-101-1/+1
* | | lib/test_kasan.c: fix a typoWang Long2015-09-101-2/+2
* | | lib/string_helpers: rename "esc" arg to "only"Kees Cook2015-09-101-7/+7
* | | lib/string_helpers: clarify esc arg in string_escape_memKees Cook2015-09-101-4/+6
* | | lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...Pan Xinhui2015-09-101-14/+18
* | | lib/bitmap.c: fix a special string handling bug in __bitmap_parselistPan Xinhui2015-09-101-0/+4
* | | lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui2015-09-101-3/+4