summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2017-09-08lib/rbtree_test.c: make input module parametersDavidlohr Bueso-21/+34
2017-09-08rbtree: add some additional comments for rebalancing casesDavidlohr Bueso-3/+5
2017-09-08rbtree: optimize root-check during rebalancing loopDavidlohr Bueso-7/+16
2017-09-08rbtree: cache leftmost node internallyDavidlohr Bueso-5/+29
2017-09-08lib/string.c: add testcases for memset16/32/64Matthew Wilcox-0/+132
2017-09-08lib/string.c: add multibyte memset functionsMatthew Wilcox-0/+66
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-1/+1
2017-09-07lib/scatterlist: Introduce and export __sg_alloc_table_from_pagesTvrtko Ursulin-17/+49
2017-09-07lib/scatterlist: Avoid potential scatterlist entry overflowTvrtko Ursulin-11/+20
2017-09-07lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin-1/+1
2017-09-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-12/+12
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-32/+458
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-10/+7
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+712
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+263
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+49
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+139
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+6
2017-09-04Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+3
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar-2/+5
2017-09-03Merge branch 'docs-next' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+24
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2017-09-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+3
2017-08-31Merge branch 'for-4.14/fs' into libnvdimm-for-nextDan Williams-34/+56
2017-08-31libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy-3/+0
2017-08-30assoc_array: fix path to assoc_array documentationAlexander Kuleshov-1/+1
2017-08-30idr: Add new APIs to support unsigned longChris Mi-32/+40
2017-08-29locking/lockdep/selftests: Fix mixed read-write ABBA testsPeter Zijlstra-0/+6
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar-34/+56
2017-08-25lib/raid6: align AVX512 constants to 512 bits, not bytesDenys Vlasenko-1/+1
2017-08-25locking/lockdep/selftests: Add mixed read-write ABBA testsPeter Zijlstra-2/+115
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-0/+7
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-1/+3
2017-08-22lib/mpi: kunmap after finishing accessing bufferStephan Mueller-1/+3
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+7
2017-08-22Merge tag 'drm-intel-next-2017-08-18' of git://anongit.freedesktop.org/git/dr...Dave Airlie-0/+1
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson-0/+1
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner-0/+7
2017-08-17locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETI...Ingo Molnar-2/+2
2017-08-17locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONSByungchul Park-2/+2
2017-08-17locking/lockdep: Reword title of LOCKDEP_CROSSRELEASE configByungchul Park-1/+1
2017-08-17locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKINGByungchul Park-5/+2
2017-08-17lib/mpi: fix build with clangStefan Agner-12/+12
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+13
2017-08-15lib: Add zstd modulesNick Terrell-0/+11857
2017-08-15lib: Add xxhash moduleNick Terrell-0/+504
2017-08-14Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman-34/+49
2017-08-14debugobjects: Make kmemleak ignore debug objectsWaiman Long-0/+3