summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | x86/kaslr: Short-circuit gb_huge_pages on x86-32Arvind Sankar2020-07-311-2/+2
| | * | | x86/kaslr: Fix off-by-one error in process_gb_huge_pages()Arvind Sankar2020-07-311-1/+1
| | * | | x86/kaslr: Drop some redundant checks from __process_mem_region()Arvind Sankar2020-07-311-21/+6
| | * | | x86/kaslr: Drop redundant variable in __process_mem_region()Arvind Sankar2020-07-311-5/+2
| | * | | x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region()Arvind Sankar2020-07-311-6/+2
| | * | | x86/kaslr: Drop redundant cur_entry from __process_mem_region()Arvind Sankar2020-07-311-6/+3
| | * | | x86/kaslr: Fix off-by-one error in __process_mem_region()Arvind Sankar2020-07-311-1/+1
| | * | | x86/kaslr: Initialize mem_limit to the real maximum addressArvind Sankar2020-07-311-19/+22
| | * | | x86/kaslr: Fix process_efi_entries commentArvind Sankar2020-07-311-2/+2
| | * | | x86/kaslr: Remove bogus warning and unnecessary gotoArvind Sankar2020-07-311-6/+3