summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-02-11powerpc/64: Fix stack trace not displaying final frameMichael Ellerman3-2/+5
2021-02-11powerpc/time: Remove get_tbl()Christophe Leroy1-6/+0
2021-02-11powerpc/time: Avoid using get_tbl()Christophe Leroy1-4/+4
2021-02-11powerpc/syscall: Avoid storing 'current' in another pointerChristophe Leroy1-12/+9
2021-02-11powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy6-55/+42
2021-02-11powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy2-4/+10
2021-02-11powerpc/32: Remove the counter in global_dbcr0Christophe Leroy3-16/+4
2021-02-11powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy3-36/+0
2021-02-11powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy3-229/+30
2021-02-11powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy4-62/+8
2021-02-11powerpc/syscall: Change condition to check MSR_RIChristophe Leroy1-3/+4
2021-02-11powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy2-2/+2
2021-02-11powerpc/syscall: Use is_compat_task()Christophe Leroy1-1/+3
2021-02-11powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy2-9/+26
2021-02-11powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy2-1/+1
2021-02-11powerpc/irq: Add stub irq_soft_mask_return() for PPC32Christophe Leroy1-0/+5
2021-02-11powerpc/irq: Rework helpers that manipulate MSR[EE/RI]Christophe Leroy2-24/+52
2021-02-11powerpc/irq: Add helper to set regs->softeChristophe Leroy1-2/+9
2021-02-11powerpc/32: Reorder instructions to avoid using CTR in syscall entryChristophe Leroy1-12/+10
2021-02-11powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy2-22/+11
2021-02-11powerpc/32: Always enable data translation on syscall entryChristophe Leroy2-24/+1
2021-02-11powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy1-0/+3
2021-02-11powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE modeWill Springer1-21/+28
2021-02-11powerpc: use kernel endianness in MSR in 32-bit signal handlerJoseph J Allen1-1/+2
2021-02-11powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini3-1/+37
2021-02-11powerpc/mm: Remove dcache flush from memory remove.Aneesh Kumar K.V2-22/+29
2021-02-11powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V5-13/+19
2021-02-11powerpc/mm: Enable compound page check for both THP and HugeTLBAneesh Kumar K.V3-26/+22
2021-02-11powerpc/xive: Assign boolean values to a bool variableJiapeng Chong1-2/+2
2021-02-11powerpc/32: Preserve cr1 in exception prolog stack check to fix build errorChristophe Leroy2-7/+1
2021-02-11powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin3-8/+1
2021-02-11powerpc/64s: syscall real mode entry use mtmsrd rather than rfidNicholas Piggin2-6/+9
2021-02-11powerpc/kuap: Restore AMR after replaying soft interruptsAlexey Kardashevskiy1-1/+26
2021-02-11powerpc/uaccess: Avoid might_fault() when user access is enabledAlexey Kardashevskiy1-3/+10
2021-02-11powerpc/uaccess: Simplify unsafe_put_user() implementationMichael Ellerman1-8/+7
2021-02-11powerpc/amigaone: Make amigaone_discover_phbs() staticMichael Ellerman1-1/+1
2021-02-11powerpc/mm/64s: Fix no previous prototype warningMichael Ellerman3-2/+6
2021-02-11powerpc/83xx: Fix build error when CONFIG_PCI=nMichael Ellerman1-1/+1
2021-02-11powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin3-15/+20
2021-02-11powerpc/powernv/pci: Use kzalloc() for phb related allocationsMichael Ellerman1-3/+3
2021-02-08powerpc/64s: Handle program checks in wrong endian during early bootMichael Ellerman1-0/+45
2021-02-08powerpc/64: Make stack tracing work during very early bootMichael Ellerman1-0/+3
2021-02-08powerpc64/idle: Fix SP offsets when saving GPRsChristopher M. Riedl1-65/+73
2021-02-08powerpc/32s: Allow constant folding in mtsr()/mfsr()Christophe Leroy1-2/+8
2021-02-08powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy5-9/+9
2021-02-08powerpc/32s: Change mfsrin() into a static inline functionChristophe Leroy2-7/+8
2021-02-08powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpersChristophe Leroy2-11/+3
2021-02-08powerpc/sstep: Fix darn emulationSandipan Das1-1/+1
2021-02-08powerpc/sstep: Fix load-store and update emulationSandipan Das1-0/+14
2021-02-08powerpc/8xx: Fix software emulation interruptChristophe Leroy1-1/+1