1. 9c77679 x86, build: copy ldlinux.c32 to image.iso by H. Peter Anvin · 9 years ago
  2. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  3. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  4. d2d3462 x86/KASLR: Clarify purpose of each get_random_long() by Kees Cook · 9 years ago
  5. 071a749 x86/KASLR: Add virtual address choosing function by Baoquan He · 9 years ago
  6. 06486d6 x86/KASLR: Return earliest overlap when avoiding regions by Kees Cook · 9 years ago
  7. c401cf1 x86/KASLR: Add 'struct slot_area' to manage random_addr slots by Baoquan He · 9 years ago
  8. cb18ef0 x86/boot: Add missing file header comments by Kees Cook · 9 years ago
  9. 434a6c9 x86/KASLR: Initialize mapping_info every time by Kees Cook · 9 years ago
  10. 36a39ac x86/boot: Comment what finalize_identity_maps() does by Borislav Petkov · 9 years ago
  11. 3a94707 x86/KASLR: Build identity mappings on demand by Kees Cook · 9 years ago
  12. ed09acd x86/KASLR: Improve comments around the mem_avoid[] logic by Kees Cook · 9 years ago
  13. 549f90d x86/boot: Simplify pointer casting in choose_random_location() by Borislav Petkov · 9 years ago
  14. 9dc1969 x86/KASLR: Consolidate mem_avoid[] entries by Yinghai Lu · 9 years ago
  15. 2bc1cd3 x86/boot: Clean up pointer casting by Kees Cook · 9 years ago
  16. 00ec2c3 x86/boot: Warn on future overlapping memcpy() use by Kees Cook · 9 years ago
  17. dc425a6 x86/boot: Extract error reporting functions by Kees Cook · 9 years ago
  18. 4abf061 x86/boot: Correctly bounds-check relocations by Yinghai Lu · 9 years ago
  19. 4d2d542 x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_total_size' by Yinghai Lu · 9 years ago
  20. 67b6662 x86/boot: Fix "run_size" calculation by Yinghai Lu · 9 years ago
  21. d607251 x86/boot: Calculate decompression size during boot not build by Yinghai Lu · 9 years ago
  22. 974f221 x86/boot: Move compressed kernel to the end of the decompression buffer by Yinghai Lu · 9 years ago
  23. 6f9af75 x86/KASLR: Handle kernel relocations above 2G correctly by Baoquan He · 9 years ago
  24. fc37206 efi/libstub: Move Graphics Output Protocol handling to generic code by Ard Biesheuvel · 9 years ago
  25. 2c23b73 x86/efi: Prepare GOP handling code for reuse as generic code by Ard Biesheuvel · 9 years ago
  26. 81b785f x86/boot: Rename overlapping memcpy() to memmove() by Kees Cook · 9 years ago
  27. 0f8ede1b x86/KASLR: Warn when KASLR is disabled by Kees Cook · 9 years ago
  28. bf0118d x86/boot: Make memcpy() handle overlaps by Kees Cook · 9 years ago
  29. 1f208de x86/boot: Clean up things used by decompressors by Kees Cook · 9 years ago
  30. e8581e3 x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET by Baoquan He · 9 years ago
  31. 4252db1 x86/KASLR: Update description for decompressor worst case size by Baoquan He · 9 years ago
  32. be1fb0e kbuild: delete unnecessary "@:" by Masahiro Yamada · 9 years ago
  33. 9016875 x86/KASLR: Rename "random" to "random_addr" by Kees Cook · 9 years ago
  34. 7de828d x86/KASLR: Clarify purpose of kaslr.c by Kees Cook · 9 years ago
  35. c040288 x86/boot: Clarify purpose of functions in misc.c by Kees Cook · 9 years ago
  36. 6655e0a x86/boot: Rename "real_mode" to "boot_params" by Kees Cook · 9 years ago
  37. 206f25a x86/KASLR: Remove unneeded boot_params argument by Yinghai Lu · 9 years ago
  38. 9b23874 x86/KASLR: Rename aslr.c to kaslr.c by Kees Cook · 9 years ago
  39. 6d92bc9 x86/build: Build compressed x86 kernels as PIE by H.J. Lu · 9 years ago
  40. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  41. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  42. 42576be Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  43. c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 9 years ago
  44. 25b4caf x86/boot: Remove unused 'is_big_kernel' variable by Nicolas Iooss · 9 years ago
  45. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  46. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 9 years ago
  47. 70f15287 x86/mm: Fix regression with huge pages on PAE by Kirill A. Shutemov · 9 years ago
  48. c63f06d kasan: move KASAN_SANITIZE in arch/x86/boot/Makefile by Andrey Konovalov · 9 years ago
  49. 790a2ee Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efi by Ingo Molnar · 9 years ago
  50. c7d77a7 Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix by Ingo Molnar · 9 years ago
  51. 8a53554 x86/efi: Fix multiple GOP device support by Kővágó, Zoltán · 9 years ago
  52. ae2ee62 efifb: Add support for 64-bit frame buffer addresses by Matt Fleming · 9 years ago
  53. 2d3862d lib/decompressors: use real out buf size for gunzip with kernel by Yinghai Lu · 9 years ago
  54. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  55. 11e612d Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  56. 5461bd8 Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
  57. fa5c350 Revert "x86/efi: Request desired alignment via the PE/COFF headers" by Matt Fleming · 9 years ago
  58. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  59. 7cc03e4 x86/efi: Use all 64 bit of efi_memmap in setup_e820() by Dmitry Skorodumov · 9 years ago
  60. 9491630 x86/boot: Obsolete the MCA sys_desc_table by Paolo Pisati · 10 years ago
  61. 79063a7 x86/boot: Add hex output for debugging by Kees Cook · 10 years ago
  62. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 10 years ago
  63. 87be28a x86/asm/tsc: Replace rdtscll() with native_read_tsc() by Andy Lutomirski · 10 years ago
  64. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 10 years ago
  65. 927392d x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.h by Ingo Molnar · 12 years ago
  66. ad5fb87 e820, efi: add ACPI 6.0 persistent memory types by Dan Williams · 10 years ago
  67. c102cb0 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  68. 98b228f x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr by Roy Franz · 10 years ago
  69. 8f74bc5 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  70. 78cac48 x86/mm/KASLR: Propagate KASLR status to kernel proper by Borislav Petkov · 10 years ago
  71. 40e4f2d1 x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20 by Denys Vlasenko · 10 years ago
  72. e4518ab Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts by Ingo Molnar · 10 years ago
  73. 1c1d046 x86/boot: Standardize strcmp() by Arjun Sreedharan · 10 years ago
  74. 69797da Revert "x86/mm/ASLR: Propagate base load address calculation" by Borislav Petkov · 10 years ago
  75. d2c032e Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree by Ingo Molnar · 10 years ago
  76. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  77. a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  78. f47233c x86/mm/ASLR: Propagate base load address calculation by Jiri Kosina · 10 years ago
  79. fb148d8 x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.S by Alexander Kuleshov · 10 years ago
  80. 79287cf x86/boot/video: Move the 'video_segment' variable to video.c by Alexander Kuleshov · 10 years ago
  81. 829bf7a Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  82. 393f203 x86_64: kasan: add interceptors for memset/memmove/memcpy functions by Andrey Ryabinin · 10 years ago
  83. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 10 years ago
  84. 96738c6 x86/efi: Avoid triple faults during EFI mixed mode calls by Matt Fleming · 10 years ago
  85. 80f33a5 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  86. d69911a x86, build: replace Perl script with Shell script by Kees Cook · 10 years ago
  87. f285f4a x86, boot: Skip relocs when load address unchanged by Kees Cook · 10 years ago
  88. 2372673 Merge tag 'x86_queue' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/cleanups by Ingo Molnar · 10 years ago
  89. b346300 x86, early_serial_console: Remove unnecessary check by Alexander Kuleshov · 10 years ago
  90. e054273 x86, early_serial_console: Remove unused macro XMTRDY by Alexander Kuleshov · 10 years ago
  91. 60b217a x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_H by Alexander Kuleshov · 10 years ago
  92. 280dbc5 x86/build: Clean auto-generated processor feature files by Bjørn Mork · 10 years ago
  93. 8139548 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  94. b6444bd Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  95. e2e68ae x86: Use $(OBJDUMP) instead of plain objdump by Chris Clayton · 10 years ago
  96. 243b675 efi/x86: Move x86 back to libstub by Ard Biesheuvel · 10 years ago
  97. 6d24c5f x86-64: Handle PC-relative relocations on per-CPU data by Jan Beulich · 10 years ago
  98. fb7183e x86, boot: Document intermediates more clearly by Kees Cook · 10 years ago
  99. e602336 x86, kaslr: Prevent .bss from overlaping initrd by Junjie Mao · 10 years ago
  100. 8c81f48 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago