summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | KVM: MMU: check kvm_mmu_pages and mmu_page_path indicesXiao Guangrong2016-03-041-1/+6
| * | KVM: MMU: Fix ubsan warningsPaolo Bonzini2016-03-041-24/+33
| * | KVM: MMU: cleanup handle_abnormal_pfnPaolo Bonzini2016-03-041-6/+2
| * | KVM: MMU: apply page track notifierXiao Guangrong2016-03-031-2/+17
| * | KVM: MMU: simplify mmu_need_write_protectXiao Guangrong2016-03-031-22/+7
| * | KVM: MMU: use page track for non-leaf shadow pagesXiao Guangrong2016-03-031-5/+21
| * | KVM: MMU: clear write-flooding on the fast path of tracked pageXiao Guangrong2016-03-031-2/+20
| * | KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong2016-03-031-7/+37
| * | KVM: MMU: introduce kvm_mmu_slot_gfn_write_protectXiao Guangrong2016-03-031-5/+11
| * | KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpageXiao Guangrong2016-03-031-13/+25
| * | KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowedXiao Guangrong2016-03-031-12/+13
| * | KVM: x86: use list_last_entryGeliang Tang2016-02-231-2/+2
OpenPOWER on IntegriCloud