summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1Star
* | KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini2019-07-051-0/+2
* | KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini2019-07-051-1/+1
* | KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini2019-07-051-16/+14Star
* | kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid2019-07-051-5/+3Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-9/+29
|\
| * X86/KVM: Handle PFNs outside of kernel reach when touching GPTEsFilippo Sironi2019-04-301-9/+29
* | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
|/
* KVM: Replace old tlb flush function with new one to flush a specified range.Lan Tianyu2018-12-211-1/+2
* x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov2018-10-171-7/+8
* kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid2018-08-061-3/+3
* kvm: x86: Make sync_page() flush remote TLBs once onlyJunaid Shahid2018-08-061-4/+8
* KVM: MMU: drop vcpu param in gpte_accessPeter Xu2018-08-061-5/+5
* KVM: x86: Update the exit_qualification access bits while walking an addressKarimAllah Ahmed2018-03-161-2/+9
* KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini2017-10-121-9/+9
* KVM: MMU: always terminate page walks at level 1Ladi Prosek2017-10-101-1/+2
* KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini2017-08-181-2/+1Star
* KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li2017-08-111-1/+2
* KVM: nVMX: fix EPT permissions as reported in exit qualificationPaolo Bonzini2017-05-151-14/+21
* kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das2017-05-091-0/+4
* kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini2017-04-071-17/+16Star
* kvm: x86: MMU support for EPT accessed/dirty bitsPaolo Bonzini2017-04-071-8/+15
* kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das2016-07-141-1/+7
* kvm: mmu: remove is_present_gpte()Bandan Das2016-07-141-1/+1
* KVM: MMU: fix permission_fault()Xiao Guangrong2016-04-101-1/+1
* KVM/x86: Call smp_wmb() before increasing tlbs_dirtyLan Tianyu2016-03-221-0/+11
* KVM, pkeys: add pkeys support for permission_faultHuaitong Han2016-03-221-2/+14
* KVM: MMU: return page fault error code from permission_faultPaolo Bonzini2016-03-221-3/+2Star
* Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-03-091-1/+1
|\
| * KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin2016-02-251-1/+1
* | KVM: MMU: micro-optimize gpte_accessPaolo Bonzini2016-03-081-2/+5
* | KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*Paolo Bonzini2016-03-081-2/+2
* | KVM: MMU: clear write-flooding on the fast path of tracked pageXiao Guangrong2016-03-031-1/+3
* | KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong2016-03-031-0/+3
* | KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()Takuya Yoshikawa2016-02-231-13/+6Star
|/
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-161-3/+3
* KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()Takuya Yoshikawa2015-11-261-2/+2
* KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...Takuya Yoshikawa2015-11-261-4/+2Star
* KVM: x86: MMU: Make mmu_set_spte() return emulate valueTakuya Yoshikawa2015-11-251-5/+5
* KVM: x86: MMU: always set accessed bit in shadow PTEsPaolo Bonzini2015-11-251-2/+2
* KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini2015-11-101-2/+1Star
* KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()Takuya Yoshikawa2015-10-191-1/+1
* KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()Takuya Yoshikawa2015-10-161-3/+3
* KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()Takuya Yoshikawa2015-10-161-8/+7Star
* KVM: x86: MMU: Make force_pt_level boolTakuya Yoshikawa2015-10-161-2/+2
* KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong2015-08-051-11/+2Star
* KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2015-06-051-9/+9
* KVM: MMU: fix smap permission checkXiao Guangrong2015-05-081-0/+7
* KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit2014-10-241-1/+1