aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang1-0/+6
2008-10-15KVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archsXiantao Zhang1-0/+2
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang1-0/+1
2008-10-15KVM: MMU: out of sync shadow coreMarcelo Tosatti1-0/+1
2008-10-15KVM: Device Assignment with VT-dBen-Ami Yassour1-0/+52
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti1-0/+1
2008-10-15KVM: Move KVM TRACE DEFINITIONS to common headerHollis Blanchard1-0/+19
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli1-0/+24
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti1-0/+1
2008-07-20KVM: Add coalesced MMIO support (common part)Laurent Vivier1-0/+4
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier1-1/+2
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity1-3/+0
2008-06-24KVM: close timer injection race window in __vcpu_runMarcelo Tosatti1-0/+1
2008-06-06KVM: migrate PIT timerMarcelo Tosatti1-1/+1
2008-04-27KVM: kill file->f_count abuse in kvmAl Viro1-1/+0
2008-04-27KVM: Rename debugfs_dir to kvm_debugfs_dirHollis Blanchard1-1/+1
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti1-0/+4
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti1-0/+1
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu1-0/+14
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori1-0/+12
2008-04-27KVM: add vm refcountingIzik Eidus1-0/+4
2008-04-27KVM: Move some x86 specific constants and structures to include/asm-x86Avi Kivity1-13/+0
2008-04-27KVM: detect if VCPU triple faultsJoerg Roedel1-0/+1
2008-04-27KVM: MMU: large page supportMarcelo Tosatti1-0/+5
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti1-0/+2
2008-04-27KVM: Increase the number of user memory slots per vmAvi Kivity1-1/+1
2008-04-27KVM: Increase vcpu count to 16Avi Kivity1-1/+1
2008-04-27KVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifierHollis Blanchard1-0/+2
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus1-0/+1
2008-01-30KVM: Move apic timer migration away from critical sectionAvi Kivity1-0/+6
2008-01-30KVM: MMU: Switch to mmu spinlockMarcelo Tosatti1-1/+2
2008-01-30KVM: Add kvm_read_guest_atomic()Marcelo Tosatti1-0/+2
2008-01-30KVM: local APIC TPR access reporting facilityAvi Kivity1-1/+1
2008-01-30KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao1-0/+1
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+289