Age | Commit message (Expand) | Author | Files | Lines |
2012-07-26 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -78/+140 |
2012-07-21 | x86, boot: Exclude cmdline.c if you can't use it | Gokul Caushik | 2 | -2/+7 |
2012-07-21 | x86, boot: Exclude early_serial_console.c if can't use it. | Joe Millenbach | 2 | -0/+14 |
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 | 2 | -15/+14 |
2012-07-21 | x86, boot: Changed error putstr path to match new debug_putstr format | Joe Millenbach | 2 | -3/+4 |
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-07-20 | x86, efi: Handover Protocol | Matt Fleming | 3 | -78/+140 |
2012-06-01 | x86, efi; Add EFI boot stub console support | Matt Fleming | 2 | -16/+75 |
2012-06-01 | x86, efi: Only close open files in error path | Matt Fleming | 1 | -1/+1 |
2012-05-23 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+11 |
2012-05-18 | x86, realmode: 16-bit real-mode code support for relocs tool | H. Peter Anvin | 2 | -683/+4 |
2012-04-30 | x86, relocs: Remove an unused variable | Kusanagi Kouichi | 1 | -2/+0 |
2012-04-16 | x86, efi: Add dedicated EFI stub entry point | Matt Fleming | 2 | -9/+27 |
2012-03-28 | Merge branch x86/build into x86/efi and fix up arch/x86/boot/tools/build.c | H. Peter Anvin | 3 | -13/+5 |
2012-03-26 | x86, efi: Fix .text section overlapping image header for EFI_STUB | Matt Fleming | 1 | -3/+11 |
2012-03-22 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+4 |
2012-03-16 | x86, efi: Fix pointer math issue in handle_ramdisks() | Dan Carpenter | 1 | -4/+4 |
2012-02-28 | x86, mkpiggy: Don't open code put_unaligned_le32() | Matt Fleming | 2 | -9/+3 |
2012-02-28 | x86, relocs: Don't open code put_unaligned_le32() | Matt Fleming | 1 | -4/+2 |
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-12-16 | x86, efi: Break up large initrd reads | Maarten Lankhorst | 2 | -6/+15 |
2011-12-12 | x86, efi: EFI boot stub support | Matt Fleming | 8 | -1/+1221 |
2011-03-01 | x86, build: Make sure mkpiggy fails on read error | Daniel J Blueman | 1 | -1/+6 |
2011-01-13 | x86: support XZ-compressed kernel | Lasse Collin | 3 | -2/+9 |
2011-01-06 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2010-12-16 | x86-32: Make sure we can map all of lowmem if we need to | H. Peter Anvin | 1 | -1/+1 |
2010-11-10 | x86, cpu: Rename verify_cpu_64.S to verify_cpu.S | Kees Cook | 1 | -1/+1 |
2010-10-07 | x86, setup: Use string copy operation to optimze copy in kernel compression | Zhao Yakui | 1 | -6/+23 |
2010-08-02 | x86, setup: move isdigit.h to ctype.h, header files on top. | H. Peter Anvin | 2 | -2/+1 |
2010-08-02 | x86, setup: enable early console output from the decompressor | Yinghai Lu | 6 | -25/+103 |
2010-08-02 | x86, setup: Allow global variables and functions in the decompressor | H. Peter Anvin | 3 | -0/+32 |
2010-06-01 | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2 | -3/+3 |
2010-05-26 | Revert "endian: #define __BYTE_ORDER" | Linus Torvalds | 1 | -2/+2 |
2010-05-25 | endian: #define __BYTE_ORDER | Joakim Tjernlund | 1 | -2/+2 |
2010-03-03 | Rename .rodata.compressed to .rodata..compressed. | Denys Vlasenko | 2 | -3/+3 |
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-18 | x86-64, setup: Inhibit decompressor output if video info is invalid | H. Peter Anvin | 1 | -2/+0 |
2010-02-05 | x86: Clean up mem*io functions. | Brian Gerst | 1 | -9/+4 |
2010-01-11 | x86: add support for LZO-compressed kernels | Albin Tonnerre | 2 | -1/+8 |
2009-12-25 | x86, compress: Force i386 instructions for the decompressor | H. Peter Anvin | 1 | -0/+1 |
2009-12-14 | x86: Regex support and known-movable symbols for relocs, fix _end | H. Peter Anvin | 1 | -28/+59 |
2009-11-19 | x86: Eliminate redundant/contradicting cache line size config options | Jan Beulich | 1 | -1/+2 |
2009-10-24 | x86, boot: Simplify setting of the PAE bit | Alexander Potashev | 1 | -2/+1 |
2009-09-18 | x86: convert compressed loader to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 3 | -4/+8 |
2009-08-20 | x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile | Jan Beulich | 1 | -1/+1 |
2009-06-18 | gcov: enable GCOV_PROFILE_ALL for x86_64 | Peter Oberparleiter | 1 | -0/+1 |
2009-06-10 | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 9 | -287/+324 |
2009-06-02 | x86, boot: add new generated files to the appropriate .gitignore files | Mike Galbraith | 1 | -0/+3 |