KVM: PPC: Improve split mode
[safe/jmp/linux-2.6] / arch / powerpc / kvm / book3s.c
2010-05-17 Alexander GrafKVM: PPC: Improve split mode
2010-05-17 Alexander GrafKVM: PPC: Make Performance Counters work
2010-05-17 Alexander GrafKVM: PPC: Convert u64 -> ulong
2010-05-17 Alexander GrafKVM: PPC: Check max IRQ prio
2010-05-17 Alexander GrafKVM: PPC: Add Book3S compatibility code
2010-05-17 Alexander GrafKVM: PPC: Emulate segment fault
2010-05-17 Alexander GrafKVM: PPC: Extract MMU init
2010-05-17 Alexander GrafKVM: PPC: Improve indirect svcpu accessors
2010-05-17 Alexander GrafKVM: PPC: Disable MSR_FEx for Cell hosts
2010-05-17 Alexander GrafKVM: PPC: Fix dcbz emulation
2010-05-17 Alexander GrafKVM: PPC: Make build work without CONFIG_VSX/ALTIVEC
2010-05-17 Alexander GrafKVM: PPC: Add OSI hypercall interface
2010-05-17 Alexander GrafKVM: PPC: Implement alignment interrupt
2010-05-17 Alexander GrafKVM: PPC: Load VCPU for register fetching
2010-05-17 Alexander GrafKVM: PPC: Don't reload FPU with invalid values
2010-05-17 Alexander GrafKVM: PPC: Split instruction reading out
2010-05-17 Alexander GrafKVM: PPC: Allow userspace to unset the IRQ line
2010-05-17 Alexander GrafKVM: PPC: Ensure split mode works
2010-04-25 Alexander GrafKVM: PPC: Memset vcpu to zeros
2010-04-25 Alexander GrafKVM: PPC: Allocate vcpu struct using vmalloc
2010-04-25 Alexander GrafKVM: PPC: Enable program interrupt to do MMIO
2010-04-25 Alexander GrafKVM: PPC: Make ext giveup non-static
2010-04-25 Alexander GrafKVM: PPC: Make software load/store return eaddr
2010-04-25 Alexander GrafKVM: PPC: Preload FPU when possible
2010-04-25 Alexander GrafKVM: PPC: Combine extension interrupt handlers
2010-04-25 Alexander GrafKVM: PPC: Add hidden flag for paired singles
2010-04-25 Alexander GrafKVM: PPC: Add AGAIN type for emulation return
2010-04-20 Takuya YoshikawaKVM: fix the handling of dirty bitmaps to avoid overflows
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-01 Alexander GrafKVM: PPC: Move Shadow MSR calculation to function
2010-03-01 Alexander GrafKVM: PPC: Keep SRR1 flags around in shadow_msr
2010-03-01 Alexander GrafKVM: PPC: Add support for FPU/Altivec/VSX
2010-03-01 Alexander GrafKVM: PPC: Pass program interrupt flags to the guest
2010-03-01 Alexander GrafKVM: PPC: Emulate trap SRR1 flags properly
2010-03-01 Alexander GrafKVM: PPC: Call SLB patching code in interrupt safe...
2010-03-01 Alexander GrafKVM: PPC: Use PACA backed shadow vcpu
2010-03-01 Alexander GrafKVM: PPC: Add helpers for CR, XER
2010-03-01 Alexander GrafKVM: PPC: Use accessor functions for GPR access
2010-03-01 Alexander GrafKVM: PPC: Enable lightweight exits again
2010-03-01 Marcelo TosattiKVM: convert slots_lock to a mutex
2010-03-01 Marcelo TosattiKVM: modify memslots layout in struct kvm
2010-03-01 Alexander GrafKVM: powerpc: Remove AGGRESSIVE_DEC
2010-03-01 Alexander GrafKVM: powerpc: Improve DEC handling
2010-03-01 Alexander GrafKVM: powerpc: Move vector to irqprio resolving to separ...
2009-12-08 Alexander Grafpowerpc/kvm: Sync guest visible MMU state
2009-11-05 Alexander GrafAdd book3s.c