summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_xics.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras2016-09-121-0/+35
* KVM: PPC: Book3S HV: Dump irqmap in debugfsSuresh Warrier2016-09-121-0/+17
* KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier2016-09-121-1/+2
* KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulationPaul Mackerras2016-08-191-0/+2
* KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2016-08-121-2/+0
* KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall2016-08-121-2/+8
* KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interruptsPaul Mackerras2016-05-121-10/+15
* KVM: PPC: Fix debug macrosAlexey Kardashevskiy2016-05-111-2/+2
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-1/+1
* KVM: PPC: Book3S: Fix typo in top comment about lockingGreg Kurz2015-09-041-1/+1
* powerpc/kvm: Fix SMP=n build error in book3s_xics.cMichael Ellerman2015-04-291-1/+1
* KVM: PPC: Book3S HV: Add ICP real mode countersSuresh Warrier2015-04-211-2/+8
* KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lockSuresh Warrier2015-04-211-21/+47
* KVM: PPC: Book3S HV: Add guest->host real mode completion countersSuresh E. Warrier2015-04-211-4/+27
* ppc/kvm: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-191-8/+8
* KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPISuresh E. Warrier2014-12-151-7/+23
* KVM: PPC: Enable IRQFD support for the XICS interrupt controllerPaul Mackerras2014-08-051-9/+46
* KVM: PPC: fix couple of memory leaks in MPIC/XICS devicesGleb Natapov2014-01-091-1/+3
* kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-171-1/+1
* kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-171-1/+1
* kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V2013-10-171-0/+1
* kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V2013-10-171-1/+1
* kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-171-2/+2
* KVM: PPC: Book3S: Fix compile error in XICS emulationPaul Mackerras2013-08-281-0/+1
* powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulationPaul Mackerras2013-06-011-0/+29
* KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras2013-05-021-25/+165
* KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras2013-04-261-0/+90
* KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS callsPaul Mackerras2013-04-261-14/+70
* KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulationBenjamin Herrenschmidt2013-04-261-13/+51
* KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt2013-04-261-1/+1
* KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt2013-04-261-0/+946
OpenPOWER on IntegriCloud