index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Adjust counter sample period after a wrmsr
Eric Hankland
2020-03-16
3
-2
/
+17
*
KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes
Sean Christopherson
2020-03-16
1
-25
/
+9
*
KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flush
Sean Christopherson
2020-03-16
1
-1
/
+2
*
KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
Sean Christopherson
2020-03-16
2
-11
/
+11
*
KVM: Terminate memslot walks via used_slots
Sean Christopherson
2020-03-16
1
-7
/
+8
*
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
2020-03-16
1
-57
/
+4
*
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
2020-03-16
2
-22
/
+14
*
KVM: x86: Free arrays for old memslot when moving memslot's base gfn
Sean Christopherson
2020-03-16
1
-0
/
+4
*
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
2020-03-16
1
-1
/
+1
*
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
2020-03-16
1
-6
/
+0
*
KVM: x86: Allocate memslot resources during prepare_memory_region()
Sean Christopherson
2020-03-16
1
-4
/
+9
*
KVM: x86: Allocate new rmap and large page tracking when moving memslot
Sean Christopherson
2020-03-16
1
-0
/
+11
*
KVM: x86: Move gpa_val and gpa_available into the emulator context
Sean Christopherson
2020-03-16
1
-7
/
+6
*
KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
Sean Christopherson
2020-03-16
2
-14
/
+21
*
KVM: apic: remove unused function apic_lvt_vector()
Miaohe Lin
2020-03-16
1
-5
/
+0
*
KVM: VMX: Add 'else' to split mutually exclusive case
Miaohe Lin
2020-03-16
1
-5
/
+3
*
KVM: x86: eliminate some unreachable code
Miaohe Lin
2020-03-16
2
-4
/
+0
*
KVM: x86: Fix print format and coding style
Miaohe Lin
2020-03-16
3
-4
/
+3
*
KVM: vmx: rewrite the comment in vmx_get_mt_mask
Chia-I Wu
2020-03-16
1
-10
/
+17
*
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
6
-2
/
+81
*
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
3
-9
/
+16
*
kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled
Suravee Suthikulpanit
2020-02-21
1
-0
/
+3
*
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
1
-22
/
+14
*
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: enable -Werror
Paolo Bonzini
2020-02-12
1
-0
/
+1
*
KVM: x86: fix WARN_ON check of an unsigned less than zero
Paolo Bonzini
2020-02-12
1
-1
/
+1
*
KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging
Sean Christopherson
2020-02-12
1
-1
/
+1
*
KVM: nVMX: Use correct root level for nested EPT shadow page tables
Sean Christopherson
2020-02-12
1
-0
/
+3
*
KVM: nVMX: Fix some comment typos and coding style
Miaohe Lin
2020-02-12
1
-2
/
+3
*
KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP
Sean Christopherson
2020-02-12
3
-7
/
+19
*
KVM: apic: reuse smp_wmb() in kvm_make_request()
Miaohe Lin
2020-02-12
1
-3
/
+0
*
KVM: x86: remove duplicated KVM_REQ_EVENT request
Miaohe Lin
2020-02-12
1
-1
/
+0
*
KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS
Oliver Upton
2020-02-12
1
-13
/
+16
*
KVM: nVMX: Handle pending #DB when injecting INIT VM-exit
Oliver Upton
2020-02-12
1
-0
/
+28
*
KVM: x86: Mask off reserved bit from #DB exception payload
Oliver Upton
2020-02-12
1
-0
/
+8
*
KVM: x86: do not reset microcode version on INIT or RESET
Paolo Bonzini
2020-02-12
2
-2
/
+2
*
KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration
Miaohe Lin
2020-02-05
1
-2
/
+0
*
KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit
Sean Christopherson
2020-02-05
1
-0
/
+2
*
KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
Paolo Bonzini
2020-02-05
1
-0
/
+4
*
KVM: x86: Fix perfctr WRMSR for running counters
Eric Hankland
2020-02-05
1
-5
/
+4
[next]