Il 15/01/2014 11:11, James Hogan ha scritto: > ProAptiv support includes support for EHINV (TLB invalidation) and FTLB > (large fixed page size TLBs), both of which cause problems when combined > with KVM. These two patches fix those problems. > > These are based on John Crispin's mips-next-3.14 branch where ProAptiv > support is applied. Please consider applying these for v3.14 too. > > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxx > Cc: Gleb Natapov <gleb@xxxxxxxxxx> > Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx> > Cc: kvm@xxxxxxxxxxxxxxx > Cc: Markos Chandras <markos.chandras@xxxxxxxxxx> > Cc: Sanjay Lal <sanjayl@xxxxxxxxxxx> > > James Hogan (2): > MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHI > MIPS: KVM: remove shadow_tlb code > > arch/mips/include/asm/kvm_host.h | 7 -- > arch/mips/kvm/kvm_mips.c | 1 - > arch/mips/kvm/kvm_tlb.c | 134 +-------------------------------------- > 3 files changed, 1 insertion(+), 141 deletions(-) > Acked-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>