aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-10-07modpost: add flag -E for making section mismatches fatalNicolas Boichat
2015-10-07Remove abs64()Andrew Morton
2015-10-07Merge branch 'akpm-current/current'Stephen Rothwell
2015-10-07dma-debug: allow poisoning nonzero allocationsRobin Murphy
2015-10-07dma-debug: check nents in dma_sync_sg*Robin Murphy
2015-10-07lib: Add CRC64 ECMA moduleMarian Chereji
2015-10-07lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov
2015-10-07lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes
2015-10-07lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes
2015-10-07lib/llist.c: fix data race in llist_del_firstDmitry Vyukov
2015-10-07lib-test-string_helpersc-add-string_get_size-tests-v5Vitaly Kuznetsov
2015-10-07lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov
2015-10-07lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov
2015-10-07lib/vsprintf.c: update documentationRasmus Villemoes
2015-10-07test_printf: test printf family at runtimeRasmus Villemoes
2015-10-07lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes
2015-10-07lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes
2015-10-07lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes
2015-10-07lib-documentation-synchronize-%p-formatting-documentation-fix-fixAndrew Morton
2015-10-07lib-documentation-synchronize-%p-formatting-documentation-fixMartin Kletzander
2015-10-07printk: synchronize %p formatting documentationMartin Kletzander
2015-10-07lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes
2015-10-07page-flags: hide PF_* validation check under separate config optionKirill A. Shutemov
2015-10-07lib: test_kasan: add some testcasesWang Long
2015-10-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-10-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-07Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2015-10-07Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2015-10-07Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell
2015-10-07Merge remote-tracking branch 'arm/for-next'Stephen Rothwell
2015-10-06list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney
2015-10-05devres: fix a for loop bounds checkDan Carpenter
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds
2015-10-04kobject: move EXPORT_SYMBOL() macros next to corresponding definitionsGabriel Somlo
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2015-10-03ARM: 8439/1: Fix backtrace generation when IPI is maskedDaniel Thompson
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-09-22lib: fix data race in rhashtable_rehash_oneDmitriy Vyukov
2015-09-22lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer wh...Sowmini Varadhan
2015-09-17lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov
2015-09-10zlib_deflate/deftree: remove bi_reverse()yalin wang
2015-09-10lib/decompress_unlzma: Do a NULL check for pointerFabio Estevam
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu
2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long
2015-09-10lib/test_kasan.c: fix a typoWang Long
2015-09-10lib/string_helpers: rename "esc" arg to "only"Kees Cook
2015-09-10lib/string_helpers: clarify esc arg in string_escape_memKees Cook
2015-09-10lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...Pan Xinhui
2015-09-10lib/bitmap.c: fix a special string handling bug in __bitmap_parselistPan Xinhui
2015-09-10lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui