| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, efi stub: Add .reloc section back into image | Jordan Justen | 2012-06-07 | 2 | -74/+140 |
* | x86, efi; Add EFI boot stub console support | Matt Fleming | 2012-06-01 | 2 | -16/+75 |
* | x86, efi: Only close open files in error path | Matt Fleming | 2012-06-01 | 1 | -1/+1 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-23 | 1 | -6/+12 |
|\ |
|
| * | keyboard: Use BIOS Keyboard variable to set Numlock | Joshua Cov | 2012-05-08 | 1 | -6/+12 |
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-05-23 | 3 | -23/+41 |
|\ \ |
|
| * \ | Merge branch x86/build into x86/efi and fix up arch/x86/boot/tools/build.c | H. Peter Anvin | 2012-03-28 | 5 | -40/+30 |
| |\ \ |
|
| * | | | x86, efi: Fix NumberOfRvaAndSizes field in PE32 header for EFI_STUB | Matt Fleming | 2012-03-26 | 1 | -1/+1 |
| * | | | x86, efi: Fix .text section overlapping image header for EFI_STUB | Matt Fleming | 2012-03-26 | 3 | -7/+34 |
| * | | | x86, efi: Fix issue of overlapping .reloc section for EFI_STUB | Jordan Justen | 2012-03-26 | 1 | -15/+7 |
* | | | | x86, realmode: 16-bit real-mode code support for relocs tool | H. Peter Anvin | 2012-05-18 | 2 | -683/+4 |
* | | | | x86, relocs: Remove an unused variable | Kusanagi Kouichi | 2012-04-30 | 1 | -2/+0 |
* | | | | x86, efi: Add dedicated EFI stub entry point | Matt Fleming | 2012-04-16 | 3 | -13/+38 |
| |_|/
|/| | |
|
* | | | x86, boot: Correct CFLAGS for hostprogs | H. Peter Anvin | 2012-03-22 | 1 | -3/+3 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-03-22 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | x86, efi: Fix pointer math issue in handle_ramdisks() | Dan Carpenter | 2012-03-16 | 1 | -4/+4 |
| |/ / |
|
* | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-03-22 | 5 | -36/+27 |
|\ \ \
| | |/
| |/| |
|
| * | | x86, build: Fix portability issues when cross-building | H. Peter Anvin | 2012-02-28 | 1 | -3/+4 |
| * | | x86, tools: Remove unneeded header files from tools/build.c | H. Peter Anvin | 2012-02-28 | 1 | -2/+0 |
| * | | x86, efi: Fix endian issues and unaligned accesses | Matt Fleming | 2012-02-28 | 1 | -16/+15 |
| * | | x86, boot: Restrict CFLAGS for hostprogs | Matt Fleming | 2012-02-28 | 1 | -2/+3 |
| * | | x86, mkpiggy: Don't open code put_unaligned_le32() | Matt Fleming | 2012-02-28 | 2 | -9/+3 |
| * | | x86, relocs: Don't open code put_unaligned_le32() | Matt Fleming | 2012-02-28 | 1 | -4/+2 |
| |/ |
|
* | | Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for... | Linus Torvalds | 2012-03-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | x86, boot: Fix port argument to inl() function | He Chunhui | 2012-01-31 | 1 | -1/+1 |
* | | x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf() | Jesper Juhl | 2012-01-26 | 1 | -0/+2 |
|/ |
|
* | x86, efi: Break up large initrd reads | Maarten Lankhorst | 2011-12-16 | 2 | -6/+15 |
* | x86, efi: EFI boot stub support | Matt Fleming | 2011-12-12 | 11 | -1/+1453 |
* | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -1/+1 |
* | x86, build: Do not set the root_dev field in bzImage | Michal Marek | 2011-05-25 | 2 | -37/+5 |
* | x86, setup: When probing memory with e801, use ax/bx as a pair | H. Peter Anvin | 2011-04-25 | 1 | -1/+1 |
* | x86, build: Make sure mkpiggy fails on read error | Daniel J Blueman | 2011-03-01 | 1 | -1/+6 |
* | x86: support XZ-compressed kernel | Lasse Collin | 2011-01-13 | 3 | -2/+9 |
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-01-06 | 1 | -1/+1 |
|\ |
|
| * | x86, cpu: Rename verify_cpu_64.S to verify_cpu.S | Kees Cook | 2010-11-10 | 1 | -1/+1 |
* | | x86-32: Make sure we can map all of lowmem if we need to | H. Peter Anvin | 2010-12-16 | 1 | -1/+1 |
|/ |
|
* | x86, setup: Use string copy operation to optimze copy in kernel compression | Zhao Yakui | 2010-10-07 | 1 | -6/+23 |
* | x86, setup: Fix earlyprintk=serial,0x3f8,115200 | Yinghai Lu | 2010-09-21 | 1 | -1/+13 |
* | x86, setup: Fix earlyprintk=serial,ttyS0,115200 | Yinghai Lu | 2010-09-21 | 1 | -1/+1 |
* | x86, setup: move isdigit.h to ctype.h, header files on top. | H. Peter Anvin | 2010-08-02 | 4 | -4/+2 |
* | x86, setup: enable early console output from the decompressor | Yinghai Lu | 2010-08-02 | 7 | -29/+105 |
* | x86, setup: reorganize the early console setup | Yinghai Lu | 2010-08-02 | 7 | -163/+186 |
* | x86, setup: Allow global variables and functions in the decompressor | H. Peter Anvin | 2010-08-02 | 3 | -0/+32 |
* | x86, setup: Only set early_serial_base after port is initialized | Yinghai Lu | 2010-07-14 | 1 | -30/+33 |
* | x86, setup: Make the setup code also accept console=uart8250 | Yinghai Lu | 2010-07-13 | 2 | -1/+80 |
* | x86, setup: Early-boot serial I/O support | Pekka Enberg | 2010-07-12 | 4 | -6/+165 |
* | x86, setup: Set ax register in boot vga query | Andi Kleen | 2010-06-10 | 1 | -2/+1 |
* | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2010-06-01 | 2 | -3/+3 |
|\ |
|
| * | Rename .rodata.compressed to .rodata..compressed. | Denys Vlasenko | 2010-03-03 | 2 | -3/+3 |
* | | Revert "endian: #define __BYTE_ORDER" | Linus Torvalds | 2010-05-26 | 1 | -2/+2 |