Home
last modified time | relevance | path

Searched +full:files +full:- +full:based (Results 1 – 25 of 1021) sorted by relevance

12345678910>>...41

/Linux-v5.10/kernel/gcov/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "GCOV-based kernel profiling"
5 bool "Enable gcov-based kernel profiling"
10 This option enables gcov-based code profiling (e.g. for code coverage
16 for the entire kernel. To enable profiling for specific files or
23 For all files in one directory:
26 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
51 larger and run slower. Also be sure to exclude files from profiling
/Linux-v5.10/fs/jffs2/
DLICENCE1 The files in this directory and elsewhere which refer to this LICENCE
4 Copyright © 2001-2007 Red Hat, Inc. and others
18 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
20 As a special exception, if other files instantiate templates or use
21 macros or inline functions from these files, or you compile these
22 files and link them with other works to produce a work based on these
23 files, these files do not by themselves cause the resulting work to be
25 these files must still be made available in accordance with section (3)
28 This exception does not invalidate any other reasons why a work based on
/Linux-v5.10/fs/fat/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 If you want to use one of the FAT-based file systems (the MS-DOS and
9 diskettes with FAT-based file systems and transparently access the
10 files on them, i.e. MSDOS files will look and behave just like all
11 other Unix files.
23 If you need to move large files on floppies between a DOS and a
33 cannot compile any of the FAT-based file systems into the kernel
34 -- they will have to be modules as well.
43 DOSEMU-HOWTO, available from
46 intend to use dosemu with a non-compressed MSDOS partition, say Y
[all …]
/Linux-v5.10/Documentation/arm/
Dmicrochip.rst7 ------------
11 It is important to note that the Microchip (previously Atmel) ARM-based MPU
14 the official Microchip product name. Anyway, files, directories, git trees,
15 git branches/tags and email subject always contain this "at91" sub-string.
19 ---------
24 * ARM 920 based SoC
25 - at91rm9200
29 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-1768-32-bit-ARM920T-Embedded-Microprocessor-
31 * ARM 926 based SoCs
32 - at91sam9260
[all …]
/Linux-v5.10/tools/testing/ktest/examples/
DREADME6 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
14 https://kernel.org/pub/tools/crosstool/files/bin/x86_64/
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
27 to reuse configs for various machines or set ups. The files here
28 are included by other config files, where the other config files define
/Linux-v5.10/scripts/
DMakefile.host1 # SPDX-License-Identifier: GPL-2.0
4 # ---------------------------------------------------------------------------
6 cmd_flex = $(LEX) -o$@ -L $<
12 # ---------------------------------------------------------------------------
14 cmd_bison = $(YACC) -o $(basename $@).c --defines=$(basename $@).h -t -l $<
31 # lxdialog-objs := checklist.o lxdialog.o
33 # lxdialog, based on checklist.o and lxdialog.o
36 # qconf-cxxobjs := qconf.o
37 # qconf-objs := menu.o
43 host-csingle := $(foreach m,$(hostprogs), \
[all …]
DMakefile.userprogs1 # SPDX-License-Identifier: GPL-2.0-only
7 user-csingle := $(foreach m, $(userprogs), $(if $($(m)-objs),,$(m)))
9 # Executables linked based on several .o files
10 user-cmulti := $(foreach m, $(userprogs), $(if $($(m)-objs),$(m)))
12 # Objects compiled from .c files
13 user-cobjs := $(sort $(foreach m, $(userprogs), $($(m)-objs)))
15 user-csingle := $(addprefix $(obj)/, $(user-csingle))
16 user-cmulti := $(addprefix $(obj)/, $(user-cmulti))
17 user-cobjs := $(addprefix $(obj)/, $(user-cobjs))
19 user_ccflags = -Wp,-MMD,$(depfile) $(KBUILD_USERCFLAGS) $(userccflags) \
[all …]
/Linux-v5.10/Documentation/input/devices/
Dedt-ft5x06.rst1 EDT ft5x06 based Polytouch devices
2 ----------------------------------
4 The edt-ft5x06 driver is useful for the EDT "Polytouch" family of capacitive
5 touch screens. Note that it is *not* suitable for other devices based on the
6 focaltec ft5x06 devices, since they contain vendor-specific firmware. In
15 The driver allows configuration of the touch screen via a set of sysfs files:
18 allows setting the "click"-threshold in the range from 0 to 80.
31 For debugging purposes the driver provides a few files in the debug
33 you'll find the following files:
36 (readonly) contains the number of sensor fields in X- and
[all …]
/Linux-v5.10/samples/bpf/
DMakefile.target1 # SPDX-License-Identifier: GPL-2.0
9 # tprogs-y := xsk_example
12 # tprogs-y := xdpsock
13 # xdpsock-objs := xdpsock_1.o xdpsock_2.o
15 # xdpsock, based on xdpsock_1.o and xdpsock_2.o
19 __tprogs := $(sort $(tprogs-y))
23 tprog-csingle := $(foreach m,$(__tprogs), \
24 $(if $($(m)-objs),,$(m)))
26 # C executables linked based on several .o files
27 tprog-cmulti := $(foreach m,$(__tprogs),\
[all …]
/Linux-v5.10/Documentation/arm/spear/
Doverview.rst6 ------------
11 The ST Microelectronics SPEAr range of ARM9/CortexA9 System-on-Chip CPUs are
19 - SPEAr3XX (3XX SOC series, based on ARM9)
20 - SPEAr300 (SOC)
21 - SPEAr300 Evaluation Board
22 - SPEAr310 (SOC)
23 - SPEAr310 Evaluation Board
24 - SPEAr320 (SOC)
25 - SPEAr320 Evaluation Board
26 - SPEAr6XX (6XX SOC series, based on ARM9)
[all …]
/Linux-v5.10/Documentation/filesystems/
Df2fs.rst1 .. 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 …]
Dfsverity.rst1 .. SPDX-License-Identifier: GPL-2.0
6 fs-verity: read-only file-based authenticity protection
12 fs-verity (``fs/verity/``) is a support layer that filesystems can
14 of read-only files. Currently, it is supported by the ext4 and f2fs
15 filesystems. Like fscrypt, not too much filesystem-specific code is
16 needed to support fs-verity.
18 fs-verity is similar to `dm-verity
19 <https://www.kernel.org/doc/Documentation/device-mapper/verity.txt>`_
20 but works on files rather than block devices. On regular files on
21 filesystems supporting fs-verity, userspace can execute an ioctl that
[all …]
Domfs.rst1 .. SPDX-License-Identifier: GPL-2.0
11 and Rio Karma MP3 player. The filesystem is extent-based, utilizing
12 block sizes from 2k to 8k, with hash-based directories. This
22 http://linux-karma.sf.net/
34 OMFS supports the following mount-time options:
37 uid=n make all files owned by specified user
38 gid=n make all files owned by specified group
40 fmask=xxx set umask to xxx for files
52 same 64-bit block number, any remaining space in the smaller sysblock is
60 __be16 h_crc; /* crc-ccitt of body_size bytes */
[all …]
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dfs.rst13 ------------------------------------------------------------------------------
15 This file contains documentation for the sysctl files in
18 The files in this directory can be used to tune and monitor
20 kernel. Since some of the files _can_ be used to screw up your
27 Currently, these files are in /proc/sys/fs:
29 - aio-max-nr
30 - aio-nr
31 - dentry-state
32 - dquot-max
33 - dquot-nr
[all …]
/Linux-v5.10/Documentation/admin-guide/
DREADME.rst11 --------------
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.10/drivers/scsi/aic7xxx/
DKconfig.aic7xxx1 # SPDX-License-Identifier: GPL-2.0-only
4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $
7 tristate "Adaptec AIC7xxx Fast -> U160 support"
12 based SCSI controllers as well as the aic7770 based EISA and VLB
13 SCSI controllers (the 274x and 284x series). For AAA and ARO based
29 vary this number based on device behavior. For devices with a
33 Due to resource allocation issues in the Linux SCSI mid-layer, using
43 int "Initial bus reset delay in milli-seconds"
59 include files updated during a normal kernel build. The assembler
62 or modify the assembler Makefile or the files it includes if your
[all …]
/Linux-v5.10/security/integrity/ima/
Dima_main.c1 // SPDX-License-Identifier: GPL-2.0-only
53 if (strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) == 0) { in hash_setup()
87 if ((func == MMAP_CHECK) && mapping_writably_mapped(file->f_mapping)) { in mmap_violation_check()
88 rc = -ETXTBSY; in mmap_violation_check()
91 if (!*pathbuf) /* ima_rdwr_violation possibly pre-fetched */ in mmap_violation_check()
92 *pathname = ima_d_path(&file->f_path, pathbuf, in mmap_violation_check()
103 * Only invalidate the PCR for measured files:
104 * - Opening a file for write when already open for read,
106 * - Opening a file for read when already open for write,
118 fmode_t mode = file->f_mode; in ima_rdwr_violation_check()
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
20 values of executables and other sensitive system files,
28 whether or not critical system files have been modified.
60 Disabling this option will disregard LSM based policy rules.
71 limited to 255 characters. The 'ima-ng' measurement list
78 bool "ima-ng (default)"
80 bool "ima-sig"
87 default "ima-ng" if IMA_NG_TEMPLATE
88 default "ima-sig" if IMA_SIG_TEMPLATE
163 <http://linux-ima.sourceforge.net>
[all …]
/Linux-v5.10/sound/isa/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
39 will be called snd-adlib.
54 will be called snd-ad1816a.
61 CS4248 (Cirrus Logic - Crystal Semiconductors) chips.
67 will be called snd-ad1848.
70 tristate "Diamond Tech. DT-019x and Avance Logic ALSxxx"
77 Say Y here to include support for soundcards based on the
78 Diamond Technologies DT-019X or Avance Logic chips: ALS007,
82 will be called snd-als100.
92 based on the AZT1605 chipset.
[all …]
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/dlink/
Ddl2k.rst1 .. SPDX-License-Identifier: GPL-2.0
4 D-Link DL2000-based Gigabit Ethernet Adapter Installation
11 - Compatibility List
12 - Quick Install
13 - Compiling the Driver
14 - Installing the Driver
15 - Option parameter
16 - Configuration Script Sample
17 - Troubleshooting
25 - D-Link DGE-550T Gigabit Ethernet Adapter.
[all …]
/Linux-v5.10/Documentation/arm/samsung-s3c24xx/
Doverview.rst8 ------------
10 The Samsung S3C24XX range of ARM9 System-on-Chip CPUs are supported
21 included under the arch/arm/mach-s3c2416 directory. Note, while core
27 -------------
38 ------
40 The core support files are located in the platform code contained in
41 arch/arm/plat-s3c24xx with headers in include/asm-arm/plat-s3c24xx.
43 code (arch/arm/plat-s3c24xx) and the arch/arm/mach-s3c24* code.
45 Each cpu has a directory with the support files for it, and the
47 in arch/arm/mach-s3c2410 and S3C2440 in arch/arm/mach-s3c2440
[all …]
/Linux-v5.10/scripts/kconfig/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
4 # These targets are used from top-level makefile
16 silent := -s
32 $(Q)$< $(silent) --oldaskconfig $(Kconfig)
46 $(Q)$(PERL) $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
47 $(Q)if [ -f .config ]; then \
48 cmp -s .tmp.config .config || \
49 (mv -f .config .config.old.1; \
50 mv -f .tmp.config .config; \
51 $< $(silent) --oldconfig $(Kconfig); \
[all …]
/Linux-v5.10/Documentation/networking/device_drivers/wifi/intel/
Dipw2100.rst1 .. SPDX-License-Identifier: GPL-2.0
10 - Intel(R) PRO/Wireless 2100 Network Connection
12 Copyright |copy| 2003-2006, Intel Corporation
16 :Version: git-1.1.5
23 2. Release git-1.1.5 Current Features
25 4. Sysfs Helper Files
64 the warranty and/or issues arising from regulatory non-compliance, and
69 modules, and accordingly, condition system-level regulatory approval
72 non-compliant.
81 https://www.intel.com/support/wireless/sb/CS-006408.htm
[all …]
Dipw2200.rst1 .. SPDX-License-Identifier: GPL-2.0
11 - Intel(R) PRO/Wireless 2200BG Network Connection
12 - Intel(R) PRO/Wireless 2915ABG Network Connection
20 Copyright |copy| 2004-2006, Intel Corporation
35 1.4. Sysfs Helper Files
37 2. Ad-Hoc Networking
78 the warranty and/or issues arising from regulatory non-compliance, and
83 modules, and accordingly, condition system-level regulatory approval
86 non-compliant.
113 -------------------------
[all …]
/Linux-v5.10/LICENSES/preferred/
DLGPL-2.01 Valid-License-Identifier: LGPL-2.0
2 Valid-License-Identifier: LGPL-2.0+
3 SPDX-URL: https://spdx.org/licenses/LGPL-2.0.html
4 Usage-Guide:
9 SPDX-License-Identifier: LGPL-2.0
12 SPDX-License-Identifier: LGPL-2.0+
13 License-Text:
19 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
31 intended to guarantee your freedom to share and change free software--to
53 link a program with the library, you must provide complete object files to
[all …]

12345678910>>...41