summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/paging_tmpl.h
AgeCommit message (Expand)Author
2017-10-18KVM: MMU: always terminate page walks at level 1Ladi Prosek
2016-07-14kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das
2016-07-14kvm: mmu: remove is_present_gpte()Bandan Das
2016-04-10KVM: MMU: fix permission_fault()Xiao Guangrong
2016-03-22KVM/x86: Call smp_wmb() before increasing tlbs_dirtyLan Tianyu
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han
2016-03-22KVM: MMU: return page fault error code from permission_faultPaolo Bonzini
2016-03-09Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2016-03-08KVM: MMU: micro-optimize gpte_accessPaolo Bonzini
2016-03-08KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*Paolo Bonzini
2016-03-03KVM: MMU: clear write-flooding on the fast path of tracked pageXiao Guangrong
2016-03-03KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong
2016-02-25KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin
2016-02-23KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()Takuya Yoshikawa
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2015-11-26KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()Takuya Yoshikawa
2015-11-26KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...Takuya Yoshikawa
2015-11-25KVM: x86: MMU: Make mmu_set_spte() return emulate valueTakuya Yoshikawa
2015-11-25KVM: x86: MMU: always set accessed bit in shadow PTEsPaolo Bonzini
2015-11-10KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini
2015-10-19KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()Takuya Yoshikawa
2015-10-16KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()Takuya Yoshikawa
2015-10-16KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()Takuya Yoshikawa
2015-10-16KVM: x86: MMU: Make force_pt_level boolTakuya Yoshikawa
2015-08-05KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini
2015-05-08KVM: MMU: fix smap permission checkXiao Guangrong
2014-10-24KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit
2014-09-24KVM: x86: Remove debug assertion of non-PAE reserved bitsNadav Amit
2014-09-05KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini
2014-09-03KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong
2014-04-14KVM: Add SMAP support when setting CR4Feng Wu
2014-02-18KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa
2014-01-15KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini
2013-08-07nEPT: Add nEPT violation/misconfigration supportYang Zhang
2013-08-07nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang
2013-08-07nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El
2013-08-07nEPT: Support shadow paging for guest paging without A/D bitsGleb Natapov
2013-08-07nEPT: make guest's A/D bits depends on guest's paging modeGleb Natapov
2013-08-07nEPT: Move common code to paging_tmpl.hNadav Har'El
2013-08-07KVM: MMU: fix check the reserved bits on the gpte of L2Xiao Guangrong
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong
2013-06-27KVM: MMU: store generation-number into mmio spteXiao Guangrong
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa
2013-03-21KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa
2013-02-06KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong
2013-02-04KVM: MMU: drop superfluous is_present_gpte() check.Gleb Natapov
2013-01-21KVM: x86: improve reexecute_instructionXiao Guangrong