aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli1-0/+34
2011-01-13thp: kvm mmu transparent hugepage supportAndrea Arcangeli1-16/+75
2011-01-12KVM: MMU: handle 'map_writable' in set_spte() functionXiao Guangrong1-2/+2
2011-01-12KVM: MMU: audit: allow audit more guests at the same timeXiao Guangrong1-13/+13
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity1-3/+3
2011-01-12KVM: MMU: only write protect mappings at pagetable levelMarcelo Tosatti1-0/+3
2011-01-12KVM: MMU: Initialize base_role for tdp mmusAvi Kivity1-0/+1
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara1-2/+3
2011-01-12KVM: cleanup emulate_instructionAndre Przywara1-1/+1
2011-01-12KVM: MMU: Make the way of accessing lpage_info more genericTakuya Yoshikawa1-29/+25
2011-01-12KVM: MMU: retry #PF for softmmuXiao Guangrong1-0/+2
2011-01-12KVM: MMU: fix accessed bit set on prefault pathXiao Guangrong1-4/+6
2011-01-12KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong1-9/+9
2011-01-12KVM: MMU: Avoid dropping accessed bit while removing write accessTakuya Yoshikawa1-1/+1
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity1-2/+3
2011-01-12KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity1-6/+7
2011-01-12KVM: MMU: abstract invalid guest pte mappingXiao Guangrong1-3/+0
2011-01-12KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong1-4/+4
2011-01-12KVM: MMU: rename 'reset_host_protection' to 'host_writable'Lai Jiangshan1-4/+4
2011-01-12KVM: MMU: don't drop spte if overwrite it from W to ROXiao Guangrong1-11/+9
2011-01-12KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong1-0/+1
2011-01-12KVM: MMU: support apf for nonpaing guestXiao Guangrong1-3/+9
2011-01-12KVM: MMU: fix missing post sync auditXiao Guangrong1-0/+1
2011-01-12KVM: fix tracing kvm_try_async_get_pageXiao Guangrong1-1/+1
2011-01-12KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti1-10/+17
2011-01-12KVM: MMU: flush TLBs on writable -> read-only spte overwriteMarcelo Tosatti1-0/+10
2011-01-12KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti1-8/+1
2011-01-12KVM: x86: Mark kvm_arch_setup_async_pf staticJan Kiszka1-1/+1
2011-01-12KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov1-0/+1
2011-01-12KVM: Retry fault before vmentryGleb Natapov1-8/+8
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov1-1/+51
2010-12-29KVM: MMU: Fix incorrect direct gfn for unpaged mode shadowAvi Kivity1-1/+2
2010-11-05KVM: MMU: fix rmap_remove on non present sptesMarcelo Tosatti1-4/+5
2010-10-24KVM: MCE: Send SRAR SIGBUS directlyHuang Ying1-8/+10
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: MMU: Avoid sign extension in mmu_alloc_direct_roots() pae root addressAvi Kivity1-1/+1
2010-10-24KVM: MMU: audit: check whether have unsync sps after root syncXiao Guangrong1-2/+9
2010-10-24KVM: MMU: audit: unregister audit tracepoints before module unloadedXiao Guangrong1-9/+12
2010-10-24KVM: MMU: set access bit for direct mappingXiao Guangrong1-1/+2
2010-10-24KVM: MMU: update 'root_hpa' out of loop in PAE shadow pathXiao Guangrong1-2/+2
2010-10-24KVM: MMU: fix counting of rmap entries in rmap_add()Hillf Danton1-1/+2
2010-10-24KVM: MMU: Fix regression with ept memory types merged into non-ept page tablesAvi Kivity1-1/+1
2010-10-24KVM: SVM: Initialize Nested Nested MMU context on VMRUNJoerg Roedel1-0/+1
2010-10-24KVM: MMU: Track NX state in struct kvm_mmuJoerg Roedel1-1/+15
2010-10-24KVM: MMU: Allow long mode shadows for legacy page tablesJoerg Roedel1-8/+52
2010-10-24KVM: MMU: Refactor mmu_alloc_roots functionJoerg Roedel1-22/+60
2010-10-24KVM: MMU: Introduce kvm_pdptr_read_mmuJoerg Roedel1-1/+1
2010-10-24KVM: MMU: Introduce init_kvm_nested_mmu()Joerg Roedel1-1/+36
2010-10-24KVM: MMU: Implement nested gva_to_gpa functionsJoerg Roedel1-0/+8
2010-10-24KVM: X86: Introduce pointer to mmu context used for gva_to_gpaJoerg Roedel1-5/+5