aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05powerpc/powermac/udbg_scc: Add missing of_node_put()s in udbg_scc_init()Liang He1-2/+6
2022-09-05powerpc/powermac/pfunc_base: Add missing of_node_put() in macio_gpio_init_one()Liang He1-0/+2
2022-09-05powerpc/powermac/low_i2c: Add missing of_node_put() in kw_i2c_probe()Liang He1-0/+1
2022-09-05powerpc/powermac/feature: Add missing of_node_put()Liang He1-5/+10
2022-09-05powerpc/powermac: Add missing of_node_put() in smp_core99_setup()Liang He1-0/+1
2022-06-26powerpc/powermac: Remove empty function note_scsi_host()Christophe Leroy1-7/+0
2022-05-22powerpc/powermac: constify device_node in of_irq_parse_oldworld()Krzysztof Kozlowski1-1/+1
2022-05-22powerpc/powermac: add missing g5_phy_disable_cpu1() declarationKrzysztof Kozlowski2-2/+2
2022-05-08powerpc: Add missing headersChristophe Leroy10-7/+13
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy5-5/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-05-04powerpc/powermac: Use for_each_property_of_node()Michael Ellerman1-1/+1
2022-05-04powerpc: No need to initialise statics to 0Xiang wangx1-1/+1
2022-05-04powerpc: use strscpy to replace strlcpyJason Wang1-1/+1
2022-05-04powerpc/pmac: remove unused symbolZucheng Zheng1-4/+0
2022-02-07powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.hChristophe Leroy1-0/+2
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-2/+2
2021-12-23cuda/pmu: Make find_via_cuda/pmu init functionsNick Child1-2/+2
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child6-9/+9
2021-12-20powerpc: use swap() to make code cleanerYang Guang1-4/+2
2021-12-09powerpc/powermac: Add additional missing lockdep_register_key()Christophe Leroy1-0/+2
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin1-0/+1
2021-12-02powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin1-1/+1
2021-11-30powerpc/powermac: Add missing lockdep_register_key()Christophe Leroy1-0/+1
2021-10-09powerpc/powermac: Remove stale declaration of pmac_mdChristophe Leroy1-2/+0
2021-10-09powerpc: Remove unused prototype for of_show_percpuinfoDaniel Axtens1-1/+0
2021-07-14powerpc/smp: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-3/+3
2021-06-25powerpc: Remove klimitChristophe Leroy1-1/+1
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy1-2/+2
2021-06-10powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier1-0/+1
2021-02-09powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran2-3/+5
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-73/+59
2020-12-08powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACKChristophe Leroy1-73/+59
2020-11-27powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin1-0/+2
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy2-5/+1
2020-09-18powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman3-8/+8
2020-09-15powerpc/powermac: Fix low_sleep_handler with KUAP and KUEPChristophe Leroy1-8/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-07-29powerpc: use for_each_child_of_node() macroQinglang Miao3-7/+5
2020-07-29powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-02powerpc/powermac: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2-1/+6
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe1-2/+2
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-1/+2
2020-05-15powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy1-2/+2