sfrench/cifs-2.6.git
2008-01-30 Avi KivityKVM: MMU: Adjust mmu_set_spte() debug code for gpte...
2008-01-30 Avi KivityKVM: MMU: Move set_pte() into guest paging mode indepen...
2008-01-30 Avi KivityKVM: MMU: Remove walker argument to set_pte()
2008-01-30 Avi KivityKVM: MMU: Pass pte dirty flag to set_pte() instead...
2008-01-30 Avi KivityKVM: MMU: No need to pick up nx bit from guest pte
2008-01-30 Avi KivityKVM: MMU: Fix inherited permissions for emulated guest...
2008-01-30 Avi KivityKVM: MMU: Move pte access calculation into a helper...
2008-01-30 Avi KivityKVM: MMU: Set nx bit correctly on shadow ptes
2008-01-30 Avi KivityKVM: MMU: Simplify calculation of pte access
2008-01-30 Marcelo TosattiKVM: MMU: Use cmpxchg for pte updates on walk_addr()
2008-01-30 Avi KivityKVM: SVM: Trap access to the cr8 register
2008-01-30 Avi KivityKVM: x86 emulator: Fix stack instructions on 64-bit...
2008-01-30 Joerg RoedelKVM: SVM: Emulate read/write access to cr8
2008-01-30 Avi KivityKVM: VMX: Avoid exit when setting cr8 if the local...
2008-01-30 Avi KivityKVM: x86 emulator: fix eflags preparation for emulation
2008-01-30 Avi KivityKVM: Use generalized exception queue for injecting #UD
2008-01-30 Avi KivityKVM: Replace #GP injection by the generalized exception...
2008-01-30 Avi KivityKVM: Replace page fault injection by the generalized...
2008-01-30 Avi KivityKVM: Generalize exception injection mechanism
2008-01-30 Marcelo TosattiKVM: MMU: Remove unused prev_shadow_ent variable from...
2008-01-30 npiggin@suse.deKVM: Convert KVM from ->nopage() to ->fault()
2008-01-30 Hollis BlanchardKVM: Portability: Create kvm_arch_vcpu_runnable() function
2008-01-30 Hollis BlanchardKVM: Portability: Stop including x86-specific headers...
2008-01-30 Hollis BlanchardKVM: Portability: Move IO device definitions to its...
2008-01-30 Hollis BlanchardKVM: Portability: Move address types to their own heade...
2008-01-30 Zhang XiantaoKVM: Extend ioapic code to support iosapic
2008-01-30 Zhang XiantaoKVM: Replace dest_Lowest_Prio and dest_Fixed with self...
2008-01-30 Zhang XiantaoKVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic...
2008-01-30 Carlo Marcelo... KVM: SVM: Remove KVM specific defines for MSR_EFER
2008-01-30 Avi KivityKVM: Export include/linux/kvm.h only if $ARCH actually...
2008-01-30 Zhang XiantaoKVM: Correct kvm_init() error paths not freeing bad_pge.
2008-01-30 Zhang XiantaoKVM: Portability: Move KVM_INTERRUPT vcpu ioctl to...
2008-01-30 Avi KivityKVM: x86 emulator: unify four switch statements into two
2008-01-30 Avi KivityKVM: x86 emulator: unify two switches
2008-01-30 Avi KivityKVM: x86 emulator: Move rep processing before instructi...
2008-01-30 Jerone YoungKVM: Add ifdef in irqchip struct for x86 only structures
2008-01-30 Guillaume ThouveninKVM: x86 emulator: cmps instruction
2008-01-30 Sheng YangKVM: x86 emulator: Rename 'cr2' to 'memop'
2008-01-30 Izik EidusKVM: MMU: mark pages that were inserted to the shadow...
2008-01-30 Avi KivityKVM: Remove misleading check for mmio during event...
2008-01-30 Avi KivityKVM: x86 emulator: address size and operand size overri...
2008-01-30 Guillaume ThouveninKVM: x86 emulator: Make a distinction between repeat...
2008-01-30 Zhang XiantaoKVM: Portability: Move unalias_gfn to arch dependent...
2008-01-30 Sheng YangKVM: VMX: Remove the secondary execute control dependen...
2008-01-30 Dan KenigsbergKVM: Enhance guest cpuid management
2008-01-30 Avi KivityKVM: Disallow fork() and similar games when using a VM
2008-01-30 Avi KivityKVM: MMU: Rename 'release_page'
2008-01-30 Avi KivityKVM: MMU: Rename variables of type 'struct kvm_mmu_page *'
2008-01-30 Avi KivityKVM: Remove gpa_to_hpa()
2008-01-30 Avi KivityKVM: MMU: Remove gva_to_hpa()
2008-01-30 Avi KivityKVM: MMU: Simplify nonpaging_map()
2008-01-30 Avi KivityKVM: MMU: Introduce gfn_to_gpa()
2008-01-30 Avi KivityKVM: MMU: Adjust page_header_update_slot() to accept...
2008-01-30 Avi KivityKVM: MMU: Merge set_pte() and set_pte_common()
2008-01-30 Avi KivityKVM: MMU: Remove set_pde()
2008-01-30 Avi KivityKVM: MMU: Remove extra gaddr parameter from set_pte_com...
2008-01-30 Avi KivityKVM: MMU: Move pse36 handling to the guest walker
2008-01-30 Avi KivityKVM: MMU: Introduce and use gpte_to_gfn()
2008-01-30 Izik EidusKVM: MMU: Code cleanup
2008-01-30 Avi KivityKVM: Don't bother the mmu if cr3 load doesn't change cr3
2008-01-30 Avi KivityKVM: MMU: Avoid unnecessary remote tlb flushes when...
2008-01-30 Avi KivityKVM: Add statistic for remote tlb flushes
2008-01-30 Avi KivityKVM: MMU: Implement guest page fault bypass for nonpae
2008-01-30 Avi KivityKVM: Split vcpu creation to avoid vcpu_load() before...
2008-01-30 Zhang XiantaoKVM: Portability: Split kvm_set_memory_region() to...
2008-01-30 Zhang XiantaoKVM: Recalculate mmu pages needed for every memory...
2008-01-30 Avi KivityKVM: x86 emulator: prefetch up to 15 bytes of the instr...
2008-01-30 Avi KivityKVM: x86 emulator: retire ->write_std()
2008-01-30 Izik EidusKVM: MMU: Selectively set PageDirty when releasing...
2008-01-30 Izik EidusKVM: MMU: Fix potential memory leak with smp real-mode
2008-01-30 Avi KivityKVM: Export include/asm-x86/kvm.h
2008-01-30 Jerone YoungKVM: Portability: Move cpuid structures to <asm/kvm.h>
2008-01-30 Jerone YoungKVM: Portability: Move kvm_sregs and msr structures...
2008-01-30 Jerone YoungKVM: Portability: Move kvm_segment & kvm_dtable structu...
2008-01-30 Jerone YoungKVM: Portability: Move structure lapic_state to <asm...
2008-01-30 Jerone YoungKVM: Portability: Move kvm_regs to <asm/kvm.h>
2008-01-30 Jerone YoungKVM: Portability: Move x86 pic strutctures
2008-01-30 Jerone YoungKVM: Portability: Move kvm_memory_alias to asm/kvm.h
2008-01-30 Hollis BlanchardKVM: Move misplaced comment
2008-01-30 Hollis BlanchardKVM: Correct consistent typo: "destory" -> "destroy"
2008-01-30 Hollis BlanchardKVM: Remove unused "rmap_overflow" variable
2008-01-30 Avi KivityKVM: MMU: Remove unused variable
2008-01-30 Izik EidusKVM: Simplify kvm_clear_guest_page()
2008-01-30 Izik EidusKVM: MMU: Change guest pte access to kvm_{read,write...
2008-01-30 Jan KiszkaKVM: VMX: Force seg.base == (seg.sel << 4) in real...
2008-01-30 Zhang XiantaoKVM: Portability: Move some function declarations to...
2008-01-30 Zhang XiantaoKVM: Move some static inline functions out from kvm...
2008-01-30 Zhang XiantaoKVM: Portability: Move vcpu regs enumeration definition...
2008-01-30 Zhang XiantaoKVM: Portability: Move struct kvm_x86_ops definition...
2008-01-30 Zhang XiantaoKVM: Portability: Move some macro definitions from...
2008-01-30 Zhang XiantaoKVM: Portability: MMU initialization and teardown split
2008-01-30 Zhang XiantaoKVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log...
2008-01-30 Amit ShahKVM: Make unloading of FPU state when putting vcpu...
2008-01-30 Avi KivityKVM: MMU: Add some mmu statistics
2008-01-30 Avi KivityKVM: Extend stats support for VM stats
2008-01-30 Avi KivityKVM: Add instruction emulation statistics
2008-01-30 Avi KivityKVM: Add fpu_reload counter
2008-01-30 Avi KivityKVM: Replace 'light_exits' stat with 'host_state_reload'
2008-01-30 Zhang XiantaoKVM: Portability: Add two hooks to handle kvm_create...
2008-01-30 Zhang XiantaoKVM: Remove __init attributes for kvm_init_debug and...
next