summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_rmhandlers.S
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2018-02-011-83/+154
|\
| * KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless cededBenjamin Herrenschmidt2018-01-191-1/+61
| * KVM: PPC: Book3S HV: Make xive_pushed a byte, not a wordBenjamin Herrenschmidt2018-01-191-3/+3
| * KVM: PPC: Book3S HV: Check DR not IR to chose real vs virt mode MMIOsBenjamin Herrenschmidt2018-01-191-1/+1
| * KVM: PPC: Book3S HV: Don't use existing "prodded" flag for XIVE escalationsBenjamin Herrenschmidt2018-01-191-0/+10
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-01-191-4/+5
| |\
| | * KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9Paul Mackerras2018-01-181-4/+5
| * | KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loadedPaul Mackerras2018-01-171-54/+55
| * | KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loadedPaul Mackerras2018-01-171-20/+20
| * | KVM: PPC: Book3S HV: Remove vcpu->arch.dec usageAlexander Graf2018-01-111-1/+0
| |/
* | powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-101-5/+4
|/
* Merge branch 'kvm-ppc-fixes' into kvm-ppc-nextPaul Mackerras2017-11-091-3/+10
|\
| * KVM: PPC: Book3S HV: Add more barriers in XIVE load/unload codeBenjamin Herrenschmidt2017-10-161-3/+5
| * KVM: PPC: Book3S HV: POWER9 more doorbell fixesNicholas Piggin2017-10-141-0/+5
* | KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hostsPaul Mackerras2017-11-011-6/+61
* | KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded modePaul Mackerras2017-11-011-0/+2
* | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-11-011-8/+0
|\ \
| * | Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras2017-10-191-8/+0
* | | KVM: PPC: Book3S HV: Handle unexpected interrupts betterPaul Mackerras2017-10-141-1/+131
| |/ |/|
* | KVM: PPC: Book3S HV: Check for updated HDSISR on P9 HDSI exceptionMichael Neuling2017-09-221-1/+13
|/
* KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectlyPaul Mackerras2017-09-121-1/+16
* Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-0/+3
|\
| * KVM: PPC: Book3S HV: Use msgsync with hypervisor doorbells on POWER9Nicholas Piggin2017-08-241-0/+3
* | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-08-311-0/+8
|\ \
| * | KVM: PPC: Book3S HV: POWER9 does not require secondary thread managementNicholas Piggin2017-08-291-0/+8
* | | KVM: PPC: Book3S HV: Fix case where HDEC is treated as 32-bit on POWER9Paul Mackerras2017-08-311-1/+2
* | | KVM: PPC: Book3S HV: Fix invalid use of register expressionAndreas Schwab2017-08-311-1/+1
| |/ |/|
* | powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt2017-07-261-8/+51
|/
* 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
OpenPOWER on IntegriCloud