summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_builtin.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Introduce low level MSR accessorJordan Niethe2023-09-141-2/+3
* KVM: PPC: Always use the GPR accessorsJordan Niethe2023-09-141-1/+5
* powerpc: Mark writes registering ipi to host cpu through kvm and pollingRohan McLure2023-06-211-2/+2
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-08-011-18/+0
|\
| * KVM: PPC: Book3s HV: Remove unused function kvmppc_bad_interruptMurilo Opsfelder Araujo2022-07-201-18/+0
* | powerpc/powernv/kvm: Use darn for H_RANDOM on Power9Jason A. Donenfeld2022-07-281-3/+4
|/
* KVM: PPC: Book3s: Remove real mode interrupt controller hcalls handlersAlexey Kardashevskiy2022-05-191-64/+0
* powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
* KVM: PPC: Book3S HV P9: Stop using vc->dpdesNicholas Piggin2021-11-241-0/+2
* KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushingNicholas Piggin2021-11-241-45/+8
* KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLBNicholas Piggin2021-11-241-1/+4
* powerpc: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-5/+5
* KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh2021-06-211-1/+1
* KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulationNicholas Piggin2021-06-101-36/+8
* KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlersNicholas Piggin2021-06-101-71/+20
* KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear in guest MSRNicholas Piggin2021-04-121-2/+2
* KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSRNicholas Piggin2021-04-121-0/+3
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-221-0/+1
|\
| * powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-091-0/+1
* | KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...Nicholas Piggin2021-02-101-107/+1
|/
* powerpc/mm: Update tlbiel loop on POWER10Aneesh Kumar K.V2020-11-191-1/+10
* KVM: PPC: Book3S HV: simplify kvm_cma_reserve()Mike Rapoport2020-10-131-10/+2
* powerpc/kvm/cma: Improve kernel log during bootAneesh Kumar K.V2020-07-291-1/+1
* KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interruptsNicholas Piggin2019-10-221-0/+15
* KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest deliveryNicholas Piggin2019-10-221-14/+53
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-2/+4
|\
| * powerpc/64s/radix: keep kernel ERAT over local process/guest invalidatesNicholas Piggin2019-07-031-2/+4
| * powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin2019-07-031-1/+1
* | Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-221-0/+1
|\|
| * KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entriesSuraj Jitindar Singh2019-06-201-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* KVM: PPC: Book3S HV: Flush TLB on secondary radix threadsPaul Mackerras2019-04-301-12/+40
* KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C codePaul Mackerras2019-04-301-0/+29
* KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras2019-02-191-7/+7
* KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisorPaul Mackerras2018-10-091-8/+36
* KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C codePaul Mackerras2018-10-091-0/+48
* mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-171-1/+1
* KVM: PPC: Book3S HV: Send kvmppc_bad_interrupt NMIs to Linux handlersNicholas Piggin2018-05-181-1/+14
* KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into itSimon Guo2018-05-181-3/+3
* powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-1/+1
* KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hostsPaul Mackerras2017-11-011-1/+98
* KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabledPaul Mackerras2017-11-011-0/+12
* KVM: PPC: Book3S HV: Handle unexpected interrupts betterPaul Mackerras2017-10-141-0/+6
* KVM: PPC: Book3S HV: Simplify dynamic micro-threading codePaul Mackerras2017-07-011-1/+1
* KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlersPaul Mackerras2017-05-121-1/+8
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-05-091-0/+103
|\
| * KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-0/+103
* | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-051-1/+2
|\ \ | |/ |/|
| * cma: Store a name in the cma structureLaura Abbott2017-04-181-1/+2
* | powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt2017-04-101-13/+8