MAINTAINERS: update KVM entry
[safe/jmp/linux-2.6] / arch /
2009-09-10 Avi KivityKVM: VMX: Check cpl before emulating debug register...
2009-09-10 Gleb NatapovKVM: fix misreporting of coalesced interrupts by kvm...
2009-09-10 Marcelo TosattiKVM: x86: drop duplicate kvm_flush_remote_tlb calls
2009-09-10 Gleb NatapovKVM: VMX: call vmx_load_host_state() only if msr is...
2009-09-10 Avi KivityKVM: VMX: Conditionally reload debug register 6
2009-09-10 Avi KivityKVM: Use thread debug register storage instead of kvm...
2009-09-10 Marcelo TosattiKVM guest: do not batch pte updates from interrupt...
2009-09-10 Glauber CostaKVM guest: fix bogus wallclock physical address calculation
2009-09-10 Gleb NatapovKVM: VMX: Fix cr8 exiting control clobbering by EPT
2009-09-10 Avi KivityKVM: Optimize kvm_mmu_unprotect_page_virt() for tdp
2009-09-10 Avi KivityKVM: Protect update_cr8_intercept() when running withou...
2009-09-10 Sheng YangKVM: VMX: Fix EPT with WP bit change during paging
2009-09-10 Mikhail ErshovKVM: Use kvm_{read,write}_guest_virt() to read and...
2009-09-10 Mohammed GamalKVM: x86 emulator: Add adc and sbb missing decoder...
2009-09-10 Avi KivityKVM: Add missing #include
2009-09-10 Avi KivityKVM: Add __KERNEL__ guards to exported headers
2009-09-10 Avi KivityKVM: Rename x86_emulate.c to emulate.c
2009-09-10 Anthony LiguoriKVM: When switching to a vm8086 task, load segments...
2009-09-10 Avi KivityKVM: VMX: Adjust rflags if in real mode emulation
2009-09-10 Avi KivityKVM: SVM: Drop tlb flush workaround in npt
2009-09-10 Gleb NatapovKVM: Update cr8 intercept when APIC TPR is changed...
2009-09-10 Joerg RoedelKVM: SVM: enable nested svm by default
2009-09-10 Joerg RoedelKVM: SVM: check for nested VINTR flag in svm_interrupt_...
2009-09-10 Joerg RoedelKVM: SVM: move nested_svm_intr main logic out of if...
2009-09-10 Joerg RoedelKVM: SVM: remove unnecessary is_nested check from svm_c...
2009-09-10 Joerg RoedelKVM: SVM: move special nested exit handling to separate...
2009-09-10 Joerg RoedelKVM: SVM: handle errors in vmrun emulation path appropr...
2009-09-10 Joerg RoedelKVM: SVM: remove nested_svm_do and helper functions
2009-09-10 Joerg RoedelKVM: SVM: clean up nested vmrun path
2009-09-10 Joerg RoedelKVM: SVM: clean up nestec vmload/vmsave paths
2009-09-10 Joerg RoedelKVM: SVM: clean up nested_svm_exit_handled_msr
2009-09-10 Joerg RoedelKVM: SVM: get rid of nested_svm_vmexit_real
2009-09-10 Joerg RoedelKVM: SVM: simplify nested_svm_check_exception
2009-09-10 Joerg RoedelKVM: SVM: do nested vmexit in nested_svm_exit_handled
2009-09-10 Joerg RoedelKVM: SVM: consolidate nested_svm_exit_handled
2009-09-10 Joerg RoedelKVM: SVM: cache nested intercepts
2009-09-10 Joerg RoedelKVM: SVM: move nested svm state into seperate struct
2009-09-10 Joerg RoedelKVM: SVM: complete interrupts after handling nested...
2009-09-10 Joerg RoedelKVM: SVM: copy only necessary parts of the control...
2009-09-10 Joerg RoedelKVM: SVM: optimize nested vmrun
2009-09-10 Joerg RoedelKVM: SVM: optimize nested #vmexit
2009-09-10 Joerg RoedelKVM: SVM: add helper functions for global interrupt...
2009-09-10 Avi Kivityx86: Export kmap_atomic_to_page()
2009-09-10 Gleb NatapovKVM: Replace pic_lock()/pic_unlock() with direct call...
2009-09-10 Gleb NatapovKVM: Call ack notifiers from PIC when guest OS acks...
2009-09-10 Gleb NatapovKVM: Call kvm_vcpu_kick() inside pic spinlock
2009-09-10 Roel KluinKVM: fix EFER read buffer overflow
2009-09-10 Amit ShahKVM: ignore reads to perfctr msrs
2009-09-10 Avi KivityKVM: VMX: Optimize vmx_get_cpl()
2009-09-10 Jan KiszkaKVM: x86: Disallow hypercalls for guest callers in...
2009-09-10 Marcelo TosattiKVM: MMU: fix bogus alloc_mmu_pages assignment
2009-09-10 Izik EidusKVM: MMU: make __kvm_mmu_free_some_pages handle empty...
2009-09-10 Bartlomiej Zolnier... KVM: remove superfluous NULL pointer check in kvm_injec...
2009-09-10 Joerg RoedelKVM: report 1GB page support to userspace
2009-09-10 Joerg RoedelKVM: MMU: enable gbpages by increasing nr of pagesizes
2009-09-10 Joerg RoedelKVM: MMU: shadow support for 1gb pages
2009-09-10 Joerg RoedelKVM: MMU: make page walker aware of mapping levels
2009-09-10 Joerg RoedelKVM: MMU: make direct mapping paths aware of mapping...
2009-09-10 Joerg RoedelKVM: MMU: rename is_largepage_backed to mapping_level
2009-09-10 Joerg RoedelKVM: MMU: make rmap code aware of mapping levels
2009-09-10 Marcelo TosattiKVM: limit lapic periodic timer frequency
2009-09-10 Mikhail ErshovKVM: Align cr8 threshold when userspace changes cr8
2009-09-10 Jan KiszkaKVM: VMX: Avoid to return ENOTSUPP to userland
2009-09-10 Gleb NatapovKVM: PIT: Unregister ack notifier callback when freeing
2009-09-10 Sheng YangKVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl
2009-09-10 Akinobu MitaKVM: x86: use kvm_get_gdt() and kvm_read_ldt()
2009-09-10 Akinobu MitaKVM: x86: use get_desc_base() and get_desc_limit()
2009-09-10 Gleb NatapovKVM: s390: remove unused structs
2009-09-10 Marcelo TosattiKVM: MMU: fix missing locking in alloc_mmu_pages
2009-09-10 Sheng YangKVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu...
2009-09-10 Gleb NatapovKVM: silence lapic kernel messages that can be triggere...
2009-09-10 Gleb NatapovKVM: Reduce runnability interface with arch support...
2009-09-10 Gleb NatapovKVM: Move kvm_cpu_get_interrupt() declaration to x86...
2009-09-10 Gleb NatapovKVM: Move exception handling to the same place as other...
2009-09-10 Joerg RoedelKVM: MMU: Fix MMU_DEBUG compile breakage
2009-09-10 Gregory HaskinsKVM: add ioeventfd support
2009-09-10 Gregory HaskinsKVM: make io_bus interface more robust
2009-09-10 Beth KonKVM: PIT support for HPET legacy mode
2009-09-10 Gleb NatapovKVM: Always report x2apic as supported feature
2009-09-10 Gleb NatapovKVM: No need to kick cpu if not in a guest mode
2009-09-10 Gleb NatapovKVM: Add trace points in irqchip code
2009-09-10 Andre PrzywaraKVM: fix MMIO_CONF_BASE MSR access
2009-09-10 Avi KivityKVM: Trace shadow page lifecycle
2009-09-10 Avi KivityKVM: MMU: Trace guest pagetable walker
2009-09-10 Jan KiszkaRevert "KVM: x86: check for cr3 validity in ioctl_set_s...
2009-09-10 Andre PrzywaraKVM: handle AMD microcode MSR
2009-09-10 Sheng YangKVM: Fix apic_mmio_write return for unaligned write
2009-09-10 Gleb NatapovKVM: x2apic interface to lapic
2009-09-10 Gleb NatapovKVM: Add Directed EOI support to APIC emulation
2009-09-10 Avi KivityKVM: Trace apic registers using their symbolic names
2009-09-10 Avi KivityKVM: Trace mmio
2009-09-10 Andre PrzywaraKVM: Ignore PCI ECS I/O enablement
2009-09-10 Michael S. TsirkinKVM: remove in_range from io devices
2009-09-10 Michael S. TsirkinKVM: convert bus to slots_lock
2009-09-10 Michael S. TsirkinKVM: switch pit creation to slots_lock
2009-09-10 Marcelo TosattiKVM: remove old KVMTRACE support code
2009-09-10 Marcelo TosattiKVM: powerpc: convert marker probes to event trace
2009-09-10 Andre PrzywaraKVM: introduce module parameter for ignoring unknown...
2009-09-10 Andre PrzywaraKVM: ignore reads from AMDs C1E enabled MSR
2009-09-10 Andre PrzywaraKVM: ignore AMDs HWCR register access to set the FFDIS bit
next