summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-301-4/+0
|\
| * powerpc/xive: remove unnecessary unmap_kernel_rangeNicholas Piggin2021-04-301-4/+0
* | Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-306-80/+149
|\ \ | |/ |/|
| * powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy2021-04-231-1/+2
| * powerpc/xive: Use the "ibm, chip-id" property only under PowerNVCédric Le Goater2021-04-173-6/+10
| * powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handlerCédric Le Goater2021-04-141-8/+19
| * powerpc/xive: Map one IPI interrupt per nodeCédric Le Goater2021-04-142-15/+47
| * powerpc/xive: Fix xmon command "dxi"Cédric Le Goater2021-04-141-4/+10
| * powerpc/xive: Simplify the dump of XIVE interrupts under xmonCédric Le Goater2021-04-141-0/+14
| * powerpc/xive: Drop check on irq_data in xive_core_debug_show()Cédric Le Goater2021-04-141-11/+10
| * powerpc/xive: Simplify xive_core_debug_show()Cédric Le Goater2021-04-141-14/+4
| * powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQCédric Le Goater2021-04-141-2/+1
| * powerpc/xive: Introduce an IPI interrupt domainCédric Le Goater2021-04-141-33/+46
| * powerpc/fsl-pci: Fix section mismatch warningMichael Ellerman2021-03-291-1/+1
| * powerpc/xive: use true and false for bool variableYang Li2021-03-291-1/+1
* | of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
|/
* 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
|\