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