1. c6c9bbe firmware_loader: fix pre-allocated buf built-in firmware use by Luis Chamberlain · 3 years, 4 months ago
  2. 4225d35 firmware: fix theoretical UAF race with firmware cache and resume by Zhen Lei · 3 years, 6 months ago
  3. ecb739c firmware_loader: fix use-after-free in firmware_fallback_sysfs by Anirudh Rayabharam · 3 years, 6 months ago
  4. 5019f58 firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallback by Anirudh Rayabharam · 3 years, 6 months ago
  5. 726eb70 Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 3 months ago
  6. dba8648 firmware_loader: fix a kernel-doc markup by Mauro Carvalho Chehab · 4 years, 3 months ago
  7. 59cdb23 firmware: Add request_partial_firmware_into_buf() by Scott Branden · 4 years, 3 months ago
  8. 89287c1 firmware: Store opt_flags in fw_priv by Kees Cook · 4 years, 3 months ago
  9. 0fa8e08 fs/kernel_file_read: Add "offset" arg for partial reads by Kees Cook · 4 years, 3 months ago
  10. 4f2d99b firmware_loader: Use security_post_load_data() by Kees Cook · 4 years, 3 months ago
  11. b64fcae LSM: Introduce kernel_post_load_data() hook by Kees Cook · 4 years, 3 months ago
  12. 8853528 fs/kernel_read_file: Add file_size output argument by Kees Cook · 4 years, 3 months ago
  13. f7a4f68 fs/kernel_read_file: Remove redundant size argument by Kees Cook · 4 years, 3 months ago
  14. b89999d0 fs/kernel_read_file: Split into separate include file by Scott Branden · 4 years, 3 months ago
  15. 06e67b8 fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum by Kees Cook · 4 years, 3 months ago
  16. c307459 fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum by Kees Cook · 4 years, 3 months ago
  17. 948b3ed drivers core: Miscellaneous changes for sysfs_emit by Joe Perches · 4 years, 4 months ago
  18. aa83889 drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions by Joe Perches · 4 years, 4 months ago
  19. 20a7b6b Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 4 months ago
  20. 4965b8c firmware_loader: fix memory leak for paged buffer by Prateek Sood · 4 years, 5 months ago
  21. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  22. 4fb60b1 firmware_loader: EFI firmware loader must handle pre-allocated buffer by Kees Cook · 4 years, 6 months ago
  23. 2fce60b firmware: improve description of firmware_request_nowarn by Wolfram Sang · 4 years, 7 months ago
  24. c2c0761 firmware_loader: change enum fw_opt to u32 by Scott Branden · 4 years, 8 months ago
  25. 48ebea5 firmware_loader: move fw_fallback_config to a private kernel symbol namespace by Luis Chamberlain · 4 years, 9 months ago
  26. 96fa72f Merge 5.7-rc3 into driver-core-next by Greg Kroah-Hartman · 4 years, 9 months ago
  27. 5a35770 firmware_loader: revert removal of the fw_fallback_config export by Luis Chamberlain · 4 years, 9 months ago
  28. ab7c1e1 firmware: Drop unused pages field from struct firmware by Takashi Iwai · 4 years, 9 months ago
  29. 7396047 firmware_loader: remove unused exports by Christoph Hellwig · 4 years, 9 months ago
  30. e4c2c0f firmware: Add new platform fallback mechanism and firmware_request_platform() by Hans de Goede · 5 years ago
  31. bcfbd35 firmware: fix a double abort case with fw_load_sysfs_fallback by Junyong Sun · 4 years, 11 months ago
  32. 901cff7 firmware_loader: load files from the mount namespace of init by Topi Miettinen · 5 years ago
  33. 975f9ce Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  34. 85db1cd firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS by Hans de Goede · 5 years ago
  35. f5ae2ea Fix built-in early-load Intel microcode alignment by Jari Ruusu · 5 years ago
  36. abf5c67 drivers: base: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  37. 553671b firmware_loader: Fix labels with comma for builtin firmware by Linus Walleij · 5 years ago
  38. 030cc78 firmware_class: make firmware caching configurable by Mark Salyzyn · 5 years ago
  39. b889b3b firmware loader: log path to loaded firmwares by Drew DeVault · 5 years ago
  40. 0c580d8 firmware: Update pointer to documentation by Arkadiusz Drabczyk · 5 years ago
  41. 333a210 firmware: Fix missing inline by Takashi Iwai · 5 years ago
  42. c8917b8 firmware: fix build errors in paged buffer handling code by Mauro Rossi · 5 years ago
  43. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  44. 82fd7a8 firmware: Add support for loading compressed files by Takashi Iwai · 6 years ago
  45. 5342e70 firmware: Factor out the paged buffer handling code by Takashi Iwai · 6 years ago
  46. 2472d64 firmware: improve LSM/IMA security behaviour by Sven Van Asbroeck · 6 years ago
  47. 993f5d1 firmware: Use kvmalloc for page tables by Takashi Iwai · 6 years ago
  48. 8f58570 firmware: Unify the paged buffer release helper by Takashi Iwai · 6 years ago
  49. ddaf29f firmware: Free temporary page table after vmapping by Takashi Iwai · 6 years ago
  50. bbabc3f firmware_loader: Fix a typo ("syfs" -> "sysfs") by Jonathan Neuschäfer · 6 years ago
  51. 50f86ae drivers: base: firmware_loader: add proper SPDX identifiers on files that did not have them. by Greg Kroah-Hartman · 6 years ago
  52. eac473b firmware: hardcode the debug message for -ENOENT by John Zhao · 6 years ago
  53. f96182e firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/ by Masahiro Yamada · 6 years ago
  54. 91f382a firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to Makefile by Masahiro Yamada · 6 years ago
  55. 7012040 firmware: Always initialize the fw_priv list object by Bjorn Andersson · 6 years ago
  56. 422b3db firmware: Fix security issue with request_firmware_into_buf() by Rishabh Bhatnagar · 6 years ago
  57. a3266bd mm: provide a fallback for PAGE_KERNEL_RO for architectures by Luis R. Rodriguez · 6 years ago
  58. 6e852651 firmware: add call to LSM hook before firmware sysfs fallback by Mimi Zohar · 7 years ago
  59. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  60. 7dcc013 firmware: add firmware_request_nowarn() - load firmware without warnings by Andres Rodriguez · 7 years ago
  61. 27d5d7d firmware_loader: make firmware_fallback_sysfs() print more useful by Luis R. Rodriguez · 7 years ago
  62. 06bfd3c firmware_loader: move kconfig FW_LOADER entries to its own file by Luis R. Rodriguez · 7 years ago
  63. 84b5c4f firmware_loader: document firmware_sysfs_fallback() by Luis R. Rodriguez · 7 years ago
  64. cf1cde7 firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs() by Andres Rodriguez · 7 years ago
  65. c35f9cbb firmware: use () to terminate kernel-doc function names by Andres Rodriguez · 7 years ago
  66. eb33eb0 firmware: wrap FW_OPT_* into an enum by Andres Rodriguez · 7 years ago
  67. b93815d firmware: some documentation fixes by Andres Rodriguez · 7 years ago
  68. 5d42c96 firmware: add firmware_request_cache() to help with cache on reboot by Luis R. Rodriguez · 7 years ago
  69. c6263a4 firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used by Luis R. Rodriguez · 7 years ago
  70. ccce305 firmware: explicitly include vmalloc.h by Stephen Rothwell · 7 years ago
  71. 995e869 firmware: ensure the firmware cache is not used on incompatible calls by Luis R. Rodriguez · 7 years ago
  72. 3194d06 firmware: add helper to check to see if fw cache is setup by Luis R. Rodriguez · 7 years ago
  73. d15d731 firmware: fix checking for return values for fw_add_devm_name() by Luis R. Rodriguez · 7 years ago
  74. 60fa742 rename: _request_firmware_load() fw_load_sysfs_fallback() by Luis R. Rodriguez · 7 years ago
  75. 2cd7a1c firmware: enable to force disable the fallback mechanism at run time by Luis R. Rodriguez · 7 years ago
  76. ceb1813 firmware: enable run time change of forcing fallback loader by Luis R. Rodriguez · 7 years ago
  77. 5d6d1dd firmware: move firmware loader into its own directory by Luis R. Rodriguez · 7 years ago