aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_xics.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-14KVM: PPC: Book3S HV: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-11/+1
2018-10-09KVM: PPC: Book3S HV: Handle hypercalls correctly when nestedPaul Mackerras1-1/+2
2018-10-09KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras1-7/+4
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey1-1/+1
2017-05-09Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini1-33/+2
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt1-33/+2
2017-04-12Merge branch 'topic/xive' (early part) into nextMichael Ellerman1-1/+1
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman1-2/+1
2017-04-10powerpc/kvm: Make kvmppc_xics_create_icp staticBenjamin Herrenschmidt1-1/+1
2017-01-27KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resendLi Zhong1-32/+27
2017-01-27KVM: PPC: Book 3S: XICS: Implement ICS P/Q statesLi Zhong1-40/+85
2017-01-27KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resendsLi Zhong1-0/+4
2017-01-27KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECTLi Zhong1-9/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-12KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras1-0/+35
2016-09-12KVM: PPC: Book3S HV: Dump irqmap in debugfsSuresh Warrier1-0/+17
2016-09-12KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier1-1/+2
2016-08-19KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulationPaul Mackerras1-0/+2
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall1-2/+0
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall1-2/+8
2016-05-12KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interruptsPaul Mackerras1-10/+15
2016-05-11KVM: PPC: Fix debug macrosAlexey Kardashevskiy1-2/+2
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-09-04KVM: PPC: Book3S: Fix typo in top comment about lockingGreg Kurz1-1/+1
2015-04-29powerpc/kvm: Fix SMP=n build error in book3s_xics.cMichael Ellerman1-1/+1
2015-04-21KVM: PPC: Book3S HV: Add ICP real mode countersSuresh Warrier1-2/+8
2015-04-21KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lockSuresh Warrier1-21/+47
2015-04-21KVM: PPC: Book3S HV: Add guest->host real mode completion countersSuresh E. Warrier1-4/+27
2015-01-19ppc/kvm: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-8/+8
2014-12-15KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPISuresh E. Warrier1-7/+23
2014-08-05KVM: PPC: Enable IRQFD support for the XICS interrupt controllerPaul Mackerras1-9/+46
2014-01-09KVM: PPC: fix couple of memory leaks in MPIC/XICS devicesGleb Natapov1-1/+3
2013-10-17kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V1-1/+1
2013-10-17kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V1-1/+1
2013-10-17kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V1-0/+1
2013-10-17kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V1-1/+1
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-2/+2
2013-08-28KVM: PPC: Book3S: Fix compile error in XICS emulationPaul Mackerras1-0/+1
2013-06-01powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulationPaul Mackerras1-0/+29
2013-05-02KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras1-25/+165
2013-04-26KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras1-0/+90
2013-04-26KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS callsPaul Mackerras1-14/+70
2013-04-26KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulationBenjamin Herrenschmidt1-13/+51
2013-04-26KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt1-1/+1
2013-04-26KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt1-0/+946