index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
|
|
KVM: s390: count invalid yields
Christian Borntraeger
2019-10-10
3
-4
/
+16
|
|
*
|
|
|
|
|
|
KVM: s390: Cleanup kvm_arch_init error path
Janosch Frank
2019-10-04
1
-11
/
+7
|
|
*
|
|
|
|
|
|
KVM: s390: Remove unused parameter from __inject_sigp_restart()
Thomas Huth
2019-10-04
1
-3
/
+2
|
*
|
|
|
|
|
|
|
KVM: x86: deliver KVM IOAPIC scan request to target vCPUs
Nitesh Narayan Lal
2019-11-15
5
-2
/
+94
|
*
|
|
|
|
|
|
|
KVM: nVMX: Add support for capturing highest observable L2 TSC
Aaron Lewis
2019-11-15
3
-7
/
+101
|
*
|
|
|
|
|
|
|
kvm: vmx: Rename function find_msr() to vmx_find_msr_index()
Aaron Lewis
2019-11-15
1
-5
/
+5
|
*
|
|
|
|
|
|
|
kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRS
Aaron Lewis
2019-11-15
2
-4
/
+4
|
*
|
|
|
|
|
|
|
kvm: nested: Introduce read_and_check_msr_entry()
Aaron Lewis
2019-11-15
1
-13
/
+22
|
*
|
|
|
|
|
|
|
KVM: nVMX: mark functions in the header as "static inline"
Paolo Bonzini
2019-11-15
1
-3
/
+3
|
*
|
|
|
|
|
|
|
KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control
Oliver Upton
2019-11-15
3
-0
/
+25
|
*
|
|
|
|
|
|
|
KVM: nVMX: Load GUEST_IA32_PERF_GLOBAL_CTRL MSR on VM-Entry
Oliver Upton
2019-11-15
1
-0
/
+5
|
*
|
|
|
|
|
|
|
KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on VM-Exit
Oliver Upton
2019-11-15
1
-2
/
+12
|
*
|
|
|
|
|
|
|
KVM: nVMX: Check HOST_IA32_PERF_GLOBAL_CTRL on VM-Entry
Oliver Upton
2019-11-15
1
-0
/
+5
|
*
|
|
|
|
|
|
|
KVM: nVMX: Check GUEST_IA32_PERF_GLOBAL_CTRL on VM-Entry
Oliver Upton
2019-11-15
1
-0
/
+6
|
*
|
|
|
|
|
|
|
KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRL
Oliver Upton
2019-11-15
2
-1
/
+7
|
*
|
|
|
|
|
|
|
KVM: x86: Optimization: Requst TLB flush in fast_cr3_switch() instead of do i...
Liran Alon
2019-11-15
1
-1
/
+1
|
*
|
|
|
|
|
|
|
KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC
Like Xu
2019-11-15
6
-0
/
+84
|
*
|
|
|
|
|
|
|
KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter
Like Xu
2019-11-15
5
-4
/
+61
|
*
|
|
|
|
|
|
|
KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback
Like Xu
2019-11-15
4
-5
/
+27
|
*
|
|
|
|
|
|
|
KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx
Like Xu
2019-11-15
5
-17
/
+18
|
*
|
|
|
|
|
|
|
KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPR
Liran Alon
2019-11-15
3
-1
/
+10
|
*
|
|
|
|
|
|
|
KVM: VMX: Refactor update_cr8_intercept()
Liran Alon
2019-11-15
1
-6
/
+3
|
*
|
|
|
|
|
|
|
KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handler
Liran Alon
2019-11-15
1
-2
/
+1
|
*
|
|
|
|
|
|
|
KVM: APIC: add helper func to remove duplicate code in kvm_pv_send_ipi
Miaohe Lin
2019-11-15
1
-36
/
+29
|
*
|
|
|
|
|
|
|
KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failed
Miaohe Lin
2019-11-15
1
-4
/
+2
|
*
|
|
|
|
|
|
|
KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNAL
Liran Alon
2019-11-15
1
-0
/
+1
|
*
|
|
|
|
|
|
|
KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latched
Liran Alon
2019-11-15
3
-3
/
+12
|
*
|
|
|
|
|
|
|
KVM: x86: Evaluate latched_init in KVM_SET_VCPU_EVENTS when vCPU not in SMM
Liran Alon
2019-11-15
1
-6
/
+7
|
*
|
|
|
|
|
|
|
x86: retpolines: eliminate retpoline from msr event handlers
Andrea Arcangeli
2019-11-15
1
-0
/
+11
|
*
|
|
|
|
|
|
|
KVM: retpolines: x86: eliminate retpoline from svm.c exit handlers
Andrea Arcangeli
2019-11-15
1
-0
/
+12
|
*
|
|
|
|
|
|
|
KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers
Andrea Arcangeli
2019-11-15
1
-2
/
+16
|
*
|
|
|
|
|
|
|
KVM: x86: optimize more exit handlers in vmx.c
Andrea Arcangeli
2019-11-15
1
-25
/
+5
|
*
|
|
|
|
|
|
|
KVM: x86: get rid of odd out jump label in pdptrs_changed
Miaohe Lin
2019-11-11
1
-5
/
+2
|
*
|
|
|
|
|
|
|
KVM: x86: switch KVMCLOCK base to monotonic raw clock
Marcelo Tosatti
2019-11-02
1
-22
/
+37
|
*
|
|
|
|
|
|
|
Merge tag 'kvm-ppc-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2019-11-01
18
-159
/
+264
|
|
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE mode
Nicholas Piggin
2019-10-22
1
-0
/
+5
|
|
*
|
|
|
|
|
|
KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interrupts
Nicholas Piggin
2019-10-22
1
-0
/
+15
|
|
*
|
|
|
|
|
|
KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest delivery
Nicholas Piggin
2019-10-22
3
-57
/
+56
|
|
*
|
|
|
|
|
|
KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op
Nicholas Piggin
2019-10-22
8
-62
/
+63
|
|
*
|
|
|
|
|
|
KVM: PPC: Book3S: Define and use SRR1_MSR_BITS
Nicholas Piggin
2019-10-22
3
-2
/
+14
|
|
*
|
|
|
|
|
|
KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPs
Greg Kurz
2019-10-22
3
-0
/
+16
|
|
*
|
|
|
|
|
|
KVM: PPC: Book3S HV: XIVE: Make VP block size configurable
Greg Kurz
2019-10-22
3
-25
/
+62
|
|
*
|
|
|
|
|
|
KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helper
Greg Kurz
2019-10-22
3
-18
/
+36
|
|
*
|
|
|
|
|
|
KVM: PPC: Book3S HV: XIVE: Show VP id in debugfs
Greg Kurz
2019-10-22
2
-4
/
+4
|
|
*
|
|
|
|
|
|
KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocated
Greg Kurz
2019-10-22
2
-7
/
+6
|
|
*
|
|
|
|
|
|
KVM: PPC: E500: Replace current->mm by kvm->mm
Leonardo Bras
2019-10-22
1
-3
/
+3
|
|
*
|
|
|
|
|
|
KVM: PPC: Reduce calls to get current->mm by storing the value locally
Leonardo Bras
2019-10-22
1
-5
/
+6
|
|
*
|
|
|
|
|
|
KVM: PPC: Report single stepping capability
Fabiano Rosas
2019-10-21
1
-0
/
+2
|
*
|
|
|
|
|
|
|
x86/kvm: Fix -Wmissing-prototypes warnings
Yi Wang
2019-10-25
1
-0
/
+1
|
*
|
|
|
|
|
|
|
KVM: Add separate helper for putting borrowed reference to kvm
Sean Christopherson
2019-10-22
2
-2
/
+2
[prev]
[next]