KVM: ia64: Add processor virtulization support
[linux-2.6] / arch /
2008-04-27  Xiantao ZhangKVM: ia64: Add processor virtulization support
2008-04-27  Xiantao ZhangKVM: ia64: Add trampoline for guest/host mode switch
2008-04-27  Xiantao ZhangKVM: ia64: Add mmio decoder for kvm/ia64
2008-04-27  Xiantao ZhangKVM: ia64: Add interruption vector table for vmm
2008-04-27  Xiantao ZhangKVM: ia64: Add TLB virtulization support
2008-04-27  Xiantao ZhangKVM: ia64: VMM module interfaces
2008-04-27  Xiantao ZhangKVM: ia64: Add header files for kvm/ia64
2008-04-27  Xiantao ZhangKVM: ia64: Add kvm arch-specific core code for kvm...
2008-04-27  Heiko CarstensKVM: s390: rename stfl to kvm_stfl
2008-04-27  Heiko CarstensKVM: s390: Fix incorrect return value
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  Carsten Ottes390: KVM guest: detect when running on kvm
2008-04-27  Christian BorntraegerKVM: s390: add kvm to kconfig on s390
2008-04-27  Christian BorntraegerKVM: s390: intercepts for diagnose instructions
2008-04-27  Christian BorntraegerKVM: s390: interprocessor communication via sigp
2008-04-27  Christian BorntraegerKVM: s390: intercepts for privileged instructions
2008-04-27  Carsten OtteKVM: s390: interrupt subsystem, cpu timer, waitpsw
2008-04-27  Christian BorntraegerKVM: s390: sie intercept handling
2008-04-27  Heiko CarstensKVM: s390: arch backend for the kvm kernel module
2008-04-27  Carsten Ottes390: KVM preparation: provide hook to enable pgstes...
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  Glauber Costax86: KVM guest: disable clock before rebooting.
2008-04-27  Glauber Costax86: make native_machine_shutdown non-static
2008-04-27  Glauber Costax86: allow machine_crash_shutdown to be replaced
2008-04-27  Marcelo Tosattix86: KVM guest: hypercall batching
2008-04-27  Marcelo Tosattix86: KVM guest: hypercall based pte updates and TLB...
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 Tosattix86: KVM guest: add basic paravirt support
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... x86: KVM guest: paravirtualized clocksource
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
2008-04-27  Joerg RoedelKVM: SVM: add module parameter to disable Nested Paging
2008-04-27  Joerg RoedelKVM: SVM: add detection of Nested Paging feature
2008-04-27  Joerg RoedelKVM: SVM: move feature detection to hardware setup...
2008-04-27  Joerg RoedelKVM: allow access to EFER in 32bit KVM
2008-04-27  Joerg RoedelKVM: VMX: unifdef the EFER specific code
2008-04-27  Joerg RoedelKVM: align valid EFER bits with the features of the...
2008-04-27  Joerg RoedelKVM: make EFER_RESERVED_BITS configurable for architect...
2008-04-27  Sheng YangKVM: VMX: Enable Virtual Processor Identification ...
2008-04-27  Avi KivityKVM: MMU: Decouple mmio from shadow page tables
2008-04-27  Avi KivityKVM: x86 emulator: group decoding for group 1 instructions
2008-04-27  Avi KivityKVM: x86 emulator: add group 7 decoding
2008-04-27  Avi KivityKVM: x86 emulator: Group decoding for groups 4 and 5
2008-04-27  Avi KivityKVM: x86 emulator: Group decoding for group 3
2008-04-27  Avi KivityKVM: x86 emulator: group decoding for group 1A
2008-04-27  Avi KivityKVM: x86 emulator: add support for group decoding
2008-04-27  Dong, EddieKVM: MMU: Simplify hash table indexing
2008-04-27  Dong, EddieKVM: MMU: Update shadow ptes on partial guest pte writes
2008-04-26  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-26  Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2008-04-26  Yinghai Lux86_64/mm: check and print vmemmap allocation continuous
2008-04-26  Yinghai Lux86_64: fix setup_node_bootmem to support big mem exclu...
2008-04-26  Yinghai Lux86_64: make reserve_bootmem_generic() use new reserve_...
2008-04-26  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-26  Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2008-04-26  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-26  Huang, Yingx86, boot: export linked list of struct setup_data...
2008-04-26  Huang, Yingx86, boot: add linked list of struct setup_data
next