aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini1-38/+6
2014-01-27kvm/ppc: IRQ disabling cleanupScott Wood1-7/+5
2014-01-09KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software stateTiejun Chen1-11/+0
2014-01-09kvm: powerpc: use caching attributes as per linux pteBharat Bhushan1-0/+1
2014-01-09KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu structPaul Mackerras1-16/+0
2014-01-09KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras1-6/+2
2013-12-11powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood1-6/+6
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-38/+299
2013-10-17kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V1-11/+11
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+2
2013-10-17kvm: powerpc: booke: Move booke related tracepoints to separate headerAneesh Kumar K.V1-1/+3
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-6/+41
2013-10-17KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan1-18/+222
2013-10-17KVM: PPC: E500: Using "struct debug_reg"Bharat Bhushan1-10/+24
2013-10-17KVM: PPC: E500: exit to user space on "ehpriv 1" instructionBharat Bhushan1-1/+1
2013-10-17KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras1-0/+6
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras1-10/+9
2013-07-11kvm/ppc/booke: Don't call kvm_guest_enter twiceScott Wood1-2/+0
2013-07-11kvm/ppc: Call trace_hardirqs_on before entryScott Wood1-2/+2
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2013-06-30KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELLTiejun Chen1-1/+1
2013-06-19kvm/ppc/booke: Delay kvmppc_lazy_ee_enableScott Wood1-1/+2
2013-06-11kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()Scott Wood1-0/+11
2013-06-11kvm/ppc/booke: Hold srcu lock when calling gfn functionsScott Wood1-0/+7
2013-04-26kvm/ppc/mpic: add KVM_CAP_IRQ_MPICScott Wood1-0/+4
2013-04-26kvm/ppc/mpic: in-kernel MPIC emulationScott Wood1-3/+5
2013-04-26KVM: PPC: Book3E: Refactor ONE_REG ioctl implementationMihai Caraman1-47/+55
2013-04-26booke: exit to user space if emulator requestBharat Bhushan1-0/+3
2013-04-26KVM: PPC: debug stub interface parameter definedBharat Bhushan1-0/+6
2013-04-17Added ONE_REG interface for debug instructionBharat Bhushan1-0/+6
2013-03-22KVM: PPC: Remove unused argument to kvmppc_core_dequeue_externalPaul Mackerras1-2/+1
2013-03-22KVM: PPC: Added one_reg interface for timer registersBharat Bhushan1-0/+30
2013-03-22KVM: PPC: move tsr update in a separate functionBharat Bhushan1-10/+14
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa1-1/+1
2013-02-13KVM: PPC: BookE: Handle alignment interruptsAlexander Graf1-1/+15
2013-02-13KVM: PPC: booke: Allow multiple exception typesBharat Bhushan1-5/+9
2013-01-10KVM: PPC: BookE: Add EPR ONE_REG syncAlexander Graf1-0/+21
2013-01-10KVM: PPC: BookE: Implement EPR exitAlexander Graf1-1/+13
2013-01-10KVM: PPC: BookE: Allow irq deliveries to inject requestsAlexander Graf1-0/+5
2012-12-06KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interfaceMihai Caraman1-0/+14
2012-12-06KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulationMihai Caraman1-0/+12
2012-12-06KVM: PPC: bookehv: Add guest computation mode for irq deliveryMihai Caraman1-1/+8
2012-12-06KVM: PPC: booke: Fix get_tb() compile error on 64-bitMihai Caraman1-0/+1
2012-10-05KVM: PPC: set IN_GUEST_MODE before checking requestsScott Wood1-1/+0
2012-10-05KVM: PPC: Book3S HV: Fix updates of vcpu->cpuPaul Mackerras1-0/+2
2012-10-05KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras1-1/+6
2012-10-05KVM: PPC: Move kvm->arch.slot_phys into memslot.archPaul Mackerras1-0/+12
2012-10-05KVM: PPC: BookE: Support FPU on non-hv systemsAlexander Graf1-0/+11
2012-10-05booke: Added ONE_REG interface for IAC/DAC debug registersBharat Bhushan1-2/+46
2012-10-05KVM: PPC: booke: Add watchdog emulationBharat Bhushan1-0/+155