summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* mm: add arch-independent testcases for RODATAJinbum Park2017-02-271-8/+0
* Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-211-11/+0
|\
| * arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be commonLaura Abbott2017-02-071-11/+0
* | x86/mm: Remove CONFIG_DEBUG_NX_TESTKees Cook2017-01-311-8/+0
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-10/+0
|\
| * x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-301-10/+0
* | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-221-15/+3
|/
* Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-17/+0
|\
| * arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-091-17/+0
* | x86/mm: Turn CONFIG_X86_PTDUMP into a moduleKees Cook2015-11-231-1/+1
|/
* x86: don't make DEBUG_WX default to 'y' even with DEBUG_RODATALinus Torvalds2015-11-061-1/+0
* x86/mm: Warn on W^X mappingsStephen Smalley2015-10-061-1/+35
* x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski2015-07-171-0/+12
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-0/+11
|\
| * x86/platform/atom/punit: Add Punit device state debug driverSrinivas Pandruvada2015-05-071-0/+11
* | x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar2015-05-191-0/+12
|/
* x86, intel-mid: remove Intel MID specific serial supportAndy Shevchenko2015-03-071-4/+0
* x86/intel/quark: Add Isolated Memory Regions for Quark X1000Bryan O'Donoghue2015-02-181-0/+13
* x86/efi: Dump the EFI page tableBorislav Petkov2014-03-041-0/+9
* x86: Disable CONFIG_X86_DECODER_SELFTEST in allmod/allyesconfigsIngo Molnar2014-02-051-0/+1
* x86/efi: Add EFI framebuffer earlyprintk supportMatt Fleming2013-10-281-0/+10
* Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2013-07-041-10/+0
|\
| * consolidate per-arch stack overflow debugging optionsDave Hansen2013-07-041-10/+0
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-0/+10
|\ \
| * | x86: Sanity-check static_cpu_has usageBorislav Petkov2013-06-201-0/+10
| |/
* / x86: Extend #DF debugging aid to 64-bitBorislav Petkov2013-05-131-1/+0
|/
* Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-04-301-14/+0
* x86/mm: Re-enable DEBUG_TLBFLUSH for X86_32Paul Bolle2013-04-101-1/+1
* x86/tlb: add tlb_flushall_shift knob into debugfsAlex Shi2012-06-271-0/+19
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-111-3/+3
|\
| * x86/config: Revamp configuration for MID devicesAlan Cox2011-12-051-3/+3
* | x86, NMI: NMI selftest depends on the local apicDon Zickus2011-12-071-1/+1
* | x86, NMI: Add NMI IPI selftestDon Zickus2011-12-051-0/+12
* | x86: Check stack overflow in detailMitsuo Hayasaka2011-12-051-2/+5
|/
* doc: fix broken referencesPaul Bolle2011-09-271-1/+1
* lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd2011-05-251-9/+0
* lib: consolidate DEBUG_PER_CPU_MAPSStephen Boyd2011-05-251-11/+0
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-2/+2
* x86: Add RO/NX protection for loadable kernel modulesmatthieu castet2010-11-181-0/+11
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-221-10/+0
|\
| * x86: Remove CONFIG_4KSTACKSChristoph Hellwig2010-06-291-9/+0
| * x86: Always use irq stacksChristoph Hellwig2010-06-291-2/+1
* | x86, earlyprintk: Add earlyprintk for Intel Moorestown platformFeng Tang2010-10-081-0/+4
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-2/+0
|\
| * x86: Clean up arch/x86/Kconfig*Jan Beulich2010-04-281-2/+0
* | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-9/+0
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-111-2/+2
|\
| * x86: Compile insn.c and inat.c only for KPROBESOGAWA Hirofumi2009-12-071-2/+2
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-051-0/+14
|\ \ | |/ |/|
| * x86: Don't use the strict copy checks when branch profiling is in useArjan van de Ven2009-10-121-1/+1