Age | Commit message (Expand) | Author | Files | Lines |
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 | 3 | -13/+38 |
2012-03-22 | x86, boot: Correct CFLAGS for hostprogs | H. Peter Anvin | 1 | -3/+3 |
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-22 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -36/+27 |
2012-03-22 | Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for... | Linus Torvalds | 1 | -1/+1 |
2012-03-16 | x86, efi: Fix pointer math issue in handle_ramdisks() | Dan Carpenter | 1 | -4/+4 |
2012-02-28 | x86, build: Fix portability issues when cross-building | H. Peter Anvin | 1 | -3/+4 |
2012-02-28 | x86, tools: Remove unneeded header files from tools/build.c | H. Peter Anvin | 1 | -2/+0 |
2012-02-28 | x86, efi: Fix endian issues and unaligned accesses | Matt Fleming | 1 | -16/+15 |
2012-02-28 | x86, boot: Restrict CFLAGS for hostprogs | Matt Fleming | 1 | -2/+3 |
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-31 | x86, boot: Fix port argument to inl() function | He Chunhui | 1 | -1/+1 |
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 | 11 | -1/+1453 |
2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -1/+1 |
2011-05-25 | x86, build: Do not set the root_dev field in bzImage | Michal Marek | 2 | -37/+5 |
2011-04-25 | x86, setup: When probing memory with e801, use ax/bx as a pair | H. Peter Anvin | 1 | -1/+1 |
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-09-21 | x86, setup: Fix earlyprintk=serial,0x3f8,115200 | Yinghai Lu | 1 | -1/+13 |
2010-09-21 | x86, setup: Fix earlyprintk=serial,ttyS0,115200 | Yinghai Lu | 1 | -1/+1 |
2010-08-02 | x86, setup: move isdigit.h to ctype.h, header files on top. | H. Peter Anvin | 4 | -4/+2 |
2010-08-02 | x86, setup: enable early console output from the decompressor | Yinghai Lu | 7 | -29/+105 |
2010-08-02 | x86, setup: reorganize the early console setup | Yinghai Lu | 7 | -163/+186 |
2010-08-02 | x86, setup: Allow global variables and functions in the decompressor | H. Peter Anvin | 3 | -0/+32 |
2010-07-14 | x86, setup: Only set early_serial_base after port is initialized | Yinghai Lu | 1 | -30/+33 |
2010-07-13 | x86, setup: Make the setup code also accept console=uart8250 | Yinghai Lu | 2 | -1/+80 |
2010-07-12 | x86, setup: Early-boot serial I/O support | Pekka Enberg | 4 | -6/+165 |
2010-06-10 | x86, setup: Set ax register in boot vga query | Andi Kleen | 1 | -2/+1 |
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 | 3 | -10/+8 |
2010-02-28 | Merge branch 'x86-io-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -9/+4 |
2010-02-19 | x86, setup: Don't skip mode setting for the standard VGA modes | H. Peter Anvin | 1 | -8/+1 |
2010-02-18 | x86-64, setup: Inhibit decompressor output if video info is invalid | H. Peter Anvin | 1 | -2/+0 |
2010-02-17 | x86, setup: When restoring the screen, update boot_params.screen_info | H. Peter Anvin | 1 | -0/+7 |
2010-02-07 | x86: Remove trailing spaces in messages | Frans Pop | 1 | -1/+1 |
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-28 | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 2 | -3/+3 |