aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/e500_tlb.c
AgeCommit message (Expand)Author
2012-12-06KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulationMihai Caraman
2012-12-06KVM: PPC: e500: Add emulation helper for getting instruction eaMihai Caraman
2012-12-06KVM: PPC: e500: Silence bogus GCC warning in tlb codeMihai Caraman
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong
2012-10-05arch/powerpc/kvm/e500_tlb.c: fix error return codeJulia Lawall
2012-10-05KVM: PPC: e500: MMU API: fix leak of shared_tlb_pagesScott Wood
2012-10-05KVM: PPC: e500: fix allocation size error on g2h_tlb1_mapScott Wood
2012-10-05KVM: PPC: E500: Remove E500_TLB_DIRTY flagAlexander Graf
2012-10-05KVM: PPC: BookE: Add some more trace pointsAlexander Graf
2012-10-05KVM: PPC: E500: Implement MMU notifiersAlexander Graf
2012-10-05KVM: PPC: E500: Fix clear_tlb_refsAlexander Graf
2012-08-26Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti
2012-08-16ppc: e500_tlb memset clears nothingAlan Cox
2012-08-16KVM: PPC: Add cache flush on page mapAlexander Graf
2012-08-06KVM: do not release the error pfnXiao Guangrong
2012-07-19KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong
2012-05-06KVM: Use minimum and maximum address mapped by TLB1Bharat Bhushan
2012-04-08KVM: PPC: e500: fix typo in tlb codeAlexander Graf
2012-04-08KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2Alexander Graf
2012-04-08KVM: PPC: e500mc supportScott Wood
2012-04-08KVM: PPC: e500: emulate tlbilxScott Wood
2012-04-08KVM: PPC: e500: Track TLB1 entries with a bitmapScott Wood
2012-04-08KVM: PPC: e500: refactor core-specific TLB codeScott Wood
2012-04-08KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.hScott Wood
2012-04-08KVM: PPC: e500: rename e500_tlb.h to e500.hScott Wood
2012-03-05KVM: PPC: booke: Add booke206 TLB traceLiu Yu
2012-03-05KVM: PPC: e500: use hardware hint when loading TLB0 entriesScott Wood
2012-03-05KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLBScott Wood
2012-03-05KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood
2012-03-05KVM: PPC: E500: Support hugetlbfsAlexander Graf
2012-03-05KVM: PPC: e500: tlbsx: fix tlb0 eselScott Wood
2012-03-05KVM: PPC: e500: MMU APIScott Wood
2012-03-05KVM: PPC: e500: clear up confusion between host and guest entriesScott Wood
2012-03-05KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_allScott Wood
2012-03-05KVM: PPC: e500: don't translate gfn to pfn with preemption disabledScott Wood
2011-07-12KVM: PPC: e500: Don't search over the entire TLB0.Scott Wood
2011-07-12KVM: PPC: e500: Add shadow PID supportLiu Yu
2011-07-12KVM: PPC: e500: Stop keeping shadow TLBLiu Yu
2011-07-12KVM: PPC: e500: enable magic pageScott Wood
2011-07-12KVM: PPC: e500: Support large page mappings of PFNMAP vmas.Scott Wood
2011-07-12KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead.Scott Wood
2011-07-12KVM: PPC: e500: don't use MAS0 as intermediate storage.Scott Wood
2011-07-12KVM: PPC: e500: Disable preloading TLB1 in tlb_load().Scott Wood
2011-05-22KVM: PPC: booke: add sregs supportScott Wood
2011-05-22KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsxScott Wood
2010-10-24KVM: PPC: Fix compile error in e500_tlb.cAlexander Graf
2010-10-24KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bugKyle Moffett
2010-10-24KVM: PPC: Convert MSR to shared pageAlexander Graf
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: PPC E500: fix tlbcfg emulationLiu Yu