summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_rmhandlers.S
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-071-2/+10
|\
| * powerpc/64s/idle: Avoid SRR usage in idle sleep/wake pathsNicholas Piggin2017-06-191-2/+10
* | KVM: PPC: Book3S HV: Close race with testing for signals on guest entryPaul Mackerras2017-07-011-42/+16
* | KVM: PPC: Book3S HV: Exit guest upon MCE when FWNMI capability is enabledAravinda Prasad2017-06-221-22/+30
* | KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9Paul Mackerras2017-06-191-0/+17
* | KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9Paul Mackerras2017-06-191-1/+16
* | KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9Paul Mackerras2017-06-191-5/+24
* | KVM: PPC: Book3S HV: Save/restore host values of debug registersPaul Mackerras2017-06-161-13/+32
* | KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exitPaul Mackerras2017-06-151-1/+8
* | KVM: PPC: Book3S HV: Cope with host using large decrementer modePaul Mackerras2017-05-291-6/+17
|/
* KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-2/+60
* KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9Paul Mackerras2017-03-011-4/+4
* KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1Paul Mackerras2017-01-311-0/+6
* KVM: PPC: Book3S HV: Allow guest exit path to have MMU onPaul Mackerras2017-01-311-0/+29
* KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movementPaul Mackerras2017-01-311-12/+26
* KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guestsPaul Mackerras2017-01-311-11/+46
* KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9Paul Mackerras2017-01-311-0/+8
* KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interruptsNicholas Piggin2017-01-311-3/+9
* KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HVNicholas Piggin2017-01-271-7/+9
* KVM: PPC: Book3S HV: Use stop instruction rather than nap on POWER9Paul Mackerras2016-11-241-11/+22
* KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9Paul Mackerras2016-11-241-6/+2
* KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRsPaul Mackerras2016-11-241-2/+37
* KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9Paul Mackerras2016-11-241-20/+30
* KVM: PPC: Book3S HV: Set partition table rather than SDR1 on POWER9Paul Mackerras2016-11-241-3/+7
* KVM: PPC: Book3S HV: Save/restore XER in checkpointed register statePaul Mackerras2016-11-211-0/+4
* KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras2016-09-271-7/+7
* KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier2016-09-121-0/+25
* KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier2016-09-121-0/+6
* KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C functionSuresh Warrier2016-09-091-84/+74
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-213/+314
|\
| * KVM: PPC: Book3S HV: Save/restore TM state in H_CEDEPaul Mackerras2016-07-281-0/+13
| * KVM: PPC: Book3S HV: Pull out TM state save/restore into separate proceduresPaul Mackerras2016-07-281-212/+237
| * KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar2016-06-201-1/+64
* | powerpc/powernv: Rename reusable idle functions to hardware agnostic namesShreyas B. Prabhu2016-07-151-2/+2
|/
* KVM: PPC: Create a virtual-mode only TCE table handlersAlexey Kardashevskiy2016-03-221-2/+2
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-1/+1
|\
| * powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V2016-03-031-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-2/+2
|\ \
| * | KVM: PPC: Add support for multiple-TCE hcallsAlexey Kardashevskiy2016-02-161-2/+2
| |/
* | KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exitPaul Mackerras2016-03-081-0/+14
|/
* KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8Thomas Huth2015-12-091-1/+1
* KVM: PPC: Book3S HV: Handle unexpected traps in guest entry/exit code betterPaul Mackerras2015-12-091-0/+2
* KVM: PPC: Book3S HV: Synthesize segment fault if SLB lookup failsPaul Mackerras2015-11-061-8/+12
* KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit pathGautham R. Shenoy2015-10-211-3/+14
* KVM: PPC: Book3S HV: Deliver machine check with MSR(RI=0) to guest as MCEMahesh Salgaonkar2015-10-161-4/+8
* KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exitGautham R. Shenoy2015-09-211-0/+1
* KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is setGautham R. Shenoy2015-09-031-0/+1
* KVM: PPC: Book3S HV: Fix race in starting secondary threadsGautham R. Shenoy2015-09-031-0/+8
* KVM: PPC: Book3S: correct width in XER handlingSam bobroff2015-08-221-3/+3
* KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MODPaul Mackerras2015-08-221-2/+2
OpenPOWER on IntegriCloud