summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-302-15/+8
|\
| * powerpc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-122-15/+8
* | powerpc/xive: Do not mark xive_request_ipi() as __initNathan Chancellor2021-08-181-1/+1
* | powerpc/xive: Do not skip CPU-less nodes when creating the IPIsCédric Le Goater2021-08-121-11/+24
|/
* powerpc/xive: Fix error handling when allocating an IPICédric Le Goater2021-07-051-4/+3
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-026-3/+266
|\
| * powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-242-3/+3
| * powerpc/xics: Add a native ICS backend for microwattBenjamin Herrenschmidt2021-06-214-0/+263
* | powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier2021-06-101-0/+1
* | powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier2021-06-104-4/+6
* | powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier2021-06-104-0/+4
|/
* 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-221-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-101-12/+16
* powerpc/xive: Simplify xive_do_source_eoi()Cédric Le Goater2020-12-101-39/+33
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater2020-12-104-32/+1
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater2020-12-102-41/+1
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater2020-12-102-11/+0
* powerpc/xive: Add a debug_show handler to the XIVE irq_domainCédric Le Goater2020-12-101-0/+58
* powerpc/xive: Add a name to the IRQ domainCédric Le Goater2020-12-104-9/+9
* powerpc/xive: Introduce XIVE_IPI_HW_IRQCédric Le Goater2020-12-102-5/+7
* powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flagCédric Le Goater2020-12-101-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-241-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