summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-09-04Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-09-03Merge branch 'docs-next' of git://git.lwn.net/linuxLinus Torvalds
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-09-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-08-30assoc_array: fix path to assoc_array documentationAlexander Kuleshov
2017-08-29locking/lockdep/selftests: Fix mixed read-write ABBA testsPeter Zijlstra
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-25locking/lockdep/selftests: Add mixed read-write ABBA testsPeter Zijlstra
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-22lib/mpi: kunmap after finishing accessing bufferStephan Mueller
2017-08-22Merge tag 'drm-intel-next-2017-08-18' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner
2017-08-17locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETI...Ingo Molnar
2017-08-17locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONSByungchul Park
2017-08-17locking/lockdep: Reword title of LOCKDEP_CROSSRELEASE configByungchul Park
2017-08-17locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKINGByungchul Park
2017-08-14Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman
2017-08-14debugobjects: Make kmemleak ignore debug objectsWaiman Long
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-08-10fault-inject: fix wrong should_fail() decision in task contextAkinobu Mita
2017-08-10test_kmod: fix small memory leak on filesystem testsDan Carpenter
2017-08-10test_kmod: fix the lock in register_test_dev_kmod()Dan Carpenter
2017-08-10test_kmod: fix bug which allows negative values on two config optionsLuis R. Rodriguez
2017-08-10test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Colin Ian King
2017-08-10test_firmware: add batched firmware testsLuis R. Rodriguez
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park
2017-08-09md/raid6: implement recovery using ARM NEON intrinsicsArd Biesheuvel
2017-08-09md/raid6: use faster multiplication for ARM NEON delta syndromeArd Biesheuvel
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-26x86/kconfig: Make it easier to switch to the new ORC unwinderJosh Poimboeuf
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf
2017-07-25lib: test_rhashtable: Fix KASAN warningPhil Sutter
2017-07-24lib: test_rhashtable: fix for large entry countsPhil Sutter
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman
2017-07-22driver core: emit uevents when device is bound to a driverDmitry Torokhov
2017-07-21uuid: fix incorrect uuid_equal conversion in test_uuid_testChristoph Hellwig
2017-07-18swiotlb: Add warnings for use of bounce buffers with SMETom Lendacky
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o
2017-07-14kmod: add test driver to stress test the module loaderLuis R. Rodriguez