summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Change intercept_dr to generic interceptsBabu Moger2020-09-284-42/+38
* KVM: SVM: Change intercept_cr to generic interceptsBabu Moger2020-09-284-24/+23
* KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)Babu Moger2020-09-283-0/+39
* KVM: nSVM: Remove unused fieldBabu Moger2020-09-282-3/+0
* KVM: SVM: refactor exit labels in svm_create_vcpuMaxim Levitsky2020-09-281-7/+7
* KVM: SVM: use __GFP_ZERO instead of clear_pageMaxim Levitsky2020-09-281-4/+2
* KVM: SVM: refactor msr permission bitmap allocationMaxim Levitsky2020-09-281-22/+23
* KVM: nSVM: rename nested vmcb to vmcb12Maxim Levitsky2020-09-283-119/+117
* KVM: SVM: rename a variable in the svm_create_vcpuMaxim Levitsky2020-09-281-6/+6
* KVM: LAPIC: Reduce world switch latency caused by timer_advance_nsWanpeng Li2020-09-283-12/+7
* KVM: LAPIC: Narrow down the kick target vCPUWanpeng Li2020-09-283-8/+3
* KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when settingWanpeng Li2020-09-281-2/+1
* KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw di...Wanpeng Li2020-09-281-2/+1
* KVM: LAPIC: Fix updating DFR missing apic map recalculationWanpeng Li2020-09-281-5/+10
* kvm/eventfd: move wildcard calculation outside loopYi Li2020-09-281-1/+3
* KVM: nVMX: Simplify the initialization of nested_vmx_msrsChenyi Qiang2020-09-281-2/+1
* KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabledChenyi Qiang2020-09-281-2/+4
* KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()Vitaly Kuznetsov2020-09-281-5/+3
* Merge tag 'kvm-ppc-next-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-09-2213-48/+110
|\
| * KVM: PPC: Book3S: Fix symbol undeclared warningsWang Wensheng2020-09-227-7/+7
| * KVM: PPC: Book3S: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
| * KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-221-11/+1
| * KVM: PPC: Book3S HV: Set LPCR[HDICE] before writing HDECPaul Mackerras2020-09-172-5/+18
| * KVM: PPC: Book3S HV: Do not allocate HPT for a nested guestFabiano Rosas2020-09-171-0/+6
| * KVM: PPC: Don't return -ENOTSUPP to userspace in ioctlsGreg Kurz2020-09-172-5/+5
| * KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' methodGreg Kurz2020-09-033-19/+72
* | Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2020-09-222049-8445/+13683
|\ \
| * | KVM: SVM: Use __packed shorthandBorislav Petkov2020-09-071-6/+6
| * | KVM: SVM: Add GHCB Accessor functionsJoerg Roedel2020-09-071-0/+43
| * | KVM: SVM: Add GHCB definitionsTom Lendacky2020-09-072-2/+51
| * | KVM: SVM: nested: Don't allocate VMCB structures on stackJoerg Roedel2020-09-071-14/+33
| * | Merge 'x86/cpu' to pick up dependent bitsBorislav Petkov2020-09-076-31/+59
| |\ \
| | * | x86/kvm: Expose TSX Suspend Load Tracking featureCathy Zhang2020-08-301-1/+1
| | * | x86/cpufeatures: Enumerate TSX suspend load address tracking instructionsKyung Min Park2020-08-301-0/+1
| | * | x86/umip: Add emulation/spoofing for SLDT and STR instructionsBrendan Shanks2020-08-201-13/+27
| | * | x86/cpu: Fix typos and improve the comments in sync_core()Ingo Molnar2020-08-191-8/+8
| | * | x86/cpu: Use XGETBV and XSETBV mnemonics in fpu/internal.hUros Bizjak2020-08-181-5/+2
| | * | x86/cpu: Use SERIALIZE in sync_core() when availableRicardo Neri2020-08-172-8/+24
| * | | Merge 'x86/kaslr' to pick up dependent bitsBorislav Petkov2020-09-072-135/+107
| |\ \ \
| | * | | x86/kaslr: Replace strlen() with strnlen()Arvind Sankar2020-08-061-2/+6
| | * | | x86/kaslr: Add a check that the random address is in rangeArvind Sankar2020-07-311-1/+11
| | * | | x86/kaslr: Make local variables 64-bitArvind Sankar2020-07-311-6/+7
| | * | | x86/kaslr: Replace 'unsigned long long' with 'u64'Arvind Sankar2020-07-312-9/+8
| | * | | x86/kaslr: Make minimum/image_size 'unsigned long'Arvind Sankar2020-07-311-2/+2
| | * | | x86/kaslr: Small cleanup of find_random_phys_addr()Arvind Sankar2020-07-311-3/+2
| | * | | x86/kaslr: Drop unnecessary alignment in find_random_virt_addr()Arvind Sankar2020-07-311-5/+1
| | * | | x86/kaslr: Drop redundant check in store_slot_info()Arvind Sankar2020-07-311-6/+3
| | * | | x86/kaslr: Make the type of number of slots/slot areas consistentArvind Sankar2020-07-311-5/+3
| | * | | x86/kaslr: Drop test for command-line parameters before parsingArvind Sankar2020-07-311-4/+0
| | * | | x86/kaslr: Simplify process_gb_huge_pages()Arvind Sankar2020-07-311-26/+21