summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-094-19/+0
* x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada2020-04-093-10/+2
* lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada2020-04-091-3/+3
* lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Qiujun Huang2020-04-071-1/+1
* ubsan: include bug type in report headerKees Cook2020-04-071-21/+15
* ubsan: check panic_on_warnKees Cook2020-04-071-0/+11
* ubsan: split "bounds" checker from other optionsKees Cook2020-04-071-5/+24
* ubsan: add trap instrumentation optionKees Cook2020-04-072-4/+20
* lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor2020-04-071-1/+1
* lib/test_kmod.c: remove a NULL testDan Carpenter2020-04-071-1/+1
* lib/rbtree: fix coding style of assignmentschenqiwu2020-04-071-2/+2
* lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko2020-04-071-0/+2
* kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-071-0/+24
* lib/stackdepot.c: build with -fno-builtinAlexander Potapenko2020-04-071-0/+4
* lib/stackdepot.c: check depot_index before accessing the stack slabAlexander Potapenko2020-04-071-2/+13
* lib: test_stackinit.c: XFAIL switch variable init testsKees Cook2020-04-072-10/+19
* lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven2020-04-071-1/+1
* lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/ts_fsm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/ts_bm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/bch.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/test_lockup.c: add parameters for locking generic vfs locksKonstantin Khlebnikov2020-04-071-0/+45
* lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"Colin Ian King2020-04-071-1/+1
* lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov2020-04-073-0/+567
* compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada2020-04-071-12/+0
* Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-04-051-9/+26
|\
| * tools/bootconfig: Show line and column in parse errorMasami Hiramatsu2020-03-031-9/+26
* | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-032-8/+27
|\ \
| * | Merge 5.6-rc5 into char-misc-nextGreg Kroah-Hartman2020-03-092-9/+30
| |\|
| * | Merge 5.6-rc3 into char-misc-nextGreg Kroah-Hartman2020-02-245-9/+35
| |\ \
| * | | dynamic_debug: allow to work if debugfs is disabledGreg Kroah-Hartman2020-02-122-8/+27
* | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-3/+2
|\ \ \ \
| * | | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
| * | | | .gitignore: remove too obvious commentsMasahiro Yamada2020-03-251-3/+0
| | |_|/ | |/| |
* | | | Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2020-04-021-3/+4
|\ \ \ \
| * | | | percpu_ref: Fix comment regarding percpu_ref_init flagsIra Weiny2020-03-051-3/+4
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-021-0/+19
|\ \ \ \
| * | | | kasan: add test for invalid size in memmoveWalter Wu2020-04-021-0/+19
* | | | | Merge tag 'xarray-5.7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2020-04-013-11/+61
|\ \ \ \ \
| * | | | | xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)2020-03-121-0/+2
| * | | | | XArray: Optimise xas_sibling() if !CONFIG_XARRAY_MULTIMatthew Wilcox (Oracle)2020-02-271-1/+1
| * | | | | ida: remove abandoned macrosAlex Shi2020-01-311-8/+0
| * | | | | XArray: Fix xas_pause for large multi-index entriesMatthew Wilcox (Oracle)2020-01-312-1/+38
| * | | | | XArray: Fix xa_find_next for large multi-index entriesMatthew Wilcox (Oracle)2020-01-312-1/+20
* | | | | | Merge tag 'linux-kselftest-kunit-5.7-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-04-018-75/+358
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | kunit: subtests should be indented 4 spaces according to TAPAlan Maguire2020-03-262-42/+44
| * | | | | kunit: add log testAlan Maguire2020-03-261-1/+39
| * | | | | kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire2020-03-266-33/+276
| * | | | | Fix linked-list KUnit test when run multiple timesDavid Gow2020-03-251-2/+2
| * | | | | kunit: Always print actual pointer values in assertsDavid Gow2020-03-251-2/+2
| | |/ / / | |/| | |