aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64e: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-271-7/+1
* powerpc/32: Don't always pass -mcpu=powerpc to the compilerChristophe Leroy2022-07-271-25/+1
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-6/+6
|\
| * powerpc: Finalise cleanup around ABI useChristophe Leroy2022-05-191-1/+1
| * powerpc: Add CONFIG_PPC64_ELF_ABI_V1 and CONFIG_PPC64_ELF_ABI_V2Christophe Leroy2022-05-191-5/+5
* | kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-111-2/+1
|/
* Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman2022-03-071-1/+1
|\
| * powerpc: Fix 'sparse' checking on PPC64leChristophe Leroy2022-02-161-1/+1
* | powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bitMichael Ellerman2022-03-011-1/+1
* | powerpc/vdso: Merge vdso64 and vdso32 into a single directoryChristophe Leroy2022-02-121-2/+2
|/
* powerpc: check for support for -Wa,-m{power4,any}Daniel Axtens2021-12-231-1/+3
* powerpc/toc: Future proof kernel tocAlan Modra2021-12-231-2/+3
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-6/+1
|\
| * kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-241-6/+1
* | powerpc: smp: remove hack to obtain offset of task_struct::cpuArd Biesheuvel2021-09-301-11/+0
|/
* powerpc: Add "-z notext" flag to disable diagnosticFangrui Song2021-08-151-0/+1
* powerpc: move the install rule to arch/powerpc/MakefileMasahiro Yamada2021-08-041-1/+2
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-3/+0
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-3/+0
* | powerpc/Makefile: Add ppc32/ppc64_randconfig targetsMichael Ellerman2021-05-231-0/+10
|/
* powerpc: Only define _TASK_CPU for 32-bitMichael Ellerman2021-04-201-1/+4
* powerpc/Makefile: Remove workaround for gcc versions below 4.9Christophe Leroy2021-03-291-6/+0
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-1/+1
|\
| * kbuild: LD_VERSION redenominationMasahiro Yamada2021-02-121-1/+1
* | arch: powerpc: Stop building and using oprofileViresh Kumar2021-01-291-2/+0
|/
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-171-9/+20
|\
| * powerpc/configs: Add ppc64le_allnoconfig targetMichael Ellerman2020-12-151-0/+5
| * powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy2020-12-041-0/+15
| * powerpc/vdso: Stripped VDSO is not needed, don't build itChristophe Leroy2020-12-041-9/+0
* | Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-061-1/+0
|\ \ | |/ |/|
| * kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-1/+0
* | powerpc: Drop -me200 addition to build flagsMichael Ellerman2020-11-171-1/+0
|/
* Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-1/+0
|\
| * kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-1/+0
* | powerpc/32s: Rename head_32.S to head_book3s_32.SChristophe Leroy2020-10-081-1/+2
|/
* powerpc/4xx: ppc4xx compile flag optimizationsImre Kaloz2020-06-221-1/+2
* powerpc: Suppress .eh_frame generationNaveen N. Rao2020-04-011-0/+3
* powerpc: Drop -fno-dwarf2-cfi-asmNaveen N. Rao2020-04-011-5/+0
* powerpc/Makefile: Mark phony targets as PHONYMichael Ellerman2020-03-041-0/+6
* powerpc: Don't add -mabi= flags when building with ClangNathan Chancellor2019-11-251-0/+4
* powerpc/configs: Rename foo_basic_defconfig to foo_base.configMichael Ellerman2019-10-281-6/+6
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-1/+0
|\
| * powerpc: remove meaningless KBUILD_ARFLAGS additionMasahiro Yamada2019-08-221-1/+0
* | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-1/+1
|\ \
| * | kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-1/+1
| |/
* / powerpc/Makefile: Always pass --synthetic to nm if supportedMichael Ellerman2019-08-201-2/+0
|/
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-1/+1
* powerpc: vdso: Make vdso32 installation conditional in vdso_installBen Hutchings2019-04-201-0/+2
* powerpc: Fix defconfig choice logic when cross compilingMichael Ellerman2019-04-201-5/+4
* powerpc/32: Add ppc_defconfigMichael Ellerman2019-04-201-0/+4