OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
arch
/
s390
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kbuild
270 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig
25.67 KB
06/16/2023 05:32:39 PM
rw-r--r--
📄
Kconfig.debug
619 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
4.48 KB
06/16/2023 05:32:39 PM
rw-r--r--
📁
appldata
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
boot
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
crypto
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
hypfs
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
include
-
05/09/2024 07:14:13 AM
rwxr-xr-x
📁
kernel
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
kvm
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
lib
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
mm
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
net
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
numa
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
oprofile
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
pci
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
tools
-
05/09/2024 07:14:16 AM
rwxr-xr-x
Editing: Kconfig.debug
Close
# 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