/linux/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/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, $(MODORDER)) 62 modules := $(patsubst $(extmod_prefix)%.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 74 targets += modules.builtin.modinfo 75 modules.builtin.modinfo: vmlinux.o FORCE 89 targets += modules.builtin 90 modules.builtin: modules.builtin.modinfo FORCE
|
H A D | Makefile.vmlinux | 39 __default: modules.builtin.ranges 44 targets += modules.builtin.ranges 45 modules.builtin.ranges: $(srctree)/scripts/generate_builtin_ranges.awk \ 46 modules.builtin vmlinux.map vmlinux.o.map FORCE
|
H A D | Makefile.modfinal | 16 modules := $(call read-file, $(MODORDER)) 18 __modfinal: $(modules:%.o=%.ko) 66 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o) $(extmod_prefix).module-common.o
|
/linux/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 181 bool "Source checksum for all modules" 217 Reject unsigned modules or signed modules for which we don't have a 221 bool "Automatically sign all modules" 232 prompt "Hash algorithm to sign modules" 306 Support modules compressed with GZIP. The installed modules are 312 Support modules compressed with XZ. The installed modules are [all …]
|
/linux/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/scripts/package/ |
H A D | kernel.spec | 41 Summary: Development package for building kernel modules to match the %{version} kernel 45 This package provides kernel headers and makefiles sufficient to build modules 58 mkdir -p %{buildroot}/lib/modules/%{KERNELRELEASE} 59 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/lib/modules/%{KERNELRELEASE}/vmlinuz 63 cp System.map %{buildroot}/lib/modules/%{KERNELRELEASE} 64 cp .config %{buildroot}/lib/modules/%{KERNELRELEASE}/config 66 %{make} %{makeflags} INSTALL_DTBS_PATH=%{buildroot}/lib/modules/%{KERNELRELEASE}/dtb dtbs_install 68 ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEASE}/build 97 /usr/bin/kernel-install add %{KERNELRELEASE} /lib/modules/%{KERNELRELEASE}/vmlinuz 130 /lib/modules/%{KERNELRELEASE}/build
|
H A D | builddeb | 108 done < modules.order 113 mkdir -p ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/ 114 cp vmlinux ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/ 117 ln -s ../lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/boot/vmlinux-${KERNELRELEASE} 119 ln -s lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/vmlinux-${KERNELRELEASE} 128 mkdir -p $pdir/lib/modules/$version/ 129 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
|
/linux/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. 129 modules. 140 external modules themselves. 222 Specify where to install modules. 289 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 98 modules 120 external modules. 179 KDIR ?= /lib/modules/`uname -r`/build 208 KDIR ?= /lib/modules/`uname -r`/build 326 /lib/modules/$(KERNELRELEASE)/kernel/ 328 And external modules are installed in: 330 /lib/modules/$(KERNELRELEASE)/updates/ 345 and out-of-tree modules. [all …]
|
/linux/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/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/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/ |
H A D | .gitignore | 56 modules.order 62 /modules-only.symvers 71 /modules.builtin 72 /modules.builtin.modinfo 73 /modules.builtin.ranges 74 /modules.nsdeps
|
/linux/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/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/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/tools/testing/selftests/livepatch/test_modules/ |
H A D | Makefile | 2 KDIR ?= /lib/modules/$(shell uname -r)/build 17 modules: target 19 $(Q)$(MAKE) -C $(KDIR) modules KBUILD_EXTMOD=$(TESTMODS_DIR)
|
/linux/Documentation/ |
H A D | dontdiff | 180 modules-only.symvers 181 modules.builtin 182 modules.builtin.modinfo 183 modules.builtin.ranges 184 modules.nsdeps 185 modules.order
|
/linux/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/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/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
|
/linux/sound/soc/sof/ |
H A D | ipc4-loader.c | 91 fw_lib->modules = devm_kmalloc_array(sdev->dev, fw_header->num_module_entries, in sof_ipc4_fw_parse_ext_man() 93 if (!fw_lib->modules) in sof_ipc4_fw_parse_ext_man() 98 fw_module = fw_lib->modules; in sof_ipc4_fw_parse_ext_man() 226 fw_lib->modules[i].man4_module_entry.id |= (lib_id << SOF_IPC4_MOD_LIB_ID_SHIFT); in sof_ipc4_load_library_by_uuid() 261 devm_kfree(sdev->dev, fw_lib->modules); in sof_ipc4_load_library_by_uuid() 283 if (guid_equal(uuid, &fw_lib->modules[i].man4_module_entry.uuid)) in sof_ipc4_find_module_by_uuid() 284 return &fw_lib->modules[i]; in sof_ipc4_find_module_by_uuid() 307 if (guid_equal(uuid, &fw_lib->modules[i].man4_module_entry.uuid)) in sof_ipc4_find_module_by_uuid() 308 return &fw_lib->modules[i]; in sof_ipc4_find_module_by_uuid()
|