summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h (unfollow)
Commit message (Expand)Author
2008-04-27KVM: kill file->f_count abuse in kvmAl Viro
2008-04-27KVM: Rename debugfs_dir to kvm_debugfs_dirHollis Blanchard
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori
2008-04-27KVM: add vm refcountingIzik Eidus
2008-04-27KVM: Move some x86 specific constants and structures to include/asm-x86Avi Kivity
2008-04-27KVM: detect if VCPU triple faultsJoerg Roedel
2008-04-27KVM: MMU: large page supportMarcelo Tosatti
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti
2008-04-27KVM: Increase the number of user memory slots per vmAvi Kivity
2008-04-27KVM: Increase vcpu count to 16Avi Kivity
2008-04-27KVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifierHollis Blanchard
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus
2008-01-30KVM: Move apic timer migration away from critical sectionAvi Kivity
2008-01-30KVM: MMU: Switch to mmu spinlockMarcelo Tosatti
2008-01-30KVM: Add kvm_read_guest_atomic()Marcelo Tosatti
2008-01-30KVM: local APIC TPR access reporting facilityAvi Kivity
2008-01-30KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity
2008-01-30KVM: Portability: Move kvm_vm_stat to x86.hZhang Xiantao
2008-01-30KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_archZhang Xiantao
2008-01-30KVM: Portability: move vpic and vioapic to kvm_archZhang Xiantao
2008-01-30KVM: Portability: Move mmu-related fields to kvm_archZhang Xiantao
2008-01-30KVM: Portability: Move memslot aliases to new struct kvm_archZhang Xiantao
2008-01-30KVM: Portability: Move kvm_vcpu_stat to x86.hZhang Xiantao
2008-01-30KVM: Portability: Expand the KVM_VCPU_COMM in kvm_vcpu structure.Zhang Xiantao
2008-01-30KVM: Portability: Move kvm_vcpu definition back to kvm.hZhang Xiantao
2008-01-30KVM: Portability: Split mmu-related static inline functions to mmu.hZhang Xiantao
2008-01-30KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific codeZhang Xiantao
2008-01-30KVM: MMU: Fix inherited permissions for emulated guest pte updatesAvi Kivity
2008-01-30KVM: Portability: Stop including x86-specific headers in kvm_main.cHollis Blanchard
2008-01-30KVM: Portability: Move IO device definitions to its own header fileHollis Blanchard
2008-01-30KVM: Portability: Move address types to their own header fileHollis Blanchard
2008-01-30KVM: Disallow fork() and similar games when using a VMAvi Kivity
2008-01-30KVM: Remove gpa_to_hpa()Avi Kivity
2008-01-30KVM: MMU: Remove gva_to_hpa()Avi Kivity
2008-01-30KVM: MMU: Introduce gfn_to_gpa()Avi Kivity
2008-01-30KVM: Add statistic for remote tlb flushesAvi Kivity
2008-01-30KVM: Split vcpu creation to avoid vcpu_load() before preemption setupAvi Kivity
2008-01-30KVM: Portability: Split kvm_set_memory_region() to have an arch calloutZhang Xiantao
2008-01-30KVM: MMU: Selectively set PageDirty when releasing guest memoryIzik Eidus
2008-01-30KVM: Move misplaced commentHollis Blanchard
2008-01-30KVM: Correct consistent typo: "destory" -> "destroy"Hollis Blanchard
2008-01-30KVM: Remove unused "rmap_overflow" variableHollis Blanchard
2008-01-30KVM: Portability: Move some function declarations to x86.hZhang Xiantao
2008-01-30KVM: Move some static inline functions out from kvm.h into x86.hZhang Xiantao
2008-01-30KVM: Portability: Move vcpu regs enumeration definition to x86.hZhang Xiantao
2008-01-30KVM: Portability: Move struct kvm_x86_ops definition to x86.hZhang Xiantao