summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: X86: Restart the guest when insn_len is zero and SEV is enabledBrijesh Singh2017-12-042-2/+14
* KVM: SVM: Do not install #UD intercept when SEV is enabledBrijesh Singh2017-12-041-1/+3
* KVM: SVM: Clear C-bit from the page fault addressBrijesh Singh2017-12-041-2/+2
* KVM: SVM: Pin guest memory when SEV is activeBrijesh Singh2017-12-042-0/+133
* KVM: SVM: Add support for SEV LAUNCH_SECRET commandBrijesh Singh2017-12-041-0/+68
* KVM: SVM: Add support for SEV DEBUG_ENCRYPT commandBrijesh Singh2017-12-041-5/+93
* KVM: SVM: Add support for SEV DEBUG_DECRYPT commandBrijesh Singh2017-12-041-0/+152
* KVM: SVM: Add support for SEV GUEST_STATUS commandBrijesh Singh2017-12-041-0/+33
* KVM: SVM: Add support for SEV LAUNCH_FINISH commandBrijesh Singh2017-12-041-0/+23
* KVM: SVM: Add support for KVM_SEV_LAUNCH_MEASURE commandBrijesh Singh2017-12-041-0/+74
* KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA commandBrijesh Singh2017-12-042-2/+190
* KVM: SVM: Add support for KVM_SEV_LAUNCH_START commandBrijesh Singh2017-12-042-0/+155
* KVM: SVM: VMRUN should use associated ASID when SEV is enabledBrijesh Singh2017-12-041-2/+56
* KVM: SVM: Add KVM_SEV_INIT commandBrijesh Singh2017-12-042-1/+138
* KVM: SVM: Add sev module_paramBrijesh Singh2017-12-041-0/+49
* KVM: SVM: Reserve ASID range for SEV guestBrijesh Singh2017-12-041-1/+3
* KVM: X86: Add CONFIG_KVM_AMD_SEVBrijesh Singh2017-12-041-0/+10
* KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctlBrijesh Singh2017-12-042-0/+26
* KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctlBrijesh Singh2017-12-042-0/+8
* KVM: X86: Extend CPUID range to include new leafBrijesh Singh2017-12-042-1/+7
* KVM: SVM: Prepare to reserve asid for SEV guestBrijesh Singh2017-12-041-1/+3
* kvm: svm: Add SEV feature definitions to KVMTom Lendacky2017-12-041-0/+1
* kvm: svm: prepare for new bit definition in nested_ctlTom Lendacky2017-12-042-3/+6
* x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU featureTom Lendacky2017-12-044-20/+50
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2626-413/+272
|\
| * x86/decoder: Add new TEST instruction patternMasami Hiramatsu2017-11-241-1/+1
| * x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-236-262/+2
| * x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov2017-11-233-4/+4
| * x86/boot/KASLR: Remove unused variableChao Fan2017-11-231-3/+2
| * x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski2017-11-231-2/+8
| * x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-11-222-8/+137
| * x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski2017-11-221-2/+2
| * x86/umip: Print a warning into the syslog if UMIP-protected instructions are ...Ricardo Neri2017-11-211-4/+58
| * x86/smpboot: Fix __max_logical_packages estimatePrarit Bhargava2017-11-171-45/+10
| * x86/topology: Avoid wasting 128k for package id arrayAndi Kleen2017-11-172-44/+30
| * perf/x86/intel/uncore: Cache logical pkg id in uncore driverAndi Kleen2017-11-173-4/+4
| * x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan2017-11-171-22/+5
| * x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan2017-11-171-1/+33
| * x86/boot: Fix boot failure when SMP MP-table is based at 0Tom Lendacky2017-11-171-2/+4
| * x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-162-0/+20
| * x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov2017-11-164-6/+62
| * x86/umip: Identify the STR and SLDT instructionsRicardo Neri2017-11-141-8/+16
| * x86/umip: Print a line in the boot log that UMIP has been enabledRicardo Neri2017-11-141-0/+2
| * x86/umip: Select X86_INTEL_UMIP by defaultRicardo Neri2017-11-141-3/+9
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-262-12/+31
|\ \
| * | perf/x86/intel/uncore: Add event constraint for BDX PCUKan Liang2017-11-141-0/+8
| * | perf/x86/intel: Hide TSX events when RTM is not supportedAndi Kleen2017-11-131-12/+23
* | | Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-252-44/+124
|\ \ \
| * | | kvm: vmx: Allow disabling virtual NMI supportPaolo Bonzini2017-11-171-10/+21
| * | | kvm: vmx: Reinstate support for CPUs without virtual NMIPaolo Bonzini2017-11-171-44/+106