https://github.com/torvalds/linux
Revision 4f31d53c21ec98a2c8973cff759804bd1c217c93 authored by Rafael J. Wysocki on 28 August 2020, 19:17:56 UTC, committed by Rafael J. Wysocki on 28 August 2020, 19:17:56 UTC
* acpi-mm:
  ACPI: OSL: Prevent acpi_release_memory() from returning too early
  ACPI: ioremap: avoid redundant rounding to OS page size
2 parent s 6556b0a + 33f61d7
Raw File
Tip revision: 4f31d53c21ec98a2c8973cff759804bd1c217c93 authored by Rafael J. Wysocki on 28 August 2020, 19:17:56 UTC
Merge branch 'acpi-mm'
Tip revision: 4f31d53
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top