summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* 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/+16
* 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/+2
* 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/+6
|/
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-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/+2
* 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/+1
* 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/+7
* 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/+2
* 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
* KVM: x86: Remove debug assertion of non-PAE reserved bitsNadav Amit2014-09-241-2/+1
* KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini2014-09-051-3/+4
* KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini2014-09-031-0/+12
* Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong2014-04-231-4/+3
* KVM: Add SMAP support when setting CR4Feng Wu2014-04-141-1/+1
* KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa2014-02-181-3/+4
* KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti2014-01-151-0/+8
* KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini2013-09-171-1/+19
* nEPT: Add nEPT violation/misconfigration supportYang Zhang2013-08-071-3/+22