summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-0/+10
|\ \ \ \
| * | | | lib: Introduce generic min-heapIan Rogers2020-03-061-0/+10
| |/ / /
* / / / lockdep: Introduce wait-type checksPeter Zijlstra2020-03-211-0/+17
|/ / /
* | | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-291-2/+2
|\ \ \
| * | | kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-2/+2
| | |/ | |/|
* | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-251-216/+239
|\| |
| * | lib/Kconfig.debug: fix some messed up configurationsChangbin Du2019-12-171-49/+51
| * | lib/: fix Kconfig indentationKrzysztof Kozlowski2019-12-071-17/+17
| * | kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'Changbin Du2019-12-071-12/+12
| * | kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options'Changbin Du2019-12-071-9/+9
| * | kernel-hacking: create a submenu for scheduler debugging optionsChangbin Du2019-12-071-0/+4
| * | kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGEChangbin Du2019-12-071-12/+12
| * | kernel-hacking: move Oops into 'Lockups and Hangs'Changbin Du2019-12-071-29/+29
| * | kernel-hacking: move kernel testing and coverage options to same submenuChangbin Du2019-12-071-84/+89
| * | kernel-hacking: group kernel data structures debugging togetherChangbin Du2019-12-071-10/+14
| * | kernel-hacking: create submenu for arch special debugging optionsChangbin Du2019-12-071-0/+4
| * | kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instrum...Changbin Du2019-12-071-4/+8
* | | sched/core: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior2019-12-081-1/+1
|/ /
* | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-12-021-11/+0
|\ \
| * | kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada2019-11-151-11/+0
| |/
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-0/+7
|\ \
| * | drivers: hv: vmbus: Introduce latency testingBranden Bonaby2019-11-211-0/+7
| |/
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-0/+9
|\ \
| * | printf: add support for printing symbolic error namesRasmus Villemoes2019-10-171-0/+9
* | | lib/list-test: add a test for the 'list' doubly linked listDavid Gow2019-11-011-0/+18
* | | kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin2019-09-301-0/+11
* | | lib: enable building KUnit in lib/Brendan Higgins2019-09-301-0/+2
| |/ |/|
* | compiler: enable CONFIG_OPTIMIZE_INLINING forciblyMasahiro Yamada2019-09-251-3/+1
* | mm/kmemleak: increase the max mem pool to 1MQian Cai2019-09-241-1/+1
* | mm: kmemleak: use the memory pool for early allocationsCatalin Marinas2019-09-241-5/+6
* | kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat2019-09-241-1/+1
* | module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULESMasahiro Yamada2019-09-111-16/+0
* | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-11/+1
|\ \
| * | kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-181-11/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-0/+8
|\ \ \
| * | | lib: introduce test_meminit moduleAlexander Potapenko2019-07-161-0/+8
| |/ /
* / / docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-2/+2
|/ /
* | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-121-9/+16
|\ \
| * | kbuild: add 'headers' target to build up uapi headers in usr/includeMasahiro Yamada2019-06-151-3/+1
| * | kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada2019-06-151-5/+14
| * | kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECKMasahiro Yamada2019-06-151-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-0/+9
|\ \ \
| * | | blackhole_dev: add a selftestMahesh Bandewar2019-07-011-0/+9
| |/ /
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ | |_|/ |/| |
| * | docs: fault-injection: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-4/+4
|\ \
| * | locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long2019-06-171-4/+4
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-0/+8
|\ \
| * | genirq/timings: Add selftest for circular arrayDaniel Lezcano2019-06-121-0/+8
| |/
* / rslib: Add tests for the encoder and decoderFerdinand Blomqvist2019-06-261-0/+12
|/