aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-22powerpc/powermac: constify device_node in of_irq_parse_oldworld()Krzysztof Kozlowski2-4/+4
2022-05-22powerpc/powermac: add missing g5_phy_disable_cpu1() declarationKrzysztof Kozlowski2-2/+2
2022-05-22selftests/powerpc/pmu: fix spelling mistake "mis-match" -> "mismatch"Colin Ian King1-3/+3
2022-05-22powerpc: Enable the DAWR on POWER9 DD2.3 and aboveReza Arbab4-14/+52
2022-05-22powerpc/64s: Add CPU_FTRS_POWER10 to ALWAYS maskMichael Ellerman1-2/+4
2022-05-22powerpc/64s: Add CPU_FTRS_POWER9_DD2_2 to CPU_FTRS_ALWAYS maskMichael Ellerman1-2/+2
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman14-14/+14
2022-05-22selftests/powerpc/pmu/ebb: remove fixed_instruction.SMadhavan Srinivasan1-43/+0
2022-05-22powerpc/platforms/83xx: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-5/+2
2022-05-22powerpc/eeh: Drop redundant spinlock initializationHaowen Bai1-2/+1
2022-05-22powerpc/iommu: Add missing of_node_put in iommu_init_early_dartPeng Wu1-2/+4
2022-05-22powerpc/pseries/vas: Call misc_deregister if sysfs init failsZheng Bin1-0/+2
2022-05-22powerpc/papr_scm: Fix leaking nvdimm_events_map elementsVaibhav Jain1-30/+24
2022-05-22powerpc/fsl_rio: Fix refcount leak in fsl_rio_setupMiaoqian Lin1-0/+2
2022-05-22powerpc/xive: Fix refcount leak in xive_spapr_initMiaoqian Lin1-2/+5
2022-05-22powerpc/numa: Associate numa node to its cpu earlierOscar Salvador3-31/+11
2022-05-22macintosh: via-pmu and via-cuda need RTC_LIBRandy Dunlap1-0/+2
2022-05-22macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabledFinn Thain3-2/+7
2022-05-22powerpc/powernv: fix missing of_node_put in uv_init()Lv Ruyi1-0/+1
2022-05-22powerpc/85xx: Remove FSL_85XX_CACHE_SRAMChristophe Leroy7-516/+0
2022-05-22powerpc/xics: fix refcount leak in icp_opal_init()Lv Ruyi1-0/+1
2022-05-22powerpc/perf: Fix the threshold compare group constraint for power9Kajol Jain1-1/+2
2022-05-22powerpc/perf: Fix the threshold compare group constraint for power10Kajol Jain1-4/+5
2022-05-22powerpc/kaslr_booke: Fix build errorYueHaibing1-0/+2
2022-05-22powerpc/book3e: Fix build errorYueHaibing1-0/+1
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens16-7/+232
2022-05-22powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens7-15/+18
2022-05-22powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens5-26/+59
2022-05-22powerpc/mm/kasan: rename kasan_init_32.c to init_32.cDaniel Axtens2-1/+1
2022-05-22kasan: Document support on 32-bit powerpcDaniel Axtens1-0/+12
2022-05-22powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao3-4/+17
2022-05-22powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTOChristophe Leroy1-77/+0
2022-05-22selftests/powerpc: Better reporting in spectre_v2Russell Currey1-9/+15
2022-05-22powerpc/powernv: Get STF barrier requirements from device-treeRussell Currey1-0/+3
2022-05-22powerpc/powernv: Get L1D flush requirements from device-treeRussell Currey1-0/+6
2022-05-22powerpc/85xx/p2020: Add fsl,mpc8548-pmc nodePali Rohár1-0/+5
2022-05-22powerpc/64: Only WARN if __pa()/__va() called with bad addressesMichael Ellerman1-2/+5
2022-05-22arch/Kconfig: Drop references to powerpc PAGE_SIZE symbolsMichael Ellerman1-2/+0
2022-05-22powerpc: Add generic PAGE_SIZE config symbolsMichael Ellerman1-0/+16
2022-05-22powerpc/pseries/vas: sysfs comments with the correct entriesHaren Myneni1-7/+7
2022-05-22powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni5-6/+6
2022-05-22powerpc/opcodes: Remove unused PPC_INST_XXX macrosChristophe Leroy1-9/+4
2022-05-22powerpc/inst: Remove PPC_INST_BLChristophe Leroy2-2/+1
2022-05-22powerpc/modules: Use PPC_LI macros instead of opencodingChristophe Leroy2-9/+5
2022-05-22powerpc/inst: Remove PPC_INST_BRANCHChristophe Leroy2-3/+2
2022-05-22powerpc/ftrace: Don't use copy_from_kernel_nofault() in module_trampoline_target()Christophe Leroy1-9/+18
2022-05-22powerpc/inst: Add __copy_inst_from_kernel_nofault()Christophe Leroy1-4/+9
2022-05-22powerpc/ftrace: Minimise number of #ifdefsChristophe Leroy3-94/+85
2022-05-22powerpc/ftrace: Simplify expected_nop_sequence()Christophe Leroy1-16/+6
2022-05-22powerpc/ftrace: Use size macro instead of opencodingChristophe Leroy1-1/+1