/Linux-v6.1/Documentation/dev-tools/ |
D | kasan.rst | 5 -------- 8 designed to find out-of-bounds and use-after-free bugs. 12 1. Generic KASAN 13 2. Software Tag-Based KASAN 14 3. Hardware Tag-Based KASAN 20 Software Tag-Based KASAN or SW_TAGS KASAN, enabled with CONFIG_KASAN_SW_TAGS, 23 using it for testing on memory-restricted devices with real workloads. 25 Hardware Tag-Based KASAN or HW_TAGS KASAN, enabled with CONFIG_KASAN_HW_TAGS, 26 is the mode intended to be used as an in-field memory bug detector or as a 34 The Generic and the Software Tag-Based modes are commonly referred to as the [all …]
|
/Linux-v6.1/drivers/firmware/arm_scmi/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 set of operating system-independent software interfaces that are 11 interfaces for: Discovery and self-description of the interfaces 13 a given device or domain into the various power-saving states that 36 This declares whether a shared memory based transport for SCMI is 42 This declares whether a message passing based transport for SCMI is 46 bool "SCMI transport based on Mailbox" 52 Enable mailbox based transport for SCMI. 55 transport based on mailboxes, answer Y. 58 bool "SCMI transport based on OP-TEE service" [all …]
|
/Linux-v6.1/lib/ |
D | Kconfig.kasan | 1 # SPDX-License-Identifier: GPL-2.0-only 23 def_bool $(cc-option, -fsanitize=kernel-address) 26 def_bool $(cc-option, -fsanitize=kernel-hwaddress) 43 Enables KASAN (Kernel Address Sanitizer) - a dynamic memory safety 44 error detector designed to find out-of-bounds and use-after-free bugs. 46 See Documentation/dev-tools/kasan.rst for details. 58 1. Generic KASAN (supported by many architectures, enabled with 60 2. Software Tag-Based KASAN (arm64 only, based on software memory 63 3. Hardware Tag-Based KASAN (arm64 only, based on hardware memory 66 See Documentation/dev-tools/kasan.rst for details about each mode. [all …]
|
/Linux-v6.1/drivers/usb/serial/ |
D | io_usbvend.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 4 * USBVEND.H Vendor-specific USB definitions 7 * must be kept backward-compatible with older firmware. 34 // We break the USB-defined PID into an OEM Id field (upper 6 bits) 40 // ION-device OEM IDs 42 #define ION_OEM_ID_NLYNX 1 // 01h NLynx Systems 50 // ION-device Device IDs 51 // Product IDs - assigned to match middle digit of serial number (No longer true) 54 // is based on the 80251+Netchip. 56 #define ION_DEVICE_ID_GENERATION_1 0x00 // Value for 930 based edgeports [all …]
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | pmac_feature.h | 12 * Note: I removed media-bay details from the feature stuff, I believe it's 13 * not worth it, the media-bay driver can directly use the mac-io 48 * all of the Grand-Central based machines. We currently don't 54 /* Here is the infamous serie of OHare based machines 61 #define PMAC_TYPE_UNKNOWN_OHARE 0x2f /* Unknown, but OHare based */ 63 /* Here are the Heathrow based machines 69 #define PMAC_TYPE_UNKNOWN_HEATHROW 0x3f /* Unknown but heathrow based */ 71 /* Here are newworld machines based on Paddington (heathrow derivative) 77 #define PMAC_TYPE_UNKNOWN_PADDINGTON 0x4f /* Unknown but paddington based */ 79 /* Core99 machines based on UniNorth 1.0 and 1.5 [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/silvermont/ |
D | pipeline.json | 4 "Counter": "0,1", 7 "PEBS": "1", 8 …ction. This unit predicts the target address not only based on the EIP of the branch but also base… 13 "Counter": "0,1", 17 "PEBScounters": "0,1", 18 …ction. This unit predicts the target address not only based on the EIP of the branch but also base… 24 "Counter": "0,1", 27 "PEBS": "1", 28 …ction. This unit predicts the target address not only based on the EIP of the branch but also base… 34 "Counter": "0,1", [all …]
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/cirrus/ |
D | cs89x0.rst | 1 .. SPDX-License-Identifier: GPL-2.0 27 1.2.1 Driver Name 33 2.1 CS8900-based Adapter Configuration 34 2.2 CS8920-based Adapter Configuration 46 5.2.1 Diagnostic Self-Test 59 1. Cirrus Logic LAN CS8900/CS8920 Ethernet Adapters 66 The CS8900-based ISA Ethernet Adapters from Cirrus Logic follow 67 IEEE 802.3 standards and support half or full-duplex operation in ISA bus 69 in 16-bit ISA or EISA bus expansion slots and are available in 70 10BaseT-only or 3-media configurations (10BaseT, 10Base2, and AUI for 10Base-5 [all …]
|
/Linux-v6.1/arch/arm/ |
D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0 44 once the kernel has booted up - it's a one time check. 107 1 - undefined instruction events 108 2 - system calls 109 4 - invalid data aborts 110 8 - SIGSEGV faults 111 16 - SIGBUS faults 115 bool "Kernel low-level debugging functions (read help!)" 128 prompt "Kernel low-level debugging port" 132 bool "Kernel low-level debugging messages via Alpine UART0" [all …]
|
/Linux-v6.1/Documentation/arm/ |
D | sunxi.rst | 10 ------------ 11 Linux kernel mach directory: arch/arm/mach-sunxi 15 * ARM926 based SoCs 16 - Allwinner F20 (sun3i) 20 * ARM Cortex-A8 based SoCs 21 - Allwinner A10 (sun4i) 25 http://dl.linux-sunxi.org/A10/A10%20Datasheet%20-%20v1.21%20%282012-04-06%29.pdf 28 …http://dl.linux-sunxi.org/A10/A10%20User%20Manual%20-%20v1.20%20%282012-04-09%2c%20DECRYPTED%29.pdf 30 - Allwinner A10s (sun5i) 34 http://dl.linux-sunxi.org/A10s/A10s%20Datasheet%20-%20v1.20%20%282012-03-27%29.pdf [all …]
|
/Linux-v6.1/drivers/platform/x86/dell/ |
D | dell-laptop.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 * Based on documentation in the libsmbios package: 10 * Copyright (C) 2005-2014 Dell Inc. 31 #include "dell-rbtn.h" 32 #include "dell-smbios.h" 34 #include "dell-wmi-privacy.h" 45 * The list must end with -1 58 quirks = dmi->driver_data; in dmi_matched() 59 return 1; in dmi_matched() 68 .kbd_timeouts = { 0, 5, 15, 60, 5 * 60, 15 * 60, -1 }, [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/goldmont/ |
D | frontend.json | 4 "CollectPEBSRecord": "1", 5 "Counter": "0,1,2,3", 14 "CollectPEBSRecord": "1", 15 "Counter": "0,1,2,3", 24 "CollectPEBSRecord": "1", 25 "Counter": "0,1,2,3", 34 "CollectPEBSRecord": "1", 35 "Counter": "0,1,2,3", 43 …nces per ICache line. This event counts differently than Intel processors based on Silvermont micr… 44 "CollectPEBSRecord": "1", [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/ |
D | fsl.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 11 - Li Yang <leoyang.li@nxp.com> 18 - description: i.MX1 based Boards 20 - enum: 21 - armadeus,imx1-apf9328 22 - fsl,imx1ads 23 - const: fsl,imx1 [all …]
|
/Linux-v6.1/scripts/kconfig/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 4 # These targets are used from top-level makefile 17 silent := -s 22 kernel-release := $(shell uname -r) 24 /lib/modules/$(kernel-release)/.config \ 25 /etc/kernel-config \ 26 /boot/config-$(kernel-release) 33 config-prog := conf 34 menuconfig-prog := mconf 35 nconfig-prog := nconf [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/goldmontplus/ |
D | frontend.json | 4 "CollectPEBSRecord": "1", 5 "Counter": "0,1,2,3", 9 "PEBScounters": "0,1,2,3", 16 "CollectPEBSRecord": "1", 17 "Counter": "0,1,2,3", 21 "PEBScounters": "0,1,2,3", 28 "CollectPEBSRecord": "1", 29 "Counter": "0,1,2,3", 33 "PEBScounters": "0,1,2,3", 40 "CollectPEBSRecord": "1", [all …]
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | technisat.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 ----------------------------- 19 .. code-block:: none 21 lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example: 29 ------------------- 37 (except ``Simple tuner support`` for ATSC 3rd generation only -> see case 9 please). 41 - Main module part: 50 - Frontend / Tuner / Demodulator module part: 55 - SkyStar DVB-S Revision 2.3: 57 #) => ``Zarlink VP310/MT312/ZL10313 based`` [all …]
|
/Linux-v6.1/drivers/net/usb/ |
D | cdc_ether.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * CDC Ethernet based networking peripherals 4 * Copyright (C) 2003-2005 by David Brownell 26 return (desc->bInterfaceClass == USB_CLASS_COMM && in is_rndis() 27 desc->bInterfaceSubClass == 2 && in is_rndis() 28 desc->bInterfaceProtocol == 0xff); in is_rndis() 33 return (desc->bInterfaceClass == USB_CLASS_MISC && in is_activesync() 34 desc->bInterfaceSubClass == 1 && in is_activesync() 35 desc->bInterfaceProtocol == 1); in is_activesync() 40 return (desc->bInterfaceClass == USB_CLASS_WIRELESS_CONTROLLER && in is_wireless_rndis() [all …]
|
/Linux-v6.1/arch/x86/include/asm/ |
D | vmxfeatures.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #define NVMXINTS 5 /* N 32-bit words worth of info */ 16 /* Pin-Based VM-Execution Controls, EPT/VPID, APIC and VM-Functions, word 0 */ 17 #define VMX_FEATURE_INTR_EXITING ( 0*32+ 0) /* "" VM-Exit on vectored interrupts */ 18 #define VMX_FEATURE_NMI_EXITING ( 0*32+ 3) /* "" VM-Exit on NMIs */ 23 /* EPT/VPID features, scattered to bits 16-23 */ 27 #define VMX_FEATURE_EPT_1GB ( 0*32+ 19) /* 1GB EPT pages */ 29 /* Aggregated APIC features 24-27 */ 33 /* VM-Functions, shifted to bits 28-31 */ 36 /* Primary Processor-Based VM-Execution Controls, word 1 */ [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/pci/ |
D | brcm,iproc-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/brcm,iproc-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ray Jui <ray.jui@broadcom.com> 11 - Scott Branden <scott.branden@broadcom.com> 14 - $ref: /schemas/pci/pci-bus.yaml# 15 - $ref: /schemas/interrupt-controller/msi-controller.yaml# 20 - enum: 21 # for the first generation of PAXB based controller, used in SoCs [all …]
|
/Linux-v6.1/drivers/macintosh/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 45 bool "Support for Cuda/Egret based Macs and PowerMacs" 49 This provides support for Cuda/Egret based Macintosh and 50 Power Macintosh systems. This includes most m68k based Macs, 59 bool "Support for PMU based PowerMacs and PowerBooks" 67 the keyboard and mouse on some machines, as well as the non-volatile 98 bool "Support for SMU based PowerMacs" 101 This option adds support for the newer G5 iMacs and PowerMacs based 170 If you have an Apple machine with a 1-button mouse, say Y here. 187 iBook G4, and the ATI based aluminium PowerBooks, allowing slightly [all …]
|
/Linux-v6.1/arch/alpha/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 39 The Alpha is a 64-bit general-purpose processor designed and 41 now Hewlett-Packard. The Alpha Linux project has a home page at 88 Alcor/Alpha-XLT AS 600, AS 500, XL-300, XL-366 89 Alpha-XL XL-233, XL-266 99 LX164 AlphaPC164-LX 108 Ruffian RPX164-2, AlphaPC164-UX, AlphaPC164-BX 109 SX164 AlphaPC164-SX 126 bool "Alcor/Alpha-XLT" 129 For systems using the Digital ALCOR chipset: 5 chips (4, 64-bit data [all …]
|
/Linux-v6.1/drivers/net/can/sja1000/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card" 13 This driver is for the one, two or four channel CPC-PCI, 14 CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche 15 (http://www.ems-wuensche.de). 18 tristate "EMS CPC-CARD Card" 21 This driver is for the one or two channel CPC-CARD cards from 22 EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). 38 This driver is for the PCIcanx and PCIcan cards (1, 2 or 42 tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards" [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | floating-point.json | 5 "BriefDescription": "Total number multi-pipe uOps assigned to all pipes.", 6 …-pipe uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the F… 12 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 3.", 13 …-pipe uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the F… 19 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 2.", 20 …-pipe uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the F… 26 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 1.", 27 …-pipe uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the F… 33 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 0.", 34 …-pipe uOps dispatched to each of the 4 FPU execution pipelines. This event reflects how busy the F… [all …]
|
/Linux-v6.1/drivers/watchdog/ |
D | sbc8360.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 * Based on ib700wdt.c, which is based on advantechwdt.c which is based 8 * on acquirewdt.c which is based on wdt.c. 12 * Based on advantechwdt.c which is based on acquirewdt.c which 13 * is based on wdt.c. 15 * (c) Copyright 2000-2001 Marek Michalkiewicz <marekm@linux.org.pl> 17 * Based on acquirewdt.c which is based on wdt.c. 25 * "AS-IS" and at no charge. 29 * 14-Dec-2001 Matt Domsch <Matt_Domsch@dell.com> 76 * MOV AX,000nH (set multiplier n, from 1-4) [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/spi/ |
D | qcom,spi-geni-qcom.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/qcom,spi-geni-qcom.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: GENI based Qualcomm Universal Peripheral (QUP) Serial Peripheral Interface (SPI) 10 - Andy Gross <agross@kernel.org> 11 - Bjorn Andersson <bjorn.andersson@linaro.org> 12 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 15 The QUP v3 core is a GENI based AHB slave that provides a common data path 17 mini-core. [all …]
|
/Linux-v6.1/Documentation/driver-api/thermal/ |
D | intel_powerclamp.rst | 6 - Arjan van de Ven <arjan@linux.intel.com> 7 - Jacob Pan <jacob.jun.pan@linux.intel.com> 12 - Goals and Objectives 15 - Idle Injection 16 - Calibration 19 - Effectiveness and Limitations 20 - Power vs Performance 21 - Scalability 22 - Calibration 23 - Comparison with Alternative Techniques [all …]
|