summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson2019-04-302-7/+9
| * KVM: lapic: Explicitly cancel the hv timer if it's pre-expiredSean Christopherson2019-04-301-7/+15
| * KVM: lapic: Busy wait for timer to expire when using hv_timerSean Christopherson2019-04-301-1/+1
| * KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon2019-04-303-0/+9
| * KVM: x86: Add support of clear Trace_ToPA_PMI statusLuwei Kang2019-04-301-1/+7
| * KVM: x86: Inject PMI for KVM guestLuwei Kang2019-04-301-0/+10
| * kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+0
| * KVM: x86: Inject #GP if guest attempts to set unsupported EFER bitsSean Christopherson2019-04-161-0/+7
| * KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson2019-04-161-13/+24
| * KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpersSean Christopherson2019-04-161-12/+12
| * KVM: nVMX: Return -EINVAL when signaling failure in pre-VM-Entry helpersPaolo Bonzini2019-04-161-21/+7
| * KVM: nVMX: Rename and split top-level consistency checks to match SDMSean Christopherson2019-04-161-14/+25
| * KVM: nVMX: Move guest non-reg state checks to VM-Exit pathSean Christopherson2019-04-161-15/+15
| * kvm: nVMX: Check "load IA32_PAT" VM-entry control on vmentryKrish Sadhukhan2019-04-161-0/+4
| * kvm: nVMX: Check "load IA32_PAT" VM-exit control on vmentryKrish Sadhukhan2019-04-161-0/+4
| * KVM: x86: optimize check for valid PAT valuePaolo Bonzini2019-04-163-10/+12
| * KVM: x86: clear VM_EXIT_SAVE_IA32_PATPaolo Bonzini2019-04-161-1/+0
| * KVM: vmx: print more APICv fields in dump_vmcsPaolo Bonzini2019-04-161-2/+10
* | Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-05-151-11/+20
|\ \
| * | cpufreq: Call transition notifier only once for each policyViresh Kumar2019-05-101-11/+20
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-142-2/+2
|\ \ \
| * | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-142-2/+2
* | | | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-142-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Documentation: Move L1TF to separate directoryThomas Gleixner2019-03-061-2/+2
| * | | x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner2019-03-061-0/+3
| * | | x86/kvm: Expose X86_FEATURE_MD_CLEAR to guestsAndi Kleen2019-03-061-1/+2
* | | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-1/+0
|\ \ \ \
| * | | | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-072-19/+31
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/fpu: Defer FPU state load until return to userspaceRik van Riel2019-04-121-4/+16
| * | | | x86/pkeys: Provide *pkru() helpersSebastian Andrzej Siewior2019-04-111-1/+1
| * | | | x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior2019-04-101-14/+14
* | | | | KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson2019-05-011-2/+2
* | | | | KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointerSean Christopherson2019-04-302-4/+2
* | | | | x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov2019-04-301-0/+1
* | | | | KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson2019-04-301-2/+19
* | | | | KVM: VMX: Move RSB stuffing to before the first RET after VM-ExitRick Edgecombe2019-04-272-3/+12
* | | | | KVM: lapic: Convert guest TSC to host time domain if necessarySean Christopherson2019-04-181-3/+21
* | | | | KVM: lapic: Allow user to disable adaptive tuning of timer advancementSean Christopherson2019-04-183-5/+17
* | | | | KVM: lapic: Track lapic timer advance per vCPUSean Christopherson2019-04-185-25/+28
* | | | | KVM: lapic: Disable timer advancement if adaptive tuning goes haywireSean Christopherson2019-04-181-0/+4
* | | | | x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012Vitaly Kuznetsov2019-04-181-1/+10
* | | | | KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too shortLiran Alon2019-04-181-3/+6
| |_|_|/ |/| | |
* | | | KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracingVitaly Kuznetsov2019-04-161-2/+2
* | | | KVM: fix spectrev1 gadgetsPaolo Bonzini2019-04-161-1/+3
* | | | KVM: x86: fix warning Using plain integer as NULL pointerHariprasad Kelam2019-04-161-1/+1
* | | | KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson2019-04-162-4/+16
* | | | KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson2019-04-161-10/+11
* | | | KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson2019-04-163-16/+10
* | | | KVM: x86: Open code kvm_set_hflagsSean Christopherson2019-04-162-18/+18