summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-11-15KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers1-2/+2
2017-11-08KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers1-0/+3
2017-11-02assoc_array: Fix a buggy node-splitting caseDavid Howells1-34/+17
2017-10-27lib/digsig: fix dereference of NULL user_key_payloadEric Biggers1-0/+6
2017-10-12lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky1-1/+3
2017-09-20idr: remove WARN_ON_ONCE() when trying to replace negative IDEric Biggers1-1/+1
2017-09-14radix-tree: must check __radix_tree_preload() return valueEric Dumazet1-4/+5
2017-09-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+3
2017-08-22lib/mpi: kunmap after finishing accessing bufferStephan Mueller1-1/+3
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner1-0/+7
2017-08-11fault-inject: fix wrong should_fail() decision in task contextAkinobu Mita1-3/+5
2017-08-11test_kmod: fix small memory leak on filesystem testsDan Carpenter1-1/+1
2017-08-11test_kmod: fix the lock in register_test_dev_kmod()Dan Carpenter1-1/+1
2017-08-11test_kmod: fix bug which allows negative values on two config optionsLuis R. Rodriguez1-4/+4
2017-08-11test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Colin Ian King1-2/+2
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-22/+35
2017-07-25lib: test_rhashtable: Fix KASAN warningPhil Sutter1-1/+3
2017-07-25lib: test_rhashtable: fix for large entry countsPhil Sutter1-21/+32
2017-07-21uuid: fix incorrect uuid_equal conversion in test_uuid_testChristoph Hellwig1-1/+1
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+29
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o1-6/+18
2017-07-15kmod: add test driver to stress test the module loaderLuis R. Rodriguez3-0/+1274
2017-07-15fault-inject: simplify access check for fail-nthAkinobu Mita1-2/+5
2017-07-15lib/atomic64_test.c: add a test that atomic64_inc_not_zero() returns an intMichael Ellerman1-0/+7
2017-07-13writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov1-0/+7
2017-07-13include/linux/string.h: add the option of fortified string.h functionsDaniel Micay1-0/+7
2017-07-13kernel/watchdog: split up config optionsNicholas Piggin1-17/+28
2017-07-13fault-inject: support systematic fault injectionDmitry Vyukov1-0/+7
2017-07-13test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez1-0/+13
2017-07-13test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez1-0/+11
2017-07-13test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez1-0/+11
2017-07-13test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez3-0/+125
2017-07-11lib/bsearch.c: micro-optimize pivot position calculationSergey Senozhatsky1-10/+12
2017-07-11lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer1-20/+21
2017-07-11lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possibleMichal Hocko1-4/+3
2017-07-11lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso1-5/+10
2017-07-11lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso1-10/+13
2017-07-11lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso1-17/+40
2017-07-11lib/interval_tree_test.c: allow the module to be compiled-inDavidlohr Bueso1-1/+1
2017-07-11lib/kstrtox.c: use "unsigned int" moreAlexey Dobriyan1-4/+6
2017-07-11lib/kstrtox.c: delete end-of-string testAlexey Dobriyan1-1/+1
2017-07-11bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox2-7/+4
2017-07-11lib/test_bitmap.c: add optimisation testsMatthew Wilcox1-0/+32
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+20
2017-07-08Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-31/+77
2017-07-08Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+209
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+136
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+25
2017-07-07iov_iter: saner checks on copyin/copyoutAl Viro1-16/+39
2017-07-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-34/+0