aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
2016-10-27latent_entropy: raise CONFIG_FRAME_WARN by defaultGravatar Kees Cook 1-0/+1
2016-10-14Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-9/+0
2016-10-10samples: move blackfin gptimers-example from DocumentationGravatar Shuah Khan 1-9/+0
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-09-29lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH descriptionGravatar Uwe Kleine-König 1-1/+1
2016-09-23locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help textGravatar Vivien Didelot 1-1/+1
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSGravatar Josh Poimboeuf 1-18/+0
2016-08-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+11
2016-08-02kcov: allow more fine-grained coverage instrumentationGravatar Vegard Nossum 1-0/+11
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+2
2016-07-26mm/page_owner: use stackdepot to store stacktraceGravatar Joonsoo Kim 1-0/+1
2016-07-27gcc-plugins: disable under COMPILE_TESTGravatar Kees Cook 1-2/+2
2016-06-14torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codeGravatar Paul E. McKenney 1-17/+0
2016-06-14torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEGravatar Paul E. McKenney 1-16/+0
2016-06-07Add sancov pluginGravatar Emese Revfy 1-0/+2
2016-05-30lib/uuid: add a test moduleGravatar Andy Shevchenko 1-0/+3
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxGravatar Linus Torvalds 1-0/+11
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGravatar George Spelvin 1-0/+11
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2016-04-12debugfs: prevent access to possibly dead file_operations at file openGravatar Nicolai Stange 1-0/+1
2016-03-31rcutorture: Add RCU grace-period performance testsGravatar Paul E. McKenney 1-0/+33
2016-03-23parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionGravatar Helge Deller 1-1/+1
2016-03-22kernel: add kcov code coverageGravatar Dmitry Vyukov 1-0/+21
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+12
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+8
2016-03-01cpu/hotplug: Make target state writeableGravatar Thomas Gleixner 1-0/+13
2016-02-29objtool: Add CONFIG_STACK_VALIDATION optionGravatar Josh Poimboeuf 1-0/+12
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+15
2016-02-19test_bitmap: unit tests for lib/bitmap.cGravatar David Decotigny 1-0/+8
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureGravatar Tejun Heo 1-0/+15
2016-01-21Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+2
2016-01-20Do not enable CONFIG_IO_STRICT_DEVMEM by defaultGravatar Dan Williams 1-1/+0
2016-01-20UBSAN: run-time undefined behavior sanity checkerGravatar Andrey Ryabinin 1-0/+2
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTGravatar Will Deacon 1-1/+0
2016-01-15page-flags: introduce page flags policies wrt compound pagesGravatar Kirill A. Shutemov 1-0/+8
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+39
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+23
2016-01-11Merge tag 'mmc-v4.5' of git://git.linaro.org/people/ulf.hansson/mmcGravatar Linus Torvalds 1-2/+1
2016-01-09restrict /dev/mem to idle io memory rangesGravatar Dan Williams 1-3/+20
2016-01-09arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugGravatar Dan Williams 1-0/+22
2015-12-22mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FSGravatar Adrien Schildknecht 1-2/+1
2015-12-08workqueue: implement lockup detectorGravatar Tejun Heo 1-0/+11
2015-12-01net: add support for netdev notifier error injectionGravatar Nikolay Aleksandrov 1-0/+23
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+9
2015-11-06test_printf: test printf family at runtimeGravatar Rasmus Villemoes 1-0/+3
2015-10-23lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=yGravatar Andrey Ryabinin 1-0/+1
2015-10-06modpost: Add flag -E for making section mismatches fatalGravatar Nicolas Boichat 1-0/+9
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-6/+16
2015-08-04Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADGravatar Paul E. McKenney 1-14/+0
2015-08-03locking/static_keys: Provide a selftestGravatar Ingo Molnar 1-3/+3