/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/arch/s390
NameSizeModeActions
appldata/-0755rm
boot/-0755rm
crypto/-0755rm
hypfs/-0755rm
kernel/-0755rm
kvm/-0755rm
lib/-0755rm
mm/-0755rm
net/-0755rm
numa/-0755rm
oprofile/-0755rm
pci/-0755rm
purgatory/-0755rm
scripts/-0755rm
tools/-0755rm
Kconfig283190644editdlrm
Kconfig.debug6190644editdlrm
Makefile55690644editdlrm
Edit: /usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/arch/s390/Kconfig.debug (619B)
# SPDX-License-Identifier: GPL-2.0 menu "Kernel hacking" config TRACE_IRQFLAGS_SUPPORT def_bool y source "lib/Kconfig.debug" config S390_PTDUMP bool "Export kernel pagetable layout to userspace via debugfs" depends on DEBUG_KERNEL select DEBUG_FS ---help--- Say Y here if you want to show the kernel pagetable layout in a debugfs file. This information is only useful for kernel developers who are working in architecture specific areas of the kernel. It is probably not a good idea to enable this feature in a production kernel. If in doubt, say "N" config EARLY_PRINTK def_bool y endmenu