summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2023-08-16powerpc: remove <asm/export.h>Masahiro Yamada
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-16powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada
2023-08-16powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers
2023-08-16powerpc/reg: Remove #ifdef around mtspr macroChristophe Leroy
2023-08-16powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inlineChristophe Leroy
2023-08-16powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy
2023-08-16powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy
2023-08-16powerpc: Remove CONFIG_PCI_8260Christophe Leroy
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy
2023-08-16powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy
2023-08-16powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy
2023-08-16ocxl: Use pci_dev_id() to simplify the codeZheng Zengkai
2023-08-14powerpc/pseries: PLPKS: undo kernel-doc comment notationRandy Dunlap
2023-08-14powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy
2023-08-14powerpc: xmon: remove unused variablesArnd Bergmann
2023-08-14powerpc: mark more local variables as volatileArnd Bergmann
2023-08-14powerpc/pmac32: enable serial options by default in defconfigYuan Tan
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-08net: fs_enet: Don't include fs_enet_pd.h when not neededChristophe Leroy
2023-08-08net: fs_enet: Remove stale prototypes from fsl_soc.cChristophe Leroy
2023-08-05Merge tag 'powerpc-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-04serial: cpm_uart: Don't include fs_uart_pd.h when not neededChristophe Leroy
2023-08-04serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.cChristophe Leroy
2023-08-04serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()Christophe Leroy
2023-08-02word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com
2023-08-02powerpc/powermac: Use early_* IO variants in via_calibrate_decr()Benjamin Gray
2023-08-02powerpc/pseries: Honour current SMT state when DLPAR onlining CPUsMichael Ellerman
2023-08-02powerpc: Add HOTPLUG_SMT supportMichael Ellerman
2023-08-02powerpc/pseries: Initialise CPU hotplug callbacks earlierMichael Ellerman
2023-08-02powerpc/kexec: fix minor typoLaurent Dufour
2023-08-02powerpc/ep8248e: Mark driver as non removableUwe Kleine-König
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann
2023-08-02powerpc: Explicitly include correct DT includesRob Herring
2023-08-02powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIsNicholas Piggin
2023-08-02powerpc: Add mm_cpumask warning when context switchingNicholas Piggin
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin
2023-08-02powerpc/64: Enable accelerated crypto algorithms in defconfigMichael Ellerman
2023-08-02powerpc/crypto: don't build aes-gcm-p10 by defaultOmar Sandoval
2023-08-02powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10Omar Sandoval
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy
2023-08-02powerpc/features: Add capability to update mmu features laterChristophe Leroy
2023-08-02powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy