aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-01-30KVM: MMU: Remove walker argument to set_pte()Avi Kivity
2008-01-30KVM: MMU: Pass pte dirty flag to set_pte() instead of calculating it on-siteAvi Kivity
2008-01-30KVM: MMU: No need to pick up nx bit from guest pteAvi Kivity
2008-01-30KVM: MMU: Fix inherited permissions for emulated guest pte updatesAvi Kivity
2008-01-30KVM: MMU: Move pte access calculation into a helper functionAvi Kivity
2008-01-30KVM: MMU: Set nx bit correctly on shadow ptesAvi Kivity
2008-01-30KVM: MMU: Simplify calculation of pte accessAvi Kivity
2008-01-30KVM: MMU: Use cmpxchg for pte updates on walk_addr()Marcelo Tosatti
2008-01-30KVM: SVM: Trap access to the cr8 registerAvi Kivity
2008-01-30KVM: x86 emulator: Fix stack instructions on 64-bit modeAvi Kivity
2008-01-30KVM: SVM: Emulate read/write access to cr8Joerg Roedel
2008-01-30KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernelAvi Kivity
2008-01-30KVM: x86 emulator: fix eflags preparation for emulationAvi Kivity
2008-01-30KVM: Use generalized exception queue for injecting #UDAvi Kivity
2008-01-30KVM: Replace #GP injection by the generalized exception queueAvi Kivity
2008-01-30KVM: Replace page fault injection by the generalized exception queueAvi Kivity
2008-01-30KVM: Generalize exception injection mechanismAvi Kivity
2008-01-30KVM: MMU: Remove unused prev_shadow_ent variable from fetch()Marcelo Tosatti
2008-01-30KVM: Convert KVM from ->nopage() to ->fault()npiggin@suse.de
2008-01-30KVM: Portability: Create kvm_arch_vcpu_runnable() functionHollis Blanchard
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: Extend ioapic code to support iosapicZhang Xiantao
2008-01-30KVM: Replace dest_Lowest_Prio and dest_Fixed with self-defined macrosZhang Xiantao
2008-01-30KVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic interfaceZhang Xiantao
2008-01-30KVM: SVM: Remove KVM specific defines for MSR_EFERCarlo Marcelo Arenas Belon
2008-01-30KVM: Export include/linux/kvm.h only if $ARCH actually supports KVMAvi Kivity
2008-01-30KVM: Correct kvm_init() error paths not freeing bad_pge.Zhang Xiantao
2008-01-30KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.cZhang Xiantao
2008-01-30KVM: x86 emulator: unify four switch statements into twoAvi Kivity
2008-01-30KVM: x86 emulator: unify two switchesAvi Kivity
2008-01-30KVM: x86 emulator: Move rep processing before instruction executionAvi Kivity
2008-01-30KVM: x86 emulator: cmps instructionGuillaume Thouvenin
2008-01-30KVM: x86 emulator: Rename 'cr2' to 'memop'Sheng Yang
2008-01-30KVM: MMU: mark pages that were inserted to the shadow pages table as accessedIzik Eidus
2008-01-30KVM: Remove misleading check for mmio during event injectionAvi Kivity
2008-01-30KVM: x86 emulator: address size and operand size overrides are stickyAvi Kivity
2008-01-30KVM: x86 emulator: Make a distinction between repeat prefixes F3 and F2Guillaume Thouvenin
2008-01-30KVM: Portability: Move unalias_gfn to arch dependent fileZhang Xiantao
2008-01-30KVM: VMX: Remove the secondary execute control dependency on irqchipSheng Yang
2008-01-30KVM: Enhance guest cpuid managementDan Kenigsberg
2008-01-30KVM: Disallow fork() and similar games when using a VMAvi Kivity
2008-01-30KVM: MMU: Rename 'release_page'Avi Kivity
2008-01-30KVM: MMU: Rename variables of type 'struct kvm_mmu_page *'Avi Kivity
2008-01-30KVM: Remove gpa_to_hpa()Avi Kivity
2008-01-30KVM: MMU: Remove gva_to_hpa()Avi Kivity
2008-01-30KVM: MMU: Simplify nonpaging_map()Avi Kivity
2008-01-30KVM: MMU: Introduce gfn_to_gpa()Avi Kivity
2008-01-30KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpaAvi Kivity