x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APIC
[safe/jmp/linux-2.6] / arch / x86 / kvm /
2008-06-24 Gerd HoffmannKVM: Make kvm host use the paravirt clocksource structs
2008-06-24 Avi KivityKVM: VMX: Fix host msr corruption with preemption enabled
2008-06-24 Avi KivityKVM: MMU: Fix oops on guest userspace access to guest...
2008-06-24 Marcelo TosattiKVM: MMU: large page update_pte issue with non-PAE...
2008-06-24 Marcelo TosattiKVM: MMU: Fix rmap_write_protect() hugepage iteration bug
2008-06-24 Marcelo TosattiKVM: close timer injection race window in __vcpu_run
2008-06-24 Marcelo TosattiKVM: Fix race between timer migration and vcpu migration
2008-06-06 Avi KivityKVM: MMU: Fix is_empty_shadow_page() check
2008-06-06 Avi KivityKVM: MMU: Fix printk() format string
2008-06-06 Avi KivityKVM: MMU: reschedule during shadow teardown
2008-06-06 Eli CollinsKVM: VMX: Clear CR4.VMXE in hardware_disable
2008-06-06 Marcelo TosattiKVM: migrate PIT timer
2008-06-06 Avi KivityKVM: x86 emulator: fix hypercall return value on AMD
2008-05-23 Ingo Molnarnamespacecheck: automated fixes
2008-05-18 Marcelo TosattiKVM: LAPIC: ignore pending timers if LVTT is disabled
2008-05-18 Marcelo TosattiKVM: PIT: take inject_pending into account when emulati...
2008-05-18 Avi KivityKVM: x86 emulator: fix writes to registers with modrm...
2008-05-04 Avi KivityKVM: MMU: Allow more than PAGES_PER_HPAGE write protect...
2008-05-04 Andrea ArcangeliKVM: avoid fx_init() schedule in atomic
2008-05-04 Jan KiszkaKVM: Avoid spurious execeptions after setting registers
2008-05-04 Marcelo TosattiKVM: PIT: support mode 4
2008-05-04 Avi KivityKVM: x86 emulator: disable writeback on lmsw
2008-05-04 Izik EidusKVM: x86: task switch: fix wrong bit setting for the...
2008-05-04 Sheng YangKVM: VMX: Enable EPT feature for KVM
2008-05-04 Sheng YangKVM: VMX: Prepare an identity page table for EPT in...
2008-05-04 Sheng YangKVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4...
2008-05-04 Sheng YangKVM: MMU: Add EPT support
2008-05-04 Sheng YangKVM: Add kvm_x86_ops get_tdp_level()
2008-05-04 Sheng YangKVM: MMU: Move some definitions to a header file
2008-05-04 Sheng YangKVM: VMX: EPT Feature Detection
2008-05-01 Roman Zippelrename div64_64 to div64_u64
2008-04-27 Marcelo TosattiKVM: MMU: kvm_pv_mmu_op should not take mmap_sem
2008-04-27 Joerg RoedelKVM: SVM: remove selective CR0 comment
2008-04-27 Joerg RoedelKVM: SVM: remove now obsolete FIXME comment
2008-04-27 Joerg RoedelKVM: SVM: disable CR8 intercept when tpr is not masking...
2008-04-27 Joerg RoedelKVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write interc...
2008-04-27 Joerg RoedelKVM: export kvm_lapic_set_tpr() to modules
2008-04-27 Joerg RoedelKVM: SVM: sync TPR value to V_TPR field in the VMCB
2008-04-27 Avi KivityKVM: x86 emulator: fix lea to really get the effective...
2008-04-27 Avi KivityKVM: x86 emulator: fix smsw and lmsw with a memory...
2008-04-27 Avi KivityKVM: x86 emulator: initialize src.val and dst.val for...
2008-04-27 Avi KivityKVM: SVM: force a new asid when initializing the vmcb
2008-04-27 Marcelo TosattiKVM: fix kvm_vcpu_kick vs __vcpu_run race
2008-04-27 Marcelo TosattiKVM: add ioctls to save/store mpstate
2008-04-27 Avi KivityKVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*
2008-04-27 Marcelo TosattiKVM: hlt emulation should take in-kernel APIC/PIT timer...
2008-04-27 Joerg RoedelKVM: SVM: do not intercept task switch with NPT
2008-04-27 Feng(Eric) LiuKVM: Add kvm trace userspace interface
2008-04-27 Feng (Eric) LiuKVM: Add trace markers
2008-04-27 Joerg RoedelKVM: SVM: add intercept for machine check exception
2008-04-27 Joerg RoedelKVM: SVM: align shadow CR4.MCE with host
2008-04-27 Joerg RoedelKVM: SVM: indent svm_set_cr4 with tabs instead of spaces
2008-04-27 Anthony LiguoriKVM: MMU: Don't assume struct page for x86
2008-04-27 Marcelo TosattiKVM: MMU: prepopulate guest pages after write-protecting
2008-04-27 Avi KivityKVM: MMU: Only mark_page_accessed() if the page was...
2008-04-27 Avi KivityKVM: Free apic access page on vm destruction
2008-04-27 Izik EidusKVM: MMU: allow the vm to shrink the kvm mmu shadow...
2008-04-27 Marcelo TosattiKVM: MMU: unify slots_lock usage
2008-04-27 Sheng YangKVM: VMX: Enable MSR Bitmap feature
2008-04-27 Izik EidusKVM: x86: hardware task switching support
2008-04-27 Izik EidusKVM: x86: add functions to get the cpl of vcpu
2008-04-27 Avi KivityKVM: VMX: Add module option to disable flexpriority
2008-04-27 Avi KivityKVM: no longer EXPERIMENTAL
2008-04-27 Avi KivityKVM: MMU: Introduce and use spte_to_page()
2008-04-27 Izik EidusKVM: MMU: fix dirty bit setting when removing write...
2008-04-27 Avi KivityKVM: MMU: Set the accessed bit on non-speculative shado...
2008-04-27 Marcelo TosattiKVM: MMU: hypercall based pte updates and TLB flushes
2008-04-27 Avi KivityKVM: Provide unlocked version of emulator_write_phys()
2008-04-27 Marcelo TosattiKVM: add basic paravirt support
2008-04-27 Sheng YangKVM: Add reset support for in kernel PIT
2008-04-27 Sheng YangKVM: Add save/restore supporting of in kernel PIT
2008-04-27 Sheng YangKVM: In kernel PIT model
2008-04-27 Avi KivityKVM: Remove pointless desc_ptr #ifdef
2008-04-27 Avi KivityKVM: VMX: Don't adjust tsc offset forward
2008-04-27 Harvey HarrisonKVM: replace remaining __FUNCTION__ occurances
2008-04-27 Joerg RoedelKVM: detect if VCPU triple faults
2008-04-27 Avi KivityKVM: Prefix control register accessors with kvm_ to...
2008-04-27 Marcelo TosattiKVM: MMU: large page support
2008-04-27 Marcelo TosattiKVM: MMU: ignore zapped root pagetables
2008-04-27 Alexander GrafKVM: Implement dummy values for MSR_PERF_STATUS
2008-04-27 Harvey HarrisonKVM: sparse fixes for kvm/x86.c
2008-04-27 Harvey HarrisonKVM: SVM: make iopm_base static
2008-04-27 Harvey HarrisonKVM: x86 emulator: fix sparse warnings in x86_emulate.c
2008-04-27 Amit ShahKVM: Add stat counter for hypercalls
2008-04-27 Avi KivityKVM: Use x86's segment descriptor struct instead of...
2008-04-27 Avi KivityKVM: Add API for determining the number of supported...
2008-04-27 Avi KivityKVM: Add API to retrieve the number of supported vcpus...
2008-04-27 Harvey HarrisonKVM: x86 emulator: make register_address_increment...
2008-04-27 Harvey HarrisonKVM: x86 emulator: make register_address, address_mask...
2008-04-27 Harvey HarrisonKVM: x86 emulator: add ad_mask static inline
2008-04-27 Glauber de Oliveir... KVM: paravirtualized clocksource: host part
2008-04-27 Joerg RoedelKVM: SVM: enable LBR virtualization
2008-04-27 Joerg RoedelKVM: SVM: allocate the MSR permission map per VCPU
2008-04-27 Joerg RoedelKVM: SVM: let init_vmcb() take struct vcpu_svm as parameter
2008-04-27 Ryan HarperKVM: VMX: fix typo in VMX header define
2008-04-27 Joerg RoedelKVM: SVM: add support for Nested Paging
2008-04-27 Joerg RoedelKVM: MMU: add TDP support to the KVM MMU
2008-04-27 Joerg RoedelKVM: export the load_pdptrs() function to modules
2008-04-27 Joerg RoedelKVM: MMU: make the __nonpaging_map function generic
2008-04-27 Joerg RoedelKVM: export information about NPT to generic x86 code
next