summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: vmx: remove MMIO_MAX_GENTiejun Chen2014-11-181-4/+3
* Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-1/+1
|\
| * percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
* | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-15/+23
* | kvm/x86/mmu: Pass gfn and level to rmapp callback.Andres Lagar-Cavilla2014-09-241-13/+24
* | kvm: x86: fix two typos in commentTiejun Chen2014-09-241-1/+1
* | KVM: x86: directly use kvm_make_request againLiang Chen2014-09-241-11/+5
* | KVM: x86: count actual tlb flushesRadim Krčmář2014-09-241-1/+0
* | KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini2014-09-051-1/+1
* | KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMDPaolo Bonzini2014-09-031-2/+11
* | KVM: mmio: cleanup kvm_set_mmio_spte_maskTiejun Chen2014-09-031-5/+0
* | kvm: x86: fix stale mmio cache bugDavid Matlack2014-09-031-1/+1
* | kvm: fix potentially corrupt mmio cacheDavid Matlack2014-09-031-8/+12
* | KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini2014-09-031-6/+1
|/
* KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages supportNadav Amit2014-05-071-2/+6
* KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong2014-04-231-4/+21
* KVM: MMU: flush tlb if the spte can be locklessly modifiedXiao Guangrong2014-04-231-1/+2
* KVM: MMU: lazily drop large spteXiao Guangrong2014-04-231-16/+18
* KVM: MMU: properly check last spte in fast_page_fault()Xiao Guangrong2014-04-231-4/+6
* KVM: x86: Fix page-tables reserved bitsNadav Amit2014-04-161-3/+3
* KVM: Rename variable smep to cr4_smepFeng Wu2014-04-141-3/+3
* KVM: Add SMAP support when setting CR4Feng Wu2014-04-141-3/+31
* Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2014-03-041-0/+1
|\
| * KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti2014-02-261-0/+1
* | KVM: async_pf: Provide additional direct page notificationDominik Dingel2014-01-301-1/+1
|/
* KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti2014-01-151-0/+9
* KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti2013-12-201-0/+3
* KVM: mmu: change useless int return types to voidPaolo Bonzini2013-10-031-43/+28
* KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini2013-10-031-10/+4
* KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini2013-10-031-12/+1
* KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini2013-10-031-18/+4
* KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2013-09-301-3/+2
* shrinker: convert remaining shrinkers to count/scan APIDave Chinner2013-09-101-7/+18
* KVM: MMU: remove unused parameterXiao Guangrong2013-08-291-2/+2
* nEPT: Nested INVEPTNadav Har'El2013-08-071-0/+2
* nEPT: MMU context for nested EPTNadav Har'El2013-08-071-0/+27
* nEPT: Add nEPT violation/misconfigration supportYang Zhang2013-08-071-11/+50
* nEPT: correctly check if remote tlb flush is needed for shadowed EPT tablesGleb Natapov2013-08-071-4/+4
* nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang2013-08-071-3/+9
* nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El2013-08-071-0/+5
* nEPT: Move common code to paging_tmpl.hNadav Har'El2013-08-071-55/+0
* KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini2013-07-291-1/+1
* KVM: x86: Avoid zapping mmio sptes twice for generation wraparoundTakuya Yoshikawa2013-07-181-4/+1
* KVM: MMU: avoid fast page fault fixing mmio page faultXiao Guangrong2013-07-181-0/+7
* KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa2013-06-271-1/+3
* KVM: MMU: document clear_spte_countXiao Guangrong2013-06-271-3/+14
* KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2013-06-271-21/+1
* KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong2013-06-271-1/+6
* KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong2013-06-271-2/+7
* KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-271-8/+46
OpenPOWER on IntegriCloud