KVM: powerpc: fix some init/exit annotations
[safe/jmp/linux-2.6] / arch / powerpc / kvm / booke.c
2009-09-10 Stephen RothwellKVM: powerpc: fix some init/exit annotations
2009-03-24 Hollis BlanchardKVM: ppc: Add extra E500 exceptions
2009-03-24 Hollis BlanchardKVM: ppc: distinguish between interrupts and priorities
2009-03-24 Hollis BlanchardKVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for booke
2009-03-24 Hollis BlanchardKVM: ppc: remove last 44x-specific bits from booke.c
2009-03-24 Hollis BlanchardKVM: ppc: rename 44x MMU functions used in booke.c
2009-03-24 Hollis BlanchardKVM: ppc: turn tlb_xlate() into a per-core hook (and...
2009-03-24 Hollis BlanchardKVM: ppc: change kvmppc_mmu_map() parameters
2009-03-24 Hollis BlanchardKVM: ppc: small cosmetic changes to Book E DTLB miss...
2008-12-31 Hollis BlanchardKVM: ppc: mostly cosmetic updates to the exit timing...
2008-12-31 Hollis BlanchardKVM: ppc: Implement in-kernel exit timing statistics
2008-12-31 Hollis BlanchardKVM: ppc: directly insert shadow mappings into the...
2008-12-31 Hollis BlanchardKVM: ppc: support large host pages
2008-12-31 Hollis BlanchardKVM: ppc: optimize irq delivery path
2008-12-31 Hollis BlanchardKVM: ppc: optimize find first bit
2008-12-31 Hollis BlanchardKVM: ppc: optimize kvm stat handling
2008-12-31 Hollis BlanchardKVM: ppc: fix set regs to take care of msr change
2008-12-31 Hollis BlanchardKVM: ppc: adjust vcpu types to support 64-bit cores
2008-12-31 Hollis BlanchardKVM: ppc: create struct kvm_vcpu_44x and introduce...
2008-12-31 Hollis BlanchardKVM: ppc: Move the last bits of 44x code out of booke.c
2008-12-31 Hollis BlanchardKVM: ppc: refactor instruction emulation into generic...
2008-12-31 Hollis BlanchardKVM: ppc: Refactor powerpc.c to relocate 440-specific...
2008-12-31 Hollis BlanchardKVM: ppc: combine booke_guest.c and booke_host.c