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: Convert kvm_lock to a mutex
Junaid Shahid
2019-06-05
3
-11
/
+11
*
KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64
Uros Bizjak
2019-06-05
1
-1
/
+0
*
x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw()
Jan Beulich
2019-06-05
1
-1
/
+1
*
KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bit
Wanpeng Li
2019-06-04
3
-5
/
+24
*
KVM: X86: Provide a capability to disable cstate msr read intercepts
Wanpeng Li
2019-06-04
4
-1
/
+16
*
kvm: x86: refine kvm_get_arch_capabilities()
Xiaoyao Li
2019-06-04
2
-5
/
+4
*
KVM: Directly return result from kvm_arch_check_processor_compat()
Sean Christopherson
2019-06-04
8
-14
/
+18
*
kvm: svm/avic: Do not send AVIC doorbell to self
Suthikulpanit, Suravee
2019-06-04
1
-4
/
+7
*
KVM: LAPIC: Optimize timer latency further
Wanpeng Li
2019-06-04
5
-5
/
+11
*
KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit
Wanpeng Li
2019-06-04
3
-7
/
+15
*
KVM: LAPIC: Extract adaptive tune timer advancement logic
Wanpeng Li
2019-06-04
1
-24
/
+33
*
KVM/nSVM: properly map nested VMCB
Vitaly Kuznetsov
2019-06-04
1
-2
/
+2
*
kvm: x86: Fix reserved bits related calculation errors caused by MKTME
Kai Huang
2019-06-04
1
-6
/
+27
*
kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c
Kai Huang
2019-06-04
2
-31
/
+31
*
Merge tag 'kvm-s390-master-5.2-2' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2019-06-01
4
-0
/
+10
|
\
|
*
KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID
Thomas Huth
2019-05-28
4
-0
/
+10
*
|
KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry()
Suraj Jitindar Singh
2019-05-30
1
-0
/
+1
*
|
KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9
Paul Mackerras
2019-05-30
1
-2
/
+5
*
|
KVM: PPC: Book3S HV: XIVE: Fix page offset when clearing ESB pages
Cédric Le Goater
2019-05-30
1
-1
/
+2
*
|
KVM: PPC: Book3S HV: XIVE: Take the srcu read lock when accessing memslots
Cédric Le Goater
2019-05-30
1
-0
/
+8
*
|
KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts
Cédric Le Goater
2019-05-30
1
-2
/
+2
*
|
KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the XIVE device
Cédric Le Goater
2019-05-30
3
-17
/
+22
*
|
KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the vCPU identifier
Cédric Le Goater
2019-05-29
1
-1
/
+1
*
|
KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validity when resetting
Cédric Le Goater
2019-05-29
1
-18
/
+18
*
|
KVM: PPC: Book3S HV: XIVE: Clear file mapping when device is released
Cédric Le Goater
2019-05-29
1
-0
/
+8
*
|
KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu
Paul Mackerras
2019-05-29
1
-8
/
+1
*
|
KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list
Paul Mackerras
2019-05-29
3
-8
/
+8
*
|
KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup
Paul Mackerras
2019-05-29
3
-26
/
+42
*
|
KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functions
Paul Mackerras
2019-05-29
2
-32
/
+24
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-26
20
-106
/
+173
|
\
|
*
KVM: x86: fix return value for reserved EFER
Paolo Bonzini
2019-05-24
1
-1
/
+1
|
*
KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGION
Christian Borntraeger
2019-05-24
1
-14
/
+21
|
*
KVM: x86/pmu: do not mask the value that is written to fixed PMUs
Paolo Bonzini
2019-05-24
1
-5
/
+8
|
*
KVM: x86/pmu: mask the result of rdpmc according to the width of the counters
Paolo Bonzini
2019-05-24
4
-13
/
+15
|
*
x86/kvm/pmu: Set AMD's virt PMU version to 1
Borislav Petkov
2019-05-24
1
-1
/
+1
|
*
KVM: x86: do not spam dmesg with VMCS/VMCB dumps
Paolo Bonzini
2019-05-24
2
-8
/
+27
|
*
kvm: Check irqchip mode before assign irqfd
Peter Xu
2019-05-24
2
-0
/
+8
|
*
kvm: svm/avic: fix off-by-one in checking host APIC ID
Suthikulpanit, Suravee
2019-05-24
1
-1
/
+5
|
*
KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace
Wanpeng Li
2019-05-24
1
-0
/
+18
|
*
KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow
Wanpeng Li
2019-05-24
1
-1
/
+1
|
*
kvm: vmx: Fix -Wmissing-prototypes warnings
Yi Wang
2019-05-24
1
-0
/
+1
|
*
KVM: nVMX: Fix using __this_cpu_read() in preemptible context
Wanpeng Li
2019-05-24
1
-2
/
+2
|
*
kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUID
Jim Mattson
2019-05-24
1
-0
/
+1
|
*
kvm: x86: Include multiple indices with CPUID leaf 0x8000001d
Jim Mattson
2019-05-24
1
-4
/
+3
|
*
KVM: nVMX: Clear nested_run_pending if setting nested state fails
Sean Christopherson
2019-05-24
1
-12
/
+17
|
*
KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE
Paolo Bonzini
2019-05-24
1
-1
/
+1
|
*
Merge tag 'kvmarm-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
2019-05-24
5
-41
/
+41
|
|
\
|
|
*
KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation
James Morse
2019-05-24
2
-0
/
+2
|
|
*
KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentation
James Morse
2019-05-24
3
-41
/
+39
|
*
|
KVM: s390: change default halt poll time to 50us
Christian Borntraeger
2019-05-20
1
-1
/
+1
[next]