summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-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/+31
* 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/+1
|/
* 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/+12
|\
| * KVM: MMU: skip obsolete sp in for_each_gfn_*()Xiao Guangrong2016-04-201-16/+12
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-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-051-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/+3
* | | KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()Lan Tianyu2016-03-221-8/+7
* | | KVM, pkeys: introduce pkru_mask to cache conditionsHuaitong Han2016-03-221-0/+80
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-212/+290
|\ \ \ | |/ / |/| |
| * | KVM: MMU: simplify last_pte_bitmapPaolo Bonzini2016-03-081-24/+26
| * | KVM: MMU: coalesce more page zapping in mmu_sync_childrenPaolo Bonzini2016-03-081-4/+11
| * | KVM: MMU: move zap/flush to kvm_mmu_get_pagePaolo Bonzini2016-03-081-20/+20
| * | KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*Paolo Bonzini2016-03-081-17/+14
| * | KVM: MMU: cleanup __kvm_sync_page and its callersPaolo Bonzini2016-03-081-6/+4
| * | KVM: MMU: use kvm_sync_page in kvm_sync_pagesPaolo Bonzini2016-03-081-2/+1
| * | KVM: MMU: move TLB flush out of __kvm_sync_pagePaolo Bonzini2016-03-081-29/+24
| * | KVM: MMU: introduce kvm_mmu_flush_or_zapPaolo Bonzini2016-03-081-9/+10