summaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/compressed (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-6/+6
|\
| * kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-131-6/+6
* | MIPS: compressed: Fix build with ZSTD compressionPaul Cercueil2022-01-092-1/+3
* | MIPS: new Kconfig option ZBOOT_LOAD_ADDRESSYunQiang Su2022-01-021-0/+4
|/
* MIPS: boot/compressed/: add __ashldi3 to target for ZSTD compressionPaul Cercueil2021-11-251-1/+1
* mips: decompressor: do not copy source files while buildingMasahiro Yamada2021-11-106-19/+8
* MIPS: boot/compressed/: add __bswapdi2() to target for ZSTD decompressionRandy Dunlap2021-11-101-0/+6
* MIPS: Remove NETLOGIC supportThomas Bogendoerfer2021-10-241-12/+0
* mips: disable branch profiling in boot/decompress.oRandy Dunlap2021-07-051-0/+2
* mips: always link byteswap helpers into decompressorArnd Bergmann2021-07-051-2/+2
* MIPS: boot: Support specifying UART port on Ingenic SoCsPaul Cercueil2021-06-011-2/+2
* MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACEzhaoxiao2021-04-211-1/+1
* MIPS: boot/compressed: Copy DTB to aligned addressPaul Cercueil2021-03-081-0/+8
* Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-02-212-12/+9
|\
| * MIPS: compressed: fix build with enabled UBSANAlexander Lobakin2021-02-091-0/+1
| * MIPS: zboot: Avoid endless loop in clear BSS.Jinyang He2021-01-071-1/+1
| * MIPS: zboot: head.S clean upJiaxun Yang2021-01-041-11/+7
* | MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTBPaul Cercueil2020-12-281-1/+2
|/
* MIPS: Enable GCOVXingxing Su2020-12-041-0/+1
* mips: boot: add support for self-extracting FIT images (vmlinuz.itb)Alexander Lobakin2020-11-121-0/+48
* mips: boot: clean up self-extracting targets scenariosAlexander Lobakin2020-11-121-15/+35
* MIPS: zboot: put appended dtb into a sectionChuanhong Guo2020-11-061-3/+6
* MIPS: Loongson-3: Enable COP2 usage in kernelHuacai Chen2020-09-211-0/+5
* MIPS: Add support for ZSTD-compressed kernelsPaul Cercueil2020-09-033-1/+23
* MIPS: Truncate link address into 32bit for 32bit kernelJiaxun Yang2020-05-071-1/+1
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-031-2/+2
* MIPS: Prevent link failure with kcov instrumentationJouni Hogander2019-12-191-0/+3
* MIPS: fix build on non-linux hostsKevin Darbyshire-Bryant2019-06-202-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* MIPS: Align kernel load address to 64KBHuacai Chen2018-11-211-3/+4
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-1/+1
* mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-171-2/+1
* Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-06-121-4/+7
|\
| * MIPS: vmlinuz: Use generic ashldi3Matt Redfearn2018-04-231-4/+7
* | MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770Paul Cercueil2018-05-151-3/+3
|/
* zboot: fix stack protector in compressed boot phaseHuacai Chen2018-04-061-8/+1
* MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}James Hogan2018-01-181-1/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* MIPS: gitignore: ignore generated .c filesBartosz Golaszewski2017-08-071-0/+2
* MIPS: zboot: Consolidate compiler flag filtering.Ralf Baechle2017-01-031-1/+1
* MIPS: Zboot: Don't use $(LINUXINCLUDE) twicePaul Bolle2017-01-031-2/+2
* MIPS: zboot: Add "uzImage.bin" targetMaarten ter Huurne2017-01-031-0/+4
* MIPS: ZBOOT: copy appended dtb to the end of the kernelJonas Gorski2016-08-022-16/+17
* MIPS: ath79: Add zboot debug serial supportAlban Bedel2016-05-131-0/+5
* MIPS: zboot: Remove copied source files on cleanAlban Bedel2016-04-031-0/+1
* MIPS: zboot: Fix the build with XZ compression on older GCC versionsAlban Bedel2016-04-031-3/+3
* MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4780Aaro Koskinen2016-03-131-1/+1
* MIPS: zboot: Add support for serial debug using the PROMAlban Bedel2016-01-242-0/+8
* MIPS: zboot: Avoid useless rebuildsAlban Bedel2016-01-241-6/+8