summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xive/native.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-251-3/+1
* powerpc: Fix typosBjorn Helgaas2024-05-071-1/+1
* powerpc/xive: Fix endian conversion sizeBenjamin Gray2023-10-191-1/+1
* powerpc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-301-4/+2
* powerpc/sysdev: Remove some duplicate prefix in some messagesChristophe JAILLET2022-11-241-3/+3
* powerpc/sysdev: Add missing of_node_put()sLiang He2022-09-051-5/+10
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* powerpc/sysdev: Add __init attribute to eligible functionsNick Child2021-12-231-2/+2
* powerpc/xive: Fix compile when !CONFIG_PPC_POWERNV.Cédric Le Goater2021-12-021-0/+11
* powerpc/xive: Add a debugfs toggle for save-restoreCédric Le Goater2021-11-251-1/+1
* powerpc/xive: Activate StoreEOI on P10Cédric Le Goater2021-11-251-0/+2
* KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restoreCédric Le Goater2021-08-101-0/+10
* powerpc/xive: Use the "ibm, chip-id" property only under PowerNVCédric Le Goater2021-04-171-0/+6
* powerpc/xive: Improve error reporting of OPAL callsCédric Le Goater2020-12-101-12/+16
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater2020-12-101-12/+0
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater2020-12-101-2/+0
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater2020-12-101-2/+0
* powerpc/xive: Add a name to the IRQ domainCédric Le Goater2020-12-101-1/+1
* powerpc/xive: Ignore kmemleak false positivesAlexey Kardashevskiy2020-06-221-0/+2
* powerpc/xive: Define xive_native_alloc_irq_on_chip()Haren Myneni2020-04-201-3/+3
* powerpc/xive: Add a debugfs file to dump internal XIVE stateCédric Le Goater2020-03-261-0/+3
* powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater2020-03-261-2/+2
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-0/+26
|\
| * powerpc/xive: Fix bogus error code returned by OPALGreg Kurz2019-09-121-0/+11
| * powerpc/xive: Fix dump of XIVE interrupt under pseriesCédric Le Goater2019-08-191-0/+15
* | KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras2019-08-271-0/+7
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+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/xive: Use xive_cpu->chip_id instead of looking it up againBreno Leitao2018-09-191-10/+1
* powerpc/xive: Remove now useless pr_debug statementsBenjamin Herrenschmidt2018-08-071-9/+1
* 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: Fix trying to "push" an already active pool VPBenjamin Herrenschmidt2018-04-181-0/+4
* KVM: PPC: Book3S HV: Enable use of the new XIVE "single escalation" featureBenjamin Herrenschmidt2018-01-191-2/+16
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-091-2/+2
* powerpc/xive: add the HW IRQ number under xive_irq_dataCédric Le Goater2017-09-021-0/+2
* powerpc/xive: introduce a common routine xive_queue_page_alloc()Cédric Le Goater2017-09-021-11/+5
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-1/+1
* powerpc/xive: Fix section mismatch warningsMichael Ellerman2017-08-101-1/+1
* powerpc/xive: Silence message about VP block allocationBenjamin Herrenschmidt2017-06-281-2/+2
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-05-091-5/+81
|\
| * KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-5/+81
* | powerpc/xive: Fix missing check of rc != OPAL_BUSYMichael Ellerman2017-04-201-0/+1
|/
* powerpc/xive: Native exploitation of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-101-0/+639