| /linux-6.15/drivers/gpu/drm/amd/display/ |
| H A D | Makefile | 47 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc 48 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync 49 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color 50 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet 51 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/power 54 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/hdcp 59 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src 61 DAL_LIBS += modules/hdcp
|
| /linux-6.15/scripts/ |
| H A D | Makefile.modinst | 19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order) 27 $(MODLIB)/modules.order: modules.order FORCE 34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo) 36 install-$(CONFIG_BUILTIN_MODULE_RANGES) += $(MODLIB)/modules.builtin.ranges 38 $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo modules.builtin.ranges): $(MODLIB)/… 43 modules := $(call read-file, modules.order) 62 modules := $(patsubst %.o, $(dst)/%.ko$(suffix-y), $(modules)) 63 install-$(CONFIG_MODULES) += $(modules)
|
| H A D | Makefile.vmlinux_o | 4 __default: vmlinux.o modules.builtin.modinfo modules.builtin 81 targets += modules.builtin.modinfo 82 modules.builtin.modinfo: vmlinux.o FORCE 96 targets += modules.builtin 97 modules.builtin: modules.builtin.modinfo FORCE
|
| H A D | Makefile.modfinal | 14 modules := $(call read-file, modules.order) 16 __modfinal: $(modules:%.o=%.ko) 61 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o) .module-common.o
|
| H A D | Makefile.modpost | 51 $(if $(KBUILD_NSDEPS),-d modules.nsdeps) \ 66 modpost-args += -T modules.order 67 modpost-deps += modules.order 106 output-symdump := modules-only.symvers
|
| /linux-6.15/kernel/module/ |
| H A D | Kconfig | 4 modules 18 modules_install" to put the modules under /lib/modules/ 46 modules we keep track of modules which failed due to either the 136 modules (note that some modules may not be unloadable 231 kernels to potentially load modules. 241 bool "Source checksum for all modules" 277 Reject unsigned modules or signed modules for which we don't have a 281 bool "Automatically sign all modules" 367 Support modules compressed with GZIP. The installed modules are 373 Support modules compressed with XZ. The installed modules are [all …]
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | module-signing.rst | 10 .. - Manually signing modules. 11 .. - Signed modules and stripping. 12 .. - Loading signed modules. 13 .. - Non-valid signatures and unsigned modules. 49 (1) :menuselection:`Require modules to be validly signed` 68 (2) :menuselection:`Automatically sign all modules` 81 sign the modules with: 217 Manually signing modules 242 Signed modules and stripping 256 Loading signed modules [all …]
|
| /linux-6.15/scripts/package/ |
| H A D | kernel.spec | 40 Summary: Development package for building kernel modules to match the %{version} kernel 44 This package provides kernel headers and makefiles sufficient to build modules 75 find %{buildroot}/lib/modules/%{KERNELRELEASE} -name "*.ko" -type f \\\ 87 mkdir -p %{buildroot}/lib/modules/%{KERNELRELEASE} 92 cp System.map %{buildroot}/lib/modules/%{KERNELRELEASE} 93 cp .config %{buildroot}/lib/modules/%{KERNELRELEASE}/config 123 find %{buildroot}/lib/modules/%{KERNELRELEASE} -name "*.ko" -type f \ 129 mkdir -p %{buildroot}/usr/lib/debug/lib/modules/%{KERNELRELEASE} 130 cp vmlinux %{buildroot}/usr/lib/debug/lib/modules/%{KERNELRELEASE} 140 /usr/bin/kernel-install add %{KERNELRELEASE} /lib/modules/%{KERNELRELEASE}/vmlinuz [all …]
|
| H A D | builddeb | 123 done < modules.order 129 mkdir -p ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/ 130 cp vmlinux ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/ 133 ln -s ../lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/boot/vmlinux-${KERNELRELEASE} 135 ln -s lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/vmlinux-${KERNELRELEASE} 144 mkdir -p $pdir/lib/modules/$version/ 145 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
|
| H A D | PKGBUILD | 54 pkgdesc="The ${pkgdesc} kernel and modules" 56 local modulesdir="${pkgdir}/usr/lib/modules/${KERNELRELEASE}" 68 echo "Installing modules..." 82 pkgdesc="Headers and scripts for building modules for the ${pkgdesc} kernel" 84 local builddir="${pkgdir}/usr/lib/modules/${KERNELRELEASE}/build" 117 local builddir="${pkgdir}/usr/lib/modules/${KERNELRELEASE}/build"
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | kbuild.rst | 9 modules.order 13 multiple modules. 15 modules.builtin 20 modules.builtin.modinfo 25 modules.builtin.ranges 46 Additional assembler options for modules. 140 modules. 159 Specify the output directory for external modules. 239 Specify where to install modules. 306 For modules that use symbols from other modules. [all …]
|
| H A D | modules.rst | 37 building external modules. 55 $ make -C /lib/modules/`uname -r`/build M=$PWD 110 modules 132 external modules. 191 KDIR ?= /lib/modules/`uname -r`/build 220 KDIR ?= /lib/modules/`uname -r`/build 353 /lib/modules/$(KERNELRELEASE)/kernel/ 355 And external modules are installed in: 357 /lib/modules/$(KERNELRELEASE)/updates/ 372 and out-of-tree modules. [all …]
|
| /linux-6.15/Documentation/admin-guide/LSM/ |
| H A D | index.rst | 8 loadable kernel modules. Instead, they are selectable at build-time via 20 The Linux capabilities modules will always be included. This may be 21 followed by any number of "minor" modules and at most one "major" module. 25 A list of the active security modules can be found by reading 29 be first, followed by any "minor" modules (e.g. Yama) and then 32 Process attributes associated with "major" security modules should 37 in ``/proc/.../attr`` remain as legacy interfaces for modules that provide
|
| /linux-6.15/tools/testing/selftests/livepatch/ |
| H A D | README | 7 The test suite loads and unloads several test kernel modules to verify 26 The command above will compile all test modules and test programs, making them 32 Test kernel modules are built before running the livepatch selftests. The 33 modules are located under test_modules directory, and are built as out-of-tree 34 modules. This is specially useful since the same sources can be built and 36 compatible. The modules will be loaded by the test scripts using insmod.
|
| /linux-6.15/Documentation/translations/zh_CN/kbuild/ |
| H A D | kbuild.rst | 16 modules.order 21 modules.builtin 26 modules.builtin.modinfo 31 modules.builtin.ranges 215 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) 272 用于依赖其他模块符号的模块。详见 modules.rst。
|
| /linux-6.15/tools/testing/crypto/chacha20-s390/ |
| H A D | Makefile | 10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules 12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
|
| /linux-6.15/ |
| H A D | .gitignore | 57 modules.order 63 /modules-only.symvers 73 /modules.builtin 74 /modules.builtin.modinfo 75 /modules.builtin.ranges 76 /modules.nsdeps
|
| /linux-6.15/Documentation/i2c/busses/ |
| H A D | i2c-taos-evm.rst | 7 This is a driver for the evaluation modules for TAOS I2C/SMBus chips. 8 The modules include an SMBus master with limited capabilities, which can 9 be controlled over the serial port. Virtually all evaluation modules 38 modules: 48 practice, as these modules are meant for evaluation and testing only.
|
| /linux-6.15/tools/power/cpupower/debug/kernel/ |
| H A D | Makefile | 4 KDIR := /lib/modules/$(shell uname -r)/build 5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/ 16 - rm -rf Module.symvers modules.order
|
| /linux-6.15/tools/testing/selftests/livepatch/test_modules/ |
| H A D | Makefile | 2 KDIR ?= /lib/modules/$(shell uname -r)/build 18 modules: target 20 $(Q)$(MAKE) -C $(KDIR) modules KBUILD_EXTMOD=$(TESTMODS_DIR)
|
| /linux-6.15/samples/ |
| H A D | Kconfig | 14 tristate "Build trace_events examples -- loadable modules only" 73 tristate "Build kprobes examples -- loadable modules only" 76 This build several kprobes example modules. 79 tristate "Build kretprobes example -- loadable modules only" 87 This builds kernel hardware breakpoint example modules. 90 tristate "Build fprobe examples -- loadable modules only" 97 tristate "Build kfifo examples -- loadable modules only" 101 different kfifo sample modules showing how to use the 107 tristate "Build kdb command example -- loadable modules only" 114 tristate "Build qmi client sample -- loadable modules only" [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | imx7ulp-scg-clock.yaml | 7 title: Freescale i.MX7ULP System Clock Generation (SCG) modules Clock Controller 14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC) 15 modules, and Core Mode Controller (CMC)1 blocks 23 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules. 24 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules.
|
| H A D | imx7ulp-pcc-clock.yaml | 7 title: Freescale i.MX7ULP Peripheral Clock Control (PCC) modules Clock Controller 14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC) 15 modules, and Core Mode Controller (CMC)1 blocks 23 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules. 24 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules.
|
| /linux-6.15/Documentation/security/ |
| H A D | lsm.rst | 33 framework could then be used by loadable kernel modules to implement any 50 security modules. In particular, the LSM framework is primarily focused 51 on supporting access control modules, although future development is 54 the infrastructure to support security modules. The LSM framework is 63 It also adds functions for registering security modules. 65 of security modules that are active on the system. 69 the framework or by the individual security modules that use it. 87 ``include/linux/shm.h`` as appropriate) to allow the security modules to 95 32-bit integer. The security modules are required to map or otherwise 130 blobs, unlike other modules. The reasons are historical and are
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | sff,sfp.yaml | 16 - sff,sfp # for SFP modules 17 - sff,sff # for soldered down SFF modules 29 allowable by a module in the slot, in milli-Watts. Presently, modules can 37 present for SFF modules 62 present for SFF modules 69 not be present for SFF modules
|