aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-02-23MIPS: Loongson64: test for -march=loongson3a cflagJiaxun Yang1-5/+2
2024-02-23MIPS: BMIPS: Drop unnecessary assembler flagJiaxun Yang1-2/+2
2024-02-23MIPS: Fallback CPU -march flag to ISA level if unsupportedJiaxun Yang1-13/+17
2024-02-23MIPS: Remove cc-option checks for -march=octeonJiaxun Yang1-4/+1
2024-02-23MIPS: Probe toolchain support of -msym32Jiaxun Yang1-1/+1
2023-07-25Revert MIPS: Loongson: Fix build error when make modules_installMaciej W. Rozycki1-3/+7
2023-07-25MIPS: Only fiddle with CHECKFLAGS if `need-compiler'Maciej W. Rozycki1-1/+1
2023-07-25MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' regressionMaciej W. Rozycki1-2/+2
2023-07-09Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds1-7/+3
2023-07-03MIPS: Loongson: Fix build error when make modules_installHuacai Chen1-7/+3
2023-06-05mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocationNathan Chancellor1-1/+1
2023-04-05MIPS: Loongson: Move arch cflags to MIPS top level MakefileJiaxun Yang1-0/+38
2023-01-26MIPS: Prefer cc-option for additions to cflagsNathan Chancellor1-1/+1
2023-01-26MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOATNathan Chancellor1-10/+1
2022-11-21MIPS: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-07-14MIPS: Remove VR41xx supportThomas Bogendoerfer1-1/+0
2022-03-07mips: Always permit to build u-boot imagesPaul Cercueil1-4/+0
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer1-1/+0
2021-12-14MIPS: Makefile: Remove "ifdef need-compiler" for Kbuild.platformsTiezhu Yang1-2/+0
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds1-0/+2
2021-11-09MIPS: fix *-pkg builds for loongson2ef platformMasahiro Yamada1-0/+2
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada1-7/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2021-09-03Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-0/+3
2021-08-12MIPS: Make a alias for pistachio_defconfigJiaxun Yang1-0/+3
2021-08-10kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada1-1/+1
2021-08-05mips: Fix non-POSIX regexpH. Nikolaus Schaller1-1/+1
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-3/+0
2021-05-06arch: use cross_compiling to check whether it is a cross build or notMasahiro Yamada1-1/+1
2021-02-21Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-0/+20
2021-01-22Revert "MIPS: Remove unused R4300 CPU support"Lauri Kasanen1-0/+1
2021-01-22arch: mips: Remove CONFIG_OPROFILE supportViresh Kumar1-1/+0
2021-01-15MIPS: Support binutils configured with --enable-mips-fix-loongson3-llsc=yesAurelien Jarno1-0/+19
2020-11-12mips: boot: add support for self-extracting FIT images (vmlinuz.itb)Alexander Lobakin1-0/+1
2020-11-12mips: boot: clean up self-extracting targets scenariosAlexander Lobakin1-1/+1
2020-05-22mips: Add MIPS Warrior P5600 supportSerge Semin1-0/+1
2020-05-22mips: Add MIPS Release 5 supportSerge Semin1-0/+2
2020-05-12MIPS: Unconditionally specify '-EB' or '-EL'Nathan Chancellor1-25/+0
2020-05-09MIPS: Remove support for LASATThomas Bogendoerfer1-7/+0
2020-05-07MIPS: Truncate link address into 32bit for 32bit kernelJiaxun Yang1-1/+12
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2019-11-17crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel1-1/+1
2019-10-07MIPS: Check Loongson3 LL/SC errata workaround correctnessPaul Burton1-0/+3
2019-07-23MIPS: Remove unused R8000 CPU supportPaul Burton1-1/+0
2019-07-23MIPS: Remove unused R5432 CPU supportPaul Burton1-2/+0
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton1-1/+0
2019-06-20MIPS: have "plain" make calls build dtbs for selected platformsCedric Hombourger1-1/+2
2019-02-04MIPS: Add GINVT instruction helpersPaul Burton1-0/+2
2018-12-14mips: generate uapi header and system call table filesFiroz Khan1-0/+3
2018-11-09MIPS: Don't compile math-emu when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-1/+1
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada1-1/+1
2018-10-26Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-7/+4
2018-10-16MIPS: Cleanup DSP ASE detectionPaul Burton1-0/+2
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring1-14/+1
2018-08-30MIPS: Use a custom elf-entry program to find kernel entry pointPaul Burton1-7/+2
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-1/+1
2018-08-07MIPS: Always specify -EB or -EL when using clangPaul Burton1-0/+10
2018-06-28MIPS: Always use -march=<arch>, not -<arch> shortcutsPaul Burton1-8/+4
2018-06-01kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck1-3/+0
2018-03-22MIPS: Use the entry point from the ELF file headerMaciej W. Rozycki1-14/+6
2018-03-21MIPS: generic: Add support for Microsemi OcelotAlexandre Belloni1-0/+3
2018-03-05MIPS: Expand help text to list generic defconfigsJames Hogan1-0/+19
2018-02-19MIPS: Refactor legacy defconfigsJames Hogan1-9/+10
2018-02-19MIPS: crypto: Add crc32 and crc32c hw accelerated moduleMarcin Nowakowski1-0/+3
2018-01-22MIPS: XPA: Use XPA instructions in assemblyJames Hogan1-0/+6
2018-01-18MIPS: Fix vmlinuz build when ZBOOT is selectedDaniel Sabogal1-1/+1
2017-11-08MIPS: Xilfpga: Switch to using generic defconfigsZubair Lutfullah Kakakhel1-0/+4
2017-11-08MIPS: Set defconfig target to a generic system for 32r2elMatt Redfearn1-1/+1
2017-09-06MIPS: Add DWARF unwinding to assemblyCorey Minyard1-0/+4
2017-08-30MIPS: Prevent direct use of generic_defconfigPaul Burton1-0/+13
2017-08-30MIPS: generic: Allow filtering enabled boards by requirementsPaul Burton1-2/+8
2017-08-29MIPS: Allow platform to specify multiple its.S filesPaul Burton1-1/+2
2017-08-29MIPS: Remove unused R6000 supportPaul Burton1-1/+0
2017-08-08MIPS: Set ISA bit in entry-y for microMIPS kernelsPaul Burton1-1/+14
2017-06-29MIPS: build: Fix "-modd-spreg" switch usage when compiling for mips32r6Miodrag Dinic1-1/+1
2017-04-11MIPS: generic: fix out-of-tree defconfig target buildsMarcin Nowakowski1-3/+3
2017-02-14MIPS: Disable stack checks on MIPS kernelsJoshua Kinard1-0/+15
2017-01-25MIPS: 'make -s' should be silentArnd Bergmann1-2/+2
2017-01-03MIPS: Use Makefile.postlink to insert relocations into vmlinuxMatt Redfearn1-12/+0
2017-01-03MIPS: zboot: Add "uzImage.bin" targetMaarten ter Huurne1-0/+4
2016-11-04MIPS: Fix build of compressed imageMatt Redfearn1-1/+1
2016-10-06MIPS: generic: Convert SEAD-3 to a generic boardPaul Burton1-0/+13
2016-10-06MIPS: generic: Introduce generic DT-based board supportPaul Burton1-0/+56
2016-10-06MIPS: Support generating Flattened Image Trees (.itb)Paul Burton1-1/+7
2016-09-13MIPS: Remove compact branch policy Kconfig entriesPaul Burton1-4/+0
2016-05-17MIPS: Fix VZ probe gas errors with binutils <2.24James Hogan1-0/+2
2016-05-13MIPS: Generate relocation table when CONFIG_RELOCATABLEMatt Redfearn1-0/+16
2016-05-13MIPS: tools: Build relocs toolMatt Redfearn1-0/+4
2016-01-22MIPS: Loongson-3: Improve -march option and move it to PlatformHuacai Chen1-10/+0
2015-10-26MIPS: Allow compact branch policy to be changedPaul Burton1-0/+4
2015-07-14MIPS: SB1: Remove support for Pass 1 parts.Ralf Baechle1-7/+0
2015-05-12MIPS: Fix wrong CHECKFLAGS (sparse builds) with GCC 5.1Aaro Koskinen1-1/+1
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-5/+16
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle1-4/+10
2015-04-10MIPS: Makefile: Fix MIPS ASE detection codeMarkos Chandras1-4/+10
2015-04-02kbuild: use relative path more to include MakefileMasahiro Yamada1-1/+1
2015-04-01MIPS: Add dtbs_install targetAndrew Bresticker1-0/+5
2015-04-01MIPS: Move device-trees into vendor sub-directoriesAndrew Bresticker1-1/+1
2015-02-20MIPS: boot: Provide more uImage optionsMarkos Chandras1-0/+8
2015-02-19Merge branch 'mipsr6-for-3.20' of git://git.linux-mips.org/pub/scm/mchandras/...Ralf Baechle1-0/+2
2015-02-19MIPS: Makefile: Move the ASEs checks after setting the core's CFLAGSMarkos Chandras1-18/+17
2015-02-19MIPS: Makefile: Pass -march option on Loongson3A coresRalf Baechle1-0/+10
2015-02-16MIPS: Add build support for the MIPS R6 ISALeonid Yegoshin1-0/+2
2015-02-16MIPS: Makefile: Move the ASEs checks after setting the core's CFLAGSMarkos Chandras1-18/+17
2014-11-24MIPS: IP22/IP32: Add line to arch/mips/Makefile archhelp about vmlinux.32Joshua Kinard1-0/+1
2014-11-07MIPS: Fix build with binutils 2.24.51+Manuel Lauss1-0/+9
2014-09-22MIPS: Add support for building device-tree binariesAndrew Bresticker1-0/+5
2014-09-22MIPS: Create common infrastructure for building built-in device-treesAndrew Bresticker1-0/+6
2014-09-17MIPS: SmartMIPS: Disable assembler warningsMarkos Chandras1-1/+10
2014-07-30MIPS: SB1: Check optional compilation flags one by oneMaciej W. Rozycki1-1/+3
2014-06-04Merge branch '3.15-fixes' into mips-for-linux-nextRalf Baechle1-2/+2
2014-06-03MIPS: Fix MSA toolchain support detection.Steven J. Hill1-1/+1
2014-05-28MIPS: SB1: Fix excessive kernel warnings.Ralf Baechle1-1/+1
2014-05-23MIPS: math-emu: Move various objects into an ar library.Ralf Baechle1-0/+1
2014-03-26MIPS: Add MSA register definitions & accessPaul Burton1-0/+5
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2014-01-23MIPS: microMIPS: Remove unsupported compiler flag.Steven J. Hill1-1/+1
2013-12-20stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architecturesKees Cook1-4/+0
2013-10-29MIPS: Kbuild: Do not allow building vmlinuz when !ZBOOTFlorian Fainelli1-0/+6
2013-10-29MIPS: Quiet the building output of vmlinux.32 and vmlinux.64Wu Zhangjin1-2/+6
2013-09-18MIPS: Remove useless comment about kprobe from arch/mips/MakefileWu Zhangjin1-3/+0
2013-09-03MIPS: Add uImage build targetJames Hogan1-0/+6
2013-09-03MIPS: Refactor load/entry address calculationsJames Hogan1-3/+10
2013-09-03MIPS: Refactor boot and boot/compressed rulesJames Hogan1-2/+13
2013-07-01MIPS: initial stack protector supportGregory Fong1-0/+4
2013-05-09MIPS: microMIPS: Add configuration option for microMIPS kernel.Steven J. Hill1-0/+1
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-1/+1
2012-12-13MIPS: PMC-Sierra Yosemite: Remove support.Ralf Baechle1-2/+0
2012-12-13MIPS: Kconfig: Rename several firmware related config symbols.Ralf Baechle1-3/+3
2012-12-13MIPS: Octeon: Add kexec and kdump supportRalf Baechle1-0/+4
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare1-1/+1
2012-05-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-2/+2
2012-05-16mips: Fix KBUILD_CPPFLAGS definitionMichal Marek1-2/+2
2012-05-05mips: Use generic init_taskThomas Gleixner1-1/+1
2011-12-07MIPS: BMIPS: Add CFLAGS, Makefile entries for BMIPSKevin Cernekee1-0/+1
2011-11-09kbuild: Fix missing system calls check on mips.David Daney1-2/+2
2011-10-20MIPS: Fix build with C=1Aaro Koskinen1-1/+1
2011-10-20MIPS: Don't install vmlinuz if compressed kernel has not been configured.Ralf Baechle1-0/+2
2011-07-20MIPS: XLR, XLS: Move makefile bits to were they belong.Ralf Baechle1-12/+0
2011-05-19MIPS: Kconfig and Makefile update for Netlogic XLR/XLSJayachandran C1-0/+12
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-17mips: change to new flag variablematt mooney1-2/+2
2010-10-29MIPS: Octeon: Apply CN63XXP1 errata workarounds.David Daney1-0/+1
2010-10-29MIPS: Get rid of branches to .subsections.Ralf Baechle1-3/+0
2010-08-05Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-2/+4
2010-08-05MIPS: kprobe: Add support.David Daney1-0/+3
2010-08-05MIPS: Clean up arch/mips/MakefileSam Ravnborg1-13/+4
2010-08-05MIPS: Refactor arch/mips/boot/compressed/MakefileSam Ravnborg1-15/+7
2010-08-05MIPS: Refactor arch/mips/boot/MakefileSam Ravnborg1-9/+2
2010-08-05MIPS: PNX8550: Migrate to new platform makefile style.Ralf Baechle1-18/+0
2010-08-05MIPS: PNX833x: Migrate to new platform makefile style.Ralf Baechle1-8/+0
2010-08-05MIPS: STB8550: Move boards over to obj-yRalf Baechle1-2/+2
2010-08-05MIPS: STB22x: Move boards over to obj-yRalf Baechle1-2/+2
2010-08-05MIPS: PNX8550: Move code one directory level up.Ralf Baechle1-3/+3
2010-08-05MIPS: PNX833x: Move code one directory level up.Ralf Baechle1-3/+3
2010-08-05MIPS: EMMA: Migrate to new platform makefile style.Ralf Baechle1-12/+0
2010-08-05MIPS: TXx9: Migrate to new platform makefile style.Ralf Baechle1-22/+0
2010-08-05MIPS: Sibyte: Migrate to new platform makefile style.Ralf Baechle1-50/+0
2010-08-05MIPS: Octeon: Migrate to new platform makefile style.Ralf Baechle1-12/+0
2010-08-05MIPS: BCM63xx: Migrate to new platform makefile style.Ralf Baechle1-7/+0
2010-08-05MIPS: BCM47xx: Migrate to new platform makefile style.Ralf Baechle1-7/+0
2010-08-05MIPS: Lasat: Migrate to new platform makefile style.Ralf Baechle1-7/+0
2010-08-05MIPS: PowerTV: Migrate to new platform makefile style.Ralf Baechle1-7/+0
2010-08-05MIPS: WRPPMC: Migrate to new platform makefile style.Ralf Baechle1-7/+0
2010-08-05MIPS: WRPPMC: Move code one directory level up.Ralf Baechle1-1/+1
2010-08-05MIPS: RB532: Migrate to new platform makefile style.Ralf Baechle1-7/+0
2010-08-05MIPS: IP32: Migrate to new platform makefile style.Ralf Baechle1-12/+0
2010-08-05MIPS: Malta: Migrate to new platform makefile style.Ralf Baechle1-8/+0
2010-08-05MIPS: IP22, IP28: Migrate to new platform makefile style.Ralf Baechle1-35/+0
2010-08-05MIPS: SNI: Migrate to new platform makefile style.Ralf Baechle1-12/+0
2010-08-05MIPS: DECstation: Migrate to new platform makefile style.Ralf Baechle1-8/+0
2010-08-05MIPS: Jazz: Migrate to new platform makefile style.Ralf Baechle1-7/+0
2010-08-05MIPS: PMC-Sierra: Move board Makefile parts to their own Platform fileShane McDonald1-15/+0
2010-08-05MIPS: Move VR41xx Makefile parts to their own Platform fileYoichi Yuasa1-33/+0
2010-08-05MIPS: Move Cobalt Makefile parts to their own Platform fileYoichi Yuasa1-7/+0
2010-08-05MIPS: IP27: Migrate to new Platform fileRalf Baechle1-20/+0
2010-08-05MIPS: Move Alchemy Makefile parts to their own Platform file.Manuel Lauss1-105/+0
2010-08-05MIPS: Alchemy: move boards over to obj-yManuel Lauss1-2/+2
2010-08-05MIPS: MIPSsim: Migrate to new Platform fileRalf Baechle1-7/+0
2010-08-05MIPS: Loongson: Migrate makefile to new Platform fileWu Zhangjin1-29/+0
2010-08-05MIPS: Introduce support for Platform definitionsSam Ravnborg1-7/+1
2010-08-05MIPS: Introduce arch/mips/KbuildSam Ravnborg1-1/+2
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek1-5/+27
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg1-2/+4
2010-04-30MIPS: Loongson 2F: Enable fixups of the latest binutilsWu Zhangjin1-0/+13
2010-02-27MIPS: Loongson: arch/mips/Makefile: Add missing whitespaceWu Zhangjin1-3/+3
2010-02-27MIPS: Fix build error for uncompressed non-plain vmlinux kernelsRalf Baechle1-2/+11
2009-12-17MIPS: eXcite: Remove platform.Ralf Baechle1-7/+0
2009-12-17MIPS: Tracing: Make function graph tracer work with -mmcount-ra-addressWu Zhangjin1-0/+7
2009-12-17MIPS: Tracing: Add static function tracer support for MIPSWu Zhangjin1-0/+2
2009-12-17MIPS: PowerTV: Base files for Cisco PowerTV platformDavid VomLehn1-0/+7
2009-12-17MIPS: Lemote 2F: Add a LEMOTE_MACH2F kernel optionWu Zhangjin1-0/+1
2009-12-17MIPS: Loongson: Add basic Loongson 2F supportWu Zhangjin1-0/+2
2009-12-17MIPS: Add support for GZIP / BZIP2 / LZMA compressed kernel imagesWu Zhangjin1-3/+28
2009-09-20arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0Sam Ravnborg1-24/+3
2009-09-17MIPS: BCM63xx: Add support for the Broadcom BCM63xx family of SOCs.Maxime Bizon1-0/+7
2009-09-17MIPS: Loongson: Add GCC 4.4 support for Loongson2EWu Zhangjin1-1/+5
2009-09-17MIPS: Loongson: Split common loongson source code outWu Zhangjin1-3/+4
2009-09-17MIPS: Loongson: Change naming methodsWu Zhangjin1-4/+4