summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* x86, libnvdimm/test: Remove COPY_MC_TESTDan Williams2020-10-261-3/+0
* x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-061-1/+1
* locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIspeterz@infradead.org2020-07-271-0/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-24/+24
* x86: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2020-06-031-27/+0
* x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov2020-04-141-9/+0
* x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price2020-02-041-18/+2
* x86/traps: Disentangle the 32-bit and 64-bit doublefault codeAndy Lutomirski2019-11-261-1/+1
* x86/stacktrace: update kconfig help text for reliable unwindersJoe Lawrence2019-11-071-4/+0
* x86, perf: Fix the dependency of the x86 insn decoder selftestMasami Hiramatsu2019-09-021-1/+1
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* | x86/io_delay: Define IO_DELAY macros in C instead of KconfigMasahiro Yamada2019-05-241-44/+0
|/
* compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada2019-05-141-14/+0
* 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