sfrench/cifs-2.6.git
2008-01-30 Zhang XiantaoKVM: Remove __init attributes for kvm_init_debug and...
2008-01-30 Joe PerchesKVM: Remove ptr comparisons to 0
2008-01-30 Zhang XiantaoKVM: Portability: Make kvm_vcpu_ioctl_translate arch...
2008-01-30 Avi KivityKVM: VMX: Consolidate register usage in vmx_vcpu_run()
2008-01-30 Zhang XiantaoKVM: Portability: move KVM_CHECK_EXTENSION
2008-01-30 Sheng YangKVM: x86 emulator: modify 'lods', and 'stos' not to...
2008-01-30 Zhang XiantaoKVM: Portability: Move x86 specific code from kvm_init...
2008-01-30 Zhang XiantaoKVM: Portability: Combine kvm_init and kvm_init_x86
2008-01-30 Zhang XiantaoKVM: Portability: Add vcpu and hardware management...
2008-01-30 Zhang XiantaoKVM: Portability: Move kvm_x86_ops to x86.c
2008-01-30 Zhang XiantaoKVM: Portability: Move some includes to x86.c
2008-01-30 Izik EidusKVM: Change kvm_{read,write}_guest() to use copy_{from...
2008-01-30 Izik EidusKVM: introduce gfn_to_hva()
2008-01-30 Izik EidusKVM: add kvm_is_error_hva()
2008-01-30 Avi KivityKVM: Simplify CPU_TASKS_FROZEN cpu notifier handling
2008-01-30 Izik EidusKVM: x86 emulator: remove 8 bytes operands emulator...
2008-01-30 Eddie DongKVM: VMX: wbinvd exiting
2008-01-30 Eddie DongKVM: VMX: Comment VMX primary/secondary exec ctl defini...
2008-01-30 Avi KivityKVM: Fix faults during injection of real-mode interrupts
2008-01-30 Avi KivityKVM: VMX: Read & store IDT_VECTORING_INFO_FIELD
2008-01-30 Avi KivityKVM: VMX: Use vmx to inject real-mode interrupts
2008-01-30 Dor LaorKVM: Add make_page_dirty() to kvm_clear_guest_page()
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 vcpu ioctl handlers to x86.c
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 FPU handling to x86.c
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 instruction emulation code...
2008-01-30 Hollis BlanchardKVM: Portability: Make exported debugfs data architectu...
2008-01-30 Avi KivityKVM: x86 emulator: Hoist modrm and abs decoding into...
2008-01-30 Uri LublinKVM: Make mark_page_dirty() work for aliased pages...
2008-01-30 Avi KivityKVM: Simplify decode_register_operand() calling convention
2008-01-30 Avi KivityKVM: x86 emulator: centralize decoding of one-byte...
2008-01-30 Avi KivityKVM: x86 emulator: Extract the common code of SrcReg...
2008-01-30 Carsten OtteKVM: Portability: Move pio emulation functions to x86.c
2008-01-30 Carsten OtteKVM: Portability: Move x86 emulation and mmio device...
2008-01-30 Carsten OtteKVM: Portability: Move kvm_get/set_msr[_common] to...
2008-01-30 Anthony LiguoriKVM: Fix gfn_to_page() acquiring mmap_sem twice
2008-01-30 Sheng YangKVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
2008-01-30 Carsten OtteKVM: Portability: Move control register helper function...
2008-01-30 Carsten OtteKVM: Portability: move get/set_apic_base to x86.c
2008-01-30 Carsten OtteKVM: Portability: Move memory segmentation to x86.c
2008-01-30 Carsten OtteKVM: Portability: Split kvm_vm_ioctl v3
2008-01-30 Avi KivityKVM: MMU: Topup the mmu memory preallocation caches...
2008-01-30 Avi KivityKVM: Move page fault processing to common code
2008-01-30 Avi KivityKVM: x86 emulator: don't depend on cr2 for mov abs...
2008-01-30 Laurent VivierKVM: SVM: Let gcc to choose which registers to save...
2008-01-30 Laurent VivierKVM: SVM: Let gcc to choose which registers to save...
2008-01-30 Laurent VivierKVM: VMX: Let gcc to choose which registers to save...
2008-01-30 Laurent VivierKVM: VMX: Let gcc to choose which registers to save...
2008-01-30 Izik EidusKVM: Add ioctl to tss address from userspace,
2008-01-30 Izik EidusKVM: Add kernel-internal memory slots
2008-01-30 Izik EidusKVM: Export memory slot allocation mechanism
2008-01-30 Izik EidusKVM: Unmap kernel-allocated memory on slot destruction
2008-01-30 Christian BorntraegerKVM: Per-architecture hypercall definitions
2008-01-30 Eddie DongKVM: Split IOAPIC reset function and export for kernel...
2008-01-30 Eddie DongKVM: Export PIC reset for kernel device reset
2008-01-30 Avi KivityKVM: Add a might_sleep() annotation to gfn_to_page()
2008-01-30 Avi KivityKVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
2008-01-30 Zhang XiantaoKVM: Portability: Split kvm_vcpu into arch dependent...
2008-01-30 Anthony LiguoriKVM: Allocate userspace memory for older userspace
2008-01-30 Christian BorntraegerKVM: Use virtual cpu accounting if available for guest...
2008-01-30 Izik EidusKVM: MMU: Partial swapping of guest memory
2008-01-30 Izik EidusKVM: MMU: Make gfn_to_page() always safe
2008-01-30 Izik EidusKVM: MMU: Keep a reverse mapping of non-writable transl...
2008-01-30 Izik EidusKVM: MMU: Add rmap_next(), a helper for walking kvm...
2008-01-30 Nitin A KambleKVM: x86 emulator: cmc, clc, cli, sti
2008-01-30 Avi KivityKVM: MMU: Simplify page table walker
2008-01-30 Nitin A KambleKVM: x86 emulator: Implement emulation of instruction...
2008-01-30 Avi KivityKVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
2008-01-30 Avi KivityKVM: Move apic timer interrupt backlog processing to...
2008-01-30 Laurent VivierKVM: Add some \n in ioapic_debug()
2008-01-30 Qing HeKVM: apic round robin cleanup
2008-01-30 Carsten OtteKVM: Portability: split kvm_vcpu_ioctl
2008-01-30 Avi KivityKVM: MMU: When updating the dirty bit, inform the mmu...
2008-01-30 Avi KivityKVM: MMU: Move dirty bit updates to a separate function
2008-01-30 Avi KivityKVM: MMU: Instantiate real-mode shadows as user writabl...
2008-01-30 Avi KivityKVM: MMU: Disable write access on clean large pages
2008-01-30 Avi KivityKVM: MMU: Fix nx access bit for huge pages
2008-01-30 Avi KivityKVM: Move guest pte dirty bit management to the guest...
2008-01-30 Anthony LiguoriKVM: MMU: More struct kvm_vcpu -> struct kvm cleanups
2008-01-30 Anthony LiguoriKVM: MMU: Clean up MMU functions to take struct kvm...
2008-01-30 Carsten OtteKVM: Move x86 msr handling to new files x86.[ch]
2008-01-30 Izik EidusKVM: Support assigning userspace memory to the guest
2008-01-30 Mike DayKVM: CodingStyle cleanup
2008-01-30 Rusty RussellKVM: Remove gratuitous casts from lapic.c
2008-01-30 Rusty RussellKVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
2008-01-30 Rusty RussellKVM: Add kvm_free_lapic() to pair with kvm_create_lapic()
2008-01-30 Izik EidusKVM: Allow dynamic allocation of the mmu shadow cache...
2008-01-30 Izik EidusKVM: Add general accessors to read and write guest...
2008-01-30 Izik EidusKVM: Remove the usage of page->private field by rmap
2008-01-30 Avi KivityKVM: VMX: Simplify vcpu_clear()
2008-01-30 Avi KivityKVM: VMX: Don't clear the vmcs if the vcpu is not loade...
2008-01-30 Laurent VivierKVM: x86 emulator: Any legacy prefix after a REX prefix...
2008-01-30 Laurent VivierKVM: Purify x86_decode_insn() error case management
2008-01-30 Qing HeKVM: x86_emulator: no writeback for bt
2008-01-30 Laurent VivierKVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE...
2008-01-30 Laurent VivierKVM: x86 emulator: remove _eflags and use directly...
2008-01-30 Laurent VivierKVM: x86 emulator: split some decoding into functions...
2008-01-30 Ryan HarperKVM: MMU: Ignore reserved bits in cr3 in non-pae mode
2008-01-30 Avi KivityKVM: MMU: Make flooding detection work when guest page...
2008-01-30 Avi KivityKVM: Allow not-present guest page faults to bypass kvm
2008-01-30 Avi KivityKVM: VMX: Further reduce efer reloads
next