summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+4
|\
| * Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn2021-09-081-1/+0
| * lib/test: convert test_sort.c to use KUnitDaniel Latypov2021-09-081-2/+3
| * math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGeert Uytterhoeven2021-09-081-2/+1
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-0/+2
|\ \
| * | Makefile: remove stale cc-option checksNick Desaulniers2021-09-031-0/+2
| |/
* | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-1/+1
|\ \
| * | parisc: Increase size of gcc stack frame checkHelge Deller2021-08-301-1/+1
| |/
* | Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-311-0/+7
|\ \
| * | SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directoryChuck Lever2021-08-201-0/+7
| |/
* | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-27/+0
|\ \
| * | block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig2021-08-241-27/+0
| |/
* / locking/rtmutex: Add mutex variant for RTThomas Gleixner2021-08-171-5/+6
|/
* lib/test_string.c: move string selftest in the Runtime Testing menuMatteo Croce2021-07-301-0/+3
* mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman2021-07-101-3/+0
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-2/+2
|\
| * Makefile: extend 32B aligned debug option to 64B alignedFeng Tang2021-05-241-2/+2
* | dump_stack: add vmlinux build ID to stack tracesStephen Boyd2021-07-081-0/+11
* | lib: fix spelling mistakesZhen Lei2021-07-081-3/+3
* | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-021-2/+3
|\ \
| * | lib/test: convert lib/test_list_sort.c to use KUnitDaniel Latypov2021-06-251-2/+3
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+12
|\ \
| * | lib/math/rational: add Kunit test casesTrent Piepho2021-07-011-0/+12
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-0/+15
|\| |
| * | mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman2021-06-291-0/+3
| * | mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta2021-06-291-0/+12
| |/
* | Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-291-0/+12
|\ \
| * | clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney2021-06-221-0/+12
| |/
* | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-291-0/+3
|\ \
| * | lib: test_scanf: Add tests for sscanf number conversionRichard Fitzgerald2021-05-191-0/+3
* | | locking/lockdep: Reduce LOCKDEP dependency listRandy Dunlap2021-05-311-1/+0
| |/ |/|
* | mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual2021-04-301-1/+8
* | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-2/+11
|\ \
| * | kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.shMasahiro Yamada2021-04-251-2/+1
| * | kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes2021-04-251-0/+10
* | | Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-04-291-0/+10
|\ \ \
| * | | lib/math: Add a `do_div' test moduleMaciej W. Rozycki2021-04-211-0/+10
| |/ /
* | | Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-1/+0
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-201-3/+3
| |\ \
| * | | sched: Don't make LATENCYTOP select SCHED_DEBUGPeter Zijlstra2021-04-161-1/+0
| | |/ | |/|
* | | Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2021-04-261-0/+40
|\ \ \ | |_|/ |/| |
| * | lockdep: Allow tuning tracing capacity constants.Tetsuo Handa2021-04-051-0/+40
| |/
* / lib: fix kconfig dependency on ARCH_WANT_FRAME_POINTERSJulian Braha2021-04-091-3/+3
|/
* mm: add Kernel Electric-Fence infrastructureAlexander Potapenko2021-02-261-0/+1
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-6/+43
|\
| * Kconfig: allow explicit opt in to DWARF v5Nick Desaulniers2021-02-161-0/+18
| * Kbuild: make DWARF version a choiceNick Desaulniers2021-02-161-5/+25
| * kbuild: Remove $(cc-option,-gdwarf-4) dependency from DEBUG_INFO_DWARF4Masahiro Yamada2021-02-121-1/+0
* | Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar2021-02-121-8/+0
|\|
| * Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds2021-01-041-8/+0
| |\