summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorLines
2019-08-19powerpc/xmon: Add a dump of all XIVE interruptsCédric Le Goater-0/+21
2019-08-19powerpc/xive: Fix dump of XIVE interrupt under pseriesCédric Le Goater-6/+83
2019-08-19powerpc/xmon: Check for HV mode when dumping XIVE info from OPALCédric Le Goater-7/+10
2019-08-19powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy-39/+100
2019-08-19powerpc/powernv/ioda2: Allocate TCE table levels on demand for default DMA wi...Alexey Kardashevskiy-11/+11
2019-08-19powerpc/iommu: Allow bypass-only for DMAAlexey Kardashevskiy-6/+5
2019-08-19powerpc/powernv/ioda: Fix race in TCE level allocationAlexey Kardashevskiy-5/+13
2019-08-19powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy-3/+14
2019-08-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-50/+163
2019-08-19Merge branch 'fixes' into nextMichael Ellerman-10/+56
2019-08-16powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown racePaul Mackerras-23/+108
2019-08-16KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE devicePaul Mackerras-1/+15
2019-08-16KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interruptsPaul Mackerras-13/+23
2019-08-16KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VPCédric Le Goater-13/+17
2019-08-15powerpc/64s: Make boot look nice(r)Nicholas Piggin-4/+7
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-14Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-20/+1
2019-08-12powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startupChristophe Leroy-1/+0
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig-20/+1
2019-08-10Merge tag 'powerpc-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-4/+4
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-10/+5
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini-3626/+3402
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov-2/+0
2019-08-07error-injection: Consolidate override function definitionLeo Yan-13/+0
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini-10/+0
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li-0/+5
2019-08-05powerpc/pseries/hotplug-memory.c: Replace nested ifs by switch-caseLeonardo Bras-8/+18
2019-08-05powerpc/xive: Update comment referencing magic loads from an ESBJordan Niethe-1/+1
2019-08-05powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHEChristophe Leroy-4/+4
2019-08-05powerpc/powernv: Restrict OPAL symbol map to only be readable by rootAndrew Donnellan-4/+7
2019-08-05powerpc/configs: Disable SCOM_DEBUGFS in powernv_defconfigAndrew Donnellan-1/+1
2019-08-05powerpc/powernv: Fix checkpatch warnings in opal-xscom.cAndrew Donnellan-4/+4
2019-08-05powerpc/powernv: Get rid of old scom_controller abstractionAndrew Donnellan-351/+142
2019-08-05powerpc/powernv: Remove dead SCOM access codeAndrew Donnellan-94/+0
2019-08-05powerpc/powernv: Move SCOM access code into powernv platformAndrew Donnellan-23/+12
2019-08-05powerpc/rtas: Unexport rtas_online_cpus_mask, rtas_offline_cpus_maskNathan Lynch-2/+0
2019-08-02asm-generic: Remove redundant arch-specific rules for simd.hHerbert Xu-1/+0
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)-1/+1
2019-07-31Revert "powerpc: slightly improve cache helpers"Michael Ellerman-4/+4
2019-07-31powerpc/kasan: fix early boot failure on PPC32Christophe Leroy-2/+5
2019-07-31powerpc/spe: Mark expected switch fall-throughsMichael Ellerman-0/+4
2019-07-30powerpc/nvdimm: Pick nearby online node if the device node is not onlineAneesh Kumar K.V-2/+27
2019-07-29powerpc/kvm: Fall through switch case explicitlySantosh Sivaraj-0/+1
2019-07-29powerpc: Wire up clone3 syscallMichael Ellerman-1/+15
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2019-07-26Merge tag 'docs-5.3-1' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada-1/+1
2019-07-24Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-25/+103
2019-07-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+1