index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-19
/
+18
2019-12-04
kvm: vmx: Stop wasting a page for guest_msrs
Jim Mattson
2
-11
/
+9
2019-12-04
KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)
Paolo Bonzini
1
-1
/
+4
2019-11-27
KVM x86: Move kvm cpuid support out of svm
Peter Gonda
2
-7
/
+5
2019-11-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2019-11-26
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+3
2019-11-26
Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+0
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+6
2019-11-25
Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...
Ingo Molnar
1
-1
/
+3
2019-11-23
kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraints
Jim Mattson
1
-1
/
+3
2019-11-23
KVM: x86: Grab KVM's srcu lock when setting nested state
Sean Christopherson
1
-0
/
+3
2019-11-23
KVM: x86: Open code shared_msr_update() in its only caller
Sean Christopherson
1
-20
/
+9
2019-11-23
KVM: x86: Remove a spurious export of a static function
Sean Christopherson
1
-1
/
+0
2019-11-21
KVM: x86: create mmu/ subdirectory
Paolo Bonzini
4
-2
/
+2
2019-11-21
KVM: nVMX: Remove unnecessary TLB flushes on L1<->L2 switches when L1 use api...
Liran Alon
1
-7
/
+0
2019-11-21
KVM: x86: remove set but not used variable 'called'
Mao Wenan
1
-3
/
+2
2019-11-21
KVM: nVMX: Do not mark vmcs02->apic_access_page as dirty when unpinning
Liran Alon
1
-3
/
+3
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
12
-124
/
+541
2019-11-21
KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack it
Paolo Bonzini
1
-14
/
+30
2019-11-21
KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality
Paolo Bonzini
2
-21
/
+40
2019-11-21
KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUID
Paolo Bonzini
2
-4
/
+8
2019-11-21
KVM: x86: do not modify masked bits of shared MSRs
Paolo Bonzini
1
-2
/
+3
2019-11-21
KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES
Paolo Bonzini
1
-2
/
+8
2019-11-20
KVM: nVMX: Assume TLB entries of L1 and L2 are tagged differently if L0 use EPT
Liran Alon
1
-2
/
+4
2019-11-20
KVM: x86: Unexport kvm_vcpu_reload_apic_access_page()
Liran Alon
1
-1
/
+0
2019-11-20
KVM: nVMX: add CR4_LA57 bit to nested CR4_FIXED1
Chenyi Qiang
1
-0
/
+1
2019-11-20
KVM: nVMX: Use semi-colon instead of comma for exit-handlers initialization
Liran Alon
1
-13
/
+13
2019-11-20
KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmap
Nitesh Narayan Lal
1
-0
/
+1
2019-11-16
x86/tss: Fix and move VMX BUILD_BUG_ON()
Thomas Gleixner
1
-8
/
+0
2019-11-15
KVM: x86: deliver KVM IOAPIC scan request to target vCPUs
Nitesh Narayan Lal
4
-2
/
+92
2019-11-15
KVM: nVMX: Add support for capturing highest observable L2 TSC
Aaron Lewis
3
-7
/
+101
2019-11-15
kvm: vmx: Rename function find_msr() to vmx_find_msr_index()
Aaron Lewis
1
-5
/
+5
2019-11-15
kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRS
Aaron Lewis
2
-4
/
+4
2019-11-15
kvm: nested: Introduce read_and_check_msr_entry()
Aaron Lewis
1
-13
/
+22
2019-11-15
KVM: nVMX: mark functions in the header as "static inline"
Paolo Bonzini
1
-3
/
+3
2019-11-15
KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control
Oliver Upton
3
-0
/
+25
2019-11-15
KVM: nVMX: Load GUEST_IA32_PERF_GLOBAL_CTRL MSR on VM-Entry
Oliver Upton
1
-0
/
+5
2019-11-15
KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on VM-Exit
Oliver Upton
1
-2
/
+12
2019-11-15
KVM: nVMX: Check HOST_IA32_PERF_GLOBAL_CTRL on VM-Entry
Oliver Upton
1
-0
/
+5
2019-11-15
KVM: nVMX: Check GUEST_IA32_PERF_GLOBAL_CTRL on VM-Entry
Oliver Upton
1
-0
/
+6
2019-11-15
KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRL
Oliver Upton
2
-1
/
+7
2019-11-15
KVM: x86: Optimization: Requst TLB flush in fast_cr3_switch() instead of do i...
Liran Alon
1
-1
/
+1
2019-11-15
KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC
Like Xu
5
-0
/
+70
2019-11-15
KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter
Like Xu
4
-4
/
+56
2019-11-15
KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback
Like Xu
4
-5
/
+27
2019-11-15
KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx
Like Xu
5
-17
/
+18
2019-11-15
KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPR
Liran Alon
3
-1
/
+10
2019-11-15
KVM: VMX: Refactor update_cr8_intercept()
Liran Alon
1
-6
/
+3
2019-11-15
KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handler
Liran Alon
1
-2
/
+1
2019-11-15
KVM: APIC: add helper func to remove duplicate code in kvm_pv_send_ipi
Miaohe Lin
1
-36
/
+29
[next]