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