summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-08-20powerpc/ptdump: Fix addresses display on PPC32Christophe Leroy1-1/+1
2019-08-19powerpc/xmon: Add a dump of all XIVE interruptsCédric Le Goater1-0/+21
2019-08-19powerpc/xive: Fix dump of XIVE interrupt under pseriesCédric Le Goater6-6/+83
2019-08-19powerpc/xmon: Check for HV mode when dumping XIVE info from OPALCédric Le Goater1-7/+10
2019-08-19powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy8-39/+100
2019-08-19powerpc/powernv/ioda2: Allocate TCE table levels on demand for default DMA wi...Alexey Kardashevskiy2-11/+11
2019-08-19powerpc/iommu: Allow bypass-only for DMAAlexey Kardashevskiy1-6/+5
2019-08-19powerpc/powernv/ioda: Fix race in TCE level allocationAlexey Kardashevskiy1-5/+13
2019-08-19powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy2-3/+14
2019-08-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman6-50/+163
2019-08-19Merge branch 'fixes' into nextMichael Ellerman10-10/+56
2019-08-16powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown racePaul Mackerras5-23/+108
2019-08-16KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE devicePaul Mackerras3-1/+15
2019-08-16KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interruptsPaul Mackerras1-13/+23
2019-08-16KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VPCédric Le Goater2-13/+17
2019-08-15powerpc/64s: Make boot look nice(r)Nicholas Piggin2-4/+7
2019-08-15powerpc/xive: Add a check for memory allocation failureChristophe JAILLET1-0/+4
2019-08-15powerpc/xive: Use GFP_KERNEL instead of GFP_ATOMIC in 'xive_irq_bitmap_add()'Christophe JAILLET1-1/+1
2019-08-12powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startupChristophe Leroy1-1/+0
2019-08-05powerpc/pseries/hotplug-memory.c: Replace nested ifs by switch-caseLeonardo Bras1-8/+18
2019-08-05powerpc/xive: Update comment referencing magic loads from an ESBJordan Niethe1-1/+1
2019-08-05powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHEChristophe Leroy2-4/+4
2019-08-05powerpc/powernv: Restrict OPAL symbol map to only be readable by rootAndrew Donnellan1-4/+7
2019-08-05powerpc/configs: Disable SCOM_DEBUGFS in powernv_defconfigAndrew Donnellan1-1/+1
2019-08-05powerpc/powernv: Fix checkpatch warnings in opal-xscom.cAndrew Donnellan1-4/+4
2019-08-05powerpc/powernv: Get rid of old scom_controller abstractionAndrew Donnellan4-351/+142
2019-08-05powerpc/powernv: Remove dead SCOM access codeAndrew Donnellan2-94/+0
2019-08-05powerpc/powernv: Move SCOM access code into powernv platformAndrew Donnellan7-23/+12
2019-08-05powerpc/rtas: Unexport rtas_online_cpus_mask, rtas_offline_cpus_maskNathan Lynch1-2/+0
2019-07-31Revert "powerpc: slightly improve cache helpers"Michael Ellerman1-4/+4
2019-07-31powerpc/kasan: fix early boot failure on PPC32Christophe Leroy1-2/+5
2019-07-30powerpc/spe: Mark expected switch fall-throughsMichael Ellerman1-0/+4
2019-07-30powerpc/nvdimm: Pick nearby online node if the device node is not onlineAneesh Kumar K.V1-2/+27
2019-07-29powerpc/kvm: Fall through switch case explicitlySantosh Sivaraj1-0/+1
2019-07-29powerpc: Wire up clone3 syscallMichael Ellerman4-1/+15
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds32-32/+32
2019-07-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds31-1886/+33
2019-07-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-23/+75
2019-07-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+4
2019-07-27Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+2
2019-07-27Merge tag 's390-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds12-59/+79
2019-07-26Merge tag 'docs-5.3-1' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds14-97/+207
2019-07-26s390/mm: use shared variables for sysctl range checkVasily Gorbik1-4/+2
2019-07-26s390/dma: provide proper ARCH_ZONE_DMA_BITS valueHalil Pasic1-0/+2
2019-07-26perf/x86/intel: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-07-25Merge tag 'riscv/for-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-0/+26
2019-07-25perf/x86/intel: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-07-25perf/x86: Apply more accurate check on hypervisor platformZhenzhong Duan1-2/+1
2019-07-25perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x registerYunying Sun1-2/+2