aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUGravatar Nicholas Piggin 34-56/+171
2021-12-09powerpc/64s: Make hash MMU support configurableGravatar Nicholas Piggin 12-14/+69
2021-12-09powerpc/64s: Always define arch unmapped area callsGravatar Nicholas Piggin 5-35/+51
2021-12-09powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clearGravatar Nicholas Piggin 1-3/+6
2021-12-09powerpc/64e: remove mmu_linear_psizeGravatar Nicholas Piggin 1-9/+0
2021-12-02powerpc: make memremap_compat_align 64s-onlyGravatar Nicholas Piggin 3-21/+21
2021-12-02powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radixGravatar Nicholas Piggin 1-6/+15
2021-12-02powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.cGravatar Nicholas Piggin 2-1/+1
2021-12-02powerpc/64s: move page size definitions from hash specific fileGravatar Nicholas Piggin 2-5/+7
2021-12-02powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabledGravatar Nicholas Piggin 1-3/+3
2021-12-02powerpc/64s: move THP trace point creation out of hash specific fileGravatar Nicholas Piggin 3-2/+9
2021-12-02powerpc/pseries: lparcfg don't include slb_size line in radix modeGravatar Nicholas Piggin 1-1/+2
2021-12-02powerpc/pseries: move process table registration away from hash-specific codeGravatar Nicholas Piggin 1-28/+28
2021-12-02powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specificGravatar Nicholas Piggin 4-19/+27
2021-12-02powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVEGravatar Nicholas Piggin 4-109/+104
2021-12-02powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVEGravatar Nicholas Piggin 13-14/+14
2021-12-02powerpc: Remove unused FW_FEATURE_NATIVE referencesGravatar Nicholas Piggin 1-8/+0
2021-12-02powerpc/xive: Fix compile when !CONFIG_PPC_POWERNV.Gravatar Cédric Le Goater 3-1/+15
2021-12-02powerpc/signal32: Use struct_group() to zero spe regsGravatar Kees Cook 2-7/+13
2021-11-30powerpc/32s: Fix shift-out-of-bounds in KASAN initGravatar Christophe Leroy 1-1/+2
2021-11-30powerpc/powermac: Add missing lockdep_register_key()Gravatar Christophe Leroy 1-0/+1
2021-11-30powerpc/modules: Don't WARN on first module allocation attemptGravatar Christophe Leroy 1-5/+6
2021-11-30powerpc/64s: Get LPID bit width from device treeGravatar Nicholas Piggin 4-22/+51
2021-11-30powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...Gravatar Athira Rajeev 2-1/+97
2021-11-30powerpc/atomics: Remove atomic_inc()/atomic_dec() and friendsGravatar Christophe Leroy 1-95/+0
2021-11-30powerpc/atomics: Use immediate operand when possibleGravatar Christophe Leroy 1-28/+28
2021-11-30powerpc/bitops: Use immediate operand when possibleGravatar Christophe Leroy 1-8/+81
2021-11-29powerpc: flexible GPR range save/restore macrosGravatar Nicholas Piggin 15-126/+94
2021-11-29powerpc/watchdog: help remote CPUs to flush NMI printk outputGravatar Nicholas Piggin 1-6/+31
2021-11-29powerpc: Don't bother about .data..Lubsan sectionsGravatar Christophe Leroy 1-8/+0
2021-11-29powerpc/ptdump: Fix display a BAT's size unitGravatar Christophe Leroy 1-2/+2
2021-11-29powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS on PPC32Gravatar Christophe Leroy 4-12/+125
2021-11-29powerpc/ftrace: Add module_trampoline_target() for PPC32Gravatar Christophe Leroy 2-33/+29
2021-11-29powerpc/ftrace: No need to read LR from stack in _mcount()Gravatar Christophe Leroy 1-5/+4
2021-11-29powerpc: Mark probe_machine() __init and staticGravatar Michael Ellerman 2-3/+1
2021-11-29powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILINGGravatar Michael Ellerman 1-0/+2
2021-11-29powerpc/mm: Move tlbcam_sz() and make it staticGravatar Michael Ellerman 1-5/+5
2021-11-29powerpc/85xx: Make c293_pcie_pic_init() staticGravatar Michael Ellerman 1-1/+1
2021-11-29powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() staticGravatar Michael Ellerman 1-2/+2
2021-11-29powerpc/85xx: Fix no previous prototype warning for mpc85xx_setup_pmc()Gravatar Michael Ellerman 1-0/+2
2021-11-29powerpc: select CPUMASK_OFFSTACK if NR_CPUS >= 8192Gravatar Nicholas Piggin 1-0/+1
2021-11-29powerpc: remove cpu_online_cores_map functionGravatar Nicholas Piggin 3-41/+8
2021-11-29Revert "powerpc/code-patching: Improve verification of patchability"Gravatar Michael Ellerman 3-2/+6
2021-11-25powerpc/watchdog: Fix wd_smp_last_reset_tb reportingGravatar Nicholas Piggin 1-4/+4
2021-11-25powerpc/microwatt: Make microwatt_get_random_darn() staticGravatar Michael Ellerman 1-1/+1
2021-11-25powerpc/watchdog: read TB close to where it is usedGravatar Nicholas Piggin 1-12/+14
2021-11-25powerpc/watchdog: Avoid holding wd_smp_lock over printk and smp_send_nmi_ipiGravatar Nicholas Piggin 1-19/+74
2021-11-25powerpc/watchdog: tighten non-atomic read-modify-write accessGravatar Nicholas Piggin 1-10/+26
2021-11-25powerpc/watchdog: Fix missed watchdog reset due to memory ordering raceGravatar Nicholas Piggin 1-1/+40
2021-11-25powerpc/prom_init: Fix improper check of prom_getprop()Gravatar Peiwei Hu 1-1/+1