]> err.no Git - linux-2.6/history - arch/x86/kvm
KVM: SVM: do not intercept task switch with NPT
[linux-2.6] / arch / x86 / kvm /
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
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-24 Trond MyklebustMerge branch 'devel'
2008-04-22 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2008-04-22 David WoodhouseMerge branch 'master' of git://git.kernel.org/pub/scm...
2008-04-20 Haavard SkinnemoenMerge branch 'master' of git://git.kernel.org/pub/scm...
2008-04-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-04-18 Paul MackerrasMerge branch 'master' of git://git.kernel.org/pub/scm...
2008-04-17 Tony LuckPull regset into release branch
2008-04-17 Tony LuckPull virt-cpu-accounting into release branch
2008-04-17 Tony LuckPull fsys_gettimeofday into release branch
2008-04-16 Paul MackerrasMerge branch 'for-2.6.26' of master.kernel.org:/pub...
2008-04-14 Paul MackerrasMerge branch 'linux-2.6'
2008-04-08 David S. MillerMerge branch 'net-2.6.26-isatap-20080403' of git:/...
2008-04-03 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2008-04-02 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-04-01 Dmitry TorokhovMerge master.kernel.org:/pub/scm/linux/kernel/git/torva...
2008-03-28 Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2008-03-27 Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2008-03-27 Linus TorvaldsMerge branch 'avr32-fixes' of git://git.kernel.org...
2008-03-27 Len BrownMerge branches 'release', 'idle', 'redhat-bugzilla...
2008-03-27 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-03-27 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-03-26 Linus TorvaldsMerge branch 'master' of git://git.kernel.org/pub/scm...
2008-03-25 Linus TorvaldsMerge branch 'i2c-for-linus' of git://jdelvare.pck...
2008-03-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-03-25 Avi KivityKVM: MMU: Fix memory leak on guest demand faults
2008-03-25 Marcelo TosattiKVM: VMX: convert init_rmode_tss() to slots_lock
2008-03-25 Marcelo TosattiKVM: MMU: handle page removal with shadow mapping
2008-03-25 Avi KivityKVM: MMU: Fix is_rmap_pte() with io ptes
2008-03-25 Avi KivityKVM: VMX: Restore tss even on x86_64
next