summary refs log tree commit diff
path: root/arch/powerpc/platforms/powermac
AgeCommit message (Expand)Author
2022-09-05powerpc/powermac/udbg_scc: Add missing of_node_put()s in udbg_scc_init()Liang He
2022-09-05powerpc/powermac/pfunc_base: Add missing of_node_put() in macio_gpio_init_one()Liang He
2022-09-05powerpc/powermac/low_i2c: Add missing of_node_put() in kw_i2c_probe()Liang He
2022-09-05powerpc/powermac/feature: Add missing of_node_put()Liang He
2022-09-05powerpc/powermac: Add missing of_node_put() in smp_core99_setup()Liang He
2022-06-26powerpc/powermac: Remove empty function note_scsi_host()Christophe Leroy
2022-05-22powerpc/powermac: constify device_node in of_irq_parse_oldworld()Krzysztof Kozlowski
2022-05-22powerpc/powermac: add missing g5_phy_disable_cpu1() declarationKrzysztof Kozlowski
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2022-05-05powerpc: fix typos in commentsJulia Lawall
2022-05-04powerpc/powermac: Use for_each_property_of_node()Michael Ellerman
2022-05-04powerpc: No need to initialise statics to 0Xiang wangx
2022-05-04powerpc: use strscpy to replace strlcpyJason Wang
2022-05-04powerpc/pmac: remove unused symbolZucheng Zheng
2022-02-07powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.hChristophe Leroy
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy
2021-12-23cuda/pmu: Make find_via_cuda/pmu init functionsNick Child
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child
2021-12-20powerpc: use swap() to make code cleanerYang Guang
2021-12-09powerpc/powermac: Add additional missing lockdep_register_key()Christophe Leroy
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin
2021-12-02powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin
2021-11-30powerpc/powermac: Add missing lockdep_register_key()Christophe Leroy
2021-10-09powerpc/powermac: Remove stale declaration of pmac_mdChristophe Leroy
2021-10-09powerpc: Remove unused prototype for of_show_percpuinfoDaniel Axtens
2021-07-14powerpc/smp: Fix fall-through warning for ClangGustavo A. R. Silva
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-25powerpc: Remove klimitChristophe Leroy
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy
2021-06-10powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier
2021-02-09powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-08powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACKChristophe Leroy
2020-11-27powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy
2020-09-18powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman
2020-09-15powerpc/powermac: Fix low_sleep_handler with KUAP and KUEPChristophe Leroy
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-07-29powerpc: use for_each_child_of_node() macroQinglang Miao
2020-07-29powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-02powerpc/powermac: Blacklist functions running with MMU disabled for kprobeChristophe Leroy
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe
2020-05-15powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy