summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford-0/+228
2015-12-22mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FSAdrien Schildknecht-2/+1
2015-12-18rhashtable: Kill harmless RCU warning in rhashtable_walk_initHerbert Xu-1/+2
2015-12-18bpf, test: add couple of test casesDaniel Borkmann-0/+120
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-31/+44
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-27/+40
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2015-12-17Use the new batched user accesses in generic user string handlingLinus Torvalds-7/+22
2015-12-16dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz-2/+2
2015-12-16rhashtable: Fix walker list corruptionHerbert Xu-9/+7
2015-12-16rhashtable: Enforce minimum size on initial hash tableHerbert Xu-3/+3
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford-0/+228
2015-12-11irq_poll: mark __irq_poll_complete staticChristoph Hellwig-2/+1
2015-12-11irq_poll: fold irq_poll_disable_pending into irq_poll_softirqChristoph Hellwig-1/+1
2015-12-11irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig-3/+7
2015-12-11irq_poll: don't disable new irq_poll instancesChristoph Hellwig-3/+1
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig-0/+227
2015-12-08rhashtable: Remove unnecessary wmb for future_tblHerbert Xu-3/+0
2015-12-08workqueue: implement lockup detectorTejun Heo-0/+11
2015-12-08lib: scatterlist: fix Kconfig descriptionGeert Uytterhoeven-3/+3
2015-12-06iov_iter: export import_single_range()Al Viro-0/+1
2015-12-06iov_iter: constify {csum_and_,}copy_to_iter()Al Viro-5/+5
2015-12-06x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen-0/+4
2015-12-05Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller-3/+2
2015-12-04rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationHerbert Xu-2/+3
2015-12-04rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu-15/+30
2015-12-03net: Add support for CHANGEUPPER notifier error injectionIdo Schimmel-0/+1
2015-12-01net: add support for netdev notifier error injectionNikolay Aleksandrov-0/+78
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard-0/+1
2015-11-25lru_cache: Converted lc_seq_printf_status to return voidRoland Kammerer-3/+1
2015-11-23list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney-1/+1
2015-11-23rhashtable-test: allow to retry even if -ENOMEM was returnedPhil Sutter-1/+13
2015-11-23rhashtable-test: calculate max_entries value by defaultPhil Sutter-3/+5
2015-11-23rhashtable-test: retry insert operationsPhil Sutter-24/+29
2015-11-23rhashtable-test: add cond_resched() to thread testPhil Sutter-0/+5
2015-11-23atomics: Add test for atomic operations with _relaxed variantsBoqun Feng-41/+79
2015-11-23treewide: Remove old email addressPeter Zijlstra-2/+2
2015-11-17lib/mpi: only require buffers as big as needed for the integerAndrzej Zaborowski-4/+17
2015-11-16__div64_32(): make it overridable at compile timeNicolas Pitre-2/+4
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+30
2015-11-10lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko-1/+1
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+9
2015-11-09remove abs64()Andrew Morton-1/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-73/+505
2015-11-06dma-debug: check nents in dma_sync_sg*Robin Murphy-0/+8
2015-11-06lib/hexdump.c: truncate output in case of overflowAndy Shevchenko-1/+5
2015-11-06lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov-3/+2
2015-11-06lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes-8/+22