summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/sev: Use SEV-SNP AP creation to start secondary CPUsTom Lendacky2022-04-065-0/+255
* x86/mm: Validate memory when changing the C-bitBrijesh Singh2022-04-065-0/+209
* x86/kernel: Validate ROM memory before accessing when SEV-SNP is activeBrijesh Singh2022-04-061-1/+12
* x86/kernel: Mark the .bss..decrypted section as shared in the RMP tableBrijesh Singh2022-04-061-0/+13
* x86/sev: Add helper for validating pages in early enc attribute changesBrijesh Singh2022-04-063-4/+163
* x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh2022-04-065-14/+44
* x86/compressed: Register GHCB memory when SEV-SNP is activeBrijesh Singh2022-04-063-0/+33
* x86/compressed: Add helper for validating pages in the decompression stageBrijesh Singh2022-04-064-1/+93
* x86/sev: Check the VMPL levelBrijesh Singh2022-04-063-2/+43
* x86/sev: Add a helper for the PVALIDATE instructionBrijesh Singh2022-04-061-0/+21
* x86/sev: Check SEV-SNP features supportBrijesh Singh2022-04-067-7/+75
* x86/sev: Save the negotiated GHCB versionBrijesh Singh2022-04-062-4/+15
* x86/sev: Define the Linux-specific guest termination reasonsBrijesh Singh2022-04-064-12/+17
* x86/mm: Extend cc_attr to include AMD SEV-SNPBrijesh Singh2022-04-063-0/+9
* x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth2022-04-062-3/+13
* x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth2022-04-064-53/+60
* x86/boot: Use MSR read/write helpers instead of inline assemblyMichael Roth2022-04-062-25/+22
* x86/boot: Introduce helpers for MSR reads/writesMichael Roth2022-04-063-10/+42
* KVM: SVM: Update the SEV-ES save area mappingTom Lendacky2022-04-061-16/+50
* KVM: SVM: Create a separate mapping for the GHCB save areaTom Lendacky2022-04-061-3/+45
* KVM: SVM: Create a separate mapping for the SEV-ES save areaTom Lendacky2022-04-064-35/+82
* KVM: SVM: Define sev_features and VMPL field in the VMSABrijesh Singh2022-04-052-4/+6
* Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-035-185/+186
|\
| * x86/fpu/xstate: Consolidate size calculationsThomas Gleixner2022-03-301-41/+8
| * x86/fpu/xstate: Handle supervisor states in XSTATE permissionsThomas Gleixner2022-03-301-0/+3
| * x86/fpu/xsave: Handle compacted offsets correctly with supervisor statesThomas Gleixner2022-03-301-45/+41
| * x86/fpu: Cache xfeature flags from CPUIDThomas Gleixner2022-03-301-36/+13
| * x86/fpu/xsave: Initialize offset/size cache earlyThomas Gleixner2022-03-301-2/+5
| * x86/fpu: Remove unused supervisor only offsetsThomas Gleixner2022-03-301-30/+0
| * x86/fpu: Remove redundant XCOMP_BV initializationThomas Gleixner2022-03-291-3/+0
| * x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IOJoerg Roedel2022-03-291-8/+57
| * x86/config: Make the x86 defconfigs a bit more usableIngo Molnar2022-03-272-26/+63
| * x86/defconfig: Enable WERRORBorislav Petkov2022-03-242-0/+2
| * x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementationYang Zhong2022-03-231-1/+1
* | Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-031-1/+0
|\ \
| * | Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner2022-03-311-1/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-0225-305/+349
|\ \ \
| * | | KVM: x86: fix sending PV IPILi RongQing2022-04-021-1/+1
| * | | KVM: x86/mmu: do compare-and-exchange of gPTE via the user addressPaolo Bonzini2022-04-021-40/+34
| * | | KVM: x86: Remove redundant vm_entry_controls_clearbit() callZhenzhong Duan2022-04-021-1/+0
| * | | KVM: x86: cleanup enter_rmode()Zhenzhong Duan2022-04-021-9/+5
| * | | KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky2022-04-023-9/+6
| * | | kvm: x86: SVM: remove unused definesMaxim Levitsky2022-04-021-8/+0
| * | | KVM: x86: SVM: move tsc ratio definitions to svm.hMaxim Levitsky2022-04-022-10/+11
| * | | KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky2022-04-022-14/+5
| * | | KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong2022-04-023-16/+40
| * | | KVM: x86/emulator: Emulate RDPID only if it is enabled in guestHou Wenlong2022-04-023-1/+10
| * | | KVM: x86/pmu: Fix and isolate TSX-specific performance event logicLike Xu2022-04-022-13/+15
| * | | KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was setMaxim Levitsky2022-04-021-1/+1
| * | | KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRsJim Mattson2022-04-021-5/+3