summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* powerpc/xive: Improve error reporting of OPAL callsCédric Le Goater2020-12-111-12/+16
* powerpc/xive: Simplify xive_do_source_eoi()Cédric Le Goater2020-12-111-39/+33
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater2020-12-114-32/+1
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater2020-12-112-41/+1
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater2020-12-112-11/+0
* powerpc/xive: Add a debug_show handler to the XIVE irq_domainCédric Le Goater2020-12-111-0/+58
* powerpc/xive: Add a name to the IRQ domainCédric Le Goater2020-12-114-9/+9
* powerpc/xive: Introduce XIVE_IPI_HW_IRQCédric Le Goater2020-12-112-5/+7
* powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flagCédric Le Goater2020-12-111-1/+1
* powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()Qinglang Miao2020-11-191-1/+1
* powerpc/xive: Make debug routines staticCédric Le Goater2020-09-181-2/+2
* powerpc/icp-hv: Fix missing of_node_put() in success pathNicholas Mc Guire2020-08-251-0/+1
* powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Vladis Dronov2020-07-301-1/+1
* powerpc/xive: Ignore kmemleak false positivesAlexey Kardashevskiy2020-06-221-0/+2
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-2/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* powerpc/rtas: Implement reentrant rtas callLeonardo Bras2020-06-021-11/+11
* powerpc/xive: Share the event-queue page with the Hypervisor.Ram Pai2020-05-281-0/+7
* powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek2020-05-283-222/+0
* powerpc/xive: Do not expose a debugfs file when XIVE is disabledCédric Le Goater2020-05-281-2/+3
* powerpc/xive: Clear the page tables for the ESB IO mappingCédric Le Goater2020-05-261-0/+5
* Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman2020-05-261-0/+2
|\
| * powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy2020-05-261-0/+2
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2020-05-201-0/+3
|\ \ | |/ |/|
| * powerpc/xive: Enforce load-after-store ordering when StoreEOI is activeCédric Le Goater2020-05-071-0/+3
* | 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-274-0/+129
* powerpc/xmon: Add source flags to output of XIVE interruptsCédric Le Goater2020-03-271-1/+4
* powerpc/xive: Fix xmon support on the PowerNV platformCédric Le Goater2020-03-271-0/+4
* powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater2020-03-274-13/+14
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-042-8/+6
|\
| * powerpc: use probe_user_read() and probe_user_write()Christophe Leroy2020-01-261-6/+4
| * powerpc/mpic: constify copied structureJulia Lawall2020-01-071-2/+2
* | powerpc/xive: Discard ESB load value when interrupt is invalidFrederic Barrat2020-01-221-3/+12
|/
* powerpc/xive: Skip ioremap() of ESB pages for LSI interruptsCédric Le Goater2019-12-051-2/+10
* Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-304-157/+9
|\
| * powerpc/sysdev: drop simple gpioChristophe Leroy2019-11-213-157/+0
| * powerpc/xive: Prevent page fault issues in the machine crash handlerCédric Le Goater2019-11-131-0/+9
* | dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-3/+3
|/
* KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth2019-09-242-6/+6
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-208-246/+132
|\
| * powerpc/xmon: Fix output of XIVE IPICédric Le Goater2019-09-141-11/+16
| * powerpc/xmon: Improve output of XIVE interruptsCédric Le Goater2019-09-141-3/+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-194-0/+75
| * powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy2019-08-191-1/+1
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-08-191-23/+64
| |\