summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
AgeCommit message (Expand)AuthorLines
2020-03-27powerpc/xive: Add a debugfs file to dump internal XIVE stateCédric Le Goater-0/+129
2020-03-27powerpc/xmon: Add source flags to output of XIVE interruptsCédric Le Goater-1/+4
2020-03-27powerpc/xive: Fix xmon support on the PowerNV platformCédric Le Goater-0/+4
2020-03-27powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater-13/+14
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-8/+6
2020-01-26powerpc: use probe_user_read() and probe_user_write()Christophe Leroy-6/+4
2020-01-22powerpc/xive: Discard ESB load value when interrupt is invalidFrederic Barrat-3/+12
2020-01-07powerpc/mpic: constify copied structureJulia Lawall-2/+2
2019-12-05powerpc/xive: Skip ioremap() of ESB pages for LSI interruptsCédric Le Goater-2/+10
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-157/+9
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne-3/+3
2019-11-21powerpc/sysdev: drop simple gpioChristophe Leroy-157/+0
2019-11-13powerpc/xive: Prevent page fault issues in the machine crash handlerCédric Le Goater-0/+9
2019-09-24KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth-6/+6
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-246/+132
2019-09-14powerpc/xmon: Fix output of XIVE IPICédric Le Goater-11/+16
2019-09-14powerpc/xmon: Improve output of XIVE interruptsCédric Le Goater-3/+26
2019-09-12powerpc/xive: Fix bogus error code returned by OPALGreg Kurz-0/+11
2019-08-27KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras-0/+7
2019-08-19powerpc/xive: Fix dump of XIVE interrupt under pseriesCédric Le Goater-0/+75
2019-08-19powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy-1/+1
2019-08-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-23/+64
2019-08-16powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown racePaul Mackerras-23/+64
2019-08-15powerpc/xive: Add a check for memory allocation failureChristophe JAILLET-0/+4
2019-08-15powerpc/xive: Use GFP_KERNEL instead of GFP_ATOMIC in 'xive_irq_bitmap_add()'Christophe JAILLET-1/+1
2019-08-05powerpc/xive: Update comment referencing magic loads from an ESBJordan Niethe-1/+1
2019-08-05powerpc/powernv: Move SCOM access code into powernv platformAndrew Donnellan-232/+0
2019-07-18powerpc/xive: Fix loop exit-condition in xive_find_target_in_mask()Gautham R. Shenoy-4/+3
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1548/+58
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2019-07-05powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xxChristophe Leroy-1539/+0
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy-1/+1
2019-07-04powerpc/Kconfig: Clean up formattingEnrico Weigelt, metux IT consult-7/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-48/+8
2019-06-02powerpc/pseries: Fix xive=off command lineGreg Kurz-1/+51
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-71/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-159/+31
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-42/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+11
2019-05-10powerpc: tsi108: fix similar warning reported by kbuild test robotPetr Štetiar-1/+2
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+99
2019-05-05powerpc: tsi108: support of_get_mac_address new ERR_PTR errorPetr Štetiar-1/+1
2019-04-30KVM: PPC: Book3S HV: XIVE: Add a TIMA mappingCédric Le Goater-0/+11
2019-04-11powerpc/xive: add OPAL extensions for the XIVE native exploitation supportCédric Le Goater-0/+99
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+3