summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
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-14Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman-34/+49
2017-08-14debugobjects: Make kmemleak ignore debug objectsWaiman Long-0/+3
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-11/+13
2017-08-10fault-inject: fix wrong should_fail() decision in task contextAkinobu Mita-3/+5
2017-08-10test_kmod: fix small memory leak on filesystem testsDan Carpenter-1/+1
2017-08-10test_kmod: fix the lock in register_test_dev_kmod()Dan Carpenter-1/+1
2017-08-10test_kmod: fix bug which allows negative values on two config optionsLuis R. Rodriguez-4/+4
2017-08-10test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Colin Ian King-2/+2
2017-08-10test_firmware: add batched firmware testsLuis R. Rodriguez-0/+710
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar-23/+36
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park-0/+9
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park-0/+12
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann-0/+364
2017-08-09md/raid6: implement recovery using ARM NEON intrinsicsArd Biesheuvel-1/+233
2017-08-09md/raid6: use faster multiplication for ARM NEON delta syndromeArd Biesheuvel-3/+30
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-23/+36
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-22/+35
2017-07-31netlink: Introduce nla_strdup()Phil Sutter-0/+24
2017-07-30net netlink: Add new type NLA_BITFIELD32Jamal Hadi Salim-0/+30
2017-07-26errseq: rename __errseq_set to errseq_setJeff Layton-10/+7
2017-07-26x86/kconfig: Make it easier to switch to the new ORC unwinderJosh Poimboeuf-3/+3
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf-0/+3
2017-07-25lib: test_rhashtable: Fix KASAN warningPhil Sutter-1/+3
2017-07-24lib: test_rhashtable: fix for large entry countsPhil Sutter-21/+32
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman-0/+2
2017-07-22driver core: emit uevents when device is bound to a driverDmitry Torokhov-0/+2
2017-07-21uuid: fix incorrect uuid_equal conversion in test_uuid_testChristoph Hellwig-1/+1
2017-07-18swiotlb: Add warnings for use of bounce buffers with SMETom Lendacky-0/+3
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky-8/+46
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+29
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o-6/+18
2017-07-14kmod: add test driver to stress test the module loaderLuis R. Rodriguez-0/+1274
2017-07-14fault-inject: simplify access check for fail-nthAkinobu Mita-2/+5
2017-07-14lib/atomic64_test.c: add a test that atomic64_inc_not_zero() returns an intMichael Ellerman-0/+7
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov-0/+7
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay-0/+7
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin-17/+28
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov-0/+7
2017-07-12test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez-0/+13
2017-07-12test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez-0/+11
2017-07-12test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez-0/+11
2017-07-12test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez-0/+125
2017-07-10lib/bsearch.c: micro-optimize pivot position calculationSergey Senozhatsky-10/+12
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer-20/+21