summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xive
Commit message (Expand)AuthorAgeFilesLines
* powerpc/xive: Fix loop exit-condition in xive_find_target_in_mask()Gautham R. Shenoy2019-07-181-4/+3Star
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-1/+51
|\
| * powerpc/pseries: Fix xive=off command lineGreg Kurz2019-06-021-1/+51
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-304-20/+4Star
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* KVM: PPC: Book3S HV: XIVE: Add a TIMA mappingCédric Le Goater2019-04-301-0/+11
* powerpc/xive: add OPAL extensions for the XIVE native exploitation supportCédric Le Goater2019-04-111-0/+99
* powerpc: remove unnecessary unlikely()Igor Stoppa2019-01-151-1/+1
* powerpc/xive: Define xive_do_source_eoi as staticBreno Leitao2018-11-251-1/+1
* powerpc: Add -Werror at arch/powerpc levelMichael Ellerman2018-10-181-1/+0Star
* powerpc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-131-3/+0Star
* powerpc/xive: Move a dereference below a NULL testzhong jiang2018-10-031-3/+4
* powerpc/xive: Use xive_cpu->chip_id instead of looking it up againBreno Leitao2018-09-191-10/+1Star
* treewide: correct "differenciate" and "instanciate" typosFinn Thain2018-08-241-1/+1
* powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt2018-08-071-22/+0Star
* powerpc/xive: Remove now useless pr_debug statementsBenjamin Herrenschmidt2018-08-071-9/+1Star
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-191-4/+4
|\
| * powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-4/+4
* | powerpc/xive: Replace msleep(x) with msleep(OPAL_BUSY_DELAY_MS)Daniel Klamt2018-07-121-12/+12
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* powerpc/xive: Remove (almost) unused macrosRussell Currey2018-06-031-1/+1
* powerpc/xive: prepare all hcalls to support long busy delaysCédric Le Goater2018-05-101-8/+28
* powerpc/xive: fix hcall H_INT_RESET to support long busy delaysCédric Le Goater2018-05-101-5/+47
* powerpc/xive: Fix trying to "push" an already active pool VPBenjamin Herrenschmidt2018-04-181-0/+4
* powerpc/xive: Fix wrong xmon output caused by typoFrederic Barrat2018-03-301-1/+1
* powerpc/xive: Use hw CPU ids when configuring the CPU queuesCédric Le Goater2018-02-141-6/+10
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-2/+16
|\
| * KVM: PPC: Book3S HV: Enable use of the new XIVE "single escalation" featureBenjamin Herrenschmidt2018-01-191-2/+16
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-01-211-1/+2
|\|
| * powerpc/xive: Add interrupt flag to disable automatic EOIBenjamin Herrenschmidt2018-01-121-1/+2
* | powerpc/xive: Remove incorrect debug codeBenjamin Herrenschmidt2018-01-161-5/+0Star
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc/xive: Clear XIVE internal structures when a CPU is removedCédric Le Goater2017-10-041-0/+8
* powerpc/xive: Fix IPI resetCédric Le Goater2017-10-041-0/+4
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-091-2/+2
* powerpc/xive: Fix section __init warningCédric Le Goater2017-09-041-1/+1
* powerpc/xive: improve debugging macrosCédric Le Goater2017-09-021-2/+6
* powerpc/xive: introduce H_INT_ESB hcallCédric Le Goater2017-09-023-3/+52
* powerpc/xive: add the HW IRQ number under xive_irq_dataCédric Le Goater2017-09-022-0/+4
* powerpc/xive: introduce xive_esb_write()Cédric Le Goater2017-09-021-1/+10
* powerpc/xive: rename xive_poke_esb() in xive_esb_read()Cédric Le Goater2017-09-021-10/+10
* powerpc/xive: guest exploitation of the XIVE interrupt controllerCédric Le Goater2017-09-024-0/+637
* powerpc/xive: introduce a common routine xive_queue_page_alloc()Cédric Le Goater2017-09-023-11/+27
* powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()Cédric Le Goater2017-08-241-1/+1
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-1/+1
* powerpc/xmon: Exclude all of xmon from ftraceNaveen N. Rao2017-08-151-3/+3
* powerpc/xive: Fix section mismatch warningsMichael Ellerman2017-08-102-3/+3
* powerpc/xive: Ensure active irqd when setting affinityBenjamin Herrenschmidt2017-08-101-0/+4
* Merge branch 'fixes' into nextMichael Ellerman2017-07-031-1/+1
|\
| * powerpc/xive: Fix offset for store EOI MMIOsBenjamin Herrenschmidt2017-06-151-1/+1