Age | Commit message (Expand) | Author | Files | Lines |
2013-01-29 | x86, boot: Sanitize boot_params if not zeroed on creation | H. Peter Anvin | 1 | -0/+2 |
2012-07-21 | x86, boot: Removed unused debug flag and set code | Joe Millenbach | 1 | -4/+0 |
2012-07-21 | x86, boot: Switch output functions from command-line flags to conditional com... | Joe Millenbach | 1 | -11/+1 |
2012-07-21 | x86, boot: Changed error putstr path to match new debug_putstr format | Joe Millenbach | 1 | -3/+3 |
2012-07-21 | x86, boot: Wrap debug printing in a new debug_putstr function | Joe Millenbach | 1 | -8/+10 |
2012-07-21 | x86, boot: Removed quiet flag and switched quiet output to debug flag | Joe Millenbach | 1 | -6/+3 |
2012-01-26 | x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf() | Jesper Juhl | 1 | -0/+2 |
2011-01-13 | x86: support XZ-compressed kernel | Lasse Collin | 1 | -0/+4 |
2010-12-17 | x86-32: Make sure we can map all of lowmem if we need to | H. Peter Anvin | 1 | -1/+1 |
2010-10-08 | x86, setup: Use string copy operation to optimze copy in kernel compression | Zhao Yakui | 1 | -6/+23 |
2010-08-03 | x86, setup: enable early console output from the decompressor | Yinghai Lu | 1 | -23/+33 |
2010-02-28 | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+0 |
2010-02-19 | x86-64, setup: Inhibit decompressor output if video info is invalid | H. Peter Anvin | 1 | -2/+0 |
2010-02-06 | x86: Clean up mem*io functions. | Brian Gerst | 1 | -9/+4 |
2010-01-11 | x86: add support for LZO-compressed kernels | Albin Tonnerre | 1 | -0/+4 |
2009-05-12 | x86, boot: correct sanity checks in boot/compressed/misc.c | H. Peter Anvin | 1 | -7/+5 |
2009-01-05 | bzip2/lzma: x86 kernel compression support | Alain Knaff | 1 | -104/+14 |
2008-10-23 | x86: Fix ASM_X86__ header guards | H. Peter Anvin | 1 | -1/+1 |
2008-10-06 | Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr... | Ingo Molnar | 1 | -4/+6 |
2008-08-15 | x86: coding style fixes to arch/x86/boot/compressed/misc.c | Paolo Ciarrocchi | 1 | -4/+6 |
2008-07-26 | Merge branch 'linus' into x86/header-guards | Ingo Molnar | 1 | -39/+0 |
2008-07-25 | inflate: refactor inflate malloc code | Thomas Petazzoni | 1 | -39/+0 |
2008-07-22 | x86: consolidate header guards | Vegard Nossum | 1 | -1/+1 |
2008-07-08 | Merge branch 'x86/mpparse' into x86/devel | Ingo Molnar | 1 | -4/+0 |
2008-07-03 | x86: config option to disable info from decompression of the kernel | Ben Collins | 1 | -5/+11 |
2008-06-10 | x86: make generic arch support NUMAQ | Yinghai Lu | 1 | -4/+0 |
2008-05-31 | x86: Honor 'quiet' command line option in real mode boot decompressor. | Kristian Høgsberg | 1 | -3/+10 |
2008-05-31 | x86: Use structs instead of hardcoded offsets in x86 boot decompressor. | Kristian Høgsberg | 1 | -15/+11 |
2008-04-19 | x86: cleanup boot-heap usage | Alexander van Heukelum | 1 | -7/+1 |
2008-04-17 | x86: remove superfluous initialisation in boot code. | Alexander van Heukelum | 1 | -1/+1 |
2008-04-17 | x86: more cleanups in arch/x86/boot/compressed/misc.c | Ingo Molnar | 1 | -46/+54 |
2008-04-17 | x86: coding style fixes to arch/x86/boot/compressed/misc.c | Paolo Ciarrocchi | 1 | -32/+34 |
2008-04-17 | x86: use ELF format in compressed images. | Ian Campbell | 1 | -0/+56 |
2008-01-30 | x86: unify arch/x86/boot/compressed/misc_??.c | Ian Campbell | 1 | -0/+413 |