index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is available
Paolo Bonzini
2020-03-20
2
-0
/
+28
*
KVM: x86: remove bogus user-triggerable WARN_ON
Paolo Bonzini
2020-03-20
1
-1
/
+0
*
Merge branch 'kvm-null-pointer-fix' into kvm-master
Paolo Bonzini
2020-03-14
1
-2
/
+3
|
\
|
*
KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAs
Vitaly Kuznetsov
2020-03-14
1
-2
/
+3
*
|
Merge tag 'kvm-s390-master-5.6-1' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2020-03-14
1
-1
/
+17
|
\
\
|
*
|
KVM: s390: Also reset registers in sync regs for initial cpu reset
Christian Borntraeger
2020-03-11
1
-1
/
+17
*
|
|
KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirect
Nitesh Narayan Lal
2020-03-14
1
-2
/
+5
*
|
|
KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1
Sean Christopherson
2020-03-14
1
-2
/
+14
*
|
|
KVM: fix Kconfig menu text for -Werror
Jason A. Donenfeld
2020-03-05
1
-1
/
+1
|
/
/
*
|
KVM: x86: remove stale comment from struct x86_emulate_ctxt
Vitaly Kuznetsov
2020-03-03
1
-1
/
+0
*
|
KVM: x86: clear stale x86_emulate_ctxt->intercept value
Vitaly Kuznetsov
2020-03-03
1
-0
/
+1
*
|
KVM: SVM: Fix the svm vmexit code for WRMSR
Haiwei Li
2020-03-02
1
-1
/
+2
*
|
KVM: X86: Fix dereference null cpufreq policy
Wanpeng Li
2020-03-02
1
-3
/
+5
*
|
KVM: VMX: check descriptor table exits on instruction emulation
Oliver Upton
2020-03-01
1
-0
/
+15
*
|
Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2020-02-28
15
-77
/
+84
|
\
\
|
*
|
arm64: Ask the compiler to __always_inline functions used by KVM at HYP
James Morse
2020-02-22
4
-8
/
+8
|
*
|
KVM: arm64: Define our own swab32() to avoid a uapi static inline
James Morse
2020-02-22
2
-2
/
+9
|
*
|
KVM: arm64: Ask the compiler to __always_inline functions used at HYP
James Morse
2020-02-22
5
-28
/
+29
|
*
|
kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()
Mark Rutland
2020-02-17
4
-39
/
+37
|
*
|
KVM: arm/arm64: Fix up includes for trace.h
Jeremy Cline
2020-02-05
1
-0
/
+1
*
|
|
kvm: x86: Limit the number of "kvm: disabled by bios" messages
Erwan Velu
2020-02-28
1
-2
/
+2
*
|
|
KVM: x86: avoid useless copy of cpufreq policy
Paolo Bonzini
2020-02-28
1
-5
/
+5
*
|
|
KVM: allow disabling -Werror
Paolo Bonzini
2020-02-28
2
-1
/
+14
*
|
|
KVM: x86: allow compiling as non-module with W=1
Valdis Klētnieks
2020-02-28
2
-0
/
+4
*
|
|
KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis
Wanpeng Li
2020-02-28
1
-12
/
+21
*
|
|
KVM: Introduce pv check helpers
Wanpeng Li
2020-02-28
1
-10
/
+24
*
|
|
KVM: let declaration of kvm_get_running_vcpus match implementation
Christian Borntraeger
2020-02-28
1
-1
/
+1
*
|
|
KVM: SVM: allocate AVIC data structures based on kvm_amd module parameter
Paolo Bonzini
2020-02-28
1
-1
/
+2
|
|
/
|
/
|
*
|
KVM: s390: rstify new ioctls in api.rst
Christian Borntraeger
2020-02-24
1
-15
/
+18
*
|
KVM: nVMX: Check IO instruction VM-exit conditions
Oliver Upton
2020-02-23
2
-7
/
+52
*
|
KVM: nVMX: Refactor IO bitmap checks into helper function
Oliver Upton
2020-02-23
2
-14
/
+27
*
|
KVM: nVMX: Don't emulate instructions in guest mode
Paolo Bonzini
2020-02-23
1
-1
/
+1
*
|
KVM: nVMX: Emulate MTF when performing instruction emulation
Oliver Upton
2020-02-23
8
-2
/
+83
*
|
KVM: fix error handling in svm_hardware_setup
Li RongQing
2020-02-23
1
-21
/
+20
*
|
KVM: SVM: Fix potential memory leak in svm_cpu_init()
Miaohe Lin
2020-02-21
1
-7
/
+6
*
|
KVM: apic: avoid calculating pending eoi from an uninitialized val
Miaohe Lin
2020-02-21
1
-1
/
+3
*
|
KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...
Vitaly Kuznetsov
2020-02-21
4
-11
/
+8
*
|
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
Vitaly Kuznetsov
2020-02-21
4
-10
/
+17
*
|
kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled
Suravee Suthikulpanit
2020-02-21
1
-0
/
+3
*
|
KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE
Xiaoyao Li
2020-02-21
2
-1
/
+2
*
|
KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow
wanpeng li
2020-02-21
1
-2
/
+9
*
|
KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
Miaohe Lin
2020-02-21
1
-1
/
+1
*
|
kvm/emulate: fix a -Werror=cast-function-type
Qian Cai
2020-02-20
2
-23
/
+26
*
|
KVM: x86: fix incorrect comparison in trace event
Paolo Bonzini
2020-02-20
1
-1
/
+1
*
|
KVM: nVMX: Fix some obsolete comments and grammar error
Miaohe Lin
2020-02-17
1
-5
/
+5
*
|
KVM: x86: fix missing prototypes
Paolo Bonzini
2020-02-17
1
-0
/
+2
*
|
KVM: x86: enable -Werror
Paolo Bonzini
2020-02-12
1
-0
/
+1
*
|
docs: virt: guest-halt-polling.txt convert to ReST
Mauro Carvalho Chehab
2020-02-12
2
-3
/
+10
*
|
docs: kvm: review-checklist.txt: rename to ReST
Mauro Carvalho Chehab
2020-02-12
2
-0
/
+5
*
|
docs: kvm: Convert timekeeping.txt to ReST format
Mauro Carvalho Chehab
2020-02-12
2
-95
/
+129
[next]