index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
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-03
clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic
Michael Kelley
1
-0
/
+1
2019-07-03
Merge branch 'timers/vdso' into timers/core
Thomas Gleixner
19
-116
/
+88
2019-07-02
KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC
Wanpeng Li
1
-1
/
+1
2019-07-02
KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCS
Liran Alon
1
-9
/
+16
2019-07-02
KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMM
Liran Alon
1
-1
/
+4
2019-07-02
KVM: x86: degrade WARN to pr_warn_ratelimited
Paolo Bonzini
1
-3
/
+3
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
KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest
Wanpeng Li
1
-1
/
+2
2019-07-02
KVM: X86: Implement PV sched yield hypercall
Wanpeng Li
1
-0
/
+21
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-22
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
2
-8
/
+8
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
17
-63
/
+17
2019-06-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-53
/
+71
2019-06-20
KVM: nVMX: reorganize initial steps of vmx_set_nested_state
Paolo Bonzini
1
-11
/
+15
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-20
x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
Fenghua Yu
1
-2
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
17
-63
/
+17
2019-06-19
KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPT
Sean Christopherson
1
-6
/
+10
2019-06-19
KVM: x86: Modify struct kvm_nested_state to have explicit fields for data
Liran Alon
2
-37
/
+47
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
2019-06-18
KVM: x86: introduce is_pae_paging
Paolo Bonzini
4
-8
/
+12
[prev]
[next]