aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_rm_xics.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V1-1/+1
2019-02-19KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras1-0/+7
2018-10-09KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisorPaul Mackerras1-0/+8
2018-10-09KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras1-3/+2
2018-05-18KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into itSimon Guo1-1/+1
2017-05-09Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini1-5/+5
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt1-5/+5
2017-04-12Merge branch 'topic/xive' (early part) into nextMichael Ellerman1-2/+2
2017-04-11powerpc: Remove unnecessary includes of asm/debug.hMichael Ellerman1-1/+0
2017-04-10powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt1-2/+2
2017-02-08Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras1-5/+5
2017-02-07powerpc/powernv: Remove separate entry for OPAL real mode callsBenjamin Herrenschmidt1-5/+5
2017-01-31Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras1-5/+3
2017-01-31KVM: PPC: Book3S HV: Allow guest exit path to have MMU onPaul Mackerras1-5/+3
2017-01-27KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resendLi Zhong1-19/+21
2017-01-27KVM: PPC: Book 3S: XICS: Implement ICS P/Q statesLi Zhong1-30/+70
2017-01-27KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resendsLi Zhong1-0/+3
2017-01-27KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counterLi Zhong1-3/+2
2016-12-01KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.hPaul Mackerras1-1/+0
2016-11-24KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9Paul Mackerras1-6/+17
2016-11-21KVM: PPC: Book3S HV: sparse: prototypes for functions called from assemblerDaniel Axtens1-0/+1
2016-10-22KVM: PPC: Book3S HV: Fix build error when SMP=nMichael Ellerman1-0/+1
2016-09-12KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier1-5/+13
2016-09-12KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras1-0/+16
2016-09-12KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real modeSuresh Warrier1-0/+50
2016-09-12KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier1-0/+2
2016-09-12KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier1-1/+1
2016-09-12KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier1-0/+44
2016-02-29KVM: PPC: Book3S HV: Add tunable to control H_IPI redirectionSuresh E. Warrier1-1/+4
2016-02-29KVM: PPC: Book3S HV: Send IPI to host core to wake VCPUSuresh E. Warrier1-3/+89
2016-02-29KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVMSuresh Warrier1-0/+36
2015-08-22KVM: PPC: Book3S HV: Make use of unused threads when running guestsPaul Mackerras1-3/+1
2015-04-21KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras1-10/+2
2015-04-21KVM: PPC: Book3S HV: Add ICP real mode countersSuresh Warrier1-0/+7
2015-04-21KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-modeSuresh Warrier1-14/+211
2015-01-19ppc/kvm: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-4/+4
2014-12-15KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPISuresh E. Warrier1-8/+28
2014-08-05KVM: PPC: Enable IRQFD support for the XICS interrupt controllerPaul Mackerras1-0/+5
2013-04-26KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulationBenjamin Herrenschmidt1-0/+406