summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementationArd Biesheuvel2019-02-041-10/+0
* x86/kconfig: Remove redundant 'default n' lines from all x86 Kconfig'sBartlomiej Zolnierkiewicz2018-10-171-1/+0
* Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-021-5/+0
* x86, nfit_test: Add unit test for memcpy_mcsafe()Dan Williams2018-05-221-0/+3
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-301-8/+0
|\
| * x86: Remove unused IOMMU_STRESS KconfigCorentin Labbe2018-01-251-8/+0
* | x86/unwinder/guess: Prevent using CONFIG_UNWINDER_GUESS=y with CONFIG_STACKDE...Andrey Ryabinin2017-12-111-0/+1
|/
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/unwind: Make CONFIG_UNWINDER_ORC=y the default in kconfig for 64-bitJosh Poimboeuf2017-10-141-16/+17
* | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-10-141-5/+5
|/
* Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-101-0/+1
|\
| * x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUGArnd Bergmann2017-07-201-0/+1
* | x86/kconfig: Consolidate unwinders into multiple choice selectionJosh Poimboeuf2017-07-261-7/+40
* | x86/kconfig: Make it easier to switch to the new ORC unwinderJosh Poimboeuf2017-07-261-4/+3
* | x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-0/+25
* | x86/entry/64: Refactor IRQ stacks and make them NMI-safeAndy Lutomirski2017-07-181-2/+0
|/
* usb/early: Add driver for xhci debug capabilityLu Baolu2017-03-211-2/+25
* 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