aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-22powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan1-4/+37
2014-09-22KVM: PPC: Book3S HV: Only accept host PVR value for guest PVRPaul Mackerras1-1/+3
2014-09-22KVM: PPC: Book3S HV: Increase timeout for grabbing secondary threadsPaul Mackerras1-1/+1
2014-07-28KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base pageAneesh Kumar K.V1-6/+0
2014-07-28Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8Stewart Smith1-1/+56
2014-07-28Split out struct kvmppc_vcore creation to separate functionStewart Smith1-10/+21
2014-07-28KVM: PPC: Book3S: Fix LPCR one_reg interfaceAlexey Kardashevskiy1-2/+11
2014-07-28KVM: PPC: Book3S HV: Access guest VPA in BEAlexander Graf1-11/+11
2014-07-28KVM: PPC: Book3S HV: Add H_SET_MODE hcall handlingMichael Neuling1-1/+51
2014-07-28KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras1-2/+29
2014-07-28KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras1-0/+51
2014-07-28KVM: PPC: BOOK3S: PR: Emulate instruction counterAneesh Kumar K.V1-6/+0
2014-07-28KVM: PPC: BOOK3S: PR: Emulate virtual timebase registerAneesh Kumar K.V1-6/+0
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-14/+20
2014-05-30KVM: PPC: BOOK3S: HV: Add mixed page-size support for guestAneesh Kumar K.V1-0/+7
2014-05-30KVM: PPC: Book3S PR: Expose EBB registersAlexander Graf1-18/+0
2014-05-30KVM: PPC: Book3S PR: Expose TAR facility to guestAlexander Graf1-6/+0
2014-05-30KVM: PPC: Book3S PR: Handle Facility interrupt and FSCRAlexander Graf1-6/+0
2014-05-30KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf1-0/+11
2014-05-28powerpc/kvm/book3s_hv: Use threads_per_subcore in KVMMichael Ellerman1-10/+16
2014-05-28powerpc/kvm/book3s_hv: Rework the secondary inhibit codeMichael Ellerman1-4/+4
2014-03-29KVM: PPC: Book3S HV: Return ENODEV error rather than EIOPaul Mackerras1-1/+1
2014-03-29KVM: PPC: Book3S HV: Add get/set_one_reg for new TM stateMichael Neuling1-22/+125
2014-03-26KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=nAnton Blanchard1-3/+1
2014-03-26KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd writeGreg Kurz1-3/+3
2014-01-29Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini1-78/+241
2014-01-27KVM: PPC: Book3S HV: Add new state for transactional memoryMichael Neuling1-0/+4
2014-01-27KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard1-0/+22
2014-01-27KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras1-0/+6
2014-01-27KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbellsPaul Mackerras1-0/+1
2014-01-27KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8Paul Mackerras1-0/+6
2014-01-27KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8Paul Mackerras1-1/+15
2014-01-27KVM: PPC: Book3S HV: Add handler for HV facility unavailableMichael Ellerman1-1/+10
2014-01-27KVM: PPC: Book3S HV: Context-switch new POWER8 SPRsMichael Neuling1-2/+151
2014-01-27KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbersPaul Mackerras1-29/+17
2014-01-27KVM: PPC: Book3S HV: use xics_wake_cpu only when definedAndreas Schwab1-1/+6
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2014-01-09KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras1-42/+0
2014-01-09KVM: PPC: Add devname:kvm aliases for modulesAlexander Graf1-0/+3
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa1-1/+1
2013-11-21powerpc: kvm: optimize "sc 1" as fast returnLiu Ping Fan1-6/+4
2013-11-18KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() callPaul Mackerras1-0/+2
2013-11-18KVM: PPC: Book3S HV: Make tbacct_lock irq-safePaul Mackerras1-10/+12
2013-10-17kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V1-1/+0
2013-10-17kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V1-8/+10
2013-10-17kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V1-0/+2
2013-10-17kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V1-0/+1
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-62/+158
2013-10-17kvm: powerpc: book3s hv: Fix vcore leakPaul Mackerras1-0/+10
2013-10-17KVM: PPC: Book3S HV: Don't crash host on unknown guest interruptPaul Mackerras1-1/+1