index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-11
KVM: x86: Remove return code from enable_irq/nmi_window
Jan Kiszka
1
-4
/
+2
2014-03-11
KVM: nVMX: Rework interception of IRQs and NMIs
Jan Kiszka
1
-7
/
+19
2014-03-04
Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Paolo Bonzini
1
-1
/
+1
2014-03-04
x86: kvm: introduce periodic global clock updates
Andrew Jones
1
-0
/
+20
2014-03-04
x86: kvm: rate-limit global clock updates
Andrew Jones
1
-4
/
+23
2014-02-27
kvm: x86: fix emulator buffer overflow (CVE-2014-0049)
Andrew Honig
1
-1
/
+1
2014-02-27
KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEX
Takuya Yoshikawa
1
-2
/
+5
2014-02-26
KVM: x86: emulator_cmpxchg_emulated should mark_page_dirty
Marcelo Tosatti
1
-0
/
+1
2014-02-25
KVM: x86: Enable Intel MPX for guest
Liu, Jinsong
1
-0
/
+3
2014-02-25
KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_save
Liu, Jinsong
1
-1
/
+1
2014-02-22
KVM: x86: Fix xsave cpuid exposing bug
Liu, Jinsong
1
-2
/
+5
2014-02-04
KVM: x86: remove unused last_kernel_ns variable
Marcelo Tosatti
1
-1
/
+0
2014-01-29
kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdef
Paolo Bonzini
1
-1
/
+1
2014-01-27
KVM: x86: Validate guest writes to MSR_IA32_APICBASE
Jan Kiszka
1
-7
/
+25
2014-01-24
KVM: x86: mark hyper-v vapic assist page as dirty
Vadim Rozenfeld
1
-2
/
+4
2014-01-23
KVM: x86: mark hyper-v hypercall page as dirty
Vadim Rozenfeld
1
-0
/
+1
2014-01-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-46
/
+55
2014-01-17
KVM: SVM: Fix reading of DR6
Jan Kiszka
1
-2
/
+17
2014-01-17
KVM: x86: Sync DR7 on KVM_SET_DEBUGREGS
Jan Kiszka
1
-0
/
+1
2014-01-17
add support for Hyper-V reference time counter
Vadim Rozenfeld
1
-1
/
+27
2014-01-15
KVM: remove useless write to vcpu->hv_clock.tsc_timestamp
Paolo Bonzini
1
-2
/
+0
2014-01-15
KVM: x86: fix tsc catchup issue with tsc scaling
Marcelo Tosatti
1
-40
/
+1
2014-01-15
KVM: x86: limit PIT timer frequency
Marcelo Tosatti
1
-0
/
+3
2013-12-13
KVM: x86: Add comment on vcpu_enter_guest()'s return value
Takuya Yoshikawa
1
-0
/
+5
2013-12-13
KVM: Use cond_resched() directly and remove useless kvm_resched()
Takuya Yoshikawa
1
-1
/
+1
2013-12-13
KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)
Andy Honig
1
-39
/
+1
2013-11-06
kvm: optimize out smp_mb after srcu_read_unlock
Michael S. Tsirkin
1
-3
/
+4
2013-11-04
Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue
Gleb Natapov
1
-2
/
+3
2013-10-31
KVM: x86: fix KVM_SET_XCRS loop
Paolo Bonzini
1
-2
/
+2
2013-10-31
KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVE
Paolo Bonzini
1
-1
/
+10
2013-10-30
kvm: Create non-coherent DMA registeration
Alex Williamson
1
-2
/
+20
2013-10-30
kvm/x86: Convert iommu_flags to iommu_noncoherent
Alex Williamson
1
-1
/
+1
2013-10-30
kvm, emulator: Rename VendorSpecific flag
Borislav Petkov
1
-2
/
+1
2013-10-30
kvm, emulator: Use opcode length
Borislav Petkov
1
-2
/
+2
2013-10-30
kvm: Add KVM_GET_EMULATED_CPUID
Borislav Petkov
1
-3
/
+6
2013-10-17
kvm: Add struct kvm arg to memslot APIs
Aneesh Kumar K.V
1
-2
/
+3
2013-10-15
KVM: Drop FOLL_GET in GUP when doing async page fault
chai wen
1
-2
/
+2
2013-10-03
KVM: mmu: change useless int return types to void
Paolo Bonzini
1
-1
/
+1
2013-10-03
KVM: mmu: remove uninteresting MMU "new_cr3" callbacks
Paolo Bonzini
1
-1
/
+1
2013-10-03
KVM: x86: only copy XSAVE state for the supported features
Paolo Bonzini
1
-4
/
+7
2013-10-03
KVM: x86: prevent setting unsupported XSAVE states
Paolo Bonzini
1
-3
/
+15
2013-09-30
KVM: Convert kvm_lock back to non-raw spinlock
Paolo Bonzini
1
-4
/
+4
2013-08-28
KVM: x86: update masterclock when kvmclock_offset is calculated (v2)
Marcelo Tosatti
1
-23
/
+24
2013-08-28
KVM: x86: add comments where MMIO does not return to the emulator
Paolo Bonzini
1
-2
/
+5
2013-08-26
kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic
Raghavendra K T
1
-19
/
+6
2013-08-26
kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
Srivatsa Vaddagiri
1
-1
/
+43
2013-08-07
nEPT: Fix wrong test in kvm_set_cr3
Nadav Har'El
1
-11
/
+0
2013-07-29
KVM: x86: handle singlestep during emulation
Paolo Bonzini
1
-1
/
+38
2013-07-29
KVM: x86: handle hardware breakpoints during emulation
Paolo Bonzini
1
-0
/
+66
2013-07-29
KVM: x86: rename EMULATE_DO_MMIO
Paolo Bonzini
1
-2
/
+2
[next]