summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2017-07-141-1/+1
* KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li2017-07-141-0/+33
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-071-54/+101
|\
| * x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner2017-07-031-0/+1
| * kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner2017-07-031-30/+85
| * x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-031-3/+6
| * x86: kvm: mmu: dead code thanks to access trackingPeter Feiner2017-07-031-21/+9Star
* | KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-111-2/+5
|/
* kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das2017-05-091-0/+15
* kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini2017-04-071-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* kvm: x86: mmu: Verify that restored PTE has needed perms in fast page faultJunaid Shahid2017-01-271-59/+68
* kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_faultJunaid Shahid2017-01-271-5/+5
* kvm: x86: mmu: Update comment in mark_spte_for_access_trackJunaid Shahid2017-01-271-3/+3
* kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid2017-01-271-1/+4
* kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid2017-01-091-65/+214
* kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_updateJunaid Shahid2017-01-091-13/+27
* kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clearJunaid Shahid2017-01-091-35/+31Star
* kvm: x86: mmu: Fast Page Fault path retriesJunaid Shahid2017-01-091-51/+73
* kvm: x86: mmu: Rename spte_is_locklessly_modifiable()Junaid Shahid2017-01-091-5/+5
* kvm: x86: reduce collisions in mmu_page_hashDavid Matlack2017-01-091-1/+2
* kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack2017-01-091-8/+17
* kvm: svm: Add support for additional SVM NPF error codesTom Lendacky2016-11-241-2/+18
* kvm: x86: don't print warning messages for unimplemented msrsBandan Das2016-11-221-1/+1
* Merge tag 'tags/for-kvmgt' into HEADPaolo Bonzini2016-11-091-2/+4
|\
| * kvm/page_track: call notifiers with kvm_page_track_notifier_nodeJike Song2016-11-041-2/+4
| * KVM: x86: add track_flush_slot page track notifierXiaoguang Chen2016-11-041-0/+7
* | KVM: x86: add track_flush_slot page track notifierXiaoguang Chen2016-11-021-0/+7
* | KVM: X86: MMU: no mmu_notifier_seq++ in kvm_age_hvaPeter Feiner2016-11-021-9/+1Star
|/
* mmu: don't pass *kvm to spte_write_protect and spte_*_dirtyBandan Das2016-08-191-6/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-12/+17
|\
| * kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das2016-07-141-3/+7
| * kvm: mmu: don't set the present bit unconditionallyBandan Das2016-07-141-6/+7
| * kvm: mmu: remove is_present_gpte()Bandan Das2016-07-141-1/+1
| * kvm: mmu: extend the is_present check to 32 bitsBandan Das2016-07-141-1/+1
| * KVM: x86: Fix typosAndrea Gelmini2016-06-141-1/+1
* | x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+2
|/
* KVM: x86: avoid write-tearing of TDPNadav Amit2016-06-021-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-16/+12Star
|\
| * KVM: MMU: skip obsolete sp in for_each_gfn_*()Xiao Guangrong2016-04-201-16/+12Star
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-171-1/+2
|\ \
| * | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-191-2/+10
| |\|
| * | x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov2016-03-311-1/+2
* | | mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli2016-05-061-2/+2
| |/ |/|
* | kvm: set page dirty only if page has been writableYu Zhao2016-04-011-2/+10
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-2/+2
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-2/+2
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-2/+2
* | | KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page...Lan Tianyu2016-03-221-4/+3Star