| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: ZBOOT: implement stack protector in compressed boot phase | Ben Chan | 2014-08-02 | 1 | -0/+14 |
* | mips: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-24 | 2 | -2/+0 |
* | MIPS: ZBOOT: gather string functions into string.c | Antony Pavlov | 2014-01-24 | 3 | -24/+30 |
* | MIPS: JZ4740: reuse UART0 address macro for vmlinuz debug port | Antony Pavlov | 2014-01-23 | 1 | -2/+2 |
* | MIPS: remove duplicate define | Michael Opdenacker | 2013-11-06 | 1 | -1/+0 |
* | MIPS: ZBOOT: Support LZ4 compression scheme | Florian Fainelli | 2013-10-29 | 2 | -1/+7 |
* | MIPS: ZBOOT: Define program header for text loadable segment | Florian Fainelli | 2013-10-29 | 1 | -1/+4 |
* | MIPS: ZBOOT: Support XZ compression scheme | Florian Fainelli | 2013-10-29 | 2 | -1/+12 |
* | MIPS: Fix invalid symbolic link file | Madhavan Srinivasan | 2013-09-19 | 1 | -1/+1 |
* | MIPS: Add uImage build target | James Hogan | 2013-09-03 | 2 | -0/+16 |
* | MIPS: Refactor load/entry address calculations | James Hogan | 2013-09-03 | 1 | -1/+1 |
* | MIPS: add <dt-bindings/> symlink | James Hogan | 2013-09-03 | 1 | -0/+1 |
* | MIPS: Boot: Compressed: Remove -fstack-protector from CFLAGS | Markos Chandras | 2013-07-01 | 1 | -0/+2 |
* | MIPS: Netlogic: Support compressed kernel | Jayachandran C | 2013-06-13 | 1 | -0/+12 |
* | MIPS: boot: Fixes for compressed/uart-16550.c | Jayachandran C | 2013-06-13 | 1 | -3/+7 |
* | MIPS: Whitespace cleanup. | Ralf Baechle | 2013-02-01 | 7 | -46/+46 |
* | MIPS: Alchemy: Single kernel for DB1200/1300/1550 | Manuel Lauss | 2012-10-11 | 1 | -4/+0 |
* | MIPS: Enable vmlinuz for JZ4740 | LluĂs Batlle i Rossell | 2012-07-23 | 2 | -0/+9 |
* | MIPS: Alchemy: Basic support for the DB1300 board. | Manuel Lauss | 2011-12-07 | 1 | -1/+4 |
* | MIPS: Alchemy: Rewrite UART setup and constants. | Manuel Lauss | 2011-05-19 | 1 | -1/+1 |
* | MIPS: Fix calc_vmlinuz_load_addr build warnings. | Ralf Baechle | 2011-05-10 | 1 | -1/+1 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2010-10-18 | 1 | -1/+1 |
|\ |
|
| * | MIPS: Remove all generated vmlinuz* files on "make clean" | Wu Zhangjin | 2010-10-18 | 1 | -1/+1 |
* | | MIPS: Calculate VMLINUZ_LOAD_ADDRESS based on the length of vmlinux.bin | Shmulik Ladkani | 2010-10-04 | 1 | -1/+1 |
|/ |
|
* | MIPS: strip the un-needed sections of vmlinuz | Wu Zhangjin | 2010-08-05 | 1 | -0/+3 |
* | MIPS: Clean up the calculation of VMLINUZ_LOAD_ADDRESS | Wu Zhangjin | 2010-08-05 | 2 | -13/+14 |
* | MIPS: Clean up arch/mips/boot/compressed/decompress.c | Wu Zhangjin | 2010-08-05 | 1 | -24/+14 |
* | MIPS: Clean up arch/mips/boot/compressed/ld.script | Wu Zhangjin | 2010-08-05 | 1 | -34/+17 |
* | MIPS: Unify the suffix of compressed vmlinux.bin | Wu Zhangjin | 2010-08-05 | 2 | -8/+61 |
* | MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY | Manuel Lauss | 2010-08-05 | 1 | -1/+1 |
* | MIPS: Refactor arch/mips/boot/compressed/Makefile | Sam Ravnborg | 2010-08-05 | 1 | -25/+29 |
* | MIPS: Refactor arch/mips/boot/Makefile | Sam Ravnborg | 2010-08-05 | 1 | -26/+23 |
* | MIPS: Make the debugging of compressed kernel configurable | Wu Zhangjin | 2010-02-27 | 1 | -0/+2 |
* | MIPS: Simplify the weak annotation with __weak | Wu Zhangjin | 2010-02-27 | 1 | -2/+2 |
* | MIPS: Alchemy: debug output for compressed kernels | Manuel Lauss | 2010-02-27 | 2 | -0/+8 |
* | MIPS: Cleanup the Makefile of compressed kernel support | Wu Zhangjin | 2010-02-27 | 1 | -3/+3 |
* | MIPS: Loongson: Change the Email address of Wu Zhangjin | Wu Zhangjin | 2010-02-27 | 2 | -3/+3 |
* | MIPS: Fix vmlinuz build for 32bit-only math shells | Alexander Clouter | 2010-01-28 | 1 | -2/+5 |
* | MIPS: Add support of LZO-compressed kernels | Wu Zhangjin | 2010-01-28 | 2 | -0/+6 |
* | MIPS: Ignore vmlinux.* | Yoichi Yuasa | 2010-01-12 | 1 | -0/+1 |
* | MIPS: Move vmlinux.ecoff to arch/mips/boot | Yoichi Yuasa | 2010-01-12 | 1 | -1/+1 |
* | MIPS: Cleanup and Fixup of compressed kernel support | Wu Zhangjin | 2010-01-12 | 3 | -155/+59 |
* | MIPS: Remove addinitrd and CONFIG_PROBE_INITRD_HEADER | Ralf Baechle | 2009-12-17 | 2 | -137/+2 |
* | MIPS: Add support for GZIP / BZIP2 / LZMA compressed kernel images | Wu Zhangjin | 2009-12-17 | 7 | -0/+516 |
* | MIPS: Remove useless zero initializations. | Ralf Baechle | 2009-09-17 | 1 | -2/+2 |
* | [MIPS] checkfiles: Fix "need space after that ','" errors. | Ralf Baechle | 2007-10-12 | 2 | -6/+6 |
* | [MIPS] Fix "no space between function name and open parenthesis" warnings. | Ralf Baechle | 2007-10-12 | 1 | -26/+26 |
* | [MIPS] Fix archhelp. | Ralf Baechle | 2007-07-31 | 1 | -4/+0 |
* | Add .gitignore files for MIPS. | Ralf Baechle | 2005-11-07 | 1 | -0/+4 |
* | commit 1858f72fa2e2f63e62114a9bd40c8e68468d8c5e | Ralf Baechle | 2005-10-29 | 1 | -0/+4 |