1. c98a76e x86/boot/compressed: Fix reloading of GDTR post-relocation by Arvind Sankar · 5 years ago
  2. 3e03dca efi: Mark all EFI runtime services as unsupported on non-EFI boot by Ard Biesheuvel · 5 years ago
  3. b967696 efi/arm64: Clean EFI stub exit code from cache instead of avoiding it by Ard Biesheuvel · 5 years ago
  4. 0698fac efi/arm: Clean EFI stub exit code from cache instead of avoiding it by Ard Biesheuvel · 5 years ago
  5. 9864936 efi: Don't shadow 'i' in efi_config_parse_tables() by Heinrich Schuchardt · 5 years ago
  6. badc619 efi/x86: Add RNG seed EFI table to unencrypted mapping check by Tom Lendacky · 5 years ago
  7. f10e80a efi/x86: Add TPM related EFI tables to unencrypted mapping checks by Tom Lendacky · 5 years ago
  8. e976568 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core by Ingo Molnar · 5 years ago
  9. c5f8689 Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  10. d67f250 Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  11. 3234f4e MAINTAINERS: Hand MIPS over to Thomas by Paul Burton · 5 years ago
  12. 8458ca1 riscv: adjust the indent by Zong Li · 5 years ago
  13. a0a31fd riscv: allocate a complete page size for each page table by Zong Li · 5 years ago
  14. 63623fd4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  15. 7031ecf Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  16. bc570c1 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  17. 2e90ca6 floppy: check FDC index for errors before assigning it by Linus Torvalds · 5 years ago
  18. a93236f KVM: s390: rstify new ioctls in api.rst by Christian Borntraeger · 5 years ago
  19. f8788d8 Linux 5.6-rc3 by Linus Torvalds · 5 years ago
  20. dc235d6 efi: Bump the Linux EFI stub major version number to #1 by Ard Biesheuvel · 5 years ago
  21. 148d3f7 efi/libstub: Introduce symbolic constants for the stub major/minor version by Ard Biesheuvel · 5 years ago
  22. a3326a0 efi/x86: Use symbolic constants in PE header instead of bare numbers by Ard Biesheuvel · 5 years ago
  23. 6b75d54 integrity: Check properly whether EFI GetVariable() is available by Ard Biesheuvel · 5 years ago
  24. 9a44039 x86/ima: Use EFI GetVariable only when available by Ard Biesheuvel · 5 years ago
  25. 9b42f76 efi: Use EFI ResetSystem only when available by Ard Biesheuvel · 5 years ago
  26. 69f4cab scsi: iscsi: Use EFI GetVariable only when available by Ard Biesheuvel · 5 years ago
  27. d79b348 infiniband: hfi1: Use EFI GetVariable only when available by Ard Biesheuvel · 5 years ago
  28. e5c3b1c efi: Register EFI rtc platform device only when available by Ard Biesheuvel · 5 years ago
  29. bf67fad efi: Use more granular check for availability for variable services by Ard Biesheuvel · 5 years ago
  30. fe4db90 efi: Add support for EFI_RT_PROPERTIES table by Ard Biesheuvel · 5 years ago
  31. 96a3dd3 efi: Store mask of supported runtime services in struct efi by Ard Biesheuvel · 5 years ago
  32. e457ed5 efi/arm: Rewrite FDT param discovery routines by Ard Biesheuvel · 5 years ago
  33. 3b2e4b4 efi/arm: Move FDT specific definitions into fdtparams.c by Ard Biesheuvel · 5 years ago
  34. ac5abc7 efi/arm: Move FDT param discovery code out of efi.c by Ard Biesheuvel · 5 years ago
  35. 97aa276 efi/x86: Add true mixed mode entry point into .compat section by Ard Biesheuvel · 5 years ago
  36. 17054f4 efi/x86: Implement mixed mode boot without the handover protocol by Ard Biesheuvel · 5 years ago
  37. 3b8f44f efi/libstub/x86: Use Exit() boot service to exit the stub on errors by Ard Biesheuvel · 5 years ago
  38. f7b85b3 efi/libstub/x86: Make loaded_image protocol handling mixed mode safe by Ard Biesheuvel · 5 years ago
  39. 832187f efi/x86: Drop redundant .bss section by Ard Biesheuvel · 5 years ago
  40. 223e3ee efi/x86: add headroom to decompressor BSS to account for setup block by Ard Biesheuvel · 5 years ago
  41. fd26830 efi/x86: Drop 'systab' member from struct efi by Ard Biesheuvel · 5 years ago
  42. 8819ba3 efi/arm: Drop unnecessary references to efi.systab by Ard Biesheuvel · 5 years ago
  43. 59f2a61 efi: Add 'runtime' pointer to struct efi by Ard Biesheuvel · 5 years ago
  44. 0930801 efi/x86: Merge assignments of efi.runtime_version by Ard Biesheuvel · 5 years ago
  45. 9cd437a efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific by Ard Biesheuvel · 5 years ago
  46. 0a67361 efi/x86: Remove runtime table address from kexec EFI setup data by Ard Biesheuvel · 5 years ago
  47. 06c0bd9 efi: Clean up config_parse_tables() by Ard Biesheuvel · 5 years ago
  48. 3a0701d efi: Make efi_config_init() x86 only by Ard Biesheuvel · 5 years ago
  49. 6863129 efi/ia64: Switch to efi_config_parse_tables() by Ard Biesheuvel · 5 years ago
  50. beaf1c7 efi/ia64: Use local variable for EFI system table address by Ard Biesheuvel · 5 years ago
  51. c0019f5 efi/ia64: Use existing helpers to locate ESI table by Ard Biesheuvel · 5 years ago
  52. 14fb420 efi: Merge EFI system table revision and vendor checks by Ard Biesheuvel · 5 years ago
  53. b7846e6 efi: Make memreserve table handling local to efi.c by Ard Biesheuvel · 5 years ago
  54. a17e809 efi: Move mem_attr_table out of struct efi by Ard Biesheuvel · 5 years ago
  55. 5d288db efi: Make rng_seed table handling local to efi.c by Ard Biesheuvel · 5 years ago
  56. fd506e0 efi: Move UGA and PROP table handling to x86 code by Ard Biesheuvel · 5 years ago
  57. 120540f efi/ia64: Move HCDP and MPS table handling into IA64 arch code by Ard Biesheuvel · 5 years ago
  58. 50d53c5 efi: Drop handling of 'boot_info' configuration table by Ard Biesheuvel · 5 years ago
  59. 79d3219 efi/libstub: Take noinitrd cmdline argument into account for devpath initrd by Ard Biesheuvel · 5 years ago
  60. ec93fc3 efi/libstub: Add support for loading the initrd from a device path by Ard Biesheuvel · 5 years ago
  61. db8952e efi/dev-path-parser: Add struct definition for vendor type device path nodes by Ard Biesheuvel · 5 years ago
  62. a570b06 efi/x86: Replace #ifdefs with IS_ENABLED() checks by Ard Biesheuvel · 5 years ago
  63. 14b60cc efi/x86: Reindent struct initializer for legibility by Ard Biesheuvel · 5 years ago
  64. e0dc26c efi/capsule-loader: Drop superfluous assignment by Heinrich Schuchardt · 5 years ago
  65. 6d2576e efi/esrt: Clean up efi_esrt_init by Heinrich Schuchardt · 5 years ago
  66. f01dd5b efi/libstub: Fix error message in handle_cmdline_files() by Heinrich Schuchardt · 5 years ago
  67. ba832f6 efi/libstub: Describe RNG functions by Heinrich Schuchardt · 5 years ago
  68. 0255973 efi/libstub: Describe efi_relocate_kernel() by Heinrich Schuchardt · 5 years ago
  69. 1d9b176 efi/libstub: Describe memory functions by Heinrich Schuchardt · 5 years ago
  70. e7ea37b efi/libstub: Simplify efi_get_memory_map() by Heinrich Schuchardt · 5 years ago
  71. eaa6fc6 efi/libstub: Add function description of efi_allocate_pages() by Heinrich Schuchardt · 5 years ago
  72. 2931d52 efi/libstub: Make the LoadFile EFI protocol accessible by Ard Biesheuvel · 5 years ago
  73. abd2686 efi/libstub: Expose LocateDevicePath boot service by Ard Biesheuvel · 5 years ago
  74. 91d150c efi/libstub: Clean up command line parsing routine by Ard Biesheuvel · 5 years ago
  75. 31f5e54 efi/libstub: Take soft and hard memory limits into account for initrd loading by Ard Biesheuvel · 5 years ago
  76. 9302c1b efi/libstub: Rewrite file I/O routine by Ard Biesheuvel · 5 years ago
  77. 5193a33 efi/libstub: Move file I/O support code into separate file by Ard Biesheuvel · 5 years ago
  78. b871745 efi/libstub: Move get_dram_base() into arm-stub.c by Ard Biesheuvel · 5 years ago
  79. 0ed02bd efi/libstub: Move efi_random_alloc() into separate source file by Ard Biesheuvel · 5 years ago
  80. 1e45bf7 efi/libstub/x86: Permit cmdline data to be allocated above 4 GB by Ard Biesheuvel · 5 years ago
  81. 8166ec0 efi/libstub: Move stub specific declarations into efistub.h by Ard Biesheuvel · 5 years ago
  82. 6a4db9b efi/libstub/x86: Permit bootparams struct to be allocated above 4 GB by Ard Biesheuvel · 5 years ago
  83. a46a290 efi/libstub: Use consistent type names for file I/O protocols by Ard Biesheuvel · 5 years ago
  84. c2d0b47 efi/libstub/x86: Incorporate eboot.c into libstub by Ard Biesheuvel · 5 years ago
  85. a7495c2 efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages() by Ard Biesheuvel · 5 years ago
  86. f57db62 efi/libstub: Move memory map handling and allocation routines to mem.c by Ard Biesheuvel · 5 years ago
  87. 184d7e0 efi/libstub/arm: Relax FDT alignment requirement by Ard Biesheuvel · 5 years ago
  88. 6f05106e efi/libstub: Use hidden visibility for all source files by Ard Biesheuvel · 5 years ago
  89. d2eee25 Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  90. a3163ca Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  91. c6188df Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linux by Linus Torvalds · 5 years ago
  92. 35a5713 KVM: nVMX: Check IO instruction VM-exit conditions by Oliver Upton · 5 years ago
  93. e71237d KVM: nVMX: Refactor IO bitmap checks into helper function by Oliver Upton · 5 years ago
  94. 07721fe KVM: nVMX: Don't emulate instructions in guest mode by Paolo Bonzini · 5 years ago
  95. 5ef8acb KVM: nVMX: Emulate MTF when performing instruction emulation by Oliver Upton · 5 years ago
  96. dd58f3c KVM: fix error handling in svm_hardware_setup by Li RongQing · 5 years ago
  97. 99db590 csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 5 years ago
  98. dca132a Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  99. f3cc249 Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  100. fca103786 Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago