aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-27powerpc/configs/microwatt: Enable options for systemdJoel Stanley1-1/+4
2021-08-27powerpc/configs/microwattt: Enable LiteethJoel Stanley1-0/+1
2021-08-27powerpc/microwatt: Add Ethernet to device treeJoel Stanley1-0/+12
2021-08-27powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy1-0/+9
2021-08-27Merge changes from Paul GortmakerMichael Ellerman17-1021/+2
2021-08-27powerpc: retire sbc8641d board supportPaul Gortmaker6-273/+1
2021-08-27powerpc: 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 are liveNicholas 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_kernel_threadChristophe 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
2021-08-23powerpc/syscalls: Remove __NR__exitChristophe Leroy1-2/+0
2021-08-22Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-14/+31
2021-08-20KVM: stats: Add halt polling related histogram statsJing Zhang1-2/+14
2021-08-20KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang4-4/+1
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang2-8/+0
2021-08-20powerpc/audit: Simplify syscall_get_arch()Christophe Leroy1-10/+5
2021-08-20powerpc/audit: Avoid unneccessary #ifdef in syscall_get_arguments()Christophe Leroy1-3/+2
2021-08-20powerpc/64s: Fix scv implicit soft-mask table for relocated kernelsNicholas Piggin1-3/+4