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
2009-03-24
KVM: fix sparse warnings: Should it be static?
Hannes Eder
1
-4
/
+4
2009-03-24
KVM: Report IRQ injection status to userspace.
Gleb Natapov
1
-2
/
+11
2009-03-24
KVM: Fix kvmclock on !constant_tsc boxes
Gerd Hoffmann
1
-9
/
+94
2009-03-24
KVM: Add FFXSR support
Alexander Graf
1
-0
/
+12
2009-03-24
KVM: Userspace controlled irq routing
Avi Kivity
1
-0
/
+6
2009-03-24
KVM: x86: Fix typos and whitespace errors
Amit Shah
1
-17
/
+16
2009-03-24
KVM: MMU: Only enable cr4_pge role in shadow mode
Avi Kivity
1
-1
/
+1
2009-03-24
KVM: Properly lock PIT creation
Avi Kivity
1
-0
/
+6
2009-03-24
KVM: PIT: provide an option to disable interrupt reinjection
Marcelo Tosatti
1
-0
/
+21
2009-03-24
KVM: Fallback support for MSR_VM_HSAVE_PA
Avi Kivity
1
-0
/
+2
2009-03-24
KVM: remove the vmap usage
Izik Eidus
1
-49
/
+13
2009-03-24
KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt
Izik Eidus
1
-14
/
+42
2009-03-24
KVM: VMX: initialize TSC offset relative to vm creation time
Marcelo Tosatti
1
-0
/
+2
2009-03-24
KVM: MMU: Segregate mmu pages created with different cr4.pge settings
Avi Kivity
1
-0
/
+1
2009-03-24
KVM: x86: Wire-up hardware breakpoints for guest debugging
Jan Kiszka
1
-1
/
+13
2009-03-24
KVM: x86: Virtualize debug registers
Jan Kiszka
1
-0
/
+29
2009-03-24
KVM: New guest debug interface
Jan Kiszka
1
-6
/
+8
2009-03-24
KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is set
Alexander Graf
1
-16
/
+42
2009-03-24
KVM: SVM: Implement hsave
Alexander Graf
1
-1
/
+1
2009-02-15
KVM: x86: disable kvmclock on non constant TSC hosts
Marcelo Tosatti
1
-1
/
+3
2009-02-15
KVM: Fix racy in kvm_free_assigned_irq
Sheng Yang
1
-1
/
+1
2009-02-15
KVM: Add kvm_arch_sync_events to sync with asynchronize events
Sheng Yang
1
-0
/
+4
2009-01-03
KVM: change KVM to use IOMMU API
Joerg Roedel
1
-1
/
+2
2008-12-31
KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI
Jan Kiszka
1
-26
/
+2
2008-12-31
KVM: Consolidate userspace memory capability reporting into common code
Avi Kivity
1
-1
/
+0
2008-12-31
KVM: MMU: prepopulate the shadow on invlpg
Marcelo Tosatti
1
-1
/
+1
2008-12-31
KVM: MMU: skip global pgtables on sync due to cr3 switch
Marcelo Tosatti
1
-0
/
+4
2008-12-31
KVM: Fix cpuid iteration on multiple leaves per eac
Nitin A Kamble
1
-1
/
+2
2008-12-31
KVM: Fix cpuid leaf 0xb loop termination
Nitin A Kamble
1
-1
/
+1
2008-12-31
KVM: Enable Function Level Reset for assigned device
Sheng Yang
1
-1
/
+1
2008-12-31
KVM: allow emulator to adjust rip for emulated pio instructions
Guillaume Thouvenin
1
-2
/
+0
2008-12-31
KVM: x86: Fix typo in function name
Amit Shah
1
-5
/
+5
2008-12-31
KVM: Enable MTRR for EPT
Sheng Yang
1
-1
/
+1
2008-12-31
KVM: VMX: Add PAT support for EPT
Sheng Yang
1
-1
/
+1
2008-12-31
KVM: Improve MTRR structure
Sheng Yang
1
-2
/
+59
2008-12-31
KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callback
Gleb Natapov
1
-1
/
+1
2008-12-31
KVM: x86: Support for user space injected NMIs
Jan Kiszka
1
-2
/
+44
2008-12-31
KVM: x86: VCPU with pending NMI is runnabled
Jan Kiszka
1
-1
/
+2
2008-12-31
KVM: x86: Reset pending/inject NMI state on CPU reset
Jan Kiszka
1
-0
/
+3
2008-10-28
KVM: Fix guest shared interrupt with in-kernel irqchip
Sheng Yang
1
-1
/
+5
2008-10-16
Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-228
/
+324
2008-10-16
misc: replace __FUNCTION__ with __func__
Harvey Harrison
1
-1
/
+1
2008-10-15
KVM: Move device assignment logic to common code
Xiantao Zhang
1
-255
/
+0
2008-10-15
KVM: x86: Silence various LAPIC-related host kernel messages
Jan Kiszka
1
-2
/
+2
2008-10-15
KVM: PIC: enhance IPI avoidance
Marcelo Tosatti
1
-0
/
+1
2008-10-15
KVM: MMU: out of sync shadow core
Marcelo Tosatti
1
-0
/
+3
2008-10-15
KVM: x86: trap invlpg
Marcelo Tosatti
1
-0
/
+1
2008-10-15
KVM: MMU: sync roots on mmu reload
Marcelo Tosatti
1
-0
/
+1
2008-10-15
KVM: don't enter guest after SIPI was received by a CPU
Gleb Natapov
1
-1
/
+1
2008-10-15
KVM: x86.c make kvm_load_realmode_segment static
Harvey Harrison
1
-1
/
+1
[next]