aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-14dma-debug: switch check from _text to _stextLaura Abbott1-1/+1
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+39
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+4
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-29/+249
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+26
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-8/+32
2016-01-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+6
2016-01-11Merge tag 'mmc-v4.5' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-2/+1
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+11
2016-01-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-41/+79
2016-01-09restrict /dev/mem to idle io memory rangesDan Williams1-3/+20
2016-01-09arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams1-0/+22
2016-01-08Merge branch 'for-linus' into work.miscAl Viro1-1/+2
2016-01-06lib/vsprintf: add %*pg format specifierDmitry Monakhov1-0/+29
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-8/+3
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-12-23tracing: Use seq_buf_used() in seq_buf_to_user() instead of lenJerry Snitselaar1-2/+4
2015-12-23crypto: 842 - remove WARN inside printkDan Streetman1-5/+9
2015-12-22mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FSAdrien Schildknecht1-2/+1
2015-12-18rhashtable: Kill harmless RCU warning in rhashtable_walk_initHerbert Xu1-1/+2
2015-12-18bpf, test: add couple of test casesDaniel Borkmann1-0/+120
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-31/+44
2015-12-17Merge 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/git/nvdimm/nvdimmLinus 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-08rhashtable: Remove unnecessary wmb for future_tblHerbert Xu1-3/+0
2015-12-08workqueue: implement lockup detectorTejun Heo1-0/+11
2015-12-06iov_iter: export import_single_range()Al Viro1-0/+1
2015-12-06iov_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-05Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller1-3/+2
2015-12-04rhashtable: 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-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-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+30
2015-11-10lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko1-1/+1