index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
macintosh
/
windfarm_pid.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-11
virt: sevguest: Fix return value check in alloc_shared_pages()
Yang Yingliang
1
-1
/
+1
2022-04-08
x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate()
Peter Gonda
1
-2
/
+1
2022-04-07
virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement
Michael Roth
1
-0
/
+29
2022-04-07
virt: sevguest: Add support to get extended report
Brijesh Singh
3
-2
/
+126
2022-04-07
virt: sevguest: Add support to derive key
Brijesh Singh
3
-0
/
+79
2022-04-07
virt: Add SEV-SNP guest driver
Brijesh Singh
9
-0
/
+862
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
3
-0
/
+60
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
3
-1
/
+5
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
3
-0
/
+20
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
-45
/
+106
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
2022-04-06
x86/sev: Define the Linux-specific guest termination reasons
Brijesh Singh
4
-12
/
+17
2022-04-06
x86/mm: Extend cc_attr to include AMD SEV-SNP
Brijesh Singh
4
-0
/
+17
2022-04-06
x86/sev: Detect/setup SEV/SME features earlier in boot
Michael Roth
2
-3
/
+13
2022-04-06
x86/compressed/64: Detect/setup SEV/SME features earlier during boot
Michael Roth
4
-53
/
+60
2022-04-06
x86/boot: Use MSR read/write helpers instead of inline assembly
Michael Roth
2
-25
/
+22
2022-04-06
x86/boot: Introduce helpers for MSR reads/writes
Michael Roth
3
-10
/
+42
2022-04-06
KVM: SVM: Update the SEV-ES save area mapping
Tom Lendacky
1
-16
/
+50
2022-04-06
KVM: SVM: Create a separate mapping for the GHCB save area
Tom Lendacky
1
-3
/
+45
2022-04-06
KVM: SVM: Create a separate mapping for the SEV-ES save area
Tom Lendacky
4
-35
/
+82
2022-04-05
KVM: SVM: Define sev_features and VMPL field in the VMSA
Brijesh Singh
2
-4
/
+6
2022-04-03
Linux 5.18-rc1
v5.18-rc1
Linus Torvalds
1
-2
/
+2
2022-04-03
Revert "clk: Drop the rate range on clk_put()"
Stephen Boyd
2
-136
/
+14
[next]