/linux-6.14.4/Documentation/devicetree/bindings/bus/ |
D | ti-sysc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/bus/ti-sysc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments interconnect target module 10 - Tony Lindgren <[email protected]> 13 Texas Instruments SoCs can have a generic interconnect target module 15 using Arteris NoC, and L4 interconnect using Sonics s3220. This module 16 is mostly used for interaction between module and Power, Reset and Clock 20 Each interconnect target module can have one or more devices connected to [all …]
|
/linux-6.14.4/net/netfilter/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 71 and is also scheduled to replace the old syslog-based ipt_LOG 96 To compile it as a module, choose M here. If unsure, say N. 107 If both are enabled the backend to use can be configured at run-time 108 by means of per-address-family sysctl tunables. 119 `CONNMARK' target and `connmark' match. Similar to the mark value 130 packets using the CONNSECMARK target and copied back from 131 connections to packets with the same target, with the packets 173 via the CT target. 182 This allows you to store the flow start-time and to obtain [all …]
|
/linux-6.14.4/net/bridge/netfilter/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 40 To compile it as a module, choose M here. If unsure, say N. 50 (iptables-nft). 75 To compile it as a module, choose M here. If unsure, say N. 85 To compile it as a module, choose M here. If unsure, say N. 95 To compile it as a module, choose M here. If unsure, say N. 104 To compile it as a module, choose M here. If unsure, say N. 111 MAC/IP address pairs can be matched, f.e. for anti-spoofing rules. 113 To compile it as a module, choose M here. If unsure, say N. 121 To compile it as a module, choose M here. If unsure, say N. [all …]
|
/linux-6.14.4/drivers/md/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 # after relevant mdadm enhancements - to make "names=yes" 21 # the default - are widely available. 34 Software RAID mini-HOWTO, available from 49 a several-second delay in the boot time due to various 69 use the so-called linear mode, i.e. it will combine the hard disk 72 To compile this as a module, choose M here: the module 78 tristate "RAID-0 (striping) mode" 82 use the so-called raid0 mode, i.e. it will combine the hard disk 88 Software-RAID mini-HOWTO, available from [all …]
|
/linux-6.14.4/Documentation/target/ |
D | tcm_mod_builder.rst | 2 The TCM v4 fabric module script generator 7 This document is intended to be a mini-HOWTO for using the tcm_mod_builder.py 8 script to generate a brand new functional TCM v4 fabric .ko module of your very own, 13 mkdir -p /sys/kernel/config/target/$TCM_NEW_MOD 15 This script will create a new drivers/target/$TCM_NEW_MOD/, and will do the following 17 1) Generate new API callers for drivers/target/target_core_fabric_configs.c logic 18 ->make_tpg(), ->drop_tpg(), ->make_wwn(), ->drop_wwn(). These are created 20 2) Generate basic infrastructure for loading/unloading LKMs and TCM/ConfigFS fabric module 22 3) Based on user defined T10 Proto_Ident for the new fabric module being built, 23 the TransportID / Initiator and Target WWPN related handlers for [all …]
|
/linux-6.14.4/lib/tests/module/ |
D | gen_test_kallsyms.sh | 3 TARGET=$(basename $1) 4 DIR=lib/tests/module 5 TARGET="$DIR/$TARGET" 8 TEST_TYPE=$(echo $TARGET | sed -e 's|lib/tests/module/test_kallsyms_||g') 9 TEST_TYPE=$(echo $TEST_TYPE | sed -e 's|.c||g') 12 if [[ $NUM_SYMS -gt 2 ]]; then 19 // SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1 29 #include <linux/module.h> 107 MODULE_DESCRIPTION("Test module for kallsyms"); 113 gen_template_module_header > $TARGET [all …]
|
/linux-6.14.4/arch/arm/boot/dts/ti/omap/ |
D | am33xx-l4.dtsi | 2 compatible = "ti,am33xx-l4-wkup", "simple-pm-bus"; 3 power-domains = <&prm_wkup>; 5 clock-names = "fck"; 10 reg-names = "ap", "la", "ia0", "ia1"; 11 #address-cells = <1>; 12 #size-cells = <1>; 18 compatible = "simple-pm-bus"; 19 #address-cells = <1>; 20 #size-cells = <1>; 28 compatible = "simple-pm-bus"; [all …]
|
D | dra7-l4.dtsi | 2 compatible = "ti,dra7-l4-cfg", "simple-pm-bus"; 3 power-domains = <&prm_coreaon>; 5 clock-names = "fck"; 9 reg-names = "ap", "la", "ia0"; 10 #address-cells = <1>; 11 #size-cells = <1>; 15 dma-ranges; 18 compatible = "simple-pm-bus"; 19 #address-cells = <1>; 20 #size-cells = <1>; [all …]
|
D | omap5-l4.dtsi | 2 compatible = "ti,omap5-l4-cfg", "simple-pm-bus"; 3 power-domains = <&prm_core>; 5 clock-names = "fck"; 9 reg-names = "ap", "la", "ia0"; 10 #address-cells = <1>; 11 #size-cells = <1>; 21 compatible = "simple-pm-bus"; 22 #address-cells = <1>; 23 #size-cells = <1>; 55 target-module@2000 { /* 0x4a002000, ap 3 44.0 */ [all …]
|
D | omap4-l4.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 compatible = "ti,omap4-l4-cfg", "simple-pm-bus"; 4 power-domains = <&prm_core>; 6 clock-names = "fck"; 10 reg-names = "ap", "la", "ia0"; 11 #address-cells = <1>; 12 #size-cells = <1>; 22 compatible = "simple-pm-bus"; 23 #address-cells = <1>; 24 #size-cells = <1>; [all …]
|
D | am437x-l4.dtsi | 2 compatible = "ti,am4-l4-wkup", "simple-pm-bus"; 3 power-domains = <&prm_wkup>; 5 clock-names = "fck"; 10 reg-names = "ap", "la", "ia0", "ia1"; 11 #address-cells = <1>; 12 #size-cells = <1>; 18 compatible = "simple-pm-bus"; 19 #address-cells = <1>; 20 #size-cells = <1>; 28 compatible = "simple-pm-bus"; [all …]
|
D | omap5-l4-abe.dtsi | 2 compatible = "ti,omap5-l4-abe", "simple-pm-bus"; 5 reg-names = "la", "ap"; 6 power-domains = <&prm_abe>; 7 /* OMAP5_L4_ABE_CLKCTRL is read-only */ 8 #address-cells = <1>; 9 #size-cells = <1>; 13 compatible = "simple-pm-bus"; 14 #address-cells = <1>; 15 #size-cells = <1>; 89 target-module@22000 { /* 0x40122000, ap 2 02.0 */ [all …]
|
D | omap4.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 6 #include <dt-bindings/bus/ti-sysc.h> 7 #include <dt-bindings/clock/omap4.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/pinctrl/omap.h> 11 #include <dt-bindings/clock/omap4.h> 15 interrupt-parent = <&wakeupgen>; 16 #address-cells = <1>; [all …]
|
D | omap4-l4-abe.dtsi | 2 compatible = "ti,omap4-l4-abe", "simple-pm-bus"; 5 reg-names = "la", "ap"; 6 power-domains = <&prm_abe>; 7 /* OMAP4_L4_ABE_CLKCTRL is read-only */ 8 #address-cells = <1>; 9 #size-cells = <1>; 13 compatible = "simple-pm-bus"; 14 #address-cells = <1>; 15 #size-cells = <1>; 89 target-module@22000 { /* 0x40122000, ap 2 02.0 */ [all …]
|
/linux-6.14.4/net/ipv4/netfilter/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 21 (iptables-nft). 51 This module enables IPv4 packet duplication support for nf_tables. 57 This module enables IPv4 FIB lookups, e.g. for reverse path filtering. 83 This is a backwards-compat option for the user's convenience 91 This is a backwards-compat option for the user's convenience 100 tristate "Basic SNMP-ALG support" 107 This module implements an Application Layer Gateway (ALG) for 111 inside SNMP payloads to match IP-layer NAT mapping. 113 This is the "basic" form of SNMP-ALG, as described in RFC 2962 [all …]
|
/linux-6.14.4/tools/testing/selftests/livepatch/ |
D | test-callbacks.sh | 2 # SPDX-License-Identifier: GPL-2.0 15 # Test a combination of loading a kernel module and a livepatch that 16 # patches a function in the first module. Load the target module 17 # before the livepatch module. Unload them in the same order. 19 # - On livepatch enable, before the livepatch transition starts, 20 # pre-patch callbacks are executed for vmlinux and $MOD_TARGET (those 22 # according to the klp_patch, their post-patch callbacks run and the 25 # - Similarly, on livepatch disable, pre-patch callbacks run before the 26 # unpatching transition starts. klp_objects are reverted, post-patch 29 start_test "target module before livepatch" [all …]
|
/linux-6.14.4/net/ipv6/netfilter/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 18 (iptables-nft). 48 This module enables IPv6 packet duplication support for nf_tables. 54 This module enables IPv6 FIB lookups, e.g. for reverse path filtering. 77 This is a backwards-compat option for the user's convenience 91 To compile it as a module, choose M here. If unsure, say N. 100 This module allows one to match AH packets. 102 To compile it as a module, choose M here. If unsure, say N. 108 This module performs checking on the IPv6 source address 112 To compile it as a module, choose M here. If unsure, say N. [all …]
|
/linux-6.14.4/include/linux/netfilter_bridge/ |
D | ebtables.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 34 struct module *me; 40 unsigned int (*target)(struct sk_buff *skb, member 42 unsigned int hook_num, const struct xt_target *target, 45 const struct xt_target *target, void *targinfo, 47 void (*destroy)(const struct xt_target *target, void *targinfo); 51 struct module *me; 58 unsigned int (*target)(struct sk_buff *skb, member 60 unsigned int hook_num, const struct xt_target *target, 63 const struct xt_target *target, void *targinfo, [all …]
|
/linux-6.14.4/include/linux/platform_data/ |
D | ti-sysc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 29 * struct sysc_regbits - TI OCP_SYSCONFIG register field offsets 39 * Note that 0 is a valid shift, and for ti-sysc.c -ENODEV can be used if a 87 * struct sysc_capabilities - capabilities for an interconnect target module 88 * @type: sysc type identifier for the module 91 * @mod_quirks: bitmask of module specific quirks 101 * struct sysc_config - configuration for an interconnect target module 126 * struct ti_sysc_module_data - ti-sysc to hwmod translation data for a module 127 * @name: legacy "ti,hwmods" module name 128 * @module_pa: physical address of the interconnect target module [all …]
|
/linux-6.14.4/samples/livepatch/ |
D | livepatch-callbacks-demo.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * livepatch-callbacks-demo.c - (un)patching callbacks livepatch demo 11 * ------- 17 * ----- 19 * Step 1 - load the simple module 21 * insmod samples/livepatch/livepatch-callbacks-mod.ko 24 * Step 2 - load the demonstration livepatch (with callbacks) 26 * insmod samples/livepatch/livepatch-callbacks-demo.ko 29 * Step 3 - cleanup 36 * and patching operations for both vmlinux and module targets. [all …]
|
/linux-6.14.4/drivers/scsi/qla2xxx/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 ---------- ----------------- 32 They are also included in the linux-firmware tree as well. 35 tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs" 41 Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ 42 series target mode HBAs. 46 bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs" 49 Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for 50 QLogic 24xx+ series target mode HBAs.
|
/linux-6.14.4/scripts/ |
D | markup_oops.pl | 2 # SPDX-License-Identifier: GPL-2.0-only 22 'cross-compile|c=s' => \$cross_compile, 23 'module|m=s' => \$modulefile, 28 my $kerver = `uname -r`; 37 my $target = "0"; 39 my $module = ""; 49 if ($line =~ /EAX: ([0-9a-f]+) EBX: ([0-9a-f]+) ECX: ([0-9a-f]+) EDX: ([0-9a-f]+)/) { 55 if ($line =~ /ESI: ([0-9a-f]+) EDI: ([0-9a-f]+) EBP: ([0-9a-f]+) ESP: ([0-9a-f]+)/) { 60 if ($line =~ /RAX: ([0-9a-f]+) RBX: ([0-9a-f]+) RCX: ([0-9a-f]+)/) { 65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) { [all …]
|
/linux-6.14.4/include/linux/netfilter/ |
D | x_tables.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 11 /* Test a struct->invflags and a boolean for inequality */ 13 ((boolean) ^ !!((ptr)->invflags & (flag))) 16 * struct xt_action_param - parameters for matches/targets 19 * @target: the target extension 20 * @matchinfo: per-match data 21 * @targetinfo: per-target data 24 * @thoff: position of transport header relative to skb->data 33 const struct xt_target *target; member 46 return par->state->net; in xt_net() [all …]
|
/linux-6.14.4/drivers/target/sbp/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "FireWire SBP-2 fabric module" 6 Say Y or M here to enable SCSI target functionality over FireWire. 8 bus, for example hard disks. Similar to FireWire Target Disk mode on 11 To compile this driver as a module, say M here: The module will be 12 called sbp-target.
|
/linux-6.14.4/Documentation/kbuild/ |
D | modules.rst | 5 This document describes how to build an out-of-tree kernel module. 13 both in-tree and out-of-tree is provided. The method for building 15 out-of-tree. 18 in building out-of-tree (or "external") modules. The author of an 19 external module should supply a makefile that hides most of the 20 complexity, so one only has to type "make" to build the module. This is 22 section `Creating a Kbuild File for an External Module`_. 34 An alternative is to use the "make" target "modules_prepare." This will 35 make sure the kernel contains the information required. The target 39 NOTE: "modules_prepare" will not build Module.symvers even if [all …]
|