summaryrefslogtreecommitdiffstats
path: root/arch/arm (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-02-08powerpc/perf: Record counter overflow always if SAMPLE_IP is unsetAthira Rajeev1-4/+15
2021-02-08powerpc/pseries/dlpar: handle ibm, configure-connector delay statusNathan Lynch1-4/+3
2021-02-08powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin1-3/+20
2021-02-08powerpc/64s/radix: serialize_against_pte_lookup IPIs trim mm_cpumaskNicholas Piggin2-10/+23
2021-02-08powerpc/64s/radix: occasionally attempt to trim mm_cpumaskNicholas Piggin1-4/+56
2021-02-08powerpc/64s/radix: Allow mm_cpumask trimming from external sourcesNicholas Piggin1-10/+6
2021-02-08powerpc/64s/radix: Check for no TLB flush requiredNicholas Piggin1-13/+25
2021-02-08powerpc/64s/radix: refactor TLB flush type selectionNicholas Piggin1-82/+94
2021-02-08powerpc/64s/radix: add warning and comments in mm_cpumask trimNicholas Piggin1-6/+21
2021-02-08powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regsAthira Rajeev4-15/+39
2021-02-08powerpc/perf: Include PMCs as part of per-cpu cpuhw_events structAthira Rajeev1-6/+12
2021-02-08powerpc/pkeys: Remove unused codeSandipan Das2-9/+0
2021-02-08powerpc/44x: Fix a spelling mismach to mismatch in head_44x.SBhaskar Chowdhury1-2/+2
2021-02-08powerpc: remove unneeded semicolonsChengyang Fan16-29/+29
2021-02-08powerpc/akebono: Fix unmet dependency errorsMichael Ellerman2-7/+5
2021-02-08powerpc/64s: runlatch interrupt handling in CNicholas Piggin2-18/+7
2021-02-08powerpc/64s: move NMI soft-mask handling to CNicholas Piggin2-60/+25
2021-02-08powerpc: move NMI entry/exit code into wrapperNicholas Piggin4-46/+38
2021-02-08powerpc/pseries/mce: restore msr before returning from handlerNicholas Piggin1-4/+15
2021-02-08powerpc/64: entry cpu time accounting in CNicholas Piggin4-30/+6
2021-02-08powerpc/64: move account_stolen_time into its own functionNicholas Piggin2-9/+15
2021-02-08powerpc/64s: reconcile interrupts in CNicholas Piggin2-30/+11
2021-02-08powerpc/64s: move context tracking exit to interrupt exit pathNicholas Piggin2-5/+47