summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-02-22 10:45:02 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2025-02-22 10:45:02 -0800
commit5cf80612d3f72c46ad53ef5042b4c609c393122f (patch)
tree288e396e76261b4abe9d9fd14587292ab7477230 /Documentation
parent8b82c18bf98ff4b5e01a6c36649eafa2c7a4e476 (diff)
parentc9876cdb3ac4dcdf3c710ff02094165982e2a557 (diff)
downloadlinux-5cf80612d3f72c46ad53ef5042b4c609c393122f.tar.gz
linux-5cf80612d3f72c46ad53ef5042b4c609c393122f.tar.bz2
linux-5cf80612d3f72c46ad53ef5042b4c609c393122f.zip
Merge tag 'x86-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: - Fix AVX-VNNI CPU feature dependency bug triggered via the 'noxsave' boot option - Fix typos in the SVA documentation - Add Tony Luck as RDT co-maintainer and remove Fenghua Yu * tag 'x86-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: docs: arch/x86/sva: Fix two grammar errors under Background and FAQ x86/cpufeatures: Make AVX-VNNI depend on AVX MAINTAINERS: Change maintainer for RDT
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/arch/x86/sva.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/arch/x86/sva.rst b/Documentation/arch/x86/sva.rst
index 33cb05005982..6a759984d471 100644
--- a/Documentation/arch/x86/sva.rst
+++ b/Documentation/arch/x86/sva.rst
@@ -25,7 +25,7 @@ to cache translations for virtual addresses. The IOMMU driver uses the
mmu_notifier() support to keep the device TLB cache and the CPU cache in
sync. When an ATS lookup fails for a virtual address, the device should
use the PRI in order to request the virtual address to be paged into the
-CPU page tables. The device must use ATS again in order the fetch the
+CPU page tables. The device must use ATS again in order to fetch the
translation before use.
Shared Hardware Workqueues
@@ -216,7 +216,7 @@ submitting work and processing completions.
Single Root I/O Virtualization (SR-IOV) focuses on providing independent
hardware interfaces for virtualizing hardware. Hence, it's required to be
-almost fully functional interface to software supporting the traditional
+an almost fully functional interface to software supporting the traditional
BARs, space for interrupts via MSI-X, its own register layout.
Virtual Functions (VFs) are assisted by the Physical Function (PF)
driver.