index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-07
x86/tdx: Handle in-kernel MMIO
Kirill A. Shutemov
1
-0
/
+121
2022-04-07
x86/tdx: Handle CPUID via #VE
Kirill A. Shutemov
1
-1
/
+57
2022-04-07
x86/tdx: Add MSR support for TDX guests
Kirill A. Shutemov
1
-0
/
+42
2022-04-07
x86/tdx: Add HLT support for TDX guests
Kirill A. Shutemov
4
-2
/
+112
2022-04-07
x86/traps: Add #VE support for TDX guest
Kirill A. Shutemov
5
-0
/
+152
2022-04-07
x86/traps: Refactor exc_general_protection()
Kirill A. Shutemov
1
-26
/
+31
2022-04-07
x86/tdx: Exclude shared bit from __PHYSICAL_MASK
Kirill A. Shutemov
2
-0
/
+9
2022-04-07
x86/tdx: Extend the confidential computing API to support TDX guests
Kirill A. Shutemov
3
-0
/
+60
2022-04-07
x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
Kuppuswamy Sathyanarayanan
5
-1
/
+254
2022-04-07
x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
Kirill A. Shutemov
3
-0
/
+134
2022-04-07
x86/tdx: Detect running as a TDX guest in early boot
Kuppuswamy Sathyanarayanan
8
-1
/
+72
2022-04-07
x86/platform/uv: Log gap hole end size
Mike Travis
1
-2
/
+6
2022-04-07
x86/platform/uv: Update TSC sync state for UV5
Mike Travis
1
-1
/
+7
2022-04-07
x86/platform/uv: Update NMI Handler for UV5
Mike Travis
1
-10
/
+11
2022-04-07
x86/sev: Register SEV-SNP guest request platform device
Brijesh Singh
2
-0
/
+60
2022-04-07
x86/sev: Provide support for SNP guest request NAEs
Brijesh Singh
4
-0
/
+78
2022-04-07
x86/sev: Add a sev= cmdline option
Michael Roth
1
-0
/
+44
2022-04-07
x86/sev: Use firmware-validated CPUID for SEV-SNP guests
Michael Roth
3
-37
/
+61
2022-04-07
x86/sev: Add SEV-SNP feature detection/setup
Michael Roth
5
-27
/
+101
2022-04-07
x86/compressed/64: Add identity mapping for Confidential Computing blob
Michael Roth
3
-1
/
+25
2022-04-07
x86/compressed: Export and rename add_identity_map()
Michael Roth
2
-9
/
+10
2022-04-07
x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests
Michael Roth
1
-0
/
+46
2022-04-07
x86/compressed: Add SEV-SNP feature detection/setup
Michael Roth
2
-1
/
+114
2022-04-07
x86/boot: Add a pointer to Confidential Computing blob in bootparams
Michael Roth
2
-1
/
+3
2022-04-07
x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
Michael Roth
2
-0
/
+326
2022-04-07
x86/sev: Move MSR-based VMGEXITs for CPUID to helper
Michael Roth
3
-26
/
+59
2022-04-07
KVM: x86: Move lookup of indexed CPUID leafs to helper
Michael Roth
2
-17
/
+36
2022-04-07
x86/boot: Add Confidential Computing type to setup_data
Brijesh Singh
2
-0
/
+19
2022-04-07
x86/msi: Fix msi message data shadow struct
Reto Buerki
1
-8
/
+11
2022-04-07
x86/extable: Prefer local labels in .set directives
Nick Desaulniers
1
-10
/
+10
2022-04-07
x86,bpf: Avoid IBT objtool warning
Peter Zijlstra
1
-0
/
+1
2022-04-06
x86/configs: Add x86 debugging Kconfig fragment plus docs
Dave Hansen
1
-0
/
+1
2022-04-06
x86/compressed/acpi: Move EFI kexec handling into common code
Michael Roth
2
-60
/
+45
2022-04-06
x86/compressed/acpi: Move EFI vendor table lookup to helper
Michael Roth
3
-43
/
+104
2022-04-06
x86/compressed/acpi: Move EFI config table lookup to helper
Michael Roth
3
-17
/
+60
2022-04-06
x86/compressed/acpi: Move EFI system table lookup to helper
Michael Roth
3
-14
/
+42
2022-04-06
x86/compressed/acpi: Move EFI detection to helper
Michael Roth
4
-18
/
+77
2022-04-06
x86/head/64: Re-enable stack protection
Michael Roth
4
-15
/
+21
2022-04-06
x86/sev: Use SEV-SNP AP creation to start secondary CPUs
Tom Lendacky
5
-0
/
+255
2022-04-06
x86/mm: Validate memory when changing the C-bit
Brijesh Singh
5
-0
/
+209
2022-04-06
x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
Brijesh Singh
1
-1
/
+12
2022-04-06
x86/kernel: Mark the .bss..decrypted section as shared in the RMP table
Brijesh Singh
1
-0
/
+13
2022-04-06
x86/sev: Add helper for validating pages in early enc attribute changes
Brijesh Singh
3
-4
/
+163
2022-04-06
x86/sev: Register GHCB memory when SEV-SNP is active
Brijesh Singh
5
-14
/
+44
2022-04-06
x86/compressed: Register GHCB memory when SEV-SNP is active
Brijesh Singh
3
-0
/
+33
2022-04-06
x86/compressed: Add helper for validating pages in the decompression stage
Brijesh Singh
4
-1
/
+93
2022-04-06
x86/sev: Check the VMPL level
Brijesh Singh
3
-2
/
+43
2022-04-06
x86/sev: Add a helper for the PVALIDATE instruction
Brijesh Singh
1
-0
/
+21
2022-04-06
x86/sev: Check SEV-SNP features support
Brijesh Singh
7
-7
/
+75
2022-04-06
x86/sev: Save the negotiated GHCB version
Brijesh Singh
2
-4
/
+15
[prev]
[next]