- f4bcd8c Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 1925994 x86, kaslr: Remove unused including <linux/version.h> by Wei Yongjun · 11 years ago
- 8b3b005 x86, build: Pass in additional -mno-mmx, -mno-sse options by H. Peter Anvin · 11 years ago
- 327f7d7 x86, kaslr: Use char array to gain sizeof sanity by Kees Cook · 11 years ago
- e8236c4 x86, kaslr: Add a circular multiply for better bit diffusion by H. Peter Anvin · 11 years ago
- a653f35 x86, kaslr: Mix entropy sources together as needed by Kees Cook · 11 years ago
- 69019d7 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 6e6a493 x86, boot: Rename get_flags() and check_flags() to *_cpuflags() by H. Peter Anvin · 11 years ago
- 82fa963 x86, kaslr: Select random position from e820 maps by Kees Cook · 11 years ago
- 5bfce5e x86, kaslr: Provide randomness functions by Kees Cook · 11 years ago
- 8ab3820 x86, kaslr: Return location from decompress_kernel by Kees Cook · 11 years ago
- dd78b97 x86, boot: Move CPU flags out of cpucheck by Kees Cook · 11 years ago
- 49449c30c x86: mkpiggy.c: Explicitly close the output file by Geyslan G. Bem · 11 years ago
- 0ce6cda x86 efi: bugfix interrupt disabling sequence by Bart Kuivenhoven · 11 years ago
- d2078d5 x86: EFI stub support for large memory maps by Linn Crosetto · 11 years ago
- 46f4582 efi: Generalize handle_ramdisks() and rename to handle_cmdline_files(). by Roy Franz · 11 years ago
- 0e1cadb efi: Allow efi_free() to be called with size of 0 by Roy Franz · 11 years ago
- ae8e906 efi: use efi_get_memory_map() to get final map for x86 by Roy Franz · 11 years ago
- 5fef387 efi: Move unicode to ASCII conversion to shared function. by Roy Franz · 11 years ago
- 4a9f3a7 efi: Generalize relocate_kernel() for use by other architectures. by Roy Franz · 11 years ago
- c6866d7 efi: Move relocate_kernel() to shared file. by Roy Franz · 11 years ago
- 40e4530 efi: Rename memory allocation/free functions by Roy Franz · 11 years ago
- 876dc36 efi: Add system table pointer argument to shared functions. by Roy Franz · 11 years ago
- 7721da4 efi: Move common EFI stub code from x86 arch code to common location by Roy Franz · 11 years ago
- ed37ddf efi: Add proper definitions for some EFI function pointers. by Roy Franz · 11 years ago
- aafcd5d Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- a021506 x86, relocs: Move ELF relocation handling to C by Kees Cook · 12 years ago
- df981ed x86, efi: correct call to free_pages by Roy Franz · 12 years ago
- f9b493a arm: add support for LZ4-compressed kernel by Kyungsik Lee · 12 years ago
- 1982269 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 4d6f843 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- d3768d8 x86, efi: retry ExitBootServices() on failure by Zach Bobroff · 12 years ago
- f8b8404 Modify UEFI anti-bricking code by Matthew Garrett · 12 years ago
- 592a9b8 x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h> by Zhang Yanfei · 12 years ago
- 874f6d1 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 697dfd8 Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 12 years ago
- f697036 efi: Check EFI revision in setup_efi_vars by Josh Boyer · 12 years ago
- 51f8fbb x86, efi: Fix a build warning by Borislav Petkov · 12 years ago
- c0a9f45 Merge remote-tracking branch 'efi/urgent' into x86/urgent by H. Peter Anvin · 12 years ago
- cc5a080 efi: Pass boot services variable info to runtime code by Matthew Garrett · 12 years ago
- 9187082 x86: Fix rebuild with EFI_STUB enabled by Jan Beulich · 12 years ago
- 2dead15 x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safety by Lans Zhang · 12 years ago
- e3c4877 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 5abcd76 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- deb9410 x86, efi: Allow slash in file path of initrd by Lee, Chun-Yi · 12 years ago
- becbd66 Merge tag 'efi-for-3.8' into x86/efi by H. Peter Anvin · 12 years ago
- 8ee2f2d x86, boot: Update comments about entries for 64bit image by Yinghai Lu · 12 years ago
- ee92d81 x86, boot: Support loading bzImage, boot_params and ramdisk above 4G by Yinghai Lu · 12 years ago
- d3c433b x86, boot: Move lldt/ltr out of 64bit code section by Yinghai Lu · 12 years ago
- 187a8a7 x86, boot: Move verify_cpu.S and no_longmode down by Yinghai Lu · 12 years ago
- f1da834 x86, boot: Add get_cmd_line_ptr() by Yinghai Lu · 12 years ago
- 7397018 x86, efi: remove attribute check from setup_efi_pci by Maarten Lankhorst · 12 years ago
- 5dcd14e x86, boot: Sanitize boot_params if not zeroed on creation by H. Peter Anvin · 12 years ago
- 99f857d x86, build: Dynamically find entry points in compressed startup code by David Woodhouse · 12 years ago
- b607e21 x86, efi: Fix PCI ROM handing in EFI boot stub, in 32-bit mode by David Woodhouse · 12 years ago
- f791620 x86, efi: Fix 32-bit EFI handover protocol entry point by David Woodhouse · 12 years ago
- 70a479c x86, efi: Fix display detection in EFI boot stub by David Woodhouse · 12 years ago
- bc75479 x86, efi: fix 32-bit warnings in setup_efi_pci() by Jan Beulich · 12 years ago
- 886d751 x86, efi: correct precedence of operators in setup_efi_pci by Sasha Levin · 12 years ago
- 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
- dd5fc85 EFI: Stash ROMs if they're not in the PCI BAR by Matthew Garrett · 12 years ago
- 0f905a4 x86, efi: Fix processor-specific memcpy() build error by Matt Fleming · 12 years ago
- e9b1095 x86, EFI: Calculate the EFI framebuffer size instead of trusting the firmware by Matthew Garrett · 13 years ago
- f462ed9 efifb: Skip DMI checks if the bootloader knows what it's doing by Matthew Garrett · 13 years ago
- 9dead5b efi: Build EFI stub with EFI-appropriate options by Matthew Garrett · 13 years ago
- 38cb5ef X86: Improve GOP detection in the EFI boot stub by Matthew Garrett · 13 years ago
- 0a2fe19 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- bd448d4 x86, boot: Exclude cmdline.c if you can't use it by Gokul Caushik · 13 years ago
- cec49df x86, boot: Exclude early_serial_console.c if can't use it. by Joe Millenbach · 13 years ago
- 641a1ce x86, boot: Removed unused debug flag and set code by Joe Millenbach · 13 years ago
- 7aac301 x86, boot: Switch output functions from command-line flags to conditional compilation by Joe Millenbach · 13 years ago
- cb454fe x86, boot: Changed error putstr path to match new debug_putstr format by Joe Millenbach · 13 years ago
- e605a42 x86, boot: Wrap debug printing in a new debug_putstr function by Joe Millenbach · 13 years ago
- 9f4e439 x86, boot: Removed quiet flag and switched quiet output to debug flag by Joe Millenbach · 13 years ago
- 9ca8f72 x86, efi: Handover Protocol by Matt Fleming · 13 years ago
- 9fa7ded x86, efi; Add EFI boot stub console support by Matt Fleming · 13 years ago
- 30dc0d0 x86, efi: Only close open files in error path by Matt Fleming · 13 years ago
- 8ca038d Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 6520fe5 x86, realmode: 16-bit real-mode code support for relocs tool by H. Peter Anvin · 13 years ago
- 7c77cda x86, relocs: Remove an unused variable by Kusanagi Kouichi · 13 years ago
- b199430 x86, efi: Add dedicated EFI stub entry point by Matt Fleming · 13 years ago
- a9aff3e Merge branch x86/build into x86/efi and fix up arch/x86/boot/tools/build.c by H. Peter Anvin · 13 years ago
- e31be36 x86, efi: Fix .text section overlapping image header for EFI_STUB by Matt Fleming · 13 years ago
- 28f23d1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- c7b7383 x86, efi: Fix pointer math issue in handle_ramdisks() by Dan Carpenter · 13 years ago
- 12871c5 x86, mkpiggy: Don't open code put_unaligned_le32() by Matt Fleming · 13 years ago
- 55f9709 x86, relocs: Don't open code put_unaligned_le32() by Matt Fleming · 13 years ago
- 5067cf5 x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf() by Jesper Juhl · 13 years ago
- 2d2da60f x86, efi: Break up large initrd reads by Maarten Lankhorst · 13 years ago
- 291f363 x86, efi: EFI boot stub support by Matt Fleming · 13 years ago
- 6670e9c x86, build: Make sure mkpiggy fails on read error by Daniel J Blueman · 14 years ago
- 3031480 x86: support XZ-compressed kernel by Lasse Collin · 14 years ago
- 37d9a8c Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 147dd56 x86-32: Make sure we can map all of lowmem if we need to by H. Peter Anvin · 14 years ago
- c5cbac6 x86, cpu: Rename verify_cpu_64.S to verify_cpu.S by Kees Cook · 14 years ago
- 68f4d5a x86, setup: Use string copy operation to optimze copy in kernel compression by Zhao Yakui · 14 years ago
- 6238b47 x86, setup: move isdigit.h to ctype.h, header files on top. by H. Peter Anvin · 15 years ago
- 8fee13a4 x86, setup: enable early console output from the decompressor by Yinghai Lu · 15 years ago
- 22a57f5 x86, setup: Allow global variables and functions in the decompressor by H. Peter Anvin · 15 years ago