safe/jmp/linux-2.6
2008-10-15 Weidong HanKVM: Device Assignment: Map mmio pages into VT-d page...
2008-10-15 Marcelo TosattiKVM: PIC: enhance IPI avoidance
2008-10-15 Marcelo TosattiKVM: MMU: add "oos_shadow" parameter to disable oos
2008-10-15 Marcelo TosattiKVM: MMU: speed up mmu_unsync_walk
2008-10-15 Marcelo TosattiKVM: MMU: out of sync shadow core
2008-10-15 Marcelo TosattiKVM: MMU: mmu_convert_notrap helper
2008-10-15 Marcelo TosattiKVM: MMU: awareness of new kvm_mmu_zap_page behaviour
2008-10-15 Marcelo TosattiKVM: MMU: mmu_parent_walk
2008-10-15 Marcelo TosattiKVM: x86: trap invlpg
2008-10-15 Marcelo TosattiKVM: MMU: sync roots on mmu reload
2008-10-15 Marcelo TosattiKVM: MMU: mode specific sync_page
2008-10-15 Marcelo TosattiKVM: MMU: do not write-protect large mappings
2008-10-15 Marcelo TosattiKVM: MMU: move local TLB flush to mmu_set_spte
2008-10-15 Marcelo TosattiKVM: MMU: split mmu_set_spte
2008-10-15 Marcelo TosattiKVM: MMU: flush remote TLBs on large->normal entry...
2008-10-15 Harvey Harrisonx86: pvclock: fix shadowed variable warning
2008-10-15 Xiantao ZhangKVM: ia64: add support for Tukwila processors
2008-10-15 Xiantao ZhangKVM: ia64: Implement a uniform vps interface
2008-10-15 Weidong HanKVM: Remove useless intel-iommu.h header inclusion
2008-10-15 Glauber CostaKVM: Don't destroy vcpu in case vcpu_setup fails
2008-10-15 Gleb NatapovKVM: don't enter guest after SIPI was received by a CPU
2008-10-15 Avi KivityMAINTAINERS: Update Avi Kivity's email address
2008-10-15 Harvey HarrisonKVM: x86.c make kvm_load_realmode_segment static
2008-10-15 Marcelo TosattiKVM: switch to get_user_pages_fast
2008-10-15 Marcelo TosattiKVM: opencode gfn_to_page in kvm_vm_fault
2008-10-15 Amit ShahKVM: Device Assignment: Free device structures if IRQ...
2008-10-15 Ben-Ami YassourKVM: Device Assignment with VT-d
2008-10-15 Kay, Allen MVT-d: Changes to support KVM
2008-10-15 Guillaume ThouveninKVM: x86 emulator: Use DstAcc for 'and'
2008-10-15 Guillaume ThouveninKVM: x86 emulator: Add cmp al, imm and cmp ax, imm...
2008-10-15 Guillaume ThouveninKVM: x86 emulator: Add DstAcc operand type
2008-10-15 Sheng Yangx86: Move FEATURE_CONTROL bits to msr-index.h
2008-10-15 Sheng YangKVM: VMX: Rename IA32_FEATURE_CONTROL bits
2008-10-15 Joerg RoedelMAINTAINERS: add entry for the KVM AMD module
2008-10-15 Avi KivityKVM: x86 emulator: fix jmp r/m64 instruction
2008-10-15 Jan KiszkaKVM: VMX: Cleanup stalled INTR_INFO read
2008-10-15 Hollis BlanchardKVM: ppc: kvmppc_44x_shadow_release() does not require...
2008-10-15 Marcelo TosattiKVM: x86: unhalt vcpu0 on reset
2008-10-15 Mohammed GamalKVM: x86 emulator: Add call near absolute instruction...
2008-10-15 Marcelo TosattiKVM: x86: do not execute halted vcpus
2008-10-15 Mohammed GamalKVM: x86 emulator: Add in/out instructions (opcodes...
2008-10-15 Avi KivityKVM: Add statistics for guest irq injections
2008-10-15 Sheng YangKVM: MMU: Modify kvm_shadow_walk.entry to accept u64...
2008-10-15 Xiantao ZhangKVM: ia64: Implement kvm_arch_vcpu_ioctl_{set,get}_mpstate
2008-10-15 Mohammed GamalKVM: x86 emulator: Add std and cld instructions (opcode...
2008-10-15 Christian BorntraegerKVM: s390: change help text of guest Kconfig
2008-10-15 Christian BorntraegerKVM: s390: Make facility bits future-proof
2008-10-15 Joerg RoedelKVM: add MC5_MISC msr read support
2008-10-15 Avi KivityKVM: SVM: No need to unprotect memory during event...
2008-10-15 Avi KivityKVM: MMU: Fix setting the accessed bit on non-speculati...
2008-10-15 Avi KivityKVM: MMU: Flush tlbs after clearing write permission...
2008-10-15 Avi KivityKVM: MMU: Add locking around kvm_mmu_slot_remove_write_...
2008-10-15 Avi KivityKVM: MMU: Account for npt/ept/realmode page faults
2008-10-15 Mohammed GamalKVM: x86 emulator: Add mov r, imm instructions (opcodes...
2008-10-15 Avi KivityKVM: Don't call get_user_pages(.force = 1)
2008-10-15 Avi KivityKVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED
2008-10-15 Avi KivityKVM: MMU: Convert the paging mode shadow walk to use...
2008-10-15 Avi KivityKVM: MMU: Convert direct maps to use the generic shadow...
2008-10-15 Avi KivityKVM: MMU: Add generic shadow walker
2008-10-15 Avi KivityKVM: MMU: Infer shadow root level in direct_map()
2008-10-15 Xiantao ZhangKVM: ia64: Enable virtio driver for ia64 in Kconfig
2008-10-15 Avi KivityKVM: MMU: Unify direct map 4K and large page paths
2008-10-15 Avi KivityKVM: MMU: Move SHADOW_PT_INDEX to mmu.c
2008-10-15 Avi KivityKVM: x86 emulator: remove bad ByteOp specifier from...
2008-10-15 roel kluinKVM: x86 emulator: remove duplicate SrcImm
2008-10-15 Avi KivityKVM: Load real mode segments correctly
2008-10-15 Avi KivityKVM: VMX: Change segment dpl at reset to 3
2008-10-15 Avi KivityKVM: VMX: Change cs reset state to be a data segment
2008-10-15 Xiantao ZhangKVM: ia64: add a dummy irq ack notification
2008-10-15 Harvey HarrisonKVM: make irq ack notifier functions static
2008-10-15 Amit ShahKVM: Use kvm_set_irq to inject interrupts
2008-10-15 Amit ShahKVM: SVM: Fix typo
2008-10-15 Mohammed GamalKVM: VMX: Modify mode switching and vmentry functions
2008-10-15 Mohammed GamalKVM: VMX: Add invalid guest state handler
2008-10-15 Mohammed GamalKVM: VMX: Add module parameter and emulation flag.
2008-10-15 Mohammed GamalKVM: VMX: Add Guest State Validity Checks
2008-10-15 Amit ShahKVM: Device assignment: Check for privileges before...
2008-10-15 Avi KivityKVM: Handle spurious acks for PIT interrupts
2008-10-15 Marcelo TosattiKVM: fix i8259 reset irq acking
2008-10-15 Avi KivityKVM: Simplify exception entries by using __ASM_SIZE...
2008-10-15 Avi KivityKVM: VMX: Use interrupt queue for !irqchip_in_kernel
2008-10-15 Marcelo TosattiKVM: set debug registers after "schedulable" section
2008-10-15 Ben-Ami YassourKVM: remove unused field from the assigned dev struct
2008-10-15 Sheng YangKVM: VMX: Clean up magic number 0x66 in init_rmode_tss
2008-10-15 Dave HansenKVM: Reduce stack usage in kvm_pv_mmu_op()
2008-10-15 Dave HansenKVM: Reduce stack usage in kvm_arch_vcpu_ioctl()
2008-10-15 Dave HansenKVM: Reduce stack usage in kvm_vcpu_ioctl()
2008-10-15 Dave HansenKVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()
2008-10-15 Ben-Ami YassourKVM: pci device assignment
2008-10-15 Ben-Ami YassourKVM: direct mmio pfn check
2008-10-15 Glauber Costax86: KVM guest: use paravirt function to calculate...
2008-10-15 Glauber Costax86: paravirt: factor out cpu_khz to common code
2008-10-15 Marcelo TosattiKVM: PIT: fix injection logic and count
2008-10-15 Marcelo TosattiKVM: irq ack notification
2008-10-15 Avi KivityKVM: Add irq ack notifier list
2008-10-15 Hollis BlanchardKVM: powerpc: Map guest userspace with TID=0 mappings
2008-10-15 Hollis BlanchardKVM: ppc: Write only modified shadow entries into the...
2008-10-15 Hollis BlanchardKVM: ppc: Stop saving host TLB state
2008-10-15 Hollis BlanchardKVM: ppc: guest breakpoint support
2008-10-15 Alexander GrafKVM: Ignore DEBUGCTL MSRs with no effect
next