summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bpf, test: add couple of test casesDaniel Borkmann2015-12-181-0/+120
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-184-31/+44
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-171-27/+40
| |\
| | * rhashtable: Fix walker list corruptionHerbert Xu2015-12-161-9/+7Star
| | * rhashtable: Enforce minimum size on initial hash tableHerbert Xu2015-12-161-3/+3
| | * Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller2015-12-061-3/+2Star
| | * rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationHerbert Xu2015-12-041-2/+3
| | * rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu2015-12-041-15/+30
| * | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-12-171-2/+2
| |\ \
| | * | dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz2015-12-161-2/+2
| | |/
| * / treewide: Remove old email addressPeter Zijlstra2015-11-232-2/+2
| |/
* | rhashtable: Remove unnecessary wmb for future_tblHerbert Xu2015-12-091-3/+0Star
* | net: Add support for CHANGEUPPER notifier error injectionIdo Schimmel2015-12-031-0/+1
* | net: add support for netdev notifier error injectionNikolay Aleksandrov2015-12-013-0/+78
* | rhashtable-test: allow to retry even if -ENOMEM was returnedPhil Sutter2015-11-231-1/+13
* | rhashtable-test: calculate max_entries value by defaultPhil Sutter2015-11-231-3/+5
* | rhashtable-test: retry insert operationsPhil Sutter2015-11-231-24/+29
* | rhashtable-test: add cond_resched() to thread testPhil Sutter2015-11-231-0/+5
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-111-1/+1
|\
| * lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko2015-11-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-111-0/+30
|\ \ | |/ |/|
| * bpf: add mod default A and X test casesYang Shi2015-11-051-0/+30
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-101-1/+1
|\ \
| * | remove abs64()Andrew Morton2015-11-101-1/+1
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-101-0/+9
|\ \ \ | |/ / |/| |
| * | modpost: Add flag -E for making section mismatches fatalNicolas Boichat2015-10-061-0/+9
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-0716-73/+505
|\ \ \
| * | | dma-debug: check nents in dma_sync_sg*Robin Murphy2015-11-071-0/+8
| * | | lib/hexdump.c: truncate output in case of overflowAndy Shevchenko2015-11-071-1/+5
| * | | lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov2015-11-071-3/+2Star
| * | | lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes2015-11-071-8/+22
| * | | lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes2015-11-071-0/+16
| * | | lib/llist.c: fix data race in llist_del_firstDmitry Vyukov2015-11-071-2/+2
| * | | lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov2015-11-071-0/+36
| * | | lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov2015-11-071-1/+2
| * | | lib/vsprintf.c: update documentationRasmus Villemoes2015-11-071-3/+4
| * | | test_printf: test printf family at runtimeRasmus Villemoes2015-11-073-0/+366
| * | | lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes2015-11-071-1/+1
| * | | lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes2015-11-071-1/+1
| * | | lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes2015-11-071-10/+21
| * | | printk: synchronize %p formatting documentationMartin Kletzander2015-11-071-32/+8Star
| * | | lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes2015-11-071-4/+4
| * | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-071-1/+1
| * | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-072-7/+7
* | | | 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-062-2/+70
|\ \ \ \
| * | | | mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin2015-11-061-2/+1Star
| * | | | lib: test_kasan: add some testcasesWang Long2015-11-061-0/+69
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-11-061-7/+3Star
|\ \ \ \ \