summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge branch 'fixes' into nextMichael Ellerman18-81/+125
2021-09-01powerpc/bug: Cast to unsigned long before passing to inline asmMichael Ellerman1-1/+2
2021-09-01powerpc/ptdump: Fix generic ptdump for 64-bitMichael Ellerman1-0/+2
2021-08-30KVM: PPC: Fix clearing never mapped TCEs in realmodeAlexey Kardashevskiy1-3/+6
2021-08-26powerpc/pseries/iommu: Rename "direct window" to "dma window"Leonardo Bras1-42/+45
2021-08-26powerpc/pseries/iommu: Make use of DDW for indirect mappingLeonardo Bras1-15/+74
2021-08-26powerpc/pseries/iommu: Find existing DDW with given property nameLeonardo Bras1-10/+15
2021-08-26powerpc/pseries/iommu: Update remove_dma_window() to accept property nameLeonardo Bras1-8/+10
2021-08-26powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helperLeonardo Bras1-34/+38
2021-08-26powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()Leonardo Bras1-45/+84
2021-08-26powerpc/pseries/iommu: Allow DDW windows starting at 0x00Leonardo Bras1-18/+18
2021-08-26powerpc/pseries/iommu: Add ddw_list_new_entry() helperLeonardo Bras1-11/+21
2021-08-26powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helperLeonardo Bras1-11/+14
2021-08-26powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras2-30/+32
2021-08-26powerpc/pseries/iommu: Replace hard-coded page shiftLeonardo Bras2-24/+23
2021-08-26powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju3-5/+18
2021-08-26powerpc/numa: Print debug statements only when requiredSrikar Dronamraju1-5/+4
2021-08-26powerpc/numa: convert printk to pr_xxxSrikar Dronamraju1-13/+9
2021-08-26powerpc/numa: Drop dbg in favour of pr_debugSrikar Dronamraju1-15/+9
2021-08-26powerpc/smp: Enable CACHE domain for shared processorSrikar Dronamraju1-1/+1
2021-08-26powerpc/smp: Update cpu_core_map on all PowerPc systemsSrikar Dronamraju1-6/+5
2021-08-26powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Srikar Dronamraju1-1/+1
2021-08-26powerpc/configs/microwatt: Enable options for systemdJoel Stanley1-1/+4
2021-08-26powerpc/configs/microwattt: Enable LiteethJoel Stanley1-0/+1
2021-08-26powerpc/microwatt: Add Ethernet to device treeJoel Stanley1-0/+12
2021-08-26powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy1-0/+9
2021-08-26powerpc/doc: Fix htmldocs errorsAneesh Kumar K.V2-14/+16
2021-08-26Merge changes from Paul GortmakerMichael Ellerman18-1022/+2
2021-08-26MAINTAINERS: update for Paul GortmakerPaul Gortmaker1-1/+0
2021-08-26powerpc: retire sbc8641d board supportPaul Gortmaker6-273/+1
2021-08-26powerpc: retire sbc8548 board supportPaul Gortmaker11-748/+1
2021-08-26Merge branch 'topic/ppc-kvm' into nextMichael Ellerman10-139/+180
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy11-30/+40
2021-08-26powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()Christophe Leroy1-2/+0
2021-08-26powerpc/64e: Get dear offset with _DEAR macroXiongwei Song2-14/+7
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song3-2/+7
2021-08-26powerpc/64e: Get esr offset with _ESR macroXiongwei Song2-6/+6
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song6-6/+11
2021-08-26selftests: Skip TM tests on synthetic TM implementationsJordan Niethe28-1/+63
2021-08-26selftests/powerpc: Add missing clobbered register to to ptrace TM testsJordan Niethe2-2/+2
2021-08-25powerpc/perf: Fix the check for SIAR valueKajol Jain1-7/+1
2021-08-25powerpc/perf: Drop the case of returning 0 as instruction pointerKajol Jain1-2/+0
2021-08-25powerpc/perf: Use stack siar instead of mfsprKajol Jain1-1/+1
2021-08-25powerpc/64s: Remove WORT SPR from POWER9/10Nicholas Piggin2-5/+0
2021-08-25KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin2-0/+27
2021-08-25KVM: PPC: Book3S HV Nested: save_hv_return_state does not require trap argumentFabiano Rosas1-3/+3
2021-08-25KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1Fabiano Rosas1-2/+29
2021-08-25KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessibleNicholas Piggin4-2/+8
2021-08-25KVM: PPC: Book3S HV Nested: Sanitise vcpu registersFabiano Rosas1-48/+46
2021-08-25KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulationNicholas Piggin3-34/+48