summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/booke.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-05KVM: PPC: Add return value to core_check_requestsAlexander Graf1-1/+5
2012-10-05KVM: PPC: Add return value in prepare_to_enterAlexander Graf1-8/+8
2012-10-05KVM: PPC: Move kvm_guest_enter call into generic codeAlexander Graf1-2/+0
2012-10-05KVM: PPC: Book3S: PR: Rework irq disablingAlexander Graf1-0/+2
2012-10-05KVM: PPC: Consistentify vcpu exit pathAlexander Graf1-5/+8
2012-10-05KVM: PPC: Exit guest context while handling exitAlexander Graf1-0/+3
2012-10-05KVM: PPC: BookE: Drop redundant vcpu->mode setAlexander Graf1-2/+0
2012-10-05KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_prAlexander Graf1-57/+1
2012-10-05KVM: PPC: BookE: No duplicate request != 0 checkAlexander Graf1-7/+5
2012-10-05KVM: PPC: BookE: Add some more trace pointsAlexander Graf1-0/+3
2012-10-05KVM: PPC: E500: Implement MMU notifiersAlexander Graf1-0/+6
2012-10-05KVM: PPC: BookE: Add support for vcpu->modeAlexander Graf1-0/+11
2012-10-05KVM: PPC: BookE: Add check_requests helper functionAlexander Graf1-7/+17
2012-10-05KVM: PPC: BookE: Expose remote TLB flushes in debugfsAlexander Graf1-0/+1
2012-10-05KVM: PPC: PR: Use generic tracepoint for guest exitAlexander Graf1-0/+3
2012-07-11booke/bookehv: Add host crit-watchdog exception supportBharat Bhushan1-0/+21
2012-05-30KVM: PPC: booke: Added DECAR supportBharat Bhushan1-0/+5
2012-04-08KVM: PPC: Ignore unhalt request from kvm_vcpu_blockAlexander Graf1-0/+1
2012-04-08KVM: PPC: Pass EA to updating emulation opsAlexander Graf1-0/+1
2012-04-08KVM: PPC: Booke: only prepare to enter when we enterAlexander Graf1-8/+10
2012-04-08KVM: PPC: booke: Reinject performance monitor interruptsAlexander Graf1-0/+4
2012-04-08KVM: PPC: booke: expose good state on irq reinjectAlexander Graf1-15/+41
2012-04-08KVM: PPC: booke: Support perfmon interruptsAlexander Graf1-0/+4
2012-04-08KVM: PPC: booke: add GS documentation for program interruptAlexander Graf1-2/+8
2012-04-08KVM: PPC: booke: Readd debug abort code for machine checkAlexander Graf1-1/+6
2012-04-08KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1Alexander Graf1-1/+1
2012-04-08KVM: PPC: booke: rework rescheduling checksAlexander Graf1-22/+50
2012-04-08KVM: PPC: booke: deliver program int on emulation failureAlexander Graf1-1/+1
2012-04-08KVM: PPC: booke: remove leftover debuggingAlexander Graf1-5/+0
2012-04-08KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2Alexander Graf1-1/+1
2012-04-08KVM: PPC: e500mc: implicitly set MSR_GSAlexander Graf1-6/+5
2012-04-08KVM: PPC: e500mc: Add doorbell emulation supportAlexander Graf1-0/+2
2012-04-08KVM: PPC: booke: standard PPC floating point supportScott Wood1-0/+44
2012-04-08KVM: PPC: booke: category E.HV (GS-mode) supportScott Wood1-56/+253
2012-04-08KVM: PPC: booke: Move vm core init/destroy out of booke.cScott Wood1-9/+0
2012-04-08KVM: PPC: booke: add booke-level vcpu load/putScott Wood1-0/+8
2012-03-05KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras1-0/+10
2012-03-05KVM: PPC: booke: Improve timer register emulationScott Wood1-16/+51
2012-03-05KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood1-11/+12
2012-03-05KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirtScott Wood1-5/+1
2012-03-05KVM: PPC: booke: Check for MSR[WE] in prepare_to_enterScott Wood1-10/+18
2012-03-05KVM: PPC: Move prepare_to_enter call site into subarch codeScott Wood1-0/+4
2012-03-05KVM: PPC: Rename deliver_interrupts to prepare_to_enterScott Wood1-2/+2
2012-03-05KVM: PPC: booke: check for signals in kvmppc_vcpu_runScott Wood1-1/+9
2012-03-05KVM: PPC: e500: Don't hardcode PIR=0Scott Wood1-2/+2
2011-09-25KVM: PPC: Add sanity checking to vcpu_runAlexander Graf1-1/+9
2011-07-12KVM: PPC: Move guest enter/exit down into subarch-specific codePaul Mackerras1-0/+13
2011-07-12KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops downPaul Mackerras1-0/+20
2011-07-12KVM: PPC: e500: Add shadow PID supportLiu Yu1-4/+7
2011-07-12KVM: PPC: e500: enable magic pageScott Wood1-0/+11