summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-16powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada9-9/+0
2023-08-16powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers2-1/+8
2023-08-16cxl: Use pci_find_vsec_capability() to simplify the codeXiongfeng Wang1-10/+1
2023-08-16powerpc/reg: Remove #ifdef around mtspr macroChristophe Leroy1-2/+0
2023-08-16powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inlineChristophe Leroy1-2/+2
2023-08-16powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy3-31/+12
2023-08-16powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy3-62/+22
2023-08-16powerpc: Remove CONFIG_PCI_8260Christophe Leroy2-6/+1
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy9-45/+3
2023-08-16powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy5-5/+3
2023-08-16powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy2-2/+0
2023-08-16ocxl: Use pci_dev_id() to simplify the codeZheng Zengkai1-1/+1
2023-08-14macintosh/ams: mark ams_init() staticArnd Bergmann1-1/+1
2023-08-14powerpc/pseries: PLPKS: undo kernel-doc comment notationRandy Dunlap1-1/+1
2023-08-14powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy1-119/+121
2023-08-14powerpc: xmon: remove unused variablesArnd Bergmann1-6/+2
2023-08-14powerpc: mark more local variables as volatileArnd Bergmann2-2/+2
2023-08-14powerpc/pmac32: enable serial options by default in defconfigYuan Tan1-1/+2
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman15-85/+196
2023-08-02powerpc/pseries: Honour current SMT state when DLPAR onlining CPUsMichael Ellerman1-0/+8
2023-08-02powerpc: Add HOTPLUG_SMT supportMichael Ellerman4-3/+26
2023-08-02powerpc/pseries: Initialise CPU hotplug callbacks earlierMichael Ellerman3-9/+17
2023-08-02Merge tag 'smp-core-for-ppc-23-07-28' of https://git.kernel.org/pub/scm/linux...Michael Ellerman8-73/+145
2023-08-02powerpc/kexec: fix minor typoLaurent Dufour1-3/+3
2023-08-02powerpc/ep8248e: Mark driver as non removableUwe Kleine-König1-7/+1
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann11-3/+23
2023-08-02selftests/powerpc/ptrace: Declare test temporary variables as volatileBenjamin Gray1-12/+12
2023-08-02selftests/powerpc/ptrace: Fix typo in pid_max search errorBenjamin Gray1-1/+1
2023-08-02selftests/powerpc/ptrace: Explain why tests are skippedBenjamin Gray15-24/+24
2023-08-02powerpc: Explicitly include correct DT includesRob Herring70-76/+86
2023-08-02powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIsNicholas Piggin1-1/+29
2023-08-02powerpc: Add mm_cpumask warning when context switchingNicholas Piggin1-2/+5
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin3-2/+3
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin3-1/+18
2023-08-02powerpc/64: Enable accelerated crypto algorithms in defconfigMichael Ellerman1-0/+3
2023-08-02powerpc/crypto: don't build aes-gcm-p10 by defaultOmar Sandoval1-1/+0
2023-08-02powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10Omar Sandoval1-0/+1
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy5-74/+87
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy6-52/+53
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy4-60/+23
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy9-40/+19
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy5-14/+14
2023-08-02powerpc/features: Add capability to update mmu features laterChristophe Leroy2-4/+28
2023-08-02powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy2-6/+1
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy5-39/+29
2023-08-02powerpc/kuap: Avoid unnecessary reads of MD_APChristophe Leroy2-10/+4
2023-07-28cpu/SMT: Allow enabling partial SMT states via sysfsMichael Ellerman2-16/+45
2023-07-28cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman2-1/+26
2023-07-28cpu/SMT: Remove topology_smt_supported()Laurent Dufour3-12/+2
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman3-4/+27