index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
cxl
/
guest.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-11
Documentation: kvm: Convert cpuid.txt to .rst
Luke Nowakowski-Krijger
2
-91
/
+107
2019-07-11
Documentation: virtual: Convert paravirt_ops.txt to .rst
Luke Nowakowski-Krijger
1
-8
/
+11
2019-07-11
KVM: x86: Unconditionally enable irqs in guest context
Sean Christopherson
2
-9
/
+12
2019-07-11
KVM: x86: PMU Event Filter
Eric Hankland
7
-0
/
+110
2019-07-10
kvm: x86: Fix -Wmissing-prototypes warnings
Yi Wang
2
-1
/
+1
2019-07-10
KVM: Properly check if "page" is valid in kvm_vcpu_unmap
KarimAllah Ahmed
1
-1
/
+1
2019-07-05
KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane
Wanpeng Li
1
-3
/
+4
2019-07-05
kvm: LAPIC: write down valid APIC registers
Paolo Bonzini
1
-12
/
+32
2019-07-05
KVM: LAPIC: ARBPRI is a reserved register for x2APIC
Paolo Bonzini
1
-1
/
+5
2019-07-05
KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne...
Krish Sadhukhan
1
-2
/
+24
2019-07-05
KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT
Sean Christopherson
2
-22
/
+23
2019-07-05
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
Paolo Bonzini
3
-7
/
+67
2019-07-05
KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
Paolo Bonzini
1
-3
/
+9
2019-07-05
KVM: x86: remove now unneeded hugepage gfn adjustment
Paolo Bonzini
2
-7
/
+4
2019-07-05
KVM: x86: make FNAME(fetch) and __direct_map more similar
Paolo Bonzini
2
-44
/
+39
2019-07-05
kvm: x86: Do not release the page inside mmu_set_spte()
Junaid Shahid
2
-16
/
+10
2019-07-05
KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param
Paolo Bonzini
1
-8
/
+3
2019-07-05
KVM: cpuid: rename do_cpuid_1_ent
Paolo Bonzini
1
-8
/
+8
2019-07-05
KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_ent
Paolo Bonzini
1
-16
/
+14
2019-07-05
KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs
Paolo Bonzini
1
-47
/
+81
2019-07-05
KVM: cpuid: do_cpuid_ent works on a whole CPUID function
Paolo Bonzini
1
-47
/
+42
2019-07-03
KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk
Wanpeng Li
1
-1
/
+1
2019-07-03
KVM: svm: add nrips module parameter
Paolo Bonzini
1
-3
/
+12
2019-07-02
kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUID
Jim Mattson
1
-1
/
+1
2019-07-02
kvm: nVMX: Remove unnecessary sync_roots from handle_invept
Jim Mattson
1
-5
/
+3
2019-07-02
Documentation: kvm: document CPUID bit for MSR_KVM_POLL_CONTROL
Paolo Bonzini
1
-0
/
+4
2019-07-02
KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest
Wanpeng Li
2
-1
/
+6
2019-07-02
KVM: X86: Implement PV sched yield hypercall
Wanpeng Li
1
-0
/
+21
2019-07-02
KVM: X86: Yield to IPI target if necessary
Wanpeng Li
4
-0
/
+34
2019-07-02
x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use
Vitaly Kuznetsov
3
-14
/
+37
2019-07-02
x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH
Vitaly Kuznetsov
1
-8
/
+12
2019-07-02
KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST
Paolo Bonzini
3
-0
/
+23
2019-07-02
KVM: nVMX: allow setting the VMFUNC controls MSR
Paolo Bonzini
1
-0
/
+5
2019-07-02
KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS
Paolo Bonzini
1
-1
/
+6
2019-06-20
KVM: x86: Fix apic dangling pointer in vcpu
Saar Amar
1
-0
/
+1
2019-06-20
KVM: VMX: check CPUID before allowing read/write of IA32_XSS
Wanpeng Li
1
-2
/
+8
2019-06-18
KVM: nVMX: shadow pin based execution controls
Paolo Bonzini
1
-0
/
+1
2019-06-18
KVM: VMX: Leave preemption timer running when it's disabled
Sean Christopherson
3
-25
/
+41
2019-06-18
KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'
Sean Christopherson
3
-8
/
+2
2019-06-18
KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIP
Sean Christopherson
1
-0
/
+8
2019-06-18
KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02
Sean Christopherson
1
-1
/
+11
2019-06-18
KVM: VMX: Explicitly initialize controls shadow at VMCS allocation
Sean Christopherson
3
-15
/
+12
2019-06-18
KVM: nVMX: Don't reset VMCS controls shadow on VMCS switch
Sean Christopherson
2
-9
/
+0
2019-06-18
KVM: nVMX: Shadow VMCS controls on a per-VMCS basis
Sean Christopherson
2
-15
/
+16
2019-06-18
KVM: VMX: Shadow VMCS secondary execution controls
Sean Christopherson
3
-26
/
+28
2019-06-18
KVM: VMX: Shadow VMCS primary execution controls
Sean Christopherson
3
-31
/
+23
2019-06-18
KVM: VMX: Shadow VMCS pin controls
Sean Christopherson
3
-7
/
+8
2019-06-18
KVM: VMX: Add builder macros for shadowing controls
Sean Christopherson
1
-64
/
+36
2019-06-18
KVM: nVMX: Use adjusted pin controls for vmcs02
Sean Christopherson
3
-4
/
+4
2019-06-18
KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessary
Sean Christopherson
1
-5
/
+22
[next]