1. 76d3252 Merge android-4.9.211(5af9b7f) into msm-4.9 by jianzhou · 4 years, 6 months ago
  2. e8b419b x86/efistub: Disable paging at mixed mode entry by Ard Biesheuvel · 4 years, 9 months ago
  3. 466787a Merge android-4.9.188 (d4fff2d) into msm-4.9 by jianzhou · 5 years ago
  4. b2ca435 x86, boot: Remove multiple copy of static function sanitize_boot_params() by Zhenzhong Duan · 5 years ago
  5. 685434d Merge android-4.9.168 (286f971) into msm-4.9 by jianzhou · 5 years ago
  6. dd779cb Merge android-4.9.163 (429c144) into msm-4.9 by jianzhou · 5 years ago
  7. d4dad34 x86/build: Specify elf_i386 linker emulation explicitly for i386 objects by George Rimar · 6 years ago
  8. e81c464 x86/boot: Disable the address-of-packed-member compiler warning by Matthias Kaehlcke · 7 years ago
  9. f41ab60 Merge android-4.9.145 (6328e64) into msm-4.9 by jianzhou · 6 years ago
  10. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  11. 78e96f6 x86/boot: #undef memcpy() et al in string.c by Michael Davidson · 7 years ago
  12. 24395d6 x86: boot: Fix EFI stub alignment by Ben Hutchings · 6 years ago
  13. 69376be Merge android-4.9.125 (a925dfb) into msm-4.9 by Minming Qi · 6 years ago
  14. a925dfb Merge 4.9.125 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  15. f3c2846 x86/boot: Fix if_changed build flip/flop bug by Kees Cook · 6 years ago
  16. d33c30a Merge android-4.9.102 (9c3041c) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  17. 9c3041c Merge 4.9.102 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  18. dc7de9b efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definition for mixed mode by Ard Biesheuvel · 6 years ago
  19. 2e229cb02 Merge android-4.9.94 (8683408) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  20. 6c02278 Merge android-4.9.91 (bb94f9d) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  21. dc9767f Merge android-4.9.90 (dd1e37e) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  22. 8683408 Merge 4.9.94 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  23. b1b547a x86/boot: Declare error() as noreturn by Kees Cook · 7 years ago
  24. bb94f9d Merge 4.9.91 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  25. f9ed244 x86/boot/64: Verify alignment of the LOAD segment by H.J. Lu · 7 years ago
  26. dd1e37e Merge 4.9.90 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  27. 5b0425c x86/KASLR: Fix kexec kernel boot crash when KASLR randomization fails by Baoquan He · 7 years ago
  28. e06a105 Merge android-4.9.84 (a9d0273) into msm-4.9 by Blagovest Kolenichev · 7 years ago
  29. a9d0273 Merge 4.9.84 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  30. 7fd22bc x86/build: Silence the build with "make -s" by Arnd Bergmann · 7 years ago
  31. 5d70397 Merge android-4.9-o.75 (2007563) into msm-4.9 by Blagovest Kolenichev · 7 years ago
  32. bc7ff9b Merge 4.9.75 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  33. e71fac0 KPTI: Rename to PAGE_TABLE_ISOLATION by Kees Cook · 7 years ago
  34. ac2f101 kaiser: do not set _PAGE_NX on pgd_none by Hugh Dickins · 7 years ago
  35. 6b763a2 UPSTREAM: x86/boot: #undef memcpy() et al in string.c by Michael Davidson · 7 years ago
  36. 7d337cc Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9 by Kyle Yan · 7 years ago
  37. f897e9a x86/boot: Add missing declaration of string functions by Nicholas Mc Guire · 8 years ago
  38. 0f51310 include/linux/string.h: add the option of fortified string.h functions by Daniel Micay · 7 years ago
  39. b287ade x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug by Baoquan He · 7 years ago
  40. d5ecb4c x86/boot: Use CROSS_COMPILE prefix for readelf by Rob Landley · 7 years ago
  41. acb6dc6 x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup by Ashish Kalra · 7 years ago
  42. a980ce3 x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as well by H.J. Lu · 8 years ago
  43. ed68d7e x86/boot: Fail the boot if !M486 and CPUID is missing by Andy Lutomirski · 8 years ago
  44. 5465fe0 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/core by Ingo Molnar · 8 years ago
  45. 0a637ee x86/efi: Allow invocation of arbitrary boot services by Lukas Wunner · 8 years ago
  46. 15cf7cae x86/efi: Remove unused find_bits() function by Lukas Wunner · 8 years ago
  47. ac0e94b x86/efi: Initialize status to ensure garbage is not returned on small size by Colin Ian King · 8 years ago
  48. d649340 x86/efi: Use efi_exit_boot_services() by Jeffrey Hugo · 8 years ago
  49. dadb57a efi/libstub: Allocate headspace in efi_get_memory_map() by Jeffrey Hugo · 8 years ago
  50. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  51. 77cd3d0 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  52. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  53. 58ab5e0 Kbuild: arch: look for generated headers in obtree by Arnd Bergmann · 8 years ago
  54. 38452af Merge branch 'x86/asm' into x86/mm, to resolve conflicts by Ingo Molnar · 8 years ago
  55. e4a84be x86/mm: Disallow running with 32-bit PTEs to work around erratum by Dave Hansen · 8 years ago
  56. 021182e x86/mm: Enable KASLR for physical mapping memory regions by Thomas Garnier · 8 years ago
  57. d899a7d x86/mm: Refactor KASLR entropy functions by Thomas Garnier · 8 years ago
  58. 6daa2ec x86/KASLR: Fix boot crash with certain memory configurations by Baoquan He · 8 years ago
  59. f6d1747 x86/efi: Remove unused variable 'efi' by Colin Ian King · 8 years ago
  60. e066cc4 x86/KASLR: Allow randomization below the load address by Yinghai Lu · 8 years ago
  61. ed9f007 x86/KASLR: Extend kernel image physical address randomization to addresses larger than 4G by Kees Cook · 8 years ago
  62. 8391c73 x86/KASLR: Randomize virtual address separately by Baoquan He · 8 years ago
  63. 11fdf97 x86/KASLR: Clarify identity map interface by Kees Cook · 8 years ago
  64. 98f7852 x86/boot: Refuse to build with data relocations by Kees Cook · 8 years ago
  65. 65fe935 x86/KASLR, x86/power: Remove x86 hibernation restrictions by Kees Cook · 8 years ago
  66. 50c0587 Merge branch 'linus' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  67. 66928b4 x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.h by H. Peter Anvin · 8 years ago
  68. 117780e x86, asm: use bool for bitops and other assembly outputs by H. Peter Anvin · 8 years ago
  69. 9c77679 x86, build: copy ldlinux.c32 to image.iso by H. Peter Anvin · 8 years ago
  70. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  71. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. d2d3462 x86/KASLR: Clarify purpose of each get_random_long() by Kees Cook · 8 years ago
  73. 071a749 x86/KASLR: Add virtual address choosing function by Baoquan He · 8 years ago
  74. 06486d6 x86/KASLR: Return earliest overlap when avoiding regions by Kees Cook · 8 years ago
  75. c401cf1 x86/KASLR: Add 'struct slot_area' to manage random_addr slots by Baoquan He · 8 years ago
  76. cb18ef0 x86/boot: Add missing file header comments by Kees Cook · 8 years ago
  77. 434a6c9 x86/KASLR: Initialize mapping_info every time by Kees Cook · 8 years ago
  78. 36a39ac x86/boot: Comment what finalize_identity_maps() does by Borislav Petkov · 8 years ago
  79. 3a94707 x86/KASLR: Build identity mappings on demand by Kees Cook · 8 years ago
  80. ed09acd x86/KASLR: Improve comments around the mem_avoid[] logic by Kees Cook · 8 years ago
  81. 549f90d x86/boot: Simplify pointer casting in choose_random_location() by Borislav Petkov · 8 years ago
  82. 9dc1969 x86/KASLR: Consolidate mem_avoid[] entries by Yinghai Lu · 8 years ago
  83. 2bc1cd3 x86/boot: Clean up pointer casting by Kees Cook · 8 years ago
  84. 00ec2c3 x86/boot: Warn on future overlapping memcpy() use by Kees Cook · 8 years ago
  85. dc425a6 x86/boot: Extract error reporting functions by Kees Cook · 8 years ago
  86. 4abf061 x86/boot: Correctly bounds-check relocations by Yinghai Lu · 8 years ago
  87. 4d2d542 x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_total_size' by Yinghai Lu · 8 years ago
  88. 67b6662 x86/boot: Fix "run_size" calculation by Yinghai Lu · 8 years ago
  89. d607251 x86/boot: Calculate decompression size during boot not build by Yinghai Lu · 8 years ago
  90. 974f221 x86/boot: Move compressed kernel to the end of the decompression buffer by Yinghai Lu · 8 years ago
  91. 6f9af75 x86/KASLR: Handle kernel relocations above 2G correctly by Baoquan He · 8 years ago
  92. fc37206 efi/libstub: Move Graphics Output Protocol handling to generic code by Ard Biesheuvel · 8 years ago
  93. 2c23b73 x86/efi: Prepare GOP handling code for reuse as generic code by Ard Biesheuvel · 8 years ago
  94. 81b785f x86/boot: Rename overlapping memcpy() to memmove() by Kees Cook · 8 years ago
  95. 0f8ede1b x86/KASLR: Warn when KASLR is disabled by Kees Cook · 8 years ago
  96. bf0118d x86/boot: Make memcpy() handle overlaps by Kees Cook · 8 years ago
  97. 1f208de x86/boot: Clean up things used by decompressors by Kees Cook · 8 years ago
  98. e8581e3 x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET by Baoquan He · 8 years ago
  99. 4252db1 x86/KASLR: Update description for decompressor worst case size by Baoquan He · 8 years ago
  100. be1fb0e kbuild: delete unnecessary "@:" by Masahiro Yamada · 8 years ago