summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pci: Remove unimplemented prototypesOliver O'Halloran2021-02-111-4/+0
* powerpc/uaccess: Merge raw_copy_to_user_allowed() into raw_copy_to_user()Christophe Leroy2021-02-111-7/+1
* powerpc/uaccess: Merge __put_user_size_allowed() into __put_user_size()Christophe Leroy2021-02-111-7/+3
* powerpc/uaccess: get rid of small constant size cases in raw_copy_{to,from}_u...Christophe Leroy2021-02-111-41/+0
* powerpc/64: Fix stack trace not displaying final frameMichael Ellerman2021-02-113-2/+5
* powerpc/time: Remove get_tbl()Christophe Leroy2021-02-111-6/+0
* powerpc/time: Avoid using get_tbl()Christophe Leroy2021-02-111-4/+4
* powerpc/syscall: Avoid storing 'current' in another pointerChristophe Leroy2021-02-111-12/+9
* powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy2021-02-116-55/+42
* powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy2021-02-112-4/+10
* powerpc/32: Remove the counter in global_dbcr0Christophe Leroy2021-02-113-16/+4
* powerpc/32: Remove verification of MSR_PR on syscall in the ASM entryChristophe Leroy2021-02-113-36/+0
* powerpc/syscall: implement system call entry/exit logic in C for PPC32Christophe Leroy2021-02-113-229/+30
* powerpc/32: Always save non volatile GPRs at syscall entryChristophe Leroy2021-02-114-62/+8
* powerpc/syscall: Change condition to check MSR_RIChristophe Leroy2021-02-111-3/+4
* powerpc/syscall: Save r3 in regs->orig_r3Christophe Leroy2021-02-112-2/+2
* powerpc/syscall: Use is_compat_task()Christophe Leroy2021-02-111-1/+3
* powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy2021-02-112-9/+26
* powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy2021-02-112-1/+1
* powerpc/irq: Add stub irq_soft_mask_return() for PPC32Christophe Leroy2021-02-111-0/+5
* powerpc/irq: Rework helpers that manipulate MSR[EE/RI]Christophe Leroy2021-02-112-24/+52
* powerpc/irq: Add helper to set regs->softeChristophe Leroy2021-02-111-2/+9
* powerpc/32: Reorder instructions to avoid using CTR in syscall entryChristophe Leroy2021-02-111-12/+10
* powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy2021-02-112-22/+11
* powerpc/32: Always enable data translation on syscall entryChristophe Leroy2021-02-112-24/+1
* powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy2021-02-111-0/+3
* powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE modeWill Springer2021-02-111-21/+28
* powerpc: use kernel endianness in MSR in 32-bit signal handlerJoseph J Allen2021-02-111-1/+2
* powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini2021-02-113-1/+37
* powerpc/mm: Remove dcache flush from memory remove.Aneesh Kumar K.V2021-02-112-22/+29
* powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V2021-02-115-13/+19
* powerpc/mm: Enable compound page check for both THP and HugeTLBAneesh Kumar K.V2021-02-113-26/+22
* powerpc/xive: Assign boolean values to a bool variableJiapeng Chong2021-02-111-2/+2
* powerpc/32: Preserve cr1 in exception prolog stack check to fix build errorChristophe Leroy2021-02-112-7/+1
* powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin2021-02-113-8/+1
* powerpc/64s: syscall real mode entry use mtmsrd rather than rfidNicholas Piggin2021-02-112-6/+9
* powerpc/kuap: Restore AMR after replaying soft interruptsAlexey Kardashevskiy2021-02-111-1/+26
* powerpc/uaccess: Avoid might_fault() when user access is enabledAlexey Kardashevskiy2021-02-111-3/+10
* powerpc/uaccess: Simplify unsafe_put_user() implementationMichael Ellerman2021-02-111-8/+7
* powerpc/amigaone: Make amigaone_discover_phbs() staticMichael Ellerman2021-02-111-1/+1
* powerpc/mm/64s: Fix no previous prototype warningMichael Ellerman2021-02-113-2/+6
* powerpc/83xx: Fix build error when CONFIG_PCI=nMichael Ellerman2021-02-111-1/+1
* powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin2021-02-113-15/+20
* powerpc/powernv/pci: Use kzalloc() for phb related allocationsMichael Ellerman2021-02-111-3/+3
* powerpc/64s: Handle program checks in wrong endian during early bootMichael Ellerman2021-02-081-0/+45
* powerpc/64: Make stack tracing work during very early bootMichael Ellerman2021-02-081-0/+3
* powerpc64/idle: Fix SP offsets when saving GPRsChristopher M. Riedl2021-02-081-65/+73
* powerpc/32s: Allow constant folding in mtsr()/mfsr()Christophe Leroy2021-02-081-2/+8
* powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy2021-02-085-9/+9
* powerpc/32s: Change mfsrin() into a static inline functionChristophe Leroy2021-02-082-7/+8