summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-12-22mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FSAdrien Schildknecht1-2/+1
2015-12-19rhashtable: Kill harmless RCU warning in rhashtable_walk_initHerbert Xu1-1/+2
2015-12-19bpf, test: add couple of test casesDaniel Borkmann1-0/+120
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-31/+44
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-27/+40
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2015-12-16dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz1-2/+2
2015-12-16rhashtable: Fix walker list corruptionHerbert Xu1-9/+7
2015-12-16rhashtable: Enforce minimum size on initial hash tableHerbert Xu1-3/+3
2015-12-09rhashtable: Remove unnecessary wmb for future_tblHerbert Xu1-3/+0
2015-12-08workqueue: implement lockup detectorTejun Heo1-0/+11
2015-12-08lib: scatterlist: fix Kconfig descriptionGeert Uytterhoeven1-3/+3
2015-12-07iov_iter: export import_single_range()Al Viro1-0/+1
2015-12-07iov_iter: constify {csum_and_,}copy_to_iter()Al Viro1-5/+5
2015-12-06x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen1-0/+4
2015-12-06Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller1-3/+2
2015-12-05rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationHerbert Xu1-2/+3
2015-12-04rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu1-15/+30
2015-12-03net: Add support for CHANGEUPPER notifier error injectionIdo Schimmel1-0/+1
2015-12-01net: add support for netdev notifier error injectionNikolay Aleksandrov3-0/+78
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard1-0/+1
2015-11-23list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney1-1/+1
2015-11-23rhashtable-test: allow to retry even if -ENOMEM was returnedPhil Sutter1-1/+13
2015-11-23rhashtable-test: calculate max_entries value by defaultPhil Sutter1-3/+5
2015-11-23rhashtable-test: retry insert operationsPhil Sutter1-24/+29
2015-11-23rhashtable-test: add cond_resched() to thread testPhil Sutter1-0/+5
2015-11-23atomics: Add test for atomic operations with _relaxed variantsBoqun Feng1-41/+79
2015-11-23treewide: Remove old email addressPeter Zijlstra2-2/+2
2015-11-17lib/mpi: only require buffers as big as needed for the integerAndrzej Zaborowski1-4/+17
2015-11-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+30
2015-11-11lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko1-1/+1
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2015-11-10remove abs64()Andrew Morton1-1/+1
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-73/+505
2015-11-07dma-debug: check nents in dma_sync_sg*Robin Murphy1-0/+8
2015-11-07lib/hexdump.c: truncate output in case of overflowAndy Shevchenko1-1/+5
2015-11-07lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov1-3/+2
2015-11-07lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes1-8/+22
2015-11-07lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes1-0/+16
2015-11-07lib/llist.c: fix data race in llist_del_firstDmitry Vyukov1-2/+2
2015-11-07lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov1-0/+36
2015-11-07lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov1-1/+2
2015-11-07lib/vsprintf.c: update documentationRasmus Villemoes1-3/+4
2015-11-07test_printf: test printf family at runtimeRasmus Villemoes3-0/+366
2015-11-07lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes1-1/+1
2015-11-07lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes1-1/+1
2015-11-07lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes1-10/+21
2015-11-07printk: synchronize %p formatting documentationMartin Kletzander1-32/+8