aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev
AgeCommit message (Expand)AuthorFilesLines
2020-07-30powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Gravatar Vladis Dronov 1-1/+1
2020-06-22powerpc/xive: Ignore kmemleak false positivesGravatar Alexey Kardashevskiy 1-0/+2
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultGravatar Christoph Hellwig 1-1/+1
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultGravatar Christoph Hellwig 1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 2-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-02powerpc/rtas: Implement reentrant rtas callGravatar Leonardo Bras 1-11/+11
2020-05-28powerpc/xive: Share the event-queue page with the Hypervisor.Gravatar Ram Pai 1-0/+7
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportGravatar Michal Simek 3-222/+0
2020-05-28powerpc/xive: Do not expose a debugfs file when XIVE is disabledGravatar Cédric Le Goater 1-2/+3
2020-05-26powerpc/xive: Clear the page tables for the ESB IO mappingGravatar Cédric Le Goater 1-0/+5
2020-05-26Merge "Use hugepages to map kernel mem on 8xx" into nextGravatar Michael Ellerman 1-0/+2
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootGravatar Christophe Leroy 1-0/+2
2020-05-20Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 1-0/+3
2020-05-07powerpc/xive: Enforce load-after-store ordering when StoreEOI is activeGravatar Cédric Le Goater 1-0/+3
2020-04-20powerpc/xive: Define xive_native_alloc_irq_on_chip()Gravatar Haren Myneni 1-3/+3
2020-03-27powerpc/xive: Add a debugfs file to dump internal XIVE stateGravatar Cédric Le Goater 4-0/+129
2020-03-27powerpc/xmon: Add source flags to output of XIVE interruptsGravatar Cédric Le Goater 1-1/+4
2020-03-27powerpc/xive: Fix xmon support on the PowerNV platformGravatar Cédric Le Goater 1-0/+4
2020-03-27powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsGravatar Cédric Le Goater 4-13/+14
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-8/+6
2020-01-26powerpc: use probe_user_read() and probe_user_write()Gravatar Christophe Leroy 1-6/+4
2020-01-22powerpc/xive: Discard ESB load value when interrupt is invalidGravatar Frederic Barrat 1-3/+12
2020-01-07powerpc/mpic: constify copied structureGravatar Julia Lawall 1-2/+2
2019-12-05powerpc/xive: Skip ioremap() of ESB pages for LSI interruptsGravatar Cédric Le Goater 1-2/+10
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-157/+9
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitGravatar Nicolas Saenz Julienne 1-3/+3
2019-11-21powerpc/sysdev: drop simple gpioGravatar Christophe Leroy 3-157/+0
2019-11-13powerpc/xive: Prevent page fault issues in the machine crash handlerGravatar Cédric Le Goater 1-0/+9
2019-09-24KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagGravatar Michael Roth 2-6/+6
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 8-246/+132
2019-09-14powerpc/xmon: Fix output of XIVE IPIGravatar Cédric Le Goater 1-11/+16
2019-09-14powerpc/xmon: Improve output of XIVE interruptsGravatar Cédric Le Goater 1-3/+26
2019-09-12powerpc/xive: Fix bogus error code returned by OPALGravatar Greg Kurz 1-0/+11
2019-08-27KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Gravatar Paul Mackerras 1-0/+7
2019-08-19powerpc/xive: Fix dump of XIVE interrupt under pseriesGravatar Cédric Le Goater 4-0/+75
2019-08-19powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesGravatar Alexey Kardashevskiy 1-1/+1
2019-08-19Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 1-23/+64
2019-08-16powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown raceGravatar Paul Mackerras 1-23/+64
2019-08-15powerpc/xive: Add a check for memory allocation failureGravatar Christophe JAILLET 1-0/+4
2019-08-15powerpc/xive: Use GFP_KERNEL instead of GFP_ATOMIC in 'xive_irq_bitmap_add()'Gravatar Christophe JAILLET 1-1/+1
2019-08-05powerpc/xive: Update comment referencing magic loads from an ESBGravatar Jordan Niethe 1-1/+1
2019-08-05powerpc/powernv: Move SCOM access code into powernv platformGravatar Andrew Donnellan 3-232/+0
2019-07-18powerpc/xive: Fix loop exit-condition in xive_find_target_in_mask()Gravatar Gautham R. Shenoy 1-4/+3
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 6-1548/+58
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-07-05powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xxGravatar Christophe Leroy 3-1539/+0
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Gravatar Christophe Leroy 1-1/+1
2019-07-04powerpc/Kconfig: Clean up formattingGravatar Enrico Weigelt, metux IT consult 1-7/+6