aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/compressed (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-20MIPS: Align kernel load address to 64KBHuacai Chen1-3/+4
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-1/+1
2018-07-17mips: unify prom_putchar() declarationsAlexander Sverdlin1-2/+1
2018-06-12Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-4/+7
2018-05-14MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770Paul Cercueil1-3/+3
2018-04-23MIPS: vmlinuz: Use generic ashldi3Matt Redfearn1-4/+7
2018-04-05zboot: fix stack protector in compressed boot phaseHuacai Chen1-8/+1
2018-01-18MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}James Hogan1-1/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-08-07MIPS: gitignore: ignore generated .c filesBartosz Golaszewski1-0/+2
2017-01-03MIPS: zboot: Consolidate compiler flag filtering.Ralf Baechle1-1/+1
2017-01-03MIPS: Zboot: Don't use $(LINUXINCLUDE) twicePaul Bolle1-2/+2
2017-01-03MIPS: zboot: Add "uzImage.bin" targetMaarten ter Huurne1-0/+4
2016-08-02MIPS: ZBOOT: copy appended dtb to the end of the kernelJonas Gorski2-16/+17
2016-05-13MIPS: ath79: Add zboot debug serial supportAlban Bedel1-0/+5
2016-04-03MIPS: zboot: Remove copied source files on cleanAlban Bedel1-0/+1
2016-04-03MIPS: zboot: Fix the build with XZ compression on older GCC versionsAlban Bedel1-3/+3
2016-03-13MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4780Aaro Koskinen1-1/+1
2016-01-24MIPS: zboot: Add support for serial debug using the PROMAlban Bedel2-0/+8
2016-01-24MIPS: zboot: Avoid useless rebuildsAlban Bedel1-6/+8
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-2/+2
2015-09-03MIPS: Fix alignment of quiet build output for vmlinuz linkAlex Smith1-1/+1
2015-06-21MIPS: Add support for vmlinuz.bin appended dtbJonas Gorski2-1/+21
2015-06-21MIPS: Loongson: Naming style cleanup and reworkHuacai Chen1-1/+1
2015-04-02MIPS: Reduce kernel image size for !CONFIG_DEBUG_ZBOOTWu Zhangjin2-1/+7
2015-03-31MIPS: Allow platforms to specify the decompressor load addressAndrew Bresticker1-2/+4
2014-08-26MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno1-0/+1
2014-08-02MIPS: ZBOOT: implement stack protector in compressed boot phaseBen Chan1-0/+14
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-24MIPS: ZBOOT: gather string functions into string.cAntony Pavlov3-24/+30
2014-01-23MIPS: JZ4740: reuse UART0 address macro for vmlinuz debug portAntony Pavlov1-2/+2
2013-10-29MIPS: ZBOOT: Support LZ4 compression schemeFlorian Fainelli2-1/+7
2013-10-29MIPS: ZBOOT: Define program header for text loadable segmentFlorian Fainelli1-1/+4
2013-10-29MIPS: ZBOOT: Support XZ compression schemeFlorian Fainelli2-1/+12
2013-09-03MIPS: Refactor load/entry address calculationsJames Hogan1-1/+1
2013-07-01MIPS: Boot: Compressed: Remove -fstack-protector from CFLAGSMarkos Chandras1-0/+2
2013-06-13MIPS: Netlogic: Support compressed kernelJayachandran C1-0/+12
2013-06-13MIPS: boot: Fixes for compressed/uart-16550.cJayachandran C1-3/+7
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle4-10/+10
2012-10-11MIPS: Alchemy: Single kernel for DB1200/1300/1550Manuel Lauss1-4/+0
2012-07-23MIPS: Enable vmlinuz for JZ4740LluĂ­s Batlle i Rossell2-0/+9
2011-12-07MIPS: Alchemy: Basic support for the DB1300 board.Manuel Lauss1-1/+4
2011-05-19MIPS: Alchemy: Rewrite UART setup and constants.Manuel Lauss1-1/+1
2011-05-10MIPS: Fix calc_vmlinuz_load_addr build warnings.Ralf Baechle1-1/+1
2010-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2010-10-18MIPS: Remove all generated vmlinuz* files on "make clean"Wu Zhangjin1-1/+1
2010-10-04MIPS: Calculate VMLINUZ_LOAD_ADDRESS based on the length of vmlinux.binShmulik Ladkani1-1/+1
2010-08-05MIPS: strip the un-needed sections of vmlinuzWu Zhangjin1-0/+3
2010-08-05MIPS: Clean up the calculation of VMLINUZ_LOAD_ADDRESSWu Zhangjin1-13/+13
2010-08-05MIPS: Clean up arch/mips/boot/compressed/decompress.cWu Zhangjin1-24/+14