aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-27/+40
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2015-12-16dma-debug: Fix dma_debug_entry offset calculationGravatar Daniel Mentz 1-2/+2
2015-12-16rhashtable: Fix walker list corruptionGravatar Herbert Xu 1-9/+7
2015-12-16rhashtable: Enforce minimum size on initial hash tableGravatar Herbert Xu 1-3/+3
2015-12-05Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"Gravatar David S. Miller 1-3/+2
2015-12-04rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationGravatar Herbert Xu 1-2/+3
2015-12-04rhashtable: Prevent spurious EBUSY errors on insertionGravatar Herbert Xu 1-15/+30
2015-11-23treewide: Remove old email addressGravatar Peter Zijlstra 2-2/+2
2015-11-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+30
2015-11-10lib/string.c: add ULL suffix to the constant definitionGravatar Andy Shevchenko 1-1/+1
2015-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+9
2015-11-09remove abs64()Gravatar Andrew Morton 1-1/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 16-73/+505
2015-11-06dma-debug: check nents in dma_sync_sg*Gravatar Robin Murphy 1-0/+8
2015-11-06lib/hexdump.c: truncate output in case of overflowGravatar Andy Shevchenko 1-1/+5
2015-11-06lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Gravatar Oleg Nesterov 1-3/+2
2015-11-06lib/kobject.c: use kvasprintf_const for formatting ->nameGravatar Rasmus Villemoes 1-8/+22
2015-11-06lib/kasprintf.c: introduce kvasprintf_constGravatar Rasmus Villemoes 1-0/+16
2015-11-06lib/llist.c: fix data race in llist_del_firstGravatar Dmitry Vyukov 1-2/+2
2015-11-06lib/test-string_helpers.c: add string_get_size() testsGravatar Vitaly Kuznetsov 1-0/+36
2015-11-06lib/halfmd4.c: use rol32 inline function in the ROUND macroGravatar Alexander Kuleshov 1-1/+2
2015-11-06lib/vsprintf.c: update documentationGravatar Rasmus Villemoes 1-3/+4
2015-11-06test_printf: test printf family at runtimeGravatar Rasmus Villemoes 3-0/+366
2015-11-06lib/vsprintf.c: remove SPECIAL handling in pointer()Gravatar Rasmus Villemoes 1-1/+1
2015-11-06lib/vsprintf.c: also improve sanity check in bstr_printf()Gravatar Rasmus Villemoes 1-1/+1
2015-11-06lib/vsprintf.c: handle invalid format specifiers more robustlyGravatar Rasmus Villemoes 1-10/+21
2015-11-06printk: synchronize %p formatting documentationGravatar Martin Kletzander 1-32/+8
2015-11-06lib/dynamic_debug.c: use kstrdup_constGravatar Rasmus Villemoes 1-4/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Gravatar Mel Gorman 2-7/+7
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2015-11-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+70
2015-11-05mm, slub, kasan: enable user tracking by default with KASAN=yGravatar Andrey Ryabinin 1-2/+1
2015-11-05lib: test_kasan: add some testcasesGravatar Wang Long 1-0/+69
2015-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-7/+3
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-3/+4
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-05bpf: add mod default A and X test casesGravatar Yang Shi 1-0/+30
2015-11-04iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}().Gravatar David S. Miller 1-7/+3
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-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-3/+4