aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-12/+0
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-12/+0
2022-09-28powerpc/64s: POWER10 CPU Kconfig build optionNicholas Piggin1-1/+6
2022-09-28powerpc/64s: update cpu selection optionsNicholas Piggin1-2/+3
2022-09-28powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5Nicholas Piggin1-1/+1
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy1-1/+1
2022-07-27powerpc/64e: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy1-7/+1
2022-07-27powerpc/32: Don't always pass -mcpu=powerpc to the compilerChristophe Leroy1-25/+1
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-6/+6
2022-05-19powerpc: Finalise cleanup around ABI useChristophe Leroy1-1/+1
2022-05-19powerpc: Add CONFIG_PPC64_ELF_ABI_V1 and CONFIG_PPC64_ELF_ABI_V2Christophe Leroy1-5/+5
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada1-2/+1
2022-03-07Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman1-1/+1
2022-03-01powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bitMichael Ellerman1-1/+1
2022-02-16powerpc: Fix 'sparse' checking on PPC64leChristophe Leroy1-1/+1
2022-02-12powerpc/vdso: Merge vdso64 and vdso32 into a single directoryChristophe Leroy1-2/+2
2021-12-23powerpc: check for support for -Wa,-m{power4,any}Daniel Axtens1-1/+3
2021-12-23powerpc/toc: Future proof kernel tocAlan Modra1-2/+3
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-6/+1
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada1-6/+1
2021-09-30powerpc: smp: remove hack to obtain offset of task_struct::cpuArd Biesheuvel1-11/+0
2021-08-15powerpc: Add "-z notext" flag to disable diagnosticFangrui Song1-0/+1
2021-08-04powerpc: move the install rule to arch/powerpc/MakefileMasahiro Yamada1-1/+2
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+0
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-3/+0
2021-05-23powerpc/Makefile: Add ppc32/ppc64_randconfig targetsMichael Ellerman1-0/+10
2021-04-20powerpc: Only define _TASK_CPU for 32-bitMichael Ellerman1-1/+4
2021-03-29powerpc/Makefile: Remove workaround for gcc versions below 4.9Christophe Leroy1-6/+0
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-02-12kbuild: LD_VERSION redenominationMasahiro Yamada1-1/+1
2021-01-29arch: powerpc: Stop building and using oprofileViresh Kumar1-2/+0
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-9/+20
2020-12-15powerpc/configs: Add ppc64le_allnoconfig targetMichael Ellerman1-0/+5
2020-12-06Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2020-12-04powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy1-0/+15
2020-12-04powerpc/vdso: Stripped VDSO is not needed, don't build itChristophe Leroy1-9/+0
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor1-1/+0
2020-11-17powerpc: Drop -me200 addition to build flagsMichael Ellerman1-1/+0
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2020-10-08powerpc/32s: Rename head_32.S to head_book3s_32.SChristophe Leroy1-1/+2
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada1-1/+0
2020-06-22powerpc/4xx: ppc4xx compile flag optimizationsImre Kaloz1-1/+2
2020-04-01powerpc: Suppress .eh_frame generationNaveen N. Rao1-0/+3
2020-04-01powerpc: Drop -fno-dwarf2-cfi-asmNaveen N. Rao1-5/+0
2020-03-04powerpc/Makefile: Mark phony targets as PHONYMichael Ellerman1-0/+6
2019-11-25powerpc: Don't add -mabi= flags when building with ClangNathan Chancellor1-0/+4
2019-10-28powerpc/configs: Rename foo_basic_defconfig to foo_base.configMichael Ellerman1-6/+6
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+0
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1