https://github.com/torvalds/linux
Revision 51c4767503d5d3a5a0ae4dcb19b7f7cf38b40c6c authored by Linus Torvalds on 26 July 2024, 16:50:36 UTC, committed by Linus Torvalds on 26 July 2024, 16:50:36 UTC
Pull bitmap updates from Yury Norov:
 "Random fixes"

* tag 'bitmap-6.11-rc1' of https://github.com:/norov/linux:
  riscv: Remove unnecessary int cast in variable_fls()
  radix tree test suite: put definition of bitmap_clear() into lib/bitmap.c
  bitops: Add a comment explaining the double underscore macros
  lib: bitmap: add missing MODULE_DESCRIPTION() macros
  cpumask: introduce assign_cpu() macro
2 parent s 1722389 + fb9086e
Raw File
Tip revision: 51c4767503d5d3a5a0ae4dcb19b7f7cf38b40c6c authored by Linus Torvalds on 26 July 2024, 16:50:36 UTC
Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linux
Tip revision: 51c4767
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