summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
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-26Merge changes from Paul GortmakerMichael Ellerman17-1021/+2
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-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
2021-08-25KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIPNicholas Piggin1-2/+15
2021-08-25KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 pathNicholas Piggin1-42/+0
2021-08-25KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_MENicholas Piggin1-0/+1
2021-08-25powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macrosChristophe Leroy5-13/+11
2021-08-25powerpc/ptrace: Make user_mode() common to PPC32 and PPC64Christophe Leroy1-4/+0
2021-08-25powerpc/syscalls: Simplify do_mmap2()Christophe Leroy1-11/+4
2021-08-25powerpc/ptdump: Convert powerpc to GENERIC_PTDUMPChristophe Leroy6-144/+47
2021-08-25powerpc/ptdump: Reduce level numbers by 1 in note_page() and add p4d levelChristophe Leroy4-14/+21
2021-08-25powerpc/ptdump: Remove unused 'page_size' parameterChristophe Leroy1-3/+3
2021-08-25powerpc/ptdump: Use DEFINE_SHOW_ATTRIBUTE()Christophe Leroy4-46/+5
2021-08-25powerpc: Avoid link stack corruption in misc asm functionsChristophe Leroy5-10/+10
2021-08-25powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy6-16/+16
2021-08-25powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...Christophe Leroy1-2/+2
2021-08-24KVM: PPC: Book3S HV: Stop exporting symbols from book3s_64_mmu_radixFabiano Rosas1-3/+0
2021-08-24KVM: PPC: Book3S HV: Add sanity check to copy_tofrom_guestFabiano Rosas1-0/+3
2021-08-24KVM: PPC: Book3S HV: Fix copy_tofrom_guest routinesFabiano Rosas1-2/+4
2021-08-23powerpc/compat_sys: Declare syscallsCédric Le Goater1-0/+30
2021-08-23powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is not setCédric Le Goater1-2/+3