aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-02-11powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy
2021-02-11powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy
2021-02-11powerpc/irq: Add stub irq_soft_mask_return() for PPC32Christophe Leroy
2021-02-11powerpc/irq: Rework helpers that manipulate MSR[EE/RI]Christophe Leroy
2021-02-11powerpc/irq: Add helper to set regs->softeChristophe Leroy
2021-02-11powerpc/32: Reorder instructions to avoid using CTR in syscall entryChristophe Leroy
2021-02-11powerpc/32: On syscall entry, enable instruction translation at the same time...Christophe Leroy
2021-02-11powerpc/32: Always enable data translation on syscall entryChristophe Leroy
2021-02-11powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy
2021-02-11powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE modeWill Springer
2021-02-11powerpc: use kernel endianness in MSR in 32-bit signal handlerJoseph J Allen
2021-02-11powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini
2021-02-11powerpc/mm: Remove dcache flush from memory remove.Aneesh Kumar K.V
2021-02-11powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V
2021-02-11powerpc/mm: Enable compound page check for both THP and HugeTLBAneesh Kumar K.V
2021-02-11powerpc/xive: Assign boolean values to a bool variableJiapeng Chong
2021-02-11powerpc/32: Preserve cr1 in exception prolog stack check to fix build errorChristophe Leroy
2021-02-11powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin
2021-02-11powerpc/64s: syscall real mode entry use mtmsrd rather than rfidNicholas Piggin
2021-02-11powerpc/kuap: Restore AMR after replaying soft interruptsAlexey Kardashevskiy
2021-02-11powerpc/uaccess: Avoid might_fault() when user access is enabledAlexey Kardashevskiy
2021-02-11powerpc/uaccess: Simplify unsafe_put_user() implementationMichael Ellerman
2021-02-11powerpc/amigaone: Make amigaone_discover_phbs() staticMichael Ellerman
2021-02-11powerpc/mm/64s: Fix no previous prototype warningMichael Ellerman
2021-02-11powerpc/83xx: Fix build error when CONFIG_PCI=nMichael Ellerman
2021-02-11powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin
2021-02-11powerpc/powernv/pci: Use kzalloc() for phb related allocationsMichael Ellerman
2021-02-09powerpc/64s: Handle program checks in wrong endian during early bootMichael Ellerman
2021-02-09powerpc/64: Make stack tracing work during very early bootMichael Ellerman
2021-02-09powerpc64/idle: Fix SP offsets when saving GPRsChristopher M. Riedl
2021-02-09powerpc/32s: Allow constant folding in mtsr()/mfsr()Christophe Leroy
2021-02-09powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy
2021-02-09powerpc/32s: Change mfsrin() into a static inline functionChristophe Leroy
2021-02-09powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpersChristophe Leroy
2021-02-09powerpc/sstep: Fix darn emulationSandipan Das
2021-02-09powerpc/sstep: Fix load-store and update emulationSandipan Das
2021-02-09powerpc/8xx: Fix software emulation interruptChristophe Leroy
2021-02-09powerpc/perf: Record counter overflow always if SAMPLE_IP is unsetAthira Rajeev
2021-02-09powerpc/pseries/dlpar: handle ibm, configure-connector delay statusNathan Lynch
2021-02-09powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin
2021-02-09powerpc/64s/radix: serialize_against_pte_lookup IPIs trim mm_cpumaskNicholas Piggin
2021-02-09powerpc/64s/radix: occasionally attempt to trim mm_cpumaskNicholas Piggin
2021-02-09powerpc/64s/radix: Allow mm_cpumask trimming from external sourcesNicholas Piggin
2021-02-09powerpc/64s/radix: Check for no TLB flush requiredNicholas Piggin
2021-02-09powerpc/64s/radix: refactor TLB flush type selectionNicholas Piggin
2021-02-09powerpc/64s/radix: add warning and comments in mm_cpumask trimNicholas Piggin
2021-02-09powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regsAthira Rajeev
2021-02-09powerpc/perf: Include PMCs as part of per-cpu cpuhw_events structAthira Rajeev
2021-02-09powerpc/pkeys: Remove unused codeSandipan Das
2021-02-09powerpc/44x: Fix a spelling mismach to mismatch in head_44x.SBhaskar Chowdhury