aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-12-07powerpc/Makefile: Auto detect cross compilerGravatar Michael Ellerman 1-0/+11
2023-12-07powerpc/Makefile: Default to ppc64le_defconfig when cross buildingGravatar Michael Ellerman 1-2/+2
2023-12-07powerpc/Makefile: Don't use $(ARCH) unnecessarilyGravatar Michael Ellerman 1-5/+5
2023-08-25powerpc/64s: Move CPU -mtune options into KconfigGravatar Michael Ellerman 1-3/+1
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryGravatar Naveen N Rao 1-0/+5
2023-06-27powerpc: remove checks for binutils older than 2.25Gravatar Masahiro Yamada 1-16/+1
2023-06-27powerpc: Fail build if using recordmcount with binutils v2.37Gravatar Naveen N Rao 1-0/+8
2023-06-14powerpc/build: Remove -pipe from compilation flagsGravatar Nicholas Piggin 1-1/+1
2023-04-21powerpc/configs: Make pseries_defconfig an alias for ppc64le_guestGravatar Michael Ellerman 1-0/+3
2023-04-21powerpc/configs: Make pseries_le an alias for ppc64le_guestGravatar Michael Ellerman 1-4/+3
2023-04-21powerpc/configs: Incorporate generic kvm_guest.config into guest configsGravatar Michael Ellerman 1-2/+2
2023-04-21powerpc/Makefile: Add generated defconfigs to help outputGravatar Michael Ellerman 1-18/+24
2023-04-20powerpc/Makefile: Don't prefix archhelp commands with "@"Gravatar Michael Ellerman 1-19/+19
2023-04-20powerpc/64: modules support building with PCREL addresingGravatar Nicholas Piggin 1-3/+2
2023-04-20powerpc/64: vmlinux support building with PCREL addresingGravatar Nicholas Piggin 1-0/+7
2023-04-20powerpc/64: Add support to build with prefixed instructionsGravatar Nicholas Piggin 1-0/+4
2023-04-11powerpc/64: Always build with 128-bit long doubleGravatar Michael Ellerman 1-0/+1
2023-03-15powerpc: Fix use of '-mabi=elfv2' with clangGravatar Nathan Chancellor 1-3/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-21/+5
2023-02-17powerpc: Pass correct CPU reference to assemblerGravatar Christophe Leroy 1-4/+0
2023-01-30powerpc/64: Set default CPU in KconfigGravatar Christophe Leroy 1-17/+5
2023-01-26powerpc: Remove linker flag from KBUILD_AFLAGSGravatar Nathan Chancellor 1-1/+1
2023-01-24kbuild: Add config fragment merge functionalityGravatar Nicolas Saenz Julienne 1-11/+1
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-12/+0
2022-10-02kbuild: remove head-y syntaxGravatar Masahiro Yamada 1-12/+0
2022-09-28powerpc/64s: POWER10 CPU Kconfig build optionGravatar Nicholas Piggin 1-1/+6
2022-09-28powerpc/64s: update cpu selection optionsGravatar Nicholas Piggin 1-2/+3
2022-09-28powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5Gravatar Nicholas Piggin 1-1/+1
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Gravatar Christophe Leroy 1-1/+1
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEGravatar Christophe Leroy 1-1/+1
2022-07-27powerpc/64e: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Gravatar Christophe Leroy 1-7/+1
2022-07-27powerpc/32: Don't always pass -mcpu=powerpc to the compilerGravatar Christophe Leroy 1-25/+1
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-6/+6
2022-05-19powerpc: Finalise cleanup around ABI useGravatar Christophe Leroy 1-1/+1
2022-05-19powerpc: Add CONFIG_PPC64_ELF_ABI_V1 and CONFIG_PPC64_ELF_ABI_V2Gravatar Christophe Leroy 1-5/+5
2022-05-11kbuild: factor out the common installation code into scripts/install.shGravatar Masahiro Yamada 1-2/+1
2022-03-07Merge branch 'topic/func-desc-lkdtm' into nextGravatar Michael Ellerman 1-1/+1
2022-03-01powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bitGravatar Michael Ellerman 1-1/+1
2022-02-16powerpc: Fix 'sparse' checking on PPC64leGravatar Christophe Leroy 1-1/+1
2022-02-12powerpc/vdso: Merge vdso64 and vdso32 into a single directoryGravatar Christophe Leroy 1-2/+2
2021-12-23powerpc: check for support for -Wa,-m{power4,any}Gravatar Daniel Axtens 1-1/+3
2021-12-23powerpc/toc: Future proof kernel tocGravatar Alan Modra 1-2/+3
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+1
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningGravatar Masahiro Yamada 1-6/+1
2021-09-30powerpc: smp: remove hack to obtain offset of task_struct::cpuGravatar Ard Biesheuvel 1-11/+0
2021-08-15powerpc: Add "-z notext" flag to disable diagnosticGravatar Fangrui Song 1-0/+1
2021-08-04powerpc: move the install rule to arch/powerpc/MakefileGravatar Masahiro Yamada 1-1/+2
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+0
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildGravatar Masahiro Yamada 1-3/+0