summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests: kvm: Adding config fragmentsNaresh Kamboju2019-08-091-0/+3
* KVM: selftests: Update gitignore file for latest changesThomas Huth2019-08-091-1/+2
* kvm: remove unnecessary PageReserved checkPaolo Bonzini2019-08-091-2/+1
* x86: kvm: remove useless calls to kvm_para_availablePaolo Bonzini2019-08-051-8/+0
* KVM: no need to check return value of debugfs_create functionsGreg KH2019-08-053-45/+19
* KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-058-44/+6
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-057-1/+59
* KVM: Check preempted_in_kernel for involuntary preemptionWanpeng Li2019-08-051-3/+4
* KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fireWanpeng Li2019-08-051-8/+0
* KVM: X86: Boost queue head vCPU to mitigate lock waiter preemptionWanpeng Li2019-07-241-1/+2
* Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig2019-07-2440-19/+19
* KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after freeJan Kiszka2019-07-221-0/+2
* KVM: X86: Dynamically allocate user_fpuWanpeng Li2019-07-224-5/+27
* KVM: X86: Fix fpu state crash in kvm guestWanpeng Li2019-07-221-3/+6
* Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini2019-07-222-5/+6
* KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka2019-07-221-0/+2
* KVM: x86: Add fixed counters to PMU filterEric Hankland2019-07-203-12/+35
* KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini2019-07-201-1/+7
* KVM: VMX: dump VMCS on failed entryPaolo Bonzini2019-07-201-0/+1
* KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedLike Xu2019-07-201-2/+2
* KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li2019-07-201-20/+3
* KVM: Boost vCPUs that are delivering interruptsWanpeng Li2019-07-203-5/+10
* KVM: selftests: Remove superfluous define from vmx.cThomas Huth2019-07-201-2/+0
* KVM: SVM: Fix detection of AMD Errata 1096Liran Alon2019-07-201-7/+35
* KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-207-36/+87
* KVM: LAPIC: Make lapic timer unpinnedWanpeng Li2019-07-172-9/+5
* KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_countersLike Xu2019-07-171-3/+8
* KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GSLiran Alon2019-07-151-1/+4
* kvm: x86: ioapic and apic debug macros cleanupYi Wang2019-07-152-101/+9
* kvm: x86: some tsc debug cleanupYi Wang2019-07-151-8/+0
* kvm: vmx: fix coccinelle warningsYi Wang2019-07-151-1/+1
* Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-07-1510-10/+494
|\
| * KVM: selftests: enable pgste option for the linker on s390Christian Borntraeger2019-06-041-1/+6
| * KVM: selftests: Move kvm_create_max_vcpus test to generic codeThomas Huth2019-06-042-2/+5
| * KVM: selftests: Add the sync_regs test for s390xThomas Huth2019-06-043-0/+154
| * KVM: selftests: Add processor code for s390xThomas Huth2019-06-044-0/+310
| * KVM: selftests: Align memory region addresses to 1M on s390xThomas Huth2019-06-041-5/+16
| * KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bitsThomas Huth2019-06-043-2/+8
| * KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTSThomas Huth2019-06-042-0/+4
* | x86: kvm: avoid constant-conversion warningArnd Bergmann2019-07-151-3/+3
* | x86: kvm: avoid -Wsometimes-uninitized warningArnd Bergmann2019-07-151-11/+9
* | KVM: x86: expose AVX512_BF16 feature to guestJing Liu2019-07-151-1/+11
* | Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2019-07-134-33/+19
|\ \
| * | dlm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-113-27/+7
| * | dlm: check if workqueues are NULL before flushing/destroyingDavid Windsor2019-07-111-6/+12
* | | Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds2019-07-132-2/+14
|\ \ \
| * | | 9p/xen: Add cleanup path in p9_trans_xen_initYueHaibing2019-05-151-1/+7
| * | | 9p/virtio: Add cleanup path in p9_virtio_initYueHaibing2019-05-151-1/+7
* | | | Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-07-1321-773/+1405
|\ \ \ \
| * | | | f2fs: improve print log in f2fs_sanity_check_ckpt()Chao Yu2019-07-111-1/+3