]> bbs.cooldavid.org Git - net-next-2.6.git/history - arch/x86/kvm/mmu.c
KVM: fix typo in copyright notice
[net-next-2.6.git] / arch / x86 / kvm / mmu.c
2010-10-24 Nicolas KaiserKVM: fix typo in copyright notice
2010-10-24 Avi KivityKVM: MMU: Avoid sign extension in mmu_alloc_direct_root...
2010-10-24 Xiao GuangrongKVM: MMU: audit: check whether have unsync sps after...
2010-10-24 Xiao GuangrongKVM: MMU: audit: unregister audit tracepoints before...
2010-10-24 Xiao GuangrongKVM: MMU: set access bit for direct mapping
2010-10-24 Xiao GuangrongKVM: MMU: update 'root_hpa' out of loop in PAE shadow...
2010-10-24 Hillf DantonKVM: MMU: fix counting of rmap entries in rmap_add()
2010-10-24 Avi KivityKVM: MMU: Fix regression with ept memory types merged...
2010-10-24 Joerg RoedelKVM: SVM: Initialize Nested Nested MMU context on VMRUN
2010-10-24 Joerg RoedelKVM: MMU: Track NX state in struct kvm_mmu
2010-10-24 Joerg RoedelKVM: MMU: Allow long mode shadows for legacy page tables
2010-10-24 Joerg RoedelKVM: MMU: Refactor mmu_alloc_roots function
2010-10-24 Joerg RoedelKVM: MMU: Introduce kvm_pdptr_read_mmu
2010-10-24 Joerg RoedelKVM: MMU: Introduce init_kvm_nested_mmu()
2010-10-24 Joerg RoedelKVM: MMU: Implement nested gva_to_gpa functions
2010-10-24 Joerg RoedelKVM: X86: Introduce pointer to mmu context used for...
2010-10-24 Joerg RoedelKVM: MMU: Track page fault data in struct vcpu
2010-10-24 Joerg RoedelKVM: MMU: Let is_rsvd_bits_set take mmu context instead...
2010-10-24 Joerg RoedelKVM: MMU: Introduce kvm_init_shadow_mmu helper function
2010-10-24 Joerg RoedelKVM: MMU: Introduce inject_page_fault function pointer
2010-10-24 Joerg RoedelKVM: MMU: Introduce get_cr3 function pointer
2010-10-24 Joerg RoedelKVM: X86: Introduce a tdp_set_cr3 function
2010-10-24 Joerg RoedelKVM: MMU: Make set_cr3 a function pointer in kvm_mmu
2010-10-24 Joerg RoedelKVM: MMU: Make tdp_enabled a mmu-context parameter
2010-10-24 Joerg RoedelKVM: MMU: Fix 32 bit legacy paging with NPT
2010-10-24 Xiao GuangrongKVM: MMU: move audit to a separate file
2010-10-24 Xiao GuangrongKVM: MMU: support disable/enable mmu audit dynamicly
2010-10-24 Xiao GuangrongKVM: MMU: remove count_rmaps()
2010-10-24 Xiao GuangrongKVM: MMU: rewrite audit_mappings_page() function
2010-10-24 Xiao GuangrongKVM: MMU: fix wrong not write protected sp report
2010-10-24 Xiao GuangrongKVM: MMU: check rmap for every spte
2010-10-24 Xiao GuangrongKVM: MMU: fix compile warning in audit code
2010-10-24 Xiao GuangrongKVM: MMU: prefetch ptes when intercepted guest #PF
2010-10-24 Wei YongjunKVM: MMU: fix missing percpu counter destroy
2010-10-24 Xiaotian FengKVM: MMU: fix regression from rework mmu_shrink() code
2010-10-24 Dave HansenKVM: create aggregate kvm_total_used_mmu_pages value
2010-10-24 Dave HansenKVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages
2010-10-24 Dave HansenKVM: rename x86 kvm->arch.n_alloc_mmu_pages
2010-10-24 Dave HansenKVM: abstract kvm x86 mmu->n_free_mmu_pages
2010-10-24 Xiao GuangrongKVM: MMU: mark page dirty only when page is really...
2010-10-24 Xiao GuangrongKVM: MMU: move bits lost judgement into a separate...
2010-10-24 Xiao GuangrongKVM: MMU: using kvm_set_pfn_accessed() instead of mark_...
2010-10-24 Xiao GuangrongKVM: MMU: remove valueless output message
2010-10-08 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2010-09-30 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2010-09-21 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2010-09-17 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-09-16 Linus TorvaldsMerge branch '2.6.36-fixes' of git://github.com/schandi...
2010-09-10 David S. MillerMerge branch 'vhost-net' of git://git.kernel.org/pub...
2010-09-09 David S. MillerMerge branch 'master' of master.kernel.org:/pub/scm...
2010-09-07 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-09-07 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-09-03 Dave AirlieMerge remote branch 'nouveau/for-airlied' of /ssd/git...
2010-08-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-08-28 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-08-28 Linus TorvaldsMerge branch 'drm-fixes' of git://git.kernel.org/pub...
2010-08-28 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-08-26 J. Bruce FieldsMerge commit 'v2.6.36-rc1' into HEAD
2010-08-24 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-08-24 Linus TorvaldsMerge branch 'drm-core-next' of git://git.kernel.org...
2010-08-22 Linus TorvaldsMerge branch 'kvm-updates/2.6.36' of git://git.kernel...
2010-08-20 Michal MarekMerge commit 'v2.6.36-rc1' into kbuild/rc-fixes
2010-08-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-08-18 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-08-16 Steven RostedtMerge branch 'tip/perf/urgent-3' of git://git.kernel...
2010-08-16 Linus TorvaldsMerge git://git.infradead.org/iommu-2.6
2010-08-15 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-08-15 Linus TorvaldsMerge branch 'idle-release' of git://git.kernel.org...
2010-08-15 Takashi IwaiMerge branch 'fix/asoc' into for-linus
2010-08-15 Len BrownMerge branch 'linus' into release
2010-08-15 Len BrownMerge branch 'acpica-gpe' into release
2010-08-15 Len BrownMerge branch 'nvs' into release
2010-08-14 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-08-14 Linus TorvaldsMerge branch 'next-spi' of git://git.secretlab.ca/git...
2010-08-14 Linus TorvaldsMerge branch 'msm-mmc_sdcc' of git://codeaurora.org...
2010-08-14 Linus TorvaldsMerge branch 'stable/fixes' of git://git.kernel.org...
2010-08-14 Linus TorvaldsMerge branch 'x86-uv-for-linus' of git://git.kernel...
2010-08-14 Linus TorvaldsMerge branch 'kbuild' of git://git.kernel.org/pub/scm...
2010-08-14 Linus TorvaldsMerge branch 'kconfig' of git://git.kernel.org/pub...
2010-08-13 Linus TorvaldsMerge branch 'fixes' of git://git.kernel.org/pub/scm...
2010-08-13 Linus TorvaldsMerge branch 'x86-uv-for-linus' of git://git.kernel...
2010-08-13 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-08-13 Linus TorvaldsMerge branch 'x86/urgent' of git://git.kernel.org/pub...
2010-08-12 Ingo MolnarMerge branch 'linus' into perf/urgent
2010-08-12 Linus TorvaldsMerge branch 'io_remap_pfn_range' of git://www.jni...
2010-08-12 Linus TorvaldsMerge branch 'hwpoison' of git://git.kernel.org/pub...
2010-08-12 Linus TorvaldsMerge branch 'msm-core' of git://codeaurora.org/quic...
2010-08-12 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-08-12 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2010-08-12 Linus TorvaldsMerge branch 'drm-core-next' of git://git.kernel.org...
2010-08-12 Linus TorvaldsMerge branch 'next-devicetree' of git://git.secretlab...
2010-08-12 Linus TorvaldsMerge branch 'stable/xen-swiotlb-0.8.6' of git://git...
2010-08-11 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-08-11 Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2010-08-11 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-08-11 Linus TorvaldsMerge branch 'msm-video' of git://codeaurora.org/quic...
2010-08-11 Linus TorvaldsMerge branch 'ixp4xx' of git://git.kernel.org/pub/scm...
2010-08-11 Takashi IwaiMerge branch 'topic/asoc' into for-linus
2010-08-10 Linus TorvaldsMerge branch 'for-2.6.36' of git://git.kernel.dk/linux...
2010-08-10 Russell KingMerge branches 'master' and 'devel' into for-linus
next