1. 80b1bfe efi/libstub: Don't parse overlong command lines by Arvind Sankar · 4 years, 7 months ago
  2. 04b2440 efi/libstub: Use snprintf with %ls to convert the command line by Arvind Sankar · 4 years, 7 months ago
  3. 15c316b efi/libstub: Get the exact UTF-8 length by Arvind Sankar · 4 years, 7 months ago
  4. a713979 efi/libstub: Use %ls for filename by Arvind Sankar · 4 years, 7 months ago
  5. 4b75bd3 efi/libstub: Add UTF-8 decoding to efi_puts by Arvind Sankar · 4 years, 7 months ago
  6. d850a2ff efi/printf: Add support for wchar_t (UTF-16) by Arvind Sankar · 4 years, 7 months ago
  7. 14c574f efi/gop: Add an option to list out the available GOP modes by Arvind Sankar · 4 years, 7 months ago
  8. 9b47c52 efi/libstub: Add definitions for console input and events by Arvind Sankar · 4 years, 7 months ago
  9. 23d5b73 efi/libstub: Implement printk-style logging by Arvind Sankar · 4 years, 7 months ago
  10. 8fb331e efi/printf: Turn vsprintf into vsnprintf by Arvind Sankar · 4 years, 7 months ago
  11. f97ca2c efi/printf: Abort on invalid format by Arvind Sankar · 4 years, 7 months ago
  12. 6c4bcd8 efi/printf: Refactor code to consolidate padding and output by Arvind Sankar · 4 years, 7 months ago
  13. fb03193 efi/printf: Handle null string input by Arvind Sankar · 4 years, 7 months ago
  14. dec6119 efi/printf: Factor out integer argument retrieval by Arvind Sankar · 4 years, 7 months ago
  15. 3fbcf75 efi/printf: Factor out width/precision parsing by Arvind Sankar · 4 years, 7 months ago
  16. 7c30fd7 efi/printf: Merge 'p' with the integer formats by Arvind Sankar · 4 years, 7 months ago
  17. 77e48db efi/printf: Fix minor bug in precision handling by Arvind Sankar · 4 years, 7 months ago
  18. 3b83509 efi/printf: Factor out flags parsing and handle '%' earlier by Arvind Sankar · 4 years, 7 months ago
  19. ce5e3f9 efi/printf: Add 64-bit and 8-bit integer support by Arvind Sankar · 4 years, 7 months ago
  20. 29a2806 efi/printf: Drop %n format and L qualifier by Arvind Sankar · 4 years, 7 months ago
  21. bbf8e8b efi/libstub: Optimize for size instead of speed by Arvind Sankar · 4 years, 7 months ago
  22. 2c7d1e3 efi/libstub: Add a basic printf implementation by Arvind Sankar · 4 years, 7 months ago
  23. fd0528a efi/libstub: Buffer output of efi_puts by Arvind Sankar · 4 years, 7 months ago
  24. cb8c90a efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts by Arvind Sankar · 4 years, 7 months ago
  25. 0b76735 efi/libstub: Include dependencies of efistub.h by Arvind Sankar · 4 years, 7 months ago
  26. 4026229 efi/libstub: Correct comment typos by Joe Perches · 4 years, 8 months ago
  27. 0b8d9fc9 efi/libstub: Make efi_printk() input argument const char* by Ard Biesheuvel · 4 years, 8 months ago
  28. f77767e efi/libstub/x86: Work around LLVM ELF quirk build regression by Ard Biesheuvel · 4 years, 8 months ago
  29. de8c552 efi/libstub: Fix mixed mode boot issue after macro refactor by Arvind Sankar · 4 years, 8 months ago
  30. 055042b efi/libstub: Check return value of efi_parse_options by Arvind Sankar · 4 years, 8 months ago
  31. 7dde67f efi/x86: Support builtin command line by Arvind Sankar · 4 years, 8 months ago
  32. f61900f efi/libstub: Unify initrd loading across architectures by Arvind Sankar · 4 years, 8 months ago
  33. 987053a efi/x86: Move command-line initrd loading to efi_main by Arvind Sankar · 4 years, 8 months ago
  34. 3839ab8 efi/libstub: Upgrade ignored dtb= argument message to error by Arvind Sankar · 4 years, 8 months ago
  35. dad5b32 efi/tpm: Use efi_err for error messages by Arvind Sankar · 4 years, 8 months ago
  36. 61eac6d efi/gop: Use efi_err for error messages by Arvind Sankar · 4 years, 8 months ago
  37. 36bdd0a efi/x86: Use efi_err for error messages by Arvind Sankar · 4 years, 8 months ago
  38. 793473c efi/libstub: Move pr_efi/pr_efi_err into efi namespace by Arvind Sankar · 4 years, 8 months ago
  39. eed4e01 efi/libstub: Add a helper function to split 64-bit values by Arvind Sankar · 4 years, 8 months ago
  40. 019512f efi/x86: Use correct size for boot_params by Arvind Sankar · 4 years, 8 months ago
  41. 4da0b2b efi/libstub: Re-enable command line initrd loading for x86 by Ard Biesheuvel · 4 years, 8 months ago
  42. 4353dd3 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core by Ingo Molnar · 4 years, 8 months ago
  43. 4eb8320 efi: Move arch_tables check to caller by Ard Biesheuvel · 4 years, 9 months ago
  44. 4e9a0f7 efi: Clean up config table description arrays by Ard Biesheuvel · 4 years, 9 months ago
  45. 0a75561 efi/libstub/x86: Avoid getter function for efi_is64 by Ard Biesheuvel · 4 years, 9 months ago
  46. 980771f efi/libstub: Drop __pure getters for EFI stub options by Ard Biesheuvel · 4 years, 9 months ago
  47. ccc27ae efi/libstub: Drop __pure getter for efi_system_table by Ard Biesheuvel · 4 years, 9 months ago
  48. 5443937 efi: Kill __efistub_global by Arvind Sankar · 4 years, 9 months ago
  49. 26a9242 efi/x86: Remove __efistub_global and add relocation check by Arvind Sankar · 4 years, 9 months ago
  50. 420b6d0 efi/arm: Remove __efistub_global annotation by Arvind Sankar · 4 years, 9 months ago
  51. 685d816 efi/libstub: Move efi_relocate_kernel() into separate source file by Ard Biesheuvel · 4 years, 9 months ago
  52. e71356f efi/libstub/arm64: Switch to ordinary page allocator for kernel image by Ard Biesheuvel · 4 years, 9 months ago
  53. 43b1df0 efi/libstub: Add API function to allocate aligned memory by Ard Biesheuvel · 4 years, 9 months ago
  54. 5d12da9 efi/libstub/arm64: Simplify randomized loading of kernel image by Ard Biesheuvel · 4 years, 9 months ago
  55. 8204670 efi/libstub/arm64: Replace 'preferred' offset with alignment check by Ard Biesheuvel · 4 years, 9 months ago
  56. c37c916 efi/libstub/random: Increase random alloc granularity by Ard Biesheuvel · 4 years, 9 months ago
  57. e1df73e efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGN by Ard Biesheuvel · 4 years, 9 months ago
  58. 45d97a7 efi/gop: Allow automatically choosing the best mode by Arvind Sankar · 4 years, 9 months ago
  59. 9a1663b efi/gop: Allow specifying depth as well as resolution by Arvind Sankar · 4 years, 9 months ago
  60. d9ff032 efi/gop: Allow specifying mode by <xres>x<yres> by Arvind Sankar · 4 years, 9 months ago
  61. fffb680 efi/gop: Allow specifying mode number on command line by Arvind Sankar · 4 years, 9 months ago
  62. b4b89a0 efi/gop: Add prototypes for query_mode and set_mode by Arvind Sankar · 4 years, 9 months ago
  63. d49fd4b efi/gop: Remove unreachable code from setup_pixel_info by Arvind Sankar · 4 years, 9 months ago
  64. 9867fc9 efi/gop: Use helper macros for find_bits by Arvind Sankar · 4 years, 9 months ago
  65. f1d1853 efi/gop: Use helper macros for populating lfb_base by Arvind Sankar · 4 years, 9 months ago
  66. e484c59 efi/gop: Move variable declarations into loop block by Arvind Sankar · 4 years, 9 months ago
  67. 8e0a22e efi/gop: Slightly re-arrange logic of find_gop by Arvind Sankar · 4 years, 9 months ago
  68. ecf5309 efi/gop: Factor out locating the gop into a function by Arvind Sankar · 4 years, 9 months ago
  69. 6327e6d efi/gop: Get mode information outside the loop by Arvind Sankar · 4 years, 9 months ago
  70. 8cd2079 efi/gop: Move check for framebuffer before con_out by Arvind Sankar · 4 years, 9 months ago
  71. bd45870 efi/gop: Remove redundant current_fb_base by Arvind Sankar · 4 years, 9 months ago
  72. 87cd637 efi/libstub/arm: Make install_memreserve_table static by Zou Wei · 4 years, 8 months ago
  73. 22090f8 efi/libstub: unify EFI call wrappers for non-x86 by Ard Biesheuvel · 4 years, 8 months ago
  74. cf6b836 efi/libstub: Make initrd file loader configurable by Ard Biesheuvel · 4 years, 8 months ago
  75. 2e0eb48 efi/libstub: Move arm-stub to a common file by Atish Patra · 4 years, 9 months ago
  76. ae83d0b Linux 5.7-rc2 by Linus Torvalds · 4 years, 8 months ago
  77. dadbd85 mm: Fix MREMAP_DONTUNMAP accounting on VMA merge by Brian Geffon · 4 years, 9 months ago
  78. 86cc3398 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 8 months ago
  79. 0fe5f9c Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  80. 3e0dea5 Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  81. b737458 Merge tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  82. 80ade29 Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  83. 08dd387 Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  84. 5e7de58 Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  85. 439f1da Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 8 months ago
  86. aee0314 Merge tag '5.7-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 8 months ago
  87. 1340283 Merge tag 'flexible-array-member-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 8 months ago
  88. 50cc09c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 8 months ago
  89. 4395158 xattr.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  90. 6e88abb uapi: linux: fiemap.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  91. d6cdad8 uapi: linux: dlm_device.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  92. 06ccf63 tpm_eventlog.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  93. 4ea19ec ti_wilink_st.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  94. 16c3380 swap.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  95. 5c91aa1 skbuff.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  96. fe946db sched: topology.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  97. 9dd8bb5f rslib.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  98. a1c4b92 rio.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  99. 70f1451 posix_acl.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  100. 1223f3d platform_data: wilco-ec.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago