summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/e500_mmu_host.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+2
* KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana...Simon Guo2018-05-221-4/+4
* KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras2018-03-191-1/+1
* KVM: PPC: BookE: Use vma_pages functionThomas Meyer2017-10-141-1/+1
* powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-171-1/+2
* KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()Markus Elfring2017-04-201-3/+2Star
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-161-4/+4
* Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-061-1/+1
|\
| * powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2015-10-121-1/+1
* | KVM: PPC: e500: fix couple of shift operations on 64 bitsTudor Laurentiu2015-10-151-2/+2
|/
* powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-171-2/+12
* KVM: PPC: Remove page table walk helpersAneesh Kumar K.V2015-04-171-1/+1
* KVM: PPC: Use READ_ONCE when dereferencing pte_t pointerAneesh Kumar K.V2015-04-171-8/+12
* treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-3/+3
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2014-09-241-10/+8Star
|\
| * KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 coreMihai Caraman2014-09-221-10/+8Star
* | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-1/+1
|/
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-0/+102
|\
| * KVM: PPC: Bookehv: Get vcpu's last instruction for emulationMihai Caraman2014-07-281-0/+92
| * KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-281-0/+6
| * KVM: PPC: e500: Fix default tlb for victim hintMihai Caraman2014-07-281-0/+4
* | KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttributeMihai Caraman2014-06-241-1/+2
|/
* kvm: powerpc: use caching attributes as per linux pteBharat Bhushan2014-01-091-17/+26
* kvm: booke: clear host tlb reference flag on guest tlb invalidationBharat Bhushan2014-01-091-8/+8
* Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-041-1/+5
|\
| * kvm: powerpc: booke: Move booke related tracepoints to separate headerAneesh Kumar K.V2013-10-171-1/+2
| * kvm: powerpc: e500: mark page accessed when mapping a guest pageBharat Bhushan2013-10-171-0/+3
* | kvm: ppc: booke: check range page invalidation progress on page setupBharat Bhushan2013-10-101-1/+17
|/
* kvm/ppc/e500: eliminate tlb_refsScott Wood2013-04-111-53/+22Star
* kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bitScott Wood2013-04-111-3/+4
* kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is validScott Wood2013-04-111-2/+2
* KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap staticAlexander Graf2013-01-241-2/+2
* KVM: PPC: e500: Implement TLB1-in-TLB0 mappingAlexander Graf2013-01-241-19/+46
* KVM: PPC: E500: Split host and guest MMU partsAlexander Graf2013-01-241-0/+672