/Linux-v6.6/kernel/module/ |
D | Kconfig | 2 menuconfig MODULES config 4 modules 6 Kernel modules are small pieces of compiled code which can 10 many parts of the kernel can be built as modules (by 17 modules_install" to put the modules under /lib/modules/ 23 if MODULES 33 modules. You don't need these options on production systems. 43 For example, size of all modules, average size, text size, a list 44 of failed modules and the size for each of those. For failed 45 modules we keep track of modules which failed due to either the [all …]
|
D | stats.c | 64 * DOC: dup_failed_modules - tracks duplicate failed modules 66 * Linked list of modules which failed to be loaded because an already existing 79 * All virtual memory allocated to these failed modules will be freed with 82 * To help with this the dup_failed_modules allows us to track modules which 116 * * total_mod_size: total bytes ever used by all modules we've dealt with on 130 * promote it to be processed to be added to our @modules linked list. These 136 * add_unformed_module() will add a module to our &modules list and 137 * subsequent loads of modules with the same name will error out at the 140 * on layout_and_allocate() for modules already being processed. These 141 * duplicate failed modules are non-fatal, however they typically are [all …]
|
/Linux-v6.6/Documentation/admin-guide/ |
D | module-signing.rst | 10 .. - Manually signing modules. 11 .. - Signed modules and stripping. 12 .. - Loading signed modules. 13 .. - Non-valid signatures and unsigned modules. 21 The kernel module signing facility cryptographically signs modules during 23 allows increased kernel security by disallowing the loading of unsigned modules 24 or modules signed with an invalid key. Module signing increases security by 49 (1) :menuselection:`Require modules to be validly signed` 55 If this is off (ie. "permissive"), then modules for which the key is not 56 available and modules that are unsigned are permitted, but the kernel will [all …]
|
/Linux-v6.6/Documentation/kbuild/ |
D | modules.rst | 2 Building External Modules 10 === 2 How to Build External Modules 19 --- 3.4 Building Multiple Modules 28 --- 6.1 Symbols From the Kernel (vmlinux + modules) 29 --- 6.2 Symbols and External Modules 39 "kbuild" is the build system used by the Linux kernel. Modules must use 41 to pick up the right flags to "gcc." Functionality for building modules 43 either is similar, and all modules are initially developed and built 47 in building out-of-tree (or "external") modules. The author of an 54 2. How to Build External Modules [all …]
|
D | kbuild.rst | 9 modules.order 11 This file records the order in which modules appear in Makefiles. This 13 multiple modules. 15 modules.builtin 17 This file lists all modules that are built into the kernel. This is used 20 modules.builtin.modinfo 22 This file contains modinfo from all modules that are built into the kernel. 37 Additional options to the assembler (for built-in and modules). 41 Additional assembler options for modules. 49 Additional options to the C compiler (for built-in and modules). [all …]
|
/Linux-v6.6/scripts/ |
D | Makefile.modinst | 3 # Installing modules 19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order) 27 $(MODLIB)/modules.order: modules.order FORCE 33 # Install modules.builtin(.modinfo) even when CONFIG_MODULES is disabled. 34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo) 36 $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo): $(MODLIB)/%: % FORCE 41 modules := $(call read-file, $(MODORDER)) 58 modules := $(patsubst $(extmod_prefix)%.o, $(dst)/%.ko$(suffix-y), $(modules)) 59 install-$(CONFIG_MODULES) += $(modules) 72 # INSTALL_MOD_STRIP, if defined, will cause modules to be stripped after they [all …]
|
D | Makefile.modpost | 11 # d) modules.order, which lists all the modules 14 # 1) Find all modules listed in modules.order 32 # Step 4 is solely used to allow module versioning in external modules, 56 # 'make -i -k' ignores compile errors, and builds as many modules as possible. 61 # Read out modules.order to pass in modpost. 104 output-symdump := modules-only.symvers 113 # set src + obj - they may be used in the modules's Makefile 137 echo >&2 " Modules may not have dependencies or modversions."; \
|
D | Makefile.vmlinux_o | 4 __default: vmlinux.o modules.builtin.modinfo modules.builtin 70 targets += modules.builtin.modinfo 71 modules.builtin.modinfo: vmlinux.o FORCE 77 # The second line aids cases where multiple modules share the same object. 85 targets += modules.builtin 86 modules.builtin: modules.builtin.modinfo FORCE
|
/Linux-v6.6/drivers/gpu/drm/amd/display/ |
D | Makefile | 32 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc 33 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync 34 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color 35 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet 36 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/power 39 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/hdcp 44 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src 46 DAL_LIBS += modules/hdcp
|
/Linux-v6.6/samples/ |
D | Kconfig | 14 tristate "Build trace_events examples -- loadable modules only" 20 tristate "Build custom trace event example -- loadable modules only" 67 different kobject sample modules showing how to use kobjects, 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 [all …]
|
/Linux-v6.6/Documentation/security/ |
D | lsm.rst | 2 Linux Security Modules: General Security Hooks for Linux 33 framework could then be used by loadable kernel modules to implement any 37 The Linux Security Modules (LSM) project was started by WireX to develop 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 [all …]
|
/Linux-v6.6/scripts/package/ |
D | builddeb | 66 rm -f "${pdir}/lib/modules/${KERNELRELEASE}/build" 70 mkdir -p "${pdir}/usr/lib/uml/modules" 71 mv "${pdir}/lib/modules/${KERNELRELEASE}" "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}" 73 cp System.map "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}/System.map" 130 for module in $(find ${image_pdir}/lib/modules/ -name *.ko -printf '%P\n'); do 131 module=lib/modules/${module} 141 # re-sign stripped modules 149 mkdir -p ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/ 150 cp vmlinux ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/ 153 ln -s ../lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/boot/vmlinux-${KERNELRELEASE} [all …]
|
/Linux-v6.6/Documentation/admin-guide/LSM/ |
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-v6.6/Documentation/driver-api/media/drivers/ |
D | pvrusb2.rst | 63 To build these modules essentially amounts to just running "Make", 115 modules should have any business using this header. All external 130 pvrusb2-i2c-chips-\*.c - These modules implement the glue logic to 131 tie together and configure various I2C modules as they attach to 136 V4L, where we might encounter other possibly "challenging" modules 137 from ivtv or older kernel snapshots (or even the support modules 141 compatible commands to the I2C modules. It is here where state 143 commands that are in turn send to the various I2C modules. 146 compatible commands to the I2C modules. It is here where state 148 commands that are in turn send to the various I2C modules. [all …]
|
/Linux-v6.6/drivers/iio/common/ |
D | Makefile | 3 # Makefile for the IIO common modules. 4 # Common modules contains modules, which can be shared among multiple 5 # IIO modules. For example if the trigger processing is common for 6 # multiple IIO modules then this can be moved to a common module
|
/Linux-v6.6/lib/ |
D | Kconfig | 136 modules require CRC-CCITT functions, but a module built outside 137 the kernel tree does. Such modules that use library CRC-CCITT 144 modules require CRC16 functions, but a module built outside 145 the kernel tree does. Such modules that use library CRC16 170 modules require CRC ITU-T V.41 functions, but a module built outside 171 the kernel tree does. Such modules that use library CRC ITU-T V.41 180 modules require CRC32/CRC32c functions, but a module built outside 181 the kernel tree does. Such modules that use library CRC32/CRC32c 244 modules require CRC64 functions, but a module built outside 245 the kernel tree does. Such modules that use library CRC64 [all …]
|
/Linux-v6.6/Documentation/i2c/busses/ |
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-v6.6/drivers/mfd/ |
D | janz-cmodio.c | 26 /* Maximum number of MODULbus modules on a CMOD-IO carrier board */ 31 static char *modules[CMODIO_MAX_MODULES] = { variable 35 module_param_array(modules, charp, &num_modules, S_IRUGO); 36 MODULE_PARM_DESC(modules, "MODULbus modules attached to the carrier board"); 126 name = modules[i]; in cmodio_probe_submodules() 135 /* print an error message if no modules were probed */ in cmodio_probe_submodules() 137 dev_err(&priv->pdev->dev, "no MODULbus modules specified, " in cmodio_probe_submodules() 138 "please set the ``modules'' kernel " in cmodio_probe_submodules()
|
/Linux-v6.6/Documentation/mm/damon/ |
D | design.rst | 18 - Modules: Implements kernel modules for various purposes that provides 44 Programmable Modules 49 modules. For common use cases of DAMON, DAMON subsystem provides kernel 50 modules that built on top of the core layer using the API, which can be easily 408 other kernel components such as subsystems and modules building their data 415 Modules chapter 421 itself implements such DAMON API user modules, which are supposed to be used 428 General Purpose User Interface Modules 431 DAMON modules that provide user space ABIs for general purpose DAMON usage in 434 DAMON user interface modules, namely 'DAMON sysfs interface' and 'DAMON debugfs [all …]
|
/Linux-v6.6/scripts/gdb/linux/ |
D | modules.py | 24 modules = utils.gdb_eval_or_none("modules") 25 if modules is None: 30 for module in lists.list_for_each_entry(modules, module_ptr_type, "list"): 44 $lx_module("MODULE"): Given the name MODULE, iterate over all loaded modules 63 """List currently loaded modules."""
|
/Linux-v6.6/Documentation/devicetree/bindings/clock/ |
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.
|
/Linux-v6.6/ |
D | .gitignore | 55 modules.order 61 /modules-only.symvers 70 /modules.builtin 71 /modules.builtin.modinfo 72 /modules.nsdeps
|
/Linux-v6.6/tools/virtio/ |
D | Makefile | 29 #resulting modules in production! 30 OOT_KSRC=/lib/modules/$$(uname -r)/build 33 #Tweak the below to enable more modules 42 echo "UNSUPPORTED! Don't use the resulting modules in production!" 53 vhost_test/Module.symvers vhost_test/modules.order *.d
|
/Linux-v6.6/drivers/gpu/drm/msm/dp/ |
D | dp_power.h | 73 * dp_power_client_init() - initialize clock and regulator modules 79 * modules. 84 * dp_power_clinet_deinit() - de-initialize clock and regulator modules 90 * modules. 102 * modules.
|
/Linux-v6.6/Documentation/core-api/ |
D | symbol-namespaces.rst | 16 === 4 Loading Modules that use namespaced Symbols 27 kernel. As of today, modules that make use of symbols exported into namespaces, 90 In order to use symbols that are exported into namespaces, kernel modules need 113 4. Loading Modules that use namespaced Symbols 119 the kernel is to reject loading modules that don't specify sufficient imports. 121 allow loading of modules that don't satisfy this precondition, a configuration 147 in-tree modules:: 151 modules)
|