index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-16
KVM: x86: fix warning Using plain integer as NULL pointer
Hariprasad Kelam
1
-1
/
+1
2019-04-16
KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels
Sean Christopherson
1
-4
/
+6
2019-04-16
KVM: x86: Open code kvm_set_hflags
Sean Christopherson
1
-18
/
+15
2019-04-16
KVM: x86: Load SMRAM in a single shot when leaving SMM
Sean Christopherson
1
-2
/
+3
2019-04-16
x86/kvm: move kvm_load/put_guest_xcr0 into atomic context
WANG Chao
1
-6
/
+4
2019-04-16
kvm: mmu: Fix overflow on kvm mmu page limit calculation
Ben Gardon
1
-2
/
+2
2019-03-28
KVM: x86: update %rip after emulating IO
Sean Christopherson
1
-10
/
+26
2019-03-28
kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrs
Xiaoyao Li
1
-1
/
+2
2019-03-28
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
1
-0
/
+12
2019-03-28
KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()
Wei Yang
1
-6
/
+2
2019-02-20
Revert "KVM: x86: use the fast way to invalidate all pages"
Sean Christopherson
1
-1
/
+1
2019-02-20
Revert "KVM: MMU: reclaim the zapped-obsolete page first"
Sean Christopherson
1
-1
/
+0
2019-02-20
KVM: Call kvm_arch_memslots_updated() before updating memslots
Sean Christopherson
1
-2
/
+2
2019-02-20
kvm: x86: Add memcg accounting to KVM allocations
Ben Gardon
1
-7
/
+9
2019-02-20
KVM: x86: Sync the pending Posted-Interrupts
Luwei Kang
1
-1
/
+1
2019-02-20
KVM: x86: cull apicv code when userspace irqchip is requested
Paolo Bonzini
1
-1
/
+8
2019-02-07
KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
Paolo Bonzini
1
-0
/
+7
2019-01-25
KVM: x86: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2019-01-25
KVM: x86: Fix PV IPIs for 32-bit KVM host
Sean Christopherson
1
-1
/
+1
2019-01-25
KVM: x86: Fix single-step debugging
Alexander Popov
1
-2
/
+1
2018-12-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-33
/
+128
2018-12-21
KVM: x86: Implement Intel PT MSRs read/write emulation
Chao Peng
1
-1
/
+32
2018-12-21
KVM: fix some typos
Wei Yang
1
-1
/
+1
2018-12-21
KVM: x86: fix size of x86_fpu_cache objects
Paolo Bonzini
1
-1
/
+1
2018-12-18
kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs
Eduardo Habkost
1
-0
/
+2
2018-12-18
KVM: X86: Fix NULL deref in vcpu_scan_ioapic
Wanpeng Li
1
-1
/
+1
2018-12-14
kvm: x86: Dynamically allocate guest_fpu
Marc Orr
1
-13
/
+38
2018-12-14
kvm: x86: Use task structs fpu field for user
Marc Orr
1
-2
/
+2
2018-12-14
kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU reset
Jim Mattson
1
-1
/
+1
2018-12-14
x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID
Vitaly Kuznetsov
1
-0
/
+20
2018-12-14
KVM: x86: nVMX: Allow nested_enable_evmcs to be NULL
Sean Christopherson
1
-0
/
+2
2018-12-14
kvm: introduce manual dirty log reprotect
Paolo Bonzini
1
-0
/
+27
2018-12-14
kvm: rename last argument to kvm_get_dirty_log_protect
Paolo Bonzini
1
-3
/
+3
2018-12-14
kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic
Paolo Bonzini
1
-12
/
+2
2018-11-27
KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset
Leonid Shatz
1
-3
/
+3
2018-11-27
KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercall
Liran Alon
1
-0
/
+1
2018-11-27
KVM: X86: Fix scan ioapic use-before-initialization
Wanpeng Li
1
-1
/
+2
2018-10-29
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
1
-21
/
+21
2018-10-23
Revert "kvm: x86: optimize dr6 restore"
Radim Krčmář
1
-9
/
+4
2018-10-17
kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOAD
Jim Mattson
1
-0
/
+5
2018-10-17
kvm: vmx: Defer setting of DR6 until #DB delivery
Jim Mattson
1
-17
/
+52
2018-10-17
kvm: x86: Defer setting of CR2 until #PF delivery
Jim Mattson
1
-4
/
+45
2018-10-17
kvm: x86: Add payload operands to kvm_multiple_exception
Jim Mattson
1
-7
/
+15
2018-10-17
kvm: x86: Add exception payload fields to kvm_vcpu_events
Jim Mattson
1
-16
/
+45
2018-10-17
kvm: x86: Add has_payload and payload to kvm_queued_exception
Jim Mattson
1
-0
/
+8
2018-10-17
x86/kvm/nVMX: nested state migration for Enlightened VMCS
Vitaly Kuznetsov
1
-2
/
+4
2018-10-17
KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
Vitaly Kuznetsov
1
-0
/
+15
2018-10-17
KVM: hyperv: define VP assist page helpers
Ladi Prosek
1
-1
/
+1
2018-10-17
x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
Paolo Bonzini
1
-1
/
+1
2018-10-17
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
1
-10
/
+10
[next]