summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2021-12-02powerpc/pseries: move process table registration away from hash-specific codeNicholas Piggin
2021-12-02powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specificNicholas Piggin
2021-12-02powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin
2021-12-02powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin
2021-12-02powerpc: Remove unused FW_FEATURE_NATIVE referencesNicholas Piggin
2021-12-02KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUESTAlexey Kardashevskiy
2021-12-02KVM: PPC: Book3S: Suppress warnings when allocating too big memory slotsAlexey Kardashevskiy
2021-12-02KVM: PPC: Book3S HV P9: Remove unused ri_set local variableNicholas Piggin
2021-12-02powerpc/xive: Fix compile when !CONFIG_PPC_POWERNV.Cédric Le Goater
2021-12-02powerpc/signal32: Use struct_group() to zero spe regsKees Cook
2021-12-01powerpc: Snapshot thread flagsMark Rutland
2021-12-01powerpc: Avoid discarding flags in system_call_exception()Mark Rutland
2021-11-30powerpc/32s: Fix shift-out-of-bounds in KASAN initChristophe Leroy
2021-11-30powerpc/powermac: Add missing lockdep_register_key()Christophe Leroy
2021-11-30powerpc/modules: Don't WARN on first module allocation attemptChristophe Leroy
2021-11-30powerpc/64s: Get LPID bit width from device treeNicholas Piggin
2021-11-30powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...Athira Rajeev
2021-11-30powerpc/atomics: Remove atomic_inc()/atomic_dec() and friendsChristophe Leroy
2021-11-30powerpc/atomics: Use immediate operand when possibleChristophe Leroy
2021-11-30powerpc/bitops: Use immediate operand when possibleChristophe Leroy
2021-11-29powerpc: flexible GPR range save/restore macrosNicholas Piggin
2021-11-29powerpc/watchdog: help remote CPUs to flush NMI printk outputNicholas Piggin
2021-11-29powerpc: Don't bother about .data..Lubsan sectionsChristophe Leroy
2021-11-29powerpc/ptdump: Fix display a BAT's size unitChristophe Leroy
2021-11-29powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS on PPC32Christophe Leroy
2021-11-29powerpc/ftrace: Add module_trampoline_target() for PPC32Christophe Leroy
2021-11-29powerpc/ftrace: No need to read LR from stack in _mcount()Christophe Leroy
2021-11-29powerpc: Mark probe_machine() __init and staticMichael Ellerman
2021-11-29powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILINGMichael Ellerman
2021-11-29powerpc/mm: Move tlbcam_sz() and make it staticMichael Ellerman
2021-11-29powerpc/85xx: Make c293_pcie_pic_init() staticMichael Ellerman
2021-11-29powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() staticMichael Ellerman
2021-11-29powerpc/85xx: Fix no previous prototype warning for mpc85xx_setup_pmc()Michael Ellerman
2021-11-29powerpc: select CPUMASK_OFFSTACK if NR_CPUS >= 8192Nicholas Piggin
2021-11-29powerpc: remove cpu_online_cores_map functionNicholas Piggin
2021-11-29powerpc/85xx: Fix oops when CONFIG_FSL_PMC=nXiaoming Ni
2021-11-29Revert "powerpc/code-patching: Improve verification of patchability"Michael Ellerman
2021-11-27Merge tag 'powerpc-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-11-25Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-25futex: Wireup futex_waitv syscallAndré Almeida
2021-11-25powerpc/watchdog: Fix wd_smp_last_reset_tb reportingNicholas Piggin
2021-11-25powerpc/microwatt: Make microwatt_get_random_darn() staticMichael Ellerman
2021-11-25powerpc/watchdog: read TB close to where it is usedNicholas Piggin
2021-11-25powerpc/watchdog: Avoid holding wd_smp_lock over printk and smp_send_nmi_ipiNicholas Piggin
2021-11-25powerpc/watchdog: tighten non-atomic read-modify-write accessNicholas Piggin
2021-11-25powerpc/watchdog: Fix missed watchdog reset due to memory ordering raceNicholas Piggin
2021-11-25powerpc/prom_init: Fix improper check of prom_getprop()Peiwei Hu
2021-11-25powerpc/rtas: rtas_busy_delay_time() kernel-docNathan Lynch
2021-11-25powerpc/rtas: rtas_busy_delay() improvementsNathan Lynch
2021-11-25powerpc/pseries: delete scanlogNathan Lynch