summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)Author
2019-08-19powerpc/xmon: Add a dump of all XIVE interruptsCédric Le Goater
2019-08-19powerpc/xive: Fix dump of XIVE interrupt under pseriesCédric Le Goater
2019-08-19powerpc/xmon: Check for HV mode when dumping XIVE info from OPALCédric Le Goater
2019-08-19powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy
2019-08-19powerpc/powernv/ioda2: Allocate TCE table levels on demand for default DMA wi...Alexey Kardashevskiy
2019-08-19powerpc/iommu: Allow bypass-only for DMAAlexey Kardashevskiy
2019-08-19powerpc/powernv/ioda: Fix race in TCE level allocationAlexey Kardashevskiy
2019-08-19powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy
2019-08-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2019-08-19Merge branch 'fixes' into nextMichael Ellerman
2019-08-16powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown racePaul Mackerras
2019-08-16KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE devicePaul Mackerras
2019-08-16KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interruptsPaul Mackerras
2019-08-16KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VPCédric Le Goater
2019-08-15powerpc/64s: Make boot look nice(r)Nicholas Piggin
2019-08-15powerpc/xive: Add a check for memory allocation failureChristophe JAILLET
2019-08-15powerpc/xive: Use GFP_KERNEL instead of GFP_ATOMIC in 'xive_irq_bitmap_add()'Christophe JAILLET
2019-08-12powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startupChristophe Leroy
2019-08-05powerpc/pseries/hotplug-memory.c: Replace nested ifs by switch-caseLeonardo Bras
2019-08-05powerpc/xive: Update comment referencing magic loads from an ESBJordan Niethe
2019-08-05powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHEChristophe Leroy
2019-08-05powerpc/powernv: Restrict OPAL symbol map to only be readable by rootAndrew Donnellan
2019-08-05powerpc/configs: Disable SCOM_DEBUGFS in powernv_defconfigAndrew Donnellan
2019-08-05powerpc/powernv: Fix checkpatch warnings in opal-xscom.cAndrew Donnellan
2019-08-05powerpc/powernv: Get rid of old scom_controller abstractionAndrew Donnellan
2019-08-05powerpc/powernv: Remove dead SCOM access codeAndrew Donnellan
2019-08-05powerpc/powernv: Move SCOM access code into powernv platformAndrew Donnellan
2019-08-05powerpc/rtas: Unexport rtas_online_cpus_mask, rtas_offline_cpus_maskNathan Lynch
2019-07-31Revert "powerpc: slightly improve cache helpers"Michael Ellerman
2019-07-31powerpc/kasan: fix early boot failure on PPC32Christophe Leroy
2019-07-31powerpc/spe: Mark expected switch fall-throughsMichael Ellerman
2019-07-30powerpc/nvdimm: Pick nearby online node if the device node is not onlineAneesh Kumar K.V
2019-07-29powerpc/kvm: Fall through switch case explicitlySantosh Sivaraj
2019-07-29powerpc: Wire up clone3 syscallMichael Ellerman
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-07-26Merge tag 'docs-5.3-1' of git://git.lwn.net/linuxLinus Torvalds
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada
2019-07-24Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-24Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet
2019-07-22powerpc/papr_scm: Force a scm-unbind if initial scm-bind failsVaibhav Jain
2019-07-22powerpc/papr_scm: Update drc_pmem_unbind() to use H_SCM_UNBIND_ALLVaibhav Jain
2019-07-22powerpc/pseries: Update SCM hcall op-codes in hvcall.hVaibhav Jain
2019-07-22powerpc/tm: Fix oops on sigreturn on systems without TMMichael Neuling
2019-07-19powerpc/dma: Fix invalid DMA mmap behaviorShawn Anastasio
2019-07-19KVM: PPC: Book3S HV: XIVE: fix rollback when kvmppc_xive_create failsCédric Le Goater
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2019-07-18powerpc/xive: Fix loop exit-condition in xive_find_target_in_mask()Gautham R. Shenoy