summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help textVivien Didelot2016-09-231-1/+1
* mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-18/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-021-0/+11
|\
| * kcov: allow more fine-grained coverage instrumentationVegard Nossum2016-08-021-0/+11
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-0/+2
|\ \ | |/ |/|
| * gcc-plugins: disable under COMPILE_TESTKees Cook2016-07-271-2/+2
| * Add sancov pluginEmese Revfy2016-06-071-0/+2
* | mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim2016-07-261-0/+1
* | torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney2016-06-141-17/+0
* | torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney2016-06-141-16/+0
* | lib/uuid: add a test moduleAndy Shevchenko2016-05-301-0/+3
|/
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-281-0/+11
|\
| * <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-0/+11
* | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-201-0/+1
|\ \
| * | debugfs: prevent access to possibly dead file_operations at file openNicolai Stange2016-04-121-0/+1
| |/
* / rcutorture: Add RCU grace-period performance testsPaul E. McKenney2016-03-311-0/+33
|/
* parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionHelge Deller2016-03-231-1/+1
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+21
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-0/+12
|\
| * objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf2016-02-291-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-0/+8
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+15
| |\|
| * | test_bitmap: unit tests for lib/bitmap.cDavid Decotigny2016-02-191-0/+8
* | | cpu/hotplug: Make target state writeableThomas Gleixner2016-03-011-0/+13
| |/ |/|
* | workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo2016-02-091-0/+15
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-211-0/+2
|\
| * UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+2
* | Do not enable CONFIG_IO_STRICT_DEVMEM by defaultDan Williams2016-01-201-1/+0
|/
* Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-161-1/+0
* page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov2016-01-151-0/+8
* Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-0/+39
|\
| * restrict /dev/mem to idle io memory rangesDan Williams2016-01-091-3/+20
| * arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-091-0/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-0/+23
|\ \
| * | net: add support for netdev notifier error injectionNikolay Aleksandrov2015-12-011-0/+23
| |/
* | Merge tag 'mmc-v4.5' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-01-111-2/+1
|\ \
| * | mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FSAdrien Schildknecht2015-12-221-2/+1
| |/
* / workqueue: implement lockup detectorTejun Heo2015-12-081-0/+11
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-091-0/+9
|\
| * modpost: Add flag -E for making section mismatches fatalNicolas Boichat2015-10-061-0/+9
* | test_printf: test printf family at runtimeRasmus Villemoes2015-11-061-0/+3
* | lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=yAndrey Ryabinin2015-10-231-0/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-031-6/+16
|\ \
| * | locking/static_keys: Provide a selftestIngo Molnar2015-08-031-3/+3
| * | jump_label: Provide a self-testJason Baron2015-08-031-0/+9
| * | rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-201-6/+0
| * | futex: Fault/error injection capabilitiesDavidlohr Bueso2015-07-201-0/+7
| |/
* | Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney2015-08-041-14/+0
|\ \
| * | rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney2015-07-171-14/+0
| |/
* / rcu: Clarify CONFIG_RCU_EQS_DEBUG help textPaul E. McKenney2015-07-221-1/+1
|/