aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22ARM: 9243/1: riscpc: Unbreak the buildBart Van Assche1-0/+2
2022-04-04ARM: ep93xx: multiplatform supportArnd Bergmann1-0/+4
2021-12-03ARM: decompressor: disable stack protectorArd Biesheuvel1-7/+0
2018-04-09Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+6
2018-04-05zboot: fix stack protector in compressed boot phaseHuacai Chen1-8/+1
2018-04-05ARM: decompressor: fix warning introduced in fortify patchRussell King1-1/+1
2018-03-28ARM: 8749/1: Kconfig: Add ARCH_HAS_FORTIFY_SOURCEJinbum Park1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2013-12-20stackprotector: Introduce CONFIG_CC_STACKPROTECTOR_STRONGKees Cook1-0/+14
2013-03-15ARM: 7671/1: use Kconfig to select uncompress.hShawn Guo1-7/+1
2012-09-14ARM: initial multiplatform supportRob Herring1-0/+6
2011-09-14ARM: zImage: gather some string functions into string.cNicolas Pitre1-41/+1
2011-05-07Merge branch 'zImage_fixes' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-14/+10
2011-05-07ARM: zImage: don't ignore error returned from decompress()Nicolas Pitre1-4/+9
2011-05-07ARM: zImage: simplify decompress_kernel()Nicolas Pitre1-11/+2
2011-03-28ARM: 6826/1: Merge v6 and v7 DEBUG_LL DCC supportStephen Boyd1-11/+1
2011-02-02ARM: v6k: introduce CPU_V6K optionRussell King1-1/+1
2010-07-07ARM: remove bit-rotten STANDALONE_DEBUG for decompressorUwe Kleine-König1-20/+0
2010-03-13ARM: 5985/2: ARM: Fix Samsung build after "ARM: Eliminate decompressor -Dstatic= PIC hack"Mark Brown1-0/+1
2010-02-25Merge branch 'misc2' into develRussell King1-98/+11
2010-02-25ARM: Eliminate decompressor -Dstatic= PIC hackRussell King1-98/+11
2010-01-19ARM: 5884/1: arm: Fix DCC console for v7Tony Lindgren1-0/+12
2010-01-18ARM: 5882/1: ARM: Fix uncompress code compile for different defines of flush(void)Tony Lindgren1-1/+0
2010-01-11arm: add support for LZO-compressed kernelsAlbin Tonnerre1-82/+34
2009-07-25ARM: includecheck fix: misc.cJaswinder Singh Rajput1-1/+0
2009-03-31arm: allow usage of string functions in linux/string.hRusty Russell1-1/+4
2009-02-27[ARM] 5412/1: XSCALE: add ice dcc supportJean-Christop PLAGNIOL-VILLARD1-0/+15
2008-11-27[ARM] remove memzero()Russell King1-0/+2
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni1-52/+7
2007-05-02[PATCH] x86: deflate stack usage in lib/inflate.cJeremy Fitzhardinge1-1/+1
2006-09-25[ARM] 3838/1: ARM: DCC debug console support for ARM11Tony Lindgren1-0/+21
2006-05-02[ARM] 3488/1: make icedcc_putc do the right thingUwe Zeisberger1-2/+2
2006-03-28[ARM] Move ice-dcc code into misc.cRussell King1-1/+14
2006-03-28[ARM] Fix decompressor serial IO to give CRLF not LFCRRussell King1-10/+18
2005-11-08[ARM] 3132/1: S3C2410 - reset on decompression errorBen Dooks1-0/+6
2005-10-29[PATCH] type fix in arm/boot/compressed/misc.cAl Viro1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+329