aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/paging_tmpl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21KVM: x86: create mmu/ subdirectoryPaolo Bonzini1-1090/+0
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-6/+23
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-4/+1
2019-07-05KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini1-0/+2
2019-07-05KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini1-1/+1
2019-07-05KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini1-16/+14
2019-07-05kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid1-5/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+29
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-04-30X86/KVM: Handle PFNs outside of kernel reach when touching GPTEsFilippo Sironi1-9/+29
2018-12-21KVM: Replace old tlb flush function with new one to flush a specified range.Lan Tianyu1-1/+2
2018-10-17x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov1-7/+8
2018-08-06kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid1-3/+3
2018-08-06kvm: x86: Make sync_page() flush remote TLBs once onlyJunaid Shahid1-4/+8
2018-08-06KVM: MMU: drop vcpu param in gpte_accessPeter Xu1-5/+5
2018-03-16KVM: x86: Update the exit_qualification access bits while walking an addressKarimAllah Ahmed1-2/+9
2017-10-12KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini1-9/+9
2017-10-10KVM: MMU: always terminate page walks at level 1Ladi Prosek1-1/+2
2017-08-18KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini1-2/+1
2017-08-11KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li1-1/+2
2017-05-15KVM: nVMX: fix EPT permissions as reported in exit qualificationPaolo Bonzini1-14/+21
2017-05-09kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das1-0/+4
2017-04-07kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini1-17/+16
2017-04-07kvm: x86: MMU support for EPT accessed/dirty bitsPaolo Bonzini1-8/+15
2016-07-14kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das1-1/+7
2016-07-14kvm: mmu: remove is_present_gpte()Bandan Das1-1/+1
2016-04-10KVM: MMU: fix permission_fault()Xiao Guangrong1-1/+1
2016-03-22KVM/x86: Call smp_wmb() before increasing tlbs_dirtyLan Tianyu1-0/+11
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han1-2/+14
2016-03-22KVM: MMU: return page fault error code from permission_faultPaolo Bonzini1-3/+2
2016-03-09Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+1
2016-03-08KVM: MMU: micro-optimize gpte_accessPaolo Bonzini1-2/+5
2016-03-08KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*Paolo Bonzini1-2/+2
2016-03-03KVM: MMU: clear write-flooding on the fast path of tracked pageXiao Guangrong1-1/+3
2016-03-03KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong1-0/+3
2016-02-25KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin1-1/+1
2016-02-23KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()Takuya Yoshikawa1-13/+6
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-3/+3
2015-11-26KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()Takuya Yoshikawa1-2/+2
2015-11-26KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()Takuya Yoshikawa1-4/+2
2015-11-25KVM: x86: MMU: Make mmu_set_spte() return emulate valueTakuya Yoshikawa1-5/+5
2015-11-25KVM: x86: MMU: always set accessed bit in shadow PTEsPaolo Bonzini1-2/+2
2015-11-10KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini1-2/+1
2015-10-19KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()Takuya Yoshikawa1-1/+1
2015-10-16KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()Takuya Yoshikawa1-3/+3
2015-10-16KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()Takuya Yoshikawa1-8/+7
2015-10-16KVM: x86: MMU: Make force_pt_level boolTakuya Yoshikawa1-2/+2
2015-08-05KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong1-11/+2
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini1-9/+9