aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman2-7/+7
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+70
2015-11-05mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin1-2/+1
2015-11-05lib: test_kasan: add some testcasesWang Long1-0/+69
2015-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-7/+3
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-3/+4
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-9/+7
2015-11-04iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}().David S. Miller1-7/+3
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-17/+85
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-0/+231
2015-11-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+10
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2015-10-29Merge branches 'fixes' and 'misc' into for-nextRussell King1-1/+10
2015-10-23fault-inject: fix inverted interval/probability values in printkFlorian Westphal1-1/+1
2015-10-23lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=yAndrey Ryabinin1-0/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-3/+4
2015-10-20lib/mpi: fix off by one in mpi_read_raw_from_sglStephan Mueller1-1/+4
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+90
2015-10-16lib/Kconfig: ZLIB_DEFLATE must select BITREVERSEAndrew Morton1-0/+1
2015-10-14crypto: 842 - Add CRC and validation supportHaren Myneni3-0/+32
2015-10-14lib/mpi: Add mpi sgl helpersTadeusz Struk1-0/+196
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann1-1/+1
2015-10-08random32: add prandom_seed_full_state helperDaniel Borkmann1-16/+21
2015-10-08once: make helper generic for calling functions onceHannes Frederic Sowa1-21/+29
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa2-1/+56
2015-10-06strscpy: zero any trailing garbage bytes in the destinationChris Metcalf1-1/+2
2015-10-05devres: fix a for loop bounds checkDan Carpenter1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+88
2015-10-04kobject: move EXPORT_SYMBOL() macros next to corresponding definitionsGabriel Somlo1-7/+5
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1
2015-10-03ARM: 8439/1: Fix backtrace generation when IPI is maskedDaniel Thompson1-1/+10
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+1
2015-09-22lib: fix data race in rhashtable_rehash_oneDmitriy Vyukov1-4/+1
2015-09-22lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer when n < pool->hintSowmini Varadhan1-3/+3
2015-09-17lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov1-1/+5
2015-09-10zlib_deflate/deftree: remove bi_reverse()yalin wang2-19/+3
2015-09-10lib/decompress_unlzma: Do a NULL check for pointerFabio Estevam1-1/+1
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu6-17/+58
2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long1-1/+1
2015-09-10lib/test_kasan.c: fix a typoWang Long1-2/+2
2015-09-10lib/string_helpers: rename "esc" arg to "only"Kees Cook1-7/+7
2015-09-10lib/string_helpers: clarify esc arg in string_escape_memKees Cook1-4/+6
2015-09-10lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or tailPan Xinhui1-14/+18
2015-09-10lib/bitmap.c: fix a special string handling bug in __bitmap_parselistPan Xinhui1-0/+4
2015-09-10lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui1-3/+4
2015-09-10kstrto*: accept "-0" for signed conversionAlexey Dobriyan2-6/+2
2015-09-10string: provide strscpy()Chris Metcalf1-0/+88
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+1
2015-09-08lib/show_mem.c: correct reserved memory calculationVishnu Pratap Singh1-3/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-14/+9