aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/e500_mmu_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu1-1/+2
2018-05-22KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_instr() inputSimon Guo1-4/+4
2018-03-19KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras1-1/+1
2017-10-14KVM: PPC: BookE: Use vma_pages functionThomas Meyer1-1/+1
2017-08-17powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V1-1/+2
2017-04-20KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()Markus Elfring1-3/+2
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-4/+4
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2015-10-15KVM: PPC: e500: fix couple of shift operations on 64 bitsTudor Laurentiu1-2/+2
2015-10-12powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V1-1/+1
2015-04-17powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V1-2/+12
2015-04-17KVM: PPC: Remove page table walk helpersAneesh Kumar K.V1-1/+1
2015-04-17KVM: PPC: Use READ_ONCE when dereferencing pte_t pointerAneesh Kumar K.V1-8/+12
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-3/+3
2014-09-24Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-nextPaolo Bonzini1-10/+8
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-1/+1
2014-09-22KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 coreMihai Caraman1-10/+8
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-0/+102
2014-07-28KVM: PPC: Bookehv: Get vcpu's last instruction for emulationMihai Caraman1-0/+92
2014-07-28KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman1-0/+6
2014-07-28KVM: PPC: e500: Fix default tlb for victim hintMihai Caraman1-0/+4
2014-06-24KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttributeMihai Caraman1-1/+2
2014-01-09kvm: powerpc: use caching attributes as per linux pteBharat Bhushan1-17/+26
2014-01-09kvm: booke: clear host tlb reference flag on guest tlb invalidationBharat Bhushan1-8/+8
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov1-1/+5
2013-10-17kvm: powerpc: booke: Move booke related tracepoints to separate headerAneesh Kumar K.V1-1/+2
2013-10-17kvm: powerpc: e500: mark page accessed when mapping a guest pageBharat Bhushan1-0/+3
2013-10-10kvm: ppc: booke: check range page invalidation progress on page setupBharat Bhushan1-1/+17
2013-04-11kvm/ppc/e500: eliminate tlb_refsScott Wood1-53/+22
2013-04-11kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bitScott Wood1-3/+4
2013-04-11kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is validScott Wood1-2/+2
2013-01-24KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap staticAlexander Graf1-2/+2
2013-01-24KVM: PPC: e500: Implement TLB1-in-TLB0 mappingAlexander Graf1-19/+46
2013-01-24KVM: PPC: E500: Split host and guest MMU partsAlexander Graf1-0/+672