index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kvm_host.h
Age
Commit message (
Expand
)
Author
2009-06-10
KVM: VMX: Rename rmode.active to rmode.vm86_active
Nitin A Kamble
2009-06-10
KVM: inject NMI after IRET from a previous NMI, not before.
Gleb Natapov
2009-06-10
KVM: Do not re-execute INTn instruction.
Gleb Natapov
2009-06-10
KVM: Remove irq_pending bitmap
Gleb Natapov
2009-06-10
KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()
Glauber Costa
2009-06-10
KVM: Drop request_nmi from stats
Jan Kiszka
2009-06-10
KVM: Enable snooping control for supported hardware
Sheng Yang
2009-06-10
KVM: Replace get_mt_mask_shift with get_mt_mask
Sheng Yang
2009-06-10
KVM: Get rid of get_irq() callback
Gleb Natapov
2009-06-10
KVM: SVM: Add NMI injection support
Gleb Natapov
2009-06-10
KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open
Gleb Natapov
2009-06-10
KVM: Remove inject_pending_vectors() callback
Gleb Natapov
2009-06-10
KVM: Remove exception_injected() callback.
Gleb Natapov
2009-06-10
KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX
Gleb Natapov
2009-06-10
KVM: x86 emulator: Add new mode of instruction emulation: skip
Gleb Natapov
2009-06-10
KVM: MMU: remove global page optimization logic
Marcelo Tosatti
2009-06-10
KVM: MMU: Use different shadows when EFER.NXE changes
Avi Kivity
2009-06-10
KVM: MMU: Emulate #PF error code of reserved bits violation
Dong, Eddie
2009-06-10
KVM: Fix interrupt unhalting a vcpu when it shouldn't
Gleb Natapov
2009-06-10
KVM: change the way how lowest priority vcpu is calculated
Gleb Natapov
2009-03-24
KVM: Report IRQ injection status to userspace.
Gleb Natapov
2009-03-24
KVM: MMU: Rename "metaphysical" attribute to "direct"
Avi Kivity
2009-03-24
KVM: Move struct kvm_pio_request into x86 kvm_host.h
Avi Kivity
2009-03-24
KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt
Izik Eidus
2009-03-24
KVM: VMX: initialize TSC offset relative to vm creation time
Marcelo Tosatti
2009-03-24
KVM: MMU: Segregate mmu pages created with different cr4.pge settings
Avi Kivity
2009-03-24
KVM: MMU: Inherit a shadow page's guest level count from vcpu setup
Avi Kivity
2009-03-24
KVM: x86: Virtualize debug registers
Jan Kiszka
2009-03-24
KVM: New guest debug interface
Jan Kiszka
2009-03-24
KVM: SVM: Add VMRUN handler
Alexander Graf
2009-03-24
KVM: SVM: Implement GIF, clgi and stgi
Alexander Graf
2009-03-24
KVM: SVM: Move EFER and MSR constants to generic x86 code
Alexander Graf
2009-01-03
KVM: change KVM to use IOMMU API
Joerg Roedel
2008-12-31
KVM: MMU: prepopulate the shadow on invlpg
Marcelo Tosatti
2008-12-31
KVM: MMU: skip global pgtables on sync due to cr3 switch
Marcelo Tosatti
2008-12-31
KVM: MMU: use page array in unsync walk
Marcelo Tosatti
2008-12-31
KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h
Eduardo Habkost
2008-12-31
KVM: MMU: Fix aliased gfns treated as unaliased
Izik Eidus
2008-12-31
KVM: x86: Optimize NMI watchdog delivery
Jan Kiszka
2008-12-31
KVM: MMU: Extend kvm_mmu_page->slot_bitmap size
Sheng Yang
2008-12-31
KVM: Enable MTRR for EPT
Sheng Yang
2008-12-31
KVM: Improve MTRR structure
Sheng Yang
2008-12-31
KVM: x86: Support for user space injected NMIs
Jan Kiszka
2008-12-31
KVM: VMX: refactor/fix IRQ and NMI injectability determination
Jan Kiszka
2008-10-28
KVM: Fix guest shared interrupt with in-kernel irqchip
Sheng Yang
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro