summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-3/+6
|\
| * Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-102-23/+36
| |\
| * | x86/kconfig: Make it easier to switch to the new ORC unwinderJosh Poimboeuf2017-07-261-3/+3
| * | x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-0/+3
* | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-09-041-0/+3
|\ \ \
| * | | debugobjects: Make kmemleak ignore debug objectsWaiman Long2017-08-141-0/+3
* | | | Merge branch 'docs-next' of git://git.lwn.net/linuxLinus Torvalds2017-09-041-1/+1
|\ \ \ \
| * | | | assoc_array: fix path to assoc_array documentationAlexander Kuleshov2017-08-311-1/+1
| | |/ / | |/| |
* | | | Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-09-041-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-next-2017-08-18' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-08-221-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-0/+1
| | |/ /
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-011-1/+3
|\ \ \ \
| * | | | lib/mpi: kunmap after finishing accessing bufferStephan Mueller2017-08-221-1/+3
| | |/ / | |/| |
* | | | kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-181-0/+7
| |/ / |/| |
* | | fault-inject: fix wrong should_fail() decision in task contextAkinobu Mita2017-08-111-3/+5
* | | test_kmod: fix small memory leak on filesystem testsDan Carpenter2017-08-111-1/+1
* | | test_kmod: fix the lock in register_test_dev_kmod()Dan Carpenter2017-08-111-1/+1
* | | test_kmod: fix bug which allows negative values on two config optionsLuis R. Rodriguez2017-08-111-4/+4
* | | test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Colin Ian King2017-08-111-2/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-011-22/+35
|\ \
| * | lib: test_rhashtable: Fix KASAN warningPhil Sutter2017-07-251-1/+3
| * | lib: test_rhashtable: fix for large entry countsPhil Sutter2017-07-241-21/+32
| |/
* / uuid: fix incorrect uuid_equal conversion in test_uuid_testChristoph Hellwig2017-07-211-1/+1
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-152-1/+29
|\
| * random: suppress spammy warnings about unseeded randomnessTheodore Ts'o2017-07-151-6/+18
| * random: warn when kernel uses unseeded randomnessJason A. Donenfeld2017-06-201-0/+16
| * rhashtable: use get_random_u32 for hash_rndJason A. Donenfeld2017-06-201-1/+1
* | kmod: add test driver to stress test the module loaderLuis R. Rodriguez2017-07-153-0/+1274
* | fault-inject: simplify access check for fail-nthAkinobu Mita2017-07-151-2/+5
* | lib/atomic64_test.c: add a test that atomic64_inc_not_zero() returns an intMichael Ellerman2017-07-151-0/+7
* | writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov2017-07-131-0/+7
* | include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-131-0/+7
* | kernel/watchdog: split up config optionsNicholas Piggin2017-07-131-17/+28
* | fault-inject: support systematic fault injectionDmitry Vyukov2017-07-131-0/+7
* | test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez2017-07-131-0/+13
* | test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez2017-07-131-0/+11
* | test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez2017-07-131-0/+11
* | test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez2017-07-133-0/+125
* | lib/bsearch.c: micro-optimize pivot position calculationSergey Senozhatsky2017-07-111-10/+12
* | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-111-20/+21
* | lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possibleMichal Hocko2017-07-111-4/+3Star
* | lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso2017-07-111-5/+10
* | lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso2017-07-111-10/+13
* | lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso2017-07-111-17/+40
* | lib/interval_tree_test.c: allow the module to be compiled-inDavidlohr Bueso2017-07-111-1/+1
* | lib/kstrtox.c: use "unsigned int" moreAlexey Dobriyan2017-07-111-4/+6
* | lib/kstrtox.c: delete end-of-string testAlexey Dobriyan2017-07-111-1/+1
* | bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox2017-07-112-7/+4Star
* | lib/test_bitmap.c: add optimisation testsMatthew Wilcox2017-07-111-0/+32
* | Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-081-0/+20
|\ \