/Linux-v5.15/drivers/fsi/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 FSI - the FRU Support Interface - is a simple bus for low-level 12 access to POWER-based hardware. 17 bool "Create '/dev/fsi' directory for char devices" 21 located under a common /dev/fsi/ directory. Set to N unless your 29 symlinks in /dev/fsi/by-path when this option is enabled. 32 tristate "GPIO-based FSI master" 47 tristate "FSI master based on Aspeed ColdFire coprocessor" 68 This option enables an FSI based SCOM device driver. 74 This option enables an FSI based SBEFIFO device driver. The SBEFIFO is [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/net/ |
D | altera_tse.txt | 1 * Altera Triple-Speed Ethernet MAC driver (TSE) 4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should 5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE. 8 - reg: Address and length of the register set for the device. It contains 9 the information of registers in the same order as described by reg-names 10 - reg-names: Should contain the reg names 18 - interrupts: Should contain the TSE interrupts and it's mode. 19 - interrupt-names: Should contain the interrupt names 22 - rx-fifo-depth: MAC receive FIFO buffer depth in bytes 23 - tx-fifo-depth: MAC transmit FIFO buffer depth in bytes [all …]
|
D | ftgmac100.txt | 4 - compatible: "faraday,ftgmac100" 10 - "aspeed,ast2400-mac" 11 - "aspeed,ast2500-mac" 12 - "aspeed,ast2600-mac" 14 - reg: Address and length of the register set for the device 15 - interrupts: Should contain ethernet controller interrupt 18 - phy-handle: See ethernet.txt file in the same directory. 19 - phy-mode: See ethernet.txt file in the same directory. If the property is 22 - use-ncsi: Use the NC-SI stack instead of an MDIO PHY. Currently assumes 23 rmii (100bT) but kept as a separate property in case NC-SI grows support [all …]
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-devices-soc | 5 The /sys/devices/ directory contains a sub-directory for each 6 System-on-Chip (SoC) device on a running platform. Information 10 The directory created for each SoC will also house information 19 Read-only attribute common to all SoCs. Contains the SoC machine 26 Read-only attribute common to all SoCs. Contains SoC family name 29 On many of ARM based silicon with SMCCC v1.2+ compliant firmware 57 Read-only attribute supported by most SoCs. Contains the SoC's 64 Read-only attribute supported by most SoCs. In the case of 65 ST-Ericsson's chips this contains the SoC serial number. 67 On many of ARM based silicon with SMCCC v1.2+ compliant firmware [all …]
|
D | sysfs-firmware-opal-sensor-groups | 3 Contact: Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org> 4 Description: Sensor groups directory for POWER9 powernv servers 6 Each folder in this directory contains a sensor group 7 which are classified based on type of the sensor 10 different owners like CSM, Profiler, Job-Scheduler 14 Contact: Linux for PowerPC mailing list <linuxppc-dev@ozlabs.org> 15 Description: Sysfs file to clear the min-max of all the sensors 20 In POWER9, the min-max of a sensor is the historical minimum
|
D | sysfs-ptp | 5 This directory contains files and directories 13 This directory contains the attributes of the Nth PTP 24 name" and to help distinguish PHY based devices from 25 MAC based ones. The string does not necessarily have 41 Write integer to re-configure it. 88 This directory contains one file for each programmable 110 This write-only file enables or disables external 128 This write-only file enables or disables periodic 139 This write-only file enables or disables delivery of
|
/Linux-v5.15/fs/adfs/ |
D | dir_f.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 1997-1999 Russell King 7 * E and F format directory handling 48 int _off = idx - (_buf << blocksize_bits);\ 49 *(u8 *)(bh[_buf]->b_data + _off); \ 54 int _off = idx - (_buf << blocksize_bits);\ 55 *(__le32 *)(bh[_buf]->b_data + _off); \ 60 int _off = _idx - (_buf << blocksize_bits);\ 61 (void *)(_bh[_buf]->b_data + _off); \ 72 struct buffer_head * const *bh = dir->bh; in adfs_dir_checkbyte() [all …]
|
/Linux-v5.15/Documentation/filesystems/ |
D | autofs.rst | 2 autofs - how it works 8 The goal of autofs is to provide on-demand mounting and race free 17 media with a media-changing robot. 23 filesystem can even be programmatic rather than database-backed, 24 allowing wildcards for example, and can vary based on the user who 31 There also needs to be a user-space program which looks up names 35 required with any user-space program. Subsequent text refers to this 52 directory should be a mount trap is based on a master map. This master 58 mount is considered to be *indirect*), then the root directory is 59 always a regular directory, otherwise it is a mount trap when it is [all …]
|
D | directory-locking.rst | 2 Directory Locking 6 Locking scheme used for directory operations is based on two 7 kinds of locks - per-inode (->i_rwsem) and per-filesystem 8 (->s_vfs_rename_mutex). 10 When taking the i_rwsem on multiple non-directory objects, we 16 1) read access. Locking rules: caller locks directory we are accessing. 25 4) rename() that is _not_ cross-directory. Locking rules: caller locks 28 if the target already exists, lock it. If the source is a non-directory, 37 * check that source is not a directory 43 6) cross-directory rename. The trickiest in the whole bunch. Locking [all …]
|
D | sysfs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 sysfs - _The_ filesystem for exporting kernel objects 18 sysfs is a ram-based filesystem initially based on ramfs. It provides 23 Documentation/core-api/kobject.rst for more information concerning the kobject 33 mount -t sysfs sysfs /sys 36 Directory Creation 39 For every kobject that is registered with the system, a directory is 40 created for it in sysfs. That directory is created as a subdirectory 42 userspace. Top-level directories in sysfs represent the common 47 directory in the kernfs_node object associated with the directory. In [all …]
|
D | f2fs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 WHAT IS Flash-Friendly File System (F2FS)? 7 NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards, have 13 F2FS is a file system exploiting NAND flash memory-based storage devices, which 14 is based on Log-structured File System (LFS). The design has been focused on 18 Since a NAND flash memory-based storage device shows different characteristic 20 F2FS and its tools support various parameters not only for configuring on-disk 26 - git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git 30 - linux-f2fs-devel@lists.sourceforge.net 35 Log-structured File System (LFS) [all …]
|
/Linux-v5.15/tools/testing/ktest/examples/ |
D | README | 1 This directory contains example configs to use ktest for various tasks. 6 The configs are based off of real working configs but have been modified 10 crosstests.conf - this config shows an example of testing a git repo against 16 test.conf - A generic example of a config. This is based on an actual config 19 kvm.conf - A example of a config that is used to test a virtual guest running 22 snowball.conf - An example config that was used to demo ktest.pl against 25 include/ - The include directory holds default configs that can be
|
/Linux-v5.15/Documentation/admin-guide/ |
D | README.rst | 11 -------------- 14 Linus Torvalds with assistance from a loosely-knit team of hackers across 17 It has all the features you would expect in a modern fully-fledged Unix, 19 loading, shared copy-on-write executables, proper memory management, 22 It is distributed under the GNU General Public License v2 - see the 26 ----------------------------- 28 Although originally developed first for 32-bit x86-based PCs (386 or higher), 31 IBM S/390, MIPS, HP PA-RISC, Intel IA-64, DEC VAX, AMD x86-64 Xtensa, and 34 Linux is easily portable to most general-purpose 32- or 64-bit architectures 40 userspace application - this is called UserMode Linux (UML). [all …]
|
/Linux-v5.15/include/xen/ |
D | xen-front-pgdir-shbuf.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */ 4 * Xen frontend/backend page directory based shared buffer 25 * - for frontend allocated/imported buffers this holds the number 26 * of grant references for the page directory and the pages 29 * - for the buffer provided by the backend this only holds the number 30 * of grant references for the page directory itself as grant 35 /* Page directory backing storage. */ 36 u8 *directory; member 40 * directory). 67 * This is allocated outside because there are use-cases when
|
/Linux-v5.15/drivers/mtd/parsers/ |
D | redboot.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Parse RedBoot-style Flash Image System (FIS) tables and 7 * Copyright © 2001-2010 David Woodhouse <dwmw2@infradead.org> 26 unsigned char _pad[256 - (16 + 7 * sizeof(u32))]; 36 static int directory = CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK; variable 37 module_param(directory, int, 0); 60 ret = of_property_read_u32(npart, "fis-index-block", &dirblock); in parse_redboot_of() 66 * directory block pointer. in parse_redboot_of() 68 directory = dirblock; in parse_redboot_of() 93 if (directory < 0) { in parse_redboot_partitions() [all …]
|
/Linux-v5.15/include/uapi/linux/ |
D | inotify.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * Inode based directory notification for Linux 16 * struct inotify_event - structure read from the inotify device for each event 18 * When you are watching a directory, you will receive the filename for events 29 /* the following are legal, implemented events that user-space can watch for */ 53 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ 62 * All of the events - we build the list by hand so that we can add flags in 77 * except historical FIONREAD, which is based on 'T'.
|
/Linux-v5.15/Documentation/arm/samsung-s3c24xx/ |
D | overview.rst | 8 ------------ 10 The Samsung S3C24XX range of ARM9 System-on-Chip CPUs are supported 21 included under the arch/arm/mach-s3c directory. Note, while core 27 ------------- 38 ------ 41 platform code contained in arch/arm/mach-s3c with headers in 42 arch/arm/mach-s3c/include 44 arch/arm/mach-s3c: 54 this directory, the name becomes invalid. We stick to s3c2440-<x> 62 -------- [all …]
|
/Linux-v5.15/Documentation/admin-guide/mm/ |
D | numaperf.rst | 13 under different domains, or "nodes", based on locality and performance 20 +------------------+ +------------------+ 21 | Compute Node 0 +-----+ Compute Node 1 | 23 +--------+---------+ +--------+---------+ 25 +--------+---------+ +--------+---------+ 27 +------------------+ +--------+---------+ 35 performance when accessing a given memory target. Each initiator-target 47 # symlinks -v /sys/devices/system/node/nodeX/access0/targets/ 48 relative: /sys/devices/system/node/nodeX/access0/targets/nodeY -> ../../nodeY 50 # symlinks -v /sys/devices/system/node/nodeY/access0/initiators/ [all …]
|
/Linux-v5.15/Documentation/admin-guide/sysctl/ |
D | fs.rst | 13 ------------------------------------------------------------------------------ 18 The files in this directory can be used to tune and monitor 29 - aio-max-nr 30 - aio-nr 31 - dentry-state 32 - dquot-max 33 - dquot-nr 34 - file-max 35 - file-nr 36 - inode-max [all …]
|
/Linux-v5.15/drivers/xen/ |
D | xen-front-pgdir-shbuf.c | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 4 * Xen frontend/backend page directory based shared buffer 22 #include <xen/xen-front-pgdir-shbuf.h> 36 * buffer. This structure is common to many Xen para-virtualized 53 * e.g. if grefs are required for page directory only or the buffer 58 /* Fill page directory according to para-virtual display protocol. */ 74 * page directory. Usually this is passed to the backend, 78 * \param buf shared buffer which page directory is of interest. 80 * page directory. 85 if (!buf->grefs) in xen_front_pgdir_shbuf_get_dir_start() [all …]
|
/Linux-v5.15/drivers/edac/ |
D | edac_device.h | 9 * Based on work by Dan Hollis <goemon at anime dot net> and others. 10 * http://www.anime.net/~goemon/linux-ecc/ 15 * Refactored for multi-source files: 18 * Please look at Documentation/driver-api/edac.rst for more info about 58 * mc/ <existing memory device directory> 59 * cpu/cpu0/.. <L1 and L2 block directory> 60 * /L1-cache/ce_count 62 * /L2-cache/ce_count 64 * cpu/cpu1/.. <L1 and L2 block directory> 65 * /L1-cache/ce_count [all …]
|
/Linux-v5.15/tools/perf/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 4 # with a -j option to do parallel builds 6 # If you want to invoke the perf build in some non-standard way then 7 # you can use the 'make -f Makefile.perf' method to invoke it. 11 # Clear out the built-in rules GNU make defines by default (such as .o targets), 17 # We don't want to pass along options like -j: 22 # Do a parallel build with multiple jobs, based on the number of CPUs online 23 # in this system: 'make -j8' on a 8-CPU system, etc. 28 …JOBS := $(shell (getconf _NPROCESSORS_ONLN || egrep -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/de… 35 # Only pass canonical directory names as the output directory: [all …]
|
/Linux-v5.15/fs/ceph/ |
D | ioctl.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 11 * CEPH_IOC_GET_LAYOUT - get file layout or dir layout policy 12 * CEPH_IOC_SET_LAYOUT - set file layout 13 * CEPH_IOC_SET_LAYOUT_POLICY - set dir layout policy 20 * Files get a new layout based on the policy set on the containing 21 * directory or one of its ancestors. The GET_LAYOUT ioctl will let 22 * you examine the layout for a file or the policy on a directory. 29 * on a directory that will apply to any new files created in that 30 * directory (or any child directory that doesn't specify a layout of 39 /* obsolete. new values ignored, always return -1 */ [all …]
|
/Linux-v5.15/scripts/clang-tools/ |
D | gen_compile_commands.py | 2 # SPDX-License-Identifier: GPL-2.0 24 # The tools/ directory adopts a different build system, and produces .cmd 29 """Sets up and parses command-line arguments. 33 directory: The work directory where the objects were built. 35 output: Where to write the compile-commands JSON file. 41 directory_help = ('specify the output directory used for the kernel build ' 42 '(defaults to the working directory)') 43 parser.add_argument('-d', '--directory', type=str, default='.', 48 parser.add_argument('-o', '--output', type=str, default=_DEFAULT_OUTPUT, 53 parser.add_argument('--log_level', choices=_VALID_LOG_LEVELS, [all …]
|
/Linux-v5.15/Documentation/filesystems/caching/ |
D | cachefiles.rst | 1 .. SPDX-License-Identifier: GPL-2.0 36 CacheFiles is a caching backend that's meant to use as a cache a directory on 39 CacheFiles uses a userspace daemon to do some of the cache management - such as 48 CacheFiles creates a misc character device - "/dev/cachefiles" - that is used 57 space if necessary - see the "Cache Culling" section. This means it can be 70 - dnotify. 72 - extended attributes (xattrs). 74 - openat() and friends. 76 - bmap() support on files in the filesystem (FIBMAP ioctl). 78 - The use of bmap() to detect a partial page at the end of the file. [all …]
|