summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_xics.c
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* KVM: PPC: Book3S HV: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-141-11/+1Star
* KVM: PPC: Book3S HV: Handle hypercalls correctly when nestedPaul Mackerras2018-10-091-1/+2
* KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras2018-10-091-7/+4Star
* powerpc: Use octal numbers for file permissionsRussell Currey2018-01-211-1/+1
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-05-091-33/+2Star
|\
| * KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-33/+2Star
* | Merge branch 'topic/xive' (early part) into nextMichael Ellerman2017-04-121-1/+1
|\|
| * powerpc/kvm: Make kvmppc_xics_create_icp staticBenjamin Herrenschmidt2017-04-101-1/+1
* | powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-101-2/+1Star
|/
* KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resendLi Zhong2017-01-271-32/+27Star
* KVM: PPC: Book 3S: XICS: Implement ICS P/Q statesLi Zhong2017-01-271-40/+85
* KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resendsLi Zhong2017-01-271-0/+4
* KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECTLi Zhong2017-01-271-9/+3Star
* 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/+0Star
* 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-031-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