aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada1-2/+2
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-55/+36
2018-10-19powerpc: Move core kernel logic into arch/powerpc/KbuildMichael Ellerman1-12/+2
2018-10-13powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGSJoel Stanley1-1/+5
2018-10-04powerpc: remove leftover code of old GCC version checksMasahiro Yamada1-8/+0
2018-10-03powerpc/64: add stack protector supportChristophe Leroy1-0/+8
2018-10-03powerpc/32: add stack protector supportChristophe Leroy1-0/+10
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring1-3/+0
2018-10-02powerpc: build .dtb files in dts directoryRob Herring1-1/+1
2018-09-19powerpc: avoid -mno-sched-epilog on GCC 4.9 and newerNicholas Piggin1-2/+6
2018-09-19powerpc: consolidate -mno-sched-epilog into FTRACE flagsNicholas Piggin1-6/+6
2018-09-19powerpc: remove old GCC version checksNicholas Piggin1-29/+2
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-3/+3
2018-08-13Merge branch 'fixes' into nextMichael Ellerman1-0/+1
2018-08-08powerpc: Make CPU selection logic generic in MakefileChristophe Leroy1-7/+1
2018-08-08powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao1-13/+13
2018-07-24powerpc: Add ppc64le and ppc64_book3e allmodconfig targetsMichael Ellerman1-0/+10
2018-07-24powerpc: Add ppc32_allmodconfig defconfig targetMichael Ellerman1-0/+5
2018-07-18powerpc/Makefile: Assemble with -me500 when building for E500James Clarke1-0/+1
2018-06-19powerpc/e500mc: Set assembler machine type to e500mcMichael Jeanson1-0/+1
2018-06-11powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin1-12/+1
2018-06-04powerpc/Makefile: set -mcpu=860 flag for the 8xxChristophe Leroy1-0/+1
2018-06-01powerpc/kbuild: Use flags variables rather than overriding LD/CC/ASNicholas Piggin1-7/+9
2018-06-01powerpc/kbuild: Remove CROSS32 defines from top level powerpc MakefileNicholas Piggin1-7/+0
2018-06-01powerpc/kbuild: Set default generic machine type for 32-bit compileNicholas Piggin1-0/+8
2018-04-01powerpc/64s: Add POWER9 CPU type selectionNicholas Piggin1-1/+2
2018-04-01powerpc/64: Add GENERIC_CPU support for little endianNicholas Piggin1-0/+5
2018-04-01powerpc/64s: Remove POWER4 supportNicholas Piggin1-3/+2
2018-04-01powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin1-0/+1
2018-03-06powerpc: Keep const vars out of writable .sdataSegher Boessenkool1-0/+2
2017-12-11powerpc/modules: Fix alignment of .toc section in kernel modulesAlan Modra1-0/+1
2017-08-23Merge branch 'fixes' into nextMichael Ellerman1-12/+13
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy1-1/+1
2017-07-31powerpc/configs: Add a powernv_be_defconfigMichael Ellerman1-0/+4
2017-07-26powerpc/Makefile: Fix ld version check with 64-bit LE-only toolchainMichael Ellerman1-12/+13
2017-05-30powerpc: Link warning for orphan sectionsNicholas Piggin1-0/+1
2017-05-30powerpc/64: Linker on-demand sfpr functions for modulesNicholas Piggin1-0/+10
2017-04-28powerpc: Add arch/powerpc/tools directoryNicholas Piggin1-1/+1
2017-04-28powerpc: Use the new post-link pass to check relocationsNicholas Piggin1-11/+0
2017-03-03powerpc: Fix compiling a BE kernel with a powerpc64le toolchainNicholas Piggin1-1/+10
2016-11-30powerpc: Add purgatory for kexec_file_load() implementation.Thiago Jung Bauermann1-0/+1
2016-11-29powerpc: Stop passing ARCH=ppc64 to boot MakefileMichael Ellerman1-4/+4
2016-11-18powerpc: Add option to use thin archivesNicholas Piggin1-2/+2
2016-11-14powerpc/book3s64: Always build for power4 or laterMichael Ellerman1-0/+1
2016-09-25arch/powerpc: Add CONFIG_FSL_DPAA to corenetXX_smp_defconfigClaudiu Manoil1-2/+2
2016-09-13powerpc/Makefile: Construct the UTS_MACHINE value more conciselyMichael Ellerman1-15/+4
2016-09-13powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman1-10/+15
2016-09-13powerpc/Makefile: CROSS32AS is unused, remove itMichael Ellerman1-1/+0
2016-08-10powerpc/Makefile: Use cflags-y/aflags-y for setting endian optionsMichael Ellerman1-10/+12
2016-07-14powerpc/sparse: Pass endianness to sparseDaniel Axtens1-0/+5