summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powermac: Remove empty function note_scsi_host()Christophe Leroy2022-06-261-7/+0
* powerpc/powermac: constify device_node in of_irq_parse_oldworld()Krzysztof Kozlowski2022-05-221-1/+1
* powerpc/powermac: add missing g5_phy_disable_cpu1() declarationKrzysztof Kozlowski2022-05-222-2/+2
* powerpc: Add missing headersChristophe Leroy2022-05-0810-7/+13
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-085-5/+0
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* powerpc/powermac: Use for_each_property_of_node()Michael Ellerman2022-05-041-1/+1
* powerpc: No need to initialise statics to 0Xiang wangx2022-05-041-1/+1
* powerpc: use strscpy to replace strlcpyJason Wang2022-05-041-1/+1
* powerpc/pmac: remove unused symbolZucheng Zheng2022-05-041-4/+0
* powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.hChristophe Leroy2022-02-071-0/+2
* powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy2021-12-231-2/+2
* cuda/pmu: Make find_via_cuda/pmu init functionsNick Child2021-12-231-2/+2
* powerpc/powermac: Add __init attribute to eligible functionsNick Child2021-12-236-9/+9
* powerpc: use swap() to make code cleanerYang Guang2021-12-201-4/+2
* powerpc/powermac: Add additional missing lockdep_register_key()Christophe Leroy2021-12-091-0/+2
* powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-0/+1
* powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin2021-12-021-1/+1
* powerpc/powermac: Add missing lockdep_register_key()Christophe Leroy2021-11-301-0/+1
* powerpc/powermac: Remove stale declaration of pmac_mdChristophe Leroy2021-10-091-2/+0
* powerpc: Remove unused prototype for of_show_percpuinfoDaniel Axtens2021-10-091-1/+0
* powerpc/smp: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-141-0/+1
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-022-3/+3
|\
| * powerpc: Remove klimitChristophe Leroy2021-06-251-1/+1
| * powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-171-2/+2
* | powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier2021-06-101-0/+1
|/
* powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran2021-02-092-3/+5
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-171-73/+59
|\
| * powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACKChristophe Leroy2020-12-081-73/+59
* | powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin2020-11-271-0/+2
|/
* powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-082-5/+1
* powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman2020-09-183-8/+8
* powerpc/powermac: Fix low_sleep_handler with KUAP and KUEPChristophe Leroy2020-09-151-8/+1
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-1/+1
|\
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* | powerpc: use for_each_child_of_node() macroQinglang Miao2020-07-293-7/+5
* | powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-291-1/+1
|/
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* powerpc/powermac: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-022-1/+6
* powerpc: Use a datatype for instructionsJordan Niethe2020-05-191-2/+2
* powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-1/+2
* powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
* powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy2020-05-111-2/+2
* powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-111-5/+5
* powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport2020-04-011-1/+0
* powerpc: Replace setup_irq() by request_irq()afzal mohammed2020-03-252-25/+16
* powerpc/pmac/smp: Drop unnecessary volatile qualifierYueHaibing2020-03-171-2/+2
* powerpc/pmac/smp: Avoid unused-variable warningsIlie Halip2020-03-171-4/+4