Searched +full:pre +full:- +full:programs (Results 1 – 25 of 154) sorted by relevance
1234567
/Linux-v6.1/Documentation/gpu/amdgpu/display/ |
D | display-manager.rst | 8 .. kernel-doc:: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 11 .. kernel-doc:: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h 17 .. kernel-doc:: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 20 .. kernel-doc:: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 26 .. kernel-doc:: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c 29 .. kernel-doc:: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c 32 .. kernel-doc:: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 38 .. kernel-doc:: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 41 .. kernel-doc:: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 47 .. kernel-doc:: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c [all …]
|
/Linux-v6.1/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 bpftool-gen 6 ------------------------------------------------------------------------------- 7 tool for BPF code-generation 8 ------------------------------------------------------------------------------- 19 *OPTIONS* := { |COMMON_OPTIONS| | { **-L** | **--use-loader** } } 40 user-space object files, but in addition to combining data 60 with BPF programs from userspace side. Generated code is 70 programs, skeleton provides a storage for BPF links (**struct 72 requested, supported BPF programs will be automatically [all …]
|
/Linux-v6.1/tools/power/cpupower/ |
D | README | 4 ------------ 6 On x86 pciutils is needed at runtime (-lpci). 7 For compilation pciutils-devel (pci/pci.h) and a gcc version 13 ---------- 16 tools and programs to the cpufreq core and drivers in the Linux kernel. This 23 ---------------------------- 30 /usr/lib; cpupower, cpufreq-bench_plot.sh to put in /usr/bin; and 31 cpufreq-bench to put in /usr/sbin. If you want to set up the paths 38 ------ 42 powernow-k8-decode and intel_gsic tools as well as the french language file; [all …]
|
/Linux-v6.1/fs/ksmbd/ |
D | Kconfig | 32 You also need to install user space programs which can be found 33 in ksmbd-tools, available from 34 https://github.com/cifsd-team/ksmbd-tools. 37 (https://github.com/cifsd-team/ksmbd-tools/blob/master/README). 39 ksmbd kernel server includes support for auto-negotiation, 40 Secure negotiate, Pre-authentication integrity, oplock/lease, 41 compound requests, multi-credit, packet signing, RDMA(smbdirect), 42 smb3 encryption, copy-offload, secure per-user session
|
/Linux-v6.1/drivers/accessibility/speakup/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 12 point your browser at <http://www.linux-speakup.org/>. 37 requires software to be pre-loaded on to the card before 122 the dec_pc.tgz file from linux-speakup.org. It is in 124 contains the software which must be pre-loaded on to the 128 PC software has been pre-loaded on to the board. 170 register a device /dev/softsynth which midware programs 174 it built-in to the kernel or loaded as a module.
|
/Linux-v6.1/Documentation/kbuild/ |
D | makefiles.rst | 12 --- 3.1 Goal definitions 13 --- 3.2 Built-in object goals - obj-y 14 --- 3.3 Loadable module goals - obj-m 15 --- 3.4 <deleted> 16 --- 3.5 Library file goals - lib-y 17 --- 3.6 Descending down in directories 18 --- 3.7 Non-builtin vmlinux targets - extra-y 19 --- 3.8 Always built goals - always-y 20 --- 3.9 Compilation flags 21 --- 3.10 Dependency tracking [all …]
|
D | reproducible-builds.rst | 17 ---------- 42 ---------- 50 ------------------ 52 When the kernel is built out-of-tree, debug information may include 54 including the ``-fdebug-prefix-map`` option in the `KCFLAGS`_ variable. 57 to an absolute filename in an out-of-tree build. Kbuild automatically 58 uses the ``-fmacro-prefix-map`` option to prevent this, if it is 62 `prefix-map options`_. 65 ---------------------------------- 67 The build processes for some programs under the ``tools/`` [all …]
|
/Linux-v6.1/Documentation/bpf/ |
D | prog_flow_dissector.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 BPF flow dissector is an attempt to reimplement C-based flow dissector logic 20 BPF flow dissector programs operate on an ``__sk_buff``. However, only the 26 * ``nhoff`` - initial offset of the networking header 27 * ``thoff`` - initial offset of the transport header, initialized to nhoff 28 * ``n_proto`` - L3 protocol type, parsed out of L2 header 29 * ``flags`` - optional flags 38 __sk_buff->data 41 In the VLAN-less case, this is what the initial state of the BPF flow 44 +------+------+------------+-----------+ [all …]
|
D | map_hash.rst | 1 .. SPDX-License-Identifier: GPL-2.0-only 9 - ``BPF_MAP_TYPE_HASH`` was introduced in kernel version 3.19 10 - ``BPF_MAP_TYPE_PERCPU_HASH`` was introduced in version 4.6 11 - Both ``BPF_MAP_TYPE_LRU_HASH`` and ``BPF_MAP_TYPE_LRU_PERCPU_HASH`` 19 to the max_entries limit that you specify. Hash maps use pre-allocation 21 used to disable pre-allocation when it is too memory expensive. 24 CPU. The per-cpu values are stored internally in an array. 44 - ``BPF_ANY`` will create a new element or update an existing element 45 - ``BPF_NOEXIST`` will create a new element only if one did not already 47 - ``BPF_EXIST`` will update an existing element [all …]
|
/Linux-v6.1/tools/testing/selftests/tc-testing/ |
D | README | 1 tdc - Linux Traffic Control (tc) unit testing suite 3 Author: Lucas Bates - lucasb@mojatatu.com 10 ------------ 24 * All tc-related features being tested must be built in or available as 26 ./tdc.py -c 30 teardown commands - which includes not being able to run a test simply 32 handled in a future version - the current workaround is to run the tests 37 -------------- 44 using the -p option when running tdc: 45 ./tdc.py -p /path/to/tc [all …]
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf-stat.txt | 1 perf-stat(1) 5 ---- 6 perf-stat - Run a command and gather performance counter statistics 9 -------- 11 'perf stat' [-e <EVENT> | --event=EVENT] [-a] <command> 12 'perf stat' [-e <EVENT> | --event=EVENT] [-a] \-- <command> [<options>] 13 'perf stat' [-e <EVENT> | --event=EVENT] [-a] record [-o file] \-- <command> [<options>] 14 'perf stat' report [-i file] 17 ----------- 23 ------- [all …]
|
/Linux-v6.1/Documentation/process/ |
D | stable-api-nonsense.rst | 8 Greg Kroah-Hartman <greg@kroah.com> 18 The kernel to userspace interface is the one that application programs use, 20 will not break. I have old programs that were built on a pre 0.9something 27 ----------------- 38 ----- 41 to worry about the in-kernel interfaces changing. For the majority of 59 ----------------------- 64 - Depending on the version of the C compiler you use, different kernel 71 - Depending on what kernel build options you select, a wide range of 74 - different structures can contain different fields [all …]
|
D | adding-syscalls.rst | 9 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>`. 13 ------------------------ 18 kernel, there are other possibilities -- choose what fits best for your 21 - If the operations involved can be made to look like a filesystem-like 26 - If the new functionality involves operations where the kernel notifies 30 - However, operations that don't map to 31 :manpage:`read(2)`/:manpage:`write(2)`-like operations 35 - If you're just exposing runtime system information, a new node in sysfs 41 - If the operation is specific to a particular file or file descriptor, then 47 - If the operation is specific to a particular task or process, then an [all …]
|
/Linux-v6.1/sound/usb/line6/ |
D | driver.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 77 * This can be used to address the device in ALSA programs as 109 /* device provides low-level information */ 163 /* Circular buffer for non-MIDI control messages */ 176 /* If MIDI is supported, buffer_message contains the pre-processed data;
|
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
D | maxim,max9286.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Jacopo Mondi <jacopo+renesas@jmondi.org> 12 - Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> 13 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 14 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> 18 Serial Links (GMSL) and outputs them on a CSI-2 D-PHY port using up to 4 data 28 '#address-cells': 31 '#size-cells': [all …]
|
/Linux-v6.1/Documentation/admin-guide/aoe/ |
D | aoe.rst | 11 http://support.coraid.com/support/linux/EtherDrive-2.6-HOWTO.html 16 http://support.coraid.com/support/linux/EtherDrive-2.6-HOWTO-5.html#ss5.19 18 The aoetools are userland programs that are designed to work with this 23 The scripts in this Documentation/admin-guide/aoe directory are intended to 35 There is a udev-install.sh script that shows how to install these 86 a convenient way. Users with aoetools should use the aoe-stat 89 root@makki root# sh Documentation/admin-guide/aoe/status.sh 114 whitespace-separated list. Unlike the old character device, the 118 interfaces. The aoetools package provides an aoe-discover script 125 There is a boot option for the built-in aoe driver and a [all …]
|
/Linux-v6.1/arch/arm/mm/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 17 A 32-bit RISC microprocessor based on the ARM7 processor core 36 A 32-bit RISC processor with 8kByte Cache, Write Buffer and 53 A 32-bit RISC processor with 8KB cache or 4KB variants, 69 A 32-bit RISC microprocessor based on the ARM9 processor core 182 ARM940T is a member of the ARM9TDMI family of general- 184 instruction and 4KB data cases, each with a 4-word line 190 # ARM946E-S 201 ARM946E-S is a member of the ARM9E-S family of high- 202 performance, 32-bit system-on-chip processor solutions. [all …]
|
/Linux-v6.1/drivers/message/fusion/ |
D | mptlan.h | 7 * Copyright (c) 2000-2008 LSI Corporation 8 * (mailto:DL-MPTFusionLinux@lsi.com) 11 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 25 LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 31 programs or equipment, and unavailability or interruption of operations. 44 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 46 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 76 /* Override mptbase.h by pre-defining these! */ 125 #define NETDEV_PTR_TO_IOC_NAME_s(d) (NETDEV_TO_LANPRIV_PTR(d)->mpt_dev->name) 126 #define IOC_AND_NETDEV_NAMES_s_s(d) NETDEV_PTR_TO_IOC_NAME_s(d), (d)->name
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | intel_wopcm.c | 1 // SPDX-License-Identifier: MIT 3 * Copyright © 2017-2019 Intel Corporation 26 * | Size +--------------------+ 28 * | | +--------------------+ 30 * | | +------------------- + 34 * | +------------------- + <== HuC Firmware Top 73 * intel_wopcm_init_early() - Early initialization of the WOPCM. 86 wopcm->size = GEN11_WOPCM_SIZE; in intel_wopcm_init_early() 88 wopcm->size = GEN9_WOPCM_SIZE; in intel_wopcm_init_early() 90 drm_dbg(&i915->drm, "WOPCM: %uK\n", wopcm->size / 1024); in intel_wopcm_init_early() [all …]
|
/Linux-v6.1/Documentation/admin-guide/ |
D | binfmt-misc.rst | 6 This includes for example compiled Java(TM), Python or Emacs programs. 9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes 16 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc 24 - ``name`` 28 - ``type`` 30 - ``offset`` 34 - ``magic`` 36 may contain hex-encoded characters like ``\x0a`` or ``\xA4``. Note that you 43 - ``mask`` 49 - ``interpreter`` [all …]
|
D | sysrq.rst | 22 - 0 - disable sysrq completely 23 - 1 - enable all functions of sysrq 24 - >1 - bitmask of allowed sysrq functions (see below for detailed function 27 2 = 0x2 - enable control of console logging level 28 4 = 0x4 - enable control of keyboard (SAK, unraw) 29 8 = 0x8 - enable debugging dumps of processes etc. 30 16 = 0x10 - enable sync command 31 32 = 0x20 - enable remount read-only 32 64 = 0x40 - enable signalling of processes (term, kill, oom-kill) 33 128 = 0x80 - allow reboot/poweroff [all …]
|
/Linux-v6.1/Documentation/filesystems/ |
D | orangefs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 OrangeFS is an LGPL userspace scale-out parallel storage system. It is ideal 14 of parallel programs. 51 On Fedora, install orangefs and orangefs-server:: 53 dnf -y install orangefs orangefs-server 64 pvfs2-client-core. 68 pvfs2-server -f /etc/orangefs/orangefs.conf 72 systemctl start orangefs-server 76 pvfs2-ping -m /pvfsmnt 81 systemctl start orangefs-client [all …]
|
/Linux-v6.1/Documentation/dev-tools/ |
D | testing-overview.rst | 1 .. SPDX-License-Identifier: GPL-2.0 26 ------------------------------------------ 28 KUnit (Documentation/dev-tools/kunit/index.rst) is an entirely in-kernel system 32 KUnit tests therefore are best written against small, self-contained parts 44 Documentation/dev-tools/kunit/style.rst 47 kselftest (Documentation/dev-tools/kselftest.rst), on the other hand, is 49 programs. 62 details. This aligns well with 'system' or 'end-to-end' testing. 72 and for finding corner-cases which are not covered by the appropriate test. 74 Documentation/dev-tools/gcov.rst is GCC's coverage testing tool, which can be [all …]
|
/Linux-v6.1/drivers/usb/host/ |
D | uhci-pci.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Extracted from uhci-hcd.c: 9 * (C) Copyright 1999-2002 Johannes Erdfelt, johannes@erdfelt.com 16 * support from usb-ohci.c by Adam Richter, adam@yggdrasil.com). 17 * (C) Copyright 1999 Gregory P. Smith (from usb-ohci.c) 18 * (C) Copyright 2004-2007 Alan Stern, stern@rowland.harvard.edu 21 #include "pci-quirks.h" 29 uhci_reset_hc(to_pci_dev(uhci_dev(uhci)), uhci->io_addr); in uhci_pci_reset_hc() 41 uhci->io_addr); in uhci_pci_check_and_reset_hc() 46 * This function is called at the end of configure_hc in uhci-hcd.c. [all …]
|
/Linux-v6.1/kernel/bpf/ |
D | cpumap.c | 1 // SPDX-License-Identifier: GPL-2.0-only 12 * CPU will do SKB-allocation and call the normal network stack. 17 * basically allows for 10G wirespeed pre-filtering via bpf. 36 * will maximum be stored/queued for one driver ->poll() call. It is 42 #define CPU_MAP_BULK_SIZE 8 /* 8 == one cacheline on 64-bit archs */ 58 /* XDP can run multiple RX-ring queues, need __percpu enqueue store */ 63 /* Queue with potential multi-producers, and single-consumer kthread */ 86 u32 value_size = attr->value_size; in cpu_map_alloc() 88 int err = -ENOMEM; in cpu_map_alloc() 91 return ERR_PTR(-EPERM); in cpu_map_alloc() [all …]
|
1234567