index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
kvm: svm: Update svm_xsaves_supported
Aaron Lewis
2019-10-22
1
-1
/
+1
*
|
kvm: x86: Move IA32_XSS to kvm_{get,set}_msr_common
Aaron Lewis
2019-10-22
2
-18
/
+20
*
|
KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 code
Aaron Lewis
2019-10-22
4
-62
/
+34
*
|
KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS on Intel
Aaron Lewis
2019-10-22
1
-7
/
+18
*
|
KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMD
Aaron Lewis
2019-10-22
1
-0
/
+23
*
|
KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loaded
Aaron Lewis
2019-10-22
1
-11
/
+5
*
|
KVM: VMX: Fix conditions for guest IA32_XSS support
Aaron Lewis
2019-10-22
1
-13
/
+11
*
|
KVM: x86: Introduce vcpu->arch.xsaves_enabled
Aaron Lewis
2019-10-22
3
-0
/
+9
*
|
KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup()
Xiaoyao Li
2019-10-22
3
-6
/
+7
*
|
KVM: VMX: Initialize vmx->guest_msrs[] right after allocation
Xiaoyao Li
2019-10-22
1
-18
/
+16
*
|
KVM: VMX: Remove vmx->hv_deadline_tsc initialization from vmx_vcpu_setup()
Xiaoyao Li
2019-10-22
1
-1
/
+0
*
|
KVM: VMX: Write VPID to vmcs when creating vcpu
Xiaoyao Li
2019-10-22
1
-3
/
+3
*
|
KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAP
Like Xu
2019-10-22
2
-11
/
+6
*
|
KVM: remove redundant code in kvm_arch_vm_ioctl
Miaohe Lin
2019-10-22
1
-3
/
+0
*
|
kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
Suthikulpanit, Suravee
2019-10-22
4
-5
/
+5
*
|
KVM: x86: Fold decache_cr3() into cache_reg()
Sean Christopherson
2019-10-22
4
-17
/
+8
*
|
KVM: x86: Add helpers to test/mark reg availability and dirtiness
Sean Christopherson
2019-10-22
4
-32
/
+49
*
|
KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'
Sean Christopherson
2019-10-22
2
-4
/
+2
[next]