Home
last modified time | relevance | path

Searched +full:existing +full:- +full:parts (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/linux-6.14.4/arch/x86/platform/efi/
Dmemmap.c1 // SPDX-License-Identifier: GPL-2.0
50 * efi_memmap_alloc - Allocate memory for the EFI memory map
63 WARN_ON(data->phys_map || data->size); in efi_memmap_alloc()
65 data->size = num_entries * efi.memmap.desc_size; in efi_memmap_alloc()
66 data->desc_version = efi.memmap.desc_version; in efi_memmap_alloc()
67 data->desc_size = efi.memmap.desc_size; in efi_memmap_alloc()
68 data->flags &= ~(EFI_MEMMAP_SLAB | EFI_MEMMAP_MEMBLOCK); in efi_memmap_alloc()
69 data->flags |= efi.memmap.flags & EFI_MEMMAP_LATE; in efi_memmap_alloc()
72 data->flags |= EFI_MEMMAP_SLAB; in efi_memmap_alloc()
73 data->phys_map = __efi_memmap_alloc_late(data->size); in efi_memmap_alloc()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/pwm/
Dmicrochip,corepwm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Conor Dooley <[email protected]>
16 https://www.microsemi.com/existing-parts/parts/152118
19 - $ref: pwm.yaml#
24 - const: microchip,corepwm-rtl-v4
32 "#pwm-cells":
37 microchip,sync-update-mask:
48 Each bit of "microchip,sync-update-mask" corresponds to a PWM channel & represents
[all …]
/linux-6.14.4/Documentation/admin-guide/hw-vuln/
Dreg-file-data-sampling.rst6 only affects Intel Atom parts(also branded as E-cores). RFDS may allow
9 ability to choose which data is inferred. CVE-2023-28746 is assigned to RFDS.
32 As an exception to this table, Intel Xeon E family parts ALDERLAKE(06_97H) and
37 affected and unaffected parts, but it is deemed not worth adding complexity as
38 the reporting is fixed automatically when these parts enumerate RFDS_NO.
51 -----------------
54 at C-state transitions.
57 ----------------------------------
58 Newer processors and microcode update on existing affected processors added new
62 - Bit 27 - RFDS_NO - When set, processor is not affected by RFDS.
[all …]
/linux-6.14.4/Documentation/userspace-api/
Dunshare.rst10 ----------
14 --------
26 -----------
37 outside the confinement of all-or-nothing shared resources of legacy
45 Al Viro in the August of 2000, on the Linux-Kernel mailing list, as part
53 -----------
59 even non-threaded applications if they have a need to disassociate
60 from default shared namespace. The following lists two use-cases
63 2.1 Per-security context namespaces
67 the kernel's per-process namespace mechanism. Polyinstantiated directories,
[all …]
/linux-6.14.4/Documentation/driver-api/usb/
Ddma.rst12 though they still must provide DMA-ready buffers (see
13 Documentation/core-api/dma-api-howto.rst). That's how they've worked through
14 the 2.4 (and earlier) kernels, or they can now be DMA-aware.
16 DMA-aware usb drivers:
18 - New calls enable DMA-aware drivers, letting them allocate dma buffers and
19 manage dma mappings for existing dma-ready buffers (see below).
21 - URBs have an additional "transfer_dma" field, as well as a transfer_flags
25 - "usbcore" will map this DMA address, if a DMA-aware driver didn't do
29 - There's a new "generic DMA API", parts of which are usable by USB device
37 and effects like cache-trashing can impose subtle penalties.
[all …]
/linux-6.14.4/Documentation/admin-guide/mm/
Dnommu-mmap.rst2 No-MMU memory mapping support
5 The kernel has limited support for memory mapping under no-MMU conditions, such
16 The behaviour is similar between the MMU and no-MMU cases, but not identical;
21 In the MMU case: VM regions backed by arbitrary pages; copy-on-write
24 In the no-MMU case: VM regions backed by arbitrary contiguous runs of
31 the no-MMU case doesn't support these, behaviour is identical to
39 In the no-MMU case:
41 - If one exists, the kernel will re-use an existing mapping to the
45 - If possible, the file mapping will be directly on the backing device
50 - If the backing device can't or won't permit direct sharing,
[all …]
/linux-6.14.4/Documentation/dev-tools/kunit/
Dstyle.rst1 .. SPDX-License-Identifier: GPL-2.0
15 1. Porting tests to KUnit which are already known with an existing name.
17 example, non-deterministically producing false positives or negatives, or
25 is a set of test suites which test different parts of a kernel subsystem
29 ----------
59 ``linear-ranges``
62 ``qos-kunit-test``
63 This name should use underscores, and not have "kunit-test" as a
64 suffix. ``qos`` is also ambiguous as a subsystem name, because several parts
77 ------
[all …]
Darchitecture.rst1 .. SPDX-License-Identifier: GPL-2.0
7 The KUnit architecture is divided into two parts:
9 - `In-Kernel Testing Framework`_
10 - `kunit_tool (Command-line Test Harness)`_
12 In-Kernel Testing Framework
19 - Organizes tests
20 - Reports test results
21 - Provides test utilities
24 ----------
32 ``generate_params`` is optional for non-parameterized tests.
[all …]
/linux-6.14.4/drivers/net/ethernet/sfc/siena/
Defx.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2005-2006 Fen Systems Ltd.
5 * Copyright 2006-2013 Solarflare Communications Inc.
23 return INDIRECT_CALL_1(tx_queue->efx->type->tx_enqueue, in efx_enqueue_skb()
35 if (channel->rx_pkt_n_frags) in efx_rx_flush_packet()
39 /* Maximum number of TCP segments we support for soft-TSO */
57 return efx->rss_spread > 1; in efx_rss_enabled()
63 * efx_filter_insert_filter - add or replace a filter
67 * existing filter with equal priority
72 * If existing filters have equal match values to the new filter spec,
[all …]
/linux-6.14.4/drivers/net/ethernet/sfc/
Defx.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2005-2006 Fen Systems Ltd.
5 * Copyright 2006-2013 Solarflare Communications Inc.
28 return INDIRECT_CALL_2(tx_queue->efx->type->tx_enqueue, in efx_enqueue_skb()
41 if (channel->rx_pkt_n_frags) in efx_rx_flush_packet()
42 INDIRECT_CALL_2(channel->efx->type->rx_packet, in efx_rx_flush_packet()
48 if (efx->type->rx_buf_hash_valid) in efx_rx_buf_hash_valid()
49 return INDIRECT_CALL_1(efx->type->rx_buf_hash_valid, in efx_rx_buf_hash_valid()
55 /* Maximum number of TCP segments we support for soft-TSO */
73 return efx->rss_spread > 1; in efx_rss_enabled()
[all …]
/linux-6.14.4/drivers/net/ethernet/sfc/falcon/
Defx.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright 2005-2006 Fen Systems Ltd.
5 * Copyright 2006-2013 Solarflare Communications Inc.
51 if (channel->rx_pkt_n_frags) in ef4_rx_flush_packet()
63 /* Maximum number of TCP segments we support for soft-TSO */
75 return efx->rss_spread > 1; in ef4_rss_enabled()
83 * ef4_filter_insert_filter - add or replace a filter
87 * existing filter with equal priority
92 * If existing filters have equal match values to the new filter spec,
96 * 1. If the existing filters have lower priority, or @replace_equal
[all …]
/linux-6.14.4/Documentation/gpu/rfc/
Di915_scheduler.rst54 * Remove in-order completion assumptions from DRM scheduler
75 * -1k to -1 Low priority
84 ----------------
86 * https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/chap5.html#devsandqueues-priori…
87 * https://spec.oneapi.com/level-zero/latest/core/api.html#ze-command-queue-priority-t
91 The existing bonding uAPI is completely broken with GuC submission because
102 The new parallel submission uAPI consists of 3 parts:
110 ------------------------------
112 (e.g. split-frame on gen11+). The logical mapping of engine instances can change
114 logical mapping with the existing query engine info IOCTL. Also the GuC
[all …]
Di915_vm_bind.h1 /* SPDX-License-Identifier: MIT */
20 * any existing mappings.
32 * Flag to opt-in for VM_BIND mode of binding during VM creation.
51 * struct drm_i915_gem_timeline_fence - An input or output timeline fence.
74 #define __I915_TIMELINE_FENCE_UNKNOWN_FLAGS (-(I915_TIMELINE_FENCE_SIGNAL << 1))
86 * struct drm_i915_gem_vm_bind - VA to object mapping to bind.
98 * platform, for binding device local-memory objects, the @start, @offset and
102 * Error code -EINVAL will be returned if @start, @offset and @length are not
104 * -ENOSPC will be returned if the VA range specified can't be reserved.
107 * are not ordered. Furthermore, parts of the VM_BIND operation can be done
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/eeprom/
Dat25.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Christian Eggers <[email protected]>
15 - pattern: "^eeprom@[0-9a-f]{1,2}$"
16 - pattern: "^fram@[0-9a-f]{1,2}$"
20 # 'vendor' and 'model' parts of the first are the actual chip and the second
21 # item is fixed to "atmel,at25". Some existing bindings only have the
26 - items:
27 - enum:
[all …]
/linux-6.14.4/Documentation/driver-api/
Dreset.rst1 .. SPDX-License-Identifier: GPL-2.0-only
12 The reset controller API is split into two parts:
13 the `consumer driver interface <#consumer-driver-interface>`__ (`API reference
14 <#reset-consumer-api>`__), which allows peripheral drivers to request control
16 <#reset-controller-driver-interface>`__ (`API reference
17 <#reset-controller-driver-api>`__), which is used by drivers for reset
25 --------
39 is self-clearing and can be used to trigger a predetermined pulse on the
64 reset inputs, which are mapped to an actual reset control on an existing reset
71 ---------------------------
[all …]
Dedac.rst5 ----------------------------------------
8 *sockets, *socket sets*, *banks*, *rows*, *chip-select rows*, *channels*,
43 It is typically the highest hierarchy on a Fully-Buffered DIMM memory
52 * Single-channel
55 only. E. g. if the data is 64 bits-wide, the data flows to the CPU using
57 memories. FB-DIMM and RAMBUS use a different concept for channel, so
60 * Double-channel
63 dimms, accessed at the same time. E. g. if the DIMM is 64 bits-wide (72
67 * Chip-select row
70 accessed. Common chip-select rows for single channel are 64 bits, for
[all …]
/linux-6.14.4/tools/perf/tests/shell/attr/
DREADME12 The attr tests consist of following parts:
15 ------------
18 defined. It must contain name of existing directory with access
26 -------------
31 -----------
35 perf record kill (test-record-basic)
36 perf record -b kill (test-record-branch-any)
37 perf record -j any kill (test-record-branch-filter-any)
38 perf record -j any_call kill (test-record-branch-filter-any_call)
39 perf record -j any_ret kill (test-record-branch-filter-any_ret)
[all …]
/linux-6.14.4/arch/arm64/kvm/
Dfpsimd.c1 // SPDX-License-Identifier: GPL-2.0
23 * such that on entering hyp the relevant parts of current are already
28 struct user_fpsimd_state *fpsimd = &current->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
52 BUG_ON(!current->mm); in kvm_arch_vcpu_load_fp()
76 * responsibility of the code that used FP to save the existing state).
88 * written back if the kernel clobbers them due to kernel-mode NEON
89 * before re-entry into the guest.
102 fp_state.st = &vcpu->arch.ctxt.fp_regs; in kvm_arch_vcpu_ctxsync_fp()
103 fp_state.sve_state = vcpu->arch.sve_state; in kvm_arch_vcpu_ctxsync_fp()
104 fp_state.sve_vl = vcpu->arch.sve_max_vl; in kvm_arch_vcpu_ctxsync_fp()
[all …]
/linux-6.14.4/Documentation/kbuild/
Dgendwarfksyms.rst23 Usage: gendwarfksyms [options] elf-object-file ... < symbol-list
26 -d, --debug Print debugging information
27 --dump-dies Dump DWARF DIE contents
28 --dump-die-map Print debugging information about die_map changes
29 --dump-types Dump type strings
30 --dump-versions Dump expanded type strings used for symbol versions
31 -s, --stable Support kABI stability features
32 -T, --symtypes file Write a symtypes file
33 -h, --help Print this message
42 versions for exports in stand-alone assembly code.
[all …]
/linux-6.14.4/Documentation/arch/riscv/
Dvector.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Vector Extension Support for RISC-V Linux
8 order to support the use of the RISC-V Vector Extension.
11 ---------------------
19 are not portable to non-Linux, nor non-RISC-V environments, so it is discourage
27 argument consists of two 2-bit enablement statuses and a bit for inheritance
30 Enablement status is a tri-state value each occupying 2-bit of space in
33 * :c:macro:`PR_RISCV_V_VSTATE_CTRL_DEFAULT`: Use the system-wide default
34 enablement status on execve(). The system-wide default setting can be
43 arg: The control argument is a 5-bit value consisting of 3 parts, and
[all …]
/linux-6.14.4/drivers/hwmon/
Dnzxt-kraken2.c1 // SPDX-License-Identifier: GPL-2.0+
3 * nzxt-kraken2.c - hwmon driver for NZXT Kraken X42/X52/X62/X72 coolers
9 * Copyright 2019-2021 Jonas Malaco <[email protected]>
43 if (time_after(jiffies, priv->updated + STATUS_VALIDITY * HZ)) in kraken2_read()
44 return -ENODATA; in kraken2_read()
48 *val = priv->temp_input[channel]; in kraken2_read()
51 *val = priv->fan_input[channel]; in kraken2_read()
54 return -EOPNOTSUPP; /* unreachable */ in kraken2_read()
71 return -EOPNOTSUPP; /* unreachable */ in kraken2_read_string()
101 if (size < 7 || report->id != STATUS_REPORT_ID) in kraken2_raw_event()
[all …]
/linux-6.14.4/Documentation/filesystems/
Dubifs-authentication.rst1 .. SPDX-License-Identifier: GPL-2.0
24 binary to perform a malicious action when executed [DMC-CBC-ATTACK]. Since
28 Other full disk encryption systems like dm-crypt cover all filesystem metadata,
31 time. For dm-crypt and other filesystems that build upon the Linux block IO
32 layer, the dm-integrity or dm-verity subsystems [DM-INTEGRITY, DM-VERITY]
34 These can also be combined with dm-crypt [CRYPTSETUP2].
39 existing features like key derivation can be utilized. It should however also
44 ----------------
50 addition, it deals with flash-specific wear-leveling and transparent I/O error
60 +------------+ +*******+ +-----------+ +-----+
[all …]
Dmount_api.rst1 .. SPDX-License-Identifier: GPL-2.0
37 (3) Validate and pre-process the context.
52 The first is invoked to set up the filesystem-specific parts of a filesystem
93 below). This must be set by the ->init_fs_context() file_system_type
115 superblock thereof). This is filled in by the ->get_tree() op. If this
116 is set, an active reference on root->d_sb must also be held.
174 These will be bitwise-OR'd with s->s_iflags when a superblock is created.
186 FS_CONTEXT_FOR_RECONFIGURE Change an existing mount
228 Called to clean up the filesystem-specific part of the filesystem context
229 when the context is destroyed. It should be aware that parts of the
[all …]
/linux-6.14.4/block/
Dbadblocks.c1 // SPDX-License-Identifier: GPL-2.0
5 * - Heavily based on MD badblocks code from Neil Brown
45 * +--------+
47 * +--------+
48 * +-------------+ +-------------+
50 * +-------------+ +-------------+
54 * +-------------+ +--------+ +-------------+
56 * +-------------+ +--------+ +-------------+
60 * +--------+
62 * +--------+
[all …]
/linux-6.14.4/Documentation/target/
Dtcmu-design.rst19 2) Writing a user pass-through handler
29 TCM is another name for LIO, an in-kernel iSCSI target (server).
30 Existing TCM targets run in the kernel. TCMU (TCM in Userspace)
34 The existing kernel provides modules for different SCSI transport
35 protocols. TCM also modularizes the data storage. There are existing
38 built-in modules are implemented entirely as kernel code.
41 ----------
52 use case that other non-kernel target solutions, such as tgt, are able
55 in these non-traditional networked storage systems, while still only
65 kernel, another approach is to create a userspace pass-through
[all …]

12345678910>>...13