summaryrefslogtreecommitdiff
path: root/arch/powerpc/Makefile
AgeCommit message (Expand)Author
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada
2021-09-30powerpc: smp: remove hack to obtain offset of task_struct::cpuArd Biesheuvel
2021-08-15powerpc: Add "-z notext" flag to disable diagnosticFangrui Song
2021-08-04powerpc: move the install rule to arch/powerpc/MakefileMasahiro Yamada
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada
2021-05-23powerpc/Makefile: Add ppc32/ppc64_randconfig targetsMichael Ellerman
2021-04-20powerpc: Only define _TASK_CPU for 32-bitMichael Ellerman
2021-03-29powerpc/Makefile: Remove workaround for gcc versions below 4.9Christophe Leroy
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-12kbuild: LD_VERSION redenominationMasahiro Yamada
2021-01-29arch: powerpc: Stop building and using oprofileViresh Kumar
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-15powerpc/configs: Add ppc64le_allnoconfig targetMichael Ellerman
2020-12-06Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-04powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy
2020-12-04powerpc/vdso: Stripped VDSO is not needed, don't build itChristophe Leroy
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor
2020-11-17powerpc: Drop -me200 addition to build flagsMichael Ellerman
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-08powerpc/32s: Rename head_32.S to head_book3s_32.SChristophe Leroy
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada
2020-06-22powerpc/4xx: ppc4xx compile flag optimizationsImre Kaloz
2020-04-01powerpc: Suppress .eh_frame generationNaveen N. Rao
2020-04-01powerpc: Drop -fno-dwarf2-cfi-asmNaveen N. Rao
2020-03-04powerpc/Makefile: Mark phony targets as PHONYMichael Ellerman
2019-11-25powerpc: Don't add -mabi= flags when building with ClangNathan Chancellor
2019-10-28powerpc/configs: Rename foo_basic_defconfig to foo_base.configMichael Ellerman
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-08-22powerpc: remove meaningless KBUILD_ARFLAGS additionMasahiro Yamada
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-08-20powerpc/Makefile: Always pass --synthetic to nm if supportedMichael Ellerman
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-04-20powerpc: vdso: Make vdso32 installation conditional in vdso_installBen Hutchings
2019-04-20powerpc: Fix defconfig choice logic when cross compilingMichael Ellerman
2019-04-20powerpc/32: Add ppc_defconfigMichael Ellerman
2019-02-23powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy
2019-01-14powerpc: remove redundant header search path additionsMasahiro Yamada
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-12-21powerpc: generate uapi header and system call table filesFiroz Khan
2018-12-20powerpc/32: Avoid unsupported flags with clangJoel Stanley
2018-12-17powerpc/32: Move the old 6xx -mcpu logic before the TARGET_CPU logicMathieu Malaterre
2018-12-09x86, powerpc: Remove -funit-at-a-time compiler option entirelyMasahiro Yamada
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy
2018-11-26powerpc/configs: Add KVM guest defconfigSatheesh Rajendran
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds