aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
2023-03-30docs: move x86 documentation into Documentation/arch/Gravatar Jonathan Corbet 1-1/+1
2022-06-23arch: make TRACE_IRQFLAGS_NMI_SUPPORT genericGravatar Mark Rutland 1-3/+0
2022-05-25x86/Kconfig: Fix indentation of arch/x86/Kconfig.debugGravatar Juerg Haefliger 1-15/+14
2022-04-22objtool: Add CONFIG_OBJTOOLGravatar Josh Poimboeuf 1-1/+1
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigGravatar Masahiro Yamada 1-3/+0
2020-10-26x86, libnvdimm/test: Remove COPY_MC_TESTGravatar Dan Williams 1-3/+0
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Gravatar Dan Williams 1-1/+1
2020-07-27locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIsGravatar peterz@infradead.org 1-0/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-24/+24
2020-06-03x86: mm: use ARCH_HAS_DEBUG_WX instead of arch definedGravatar Zong Li 1-27/+0
2020-04-14x86/32: Remove CONFIG_DOUBLEFAULTGravatar Borislav Petkov 1-9/+0
2020-02-04x86: mm: convert dump_pagetables to use walk_page_rangeGravatar Steven Price 1-18/+2
2019-11-26x86/traps: Disentangle the 32-bit and 64-bit doublefault codeGravatar Andy Lutomirski 1-1/+1
2019-11-07x86/stacktrace: update kconfig help text for reliable unwindersGravatar Joe Lawrence 1-4/+0
2019-09-02x86, perf: Fix the dependency of the x86 insn decoder selftestGravatar Masami Hiramatsu 1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-06-08docs: fix broken documentation linksGravatar Mauro Carvalho Chehab 1-1/+1
2019-05-24x86/io_delay: Define IO_DELAY macros in C instead of KconfigGravatar Masahiro Yamada 1-44/+0
2019-05-14compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGGravatar Masahiro Yamada 1-14/+0
2019-02-04efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementationGravatar Ard Biesheuvel 1-10/+0
2018-10-17x86/kconfig: Remove redundant 'default n' lines from all x86 Kconfig'sGravatar Bartlomiej Zolnierkiewicz 1-1/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 1-5/+0
2018-05-22x86, nfit_test: Add unit test for memcpy_mcsafe()Gravatar Dan Williams 1-0/+3
2018-01-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-8/+0
2018-01-25x86: Remove unused IOMMU_STRESS KconfigGravatar Corentin Labbe 1-8/+0
2017-12-11x86/unwinder/guess: Prevent using CONFIG_UNWINDER_GUESS=y with CONFIG_STACKDE...Gravatar Andrey Ryabinin 1-0/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-14x86/unwind: Make CONFIG_UNWINDER_ORC=y the default in kconfig for 64-bitGravatar Josh Poimboeuf 1-16/+17
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Gravatar Josh Poimboeuf 1-5/+5
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesGravatar Ingo Molnar 1-0/+1
2017-07-26x86/kconfig: Consolidate unwinders into multiple choice selectionGravatar Josh Poimboeuf 1-7/+40
2017-07-26x86/kconfig: Make it easier to switch to the new ORC unwinderGravatar Josh Poimboeuf 1-4/+3
2017-07-26x86/unwind: Add the ORC unwinderGravatar Josh Poimboeuf 1-0/+25
2017-07-20x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUGGravatar Arnd Bergmann 1-0/+1
2017-07-18x86/entry/64: Refactor IRQ stacks and make them NMI-safeGravatar Andy Lutomirski 1-2/+0
2017-03-21usb/early: Add driver for xhci debug capabilityGravatar Lu Baolu 1-2/+25
2017-02-27mm: add arch-independent testcases for RODATAGravatar Jinbum Park 1-8/+0
2017-02-21Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-11/+0
2017-02-07arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be commonGravatar Laura Abbott 1-11/+0
2017-01-31x86/mm: Remove CONFIG_DEBUG_NX_TESTGravatar Kees Cook 1-8/+0
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-10/+0
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionGravatar Kees Cook 1-15/+3
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantGravatar Borislav Petkov 1-10/+0
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-17/+0
2016-01-09arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugGravatar Dan Williams 1-17/+0
2015-11-23x86/mm: Turn CONFIG_X86_PTDUMP into a moduleGravatar Kees Cook 1-1/+1
2015-11-06x86: don't make DEBUG_WX default to 'y' even with DEBUG_RODATAGravatar Linus Torvalds 1-1/+0
2015-10-06x86/mm: Warn on W^X mappingsGravatar Stephen Smalley 1-1/+35
2015-07-17x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeGravatar Andy Lutomirski 1-0/+12