1. 6aad36d firmware_loader: move firmware sysctl to its own files by Xiaoming Ni · 3 years ago
  2. 75d95e2 firmware_loader: fix use-after-free in firmware_fallback_sysfs by Anirudh Rayabharam · 3 years, 6 months ago
  3. 0d6434e firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallback by Anirudh Rayabharam · 3 years, 6 months ago
  4. 33c0c9b drivers: base: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 3 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. 89287c1 firmware: Store opt_flags in fw_priv by Kees Cook · 4 years, 3 months ago
  8. 4f2d99b firmware_loader: Use security_post_load_data() by Kees Cook · 4 years, 3 months ago
  9. b64fcae LSM: Introduce kernel_post_load_data() hook by Kees Cook · 4 years, 3 months ago
  10. 948b3ed drivers core: Miscellaneous changes for sysfs_emit by Joe Perches · 4 years, 4 months ago
  11. aa83889 drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions by Joe Perches · 4 years, 4 months ago
  12. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  13. c2c0761 firmware_loader: change enum fw_opt to u32 by Scott Branden · 4 years, 8 months ago
  14. 48ebea5 firmware_loader: move fw_fallback_config to a private kernel symbol namespace by Luis Chamberlain · 4 years, 9 months ago
  15. bcfbd35 firmware: fix a double abort case with fw_load_sysfs_fallback by Junyong Sun · 4 years, 11 months ago
  16. 85db1cd firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS by Hans de Goede · 5 years ago
  17. 5342e70 firmware: Factor out the paged buffer handling code by Takashi Iwai · 6 years ago
  18. 2472d64 firmware: improve LSM/IMA security behaviour by Sven Van Asbroeck · 6 years ago
  19. 993f5d1 firmware: Use kvmalloc for page tables by Takashi Iwai · 6 years ago
  20. 8f58570 firmware: Unify the paged buffer release helper by Takashi Iwai · 6 years ago
  21. ddaf29f firmware: Free temporary page table after vmapping by Takashi Iwai · 6 years ago
  22. bbabc3f firmware_loader: Fix a typo ("syfs" -> "sysfs") by Jonathan Neuschäfer · 6 years ago
  23. a3266bd mm: provide a fallback for PAGE_KERNEL_RO for architectures by Luis R. Rodriguez · 6 years ago
  24. 6e852651 firmware: add call to LSM hook before firmware sysfs fallback by Mimi Zohar · 7 years ago
  25. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  26. 27d5d7d firmware_loader: make firmware_fallback_sysfs() print more useful by Luis R. Rodriguez · 7 years ago
  27. 84b5c4f firmware_loader: document firmware_sysfs_fallback() by Luis R. Rodriguez · 7 years ago
  28. cf1cde7 firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs() by Andres Rodriguez · 7 years ago
  29. c35f9cbb firmware: use () to terminate kernel-doc function names by Andres Rodriguez · 7 years ago
  30. eb33eb0 firmware: wrap FW_OPT_* into an enum by Andres Rodriguez · 7 years ago
  31. b93815d firmware: some documentation fixes by Andres Rodriguez · 7 years ago
  32. c6263a4 firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used by Luis R. Rodriguez · 7 years ago
  33. ccce305 firmware: explicitly include vmalloc.h by Stephen Rothwell · 7 years ago
  34. 60fa742 rename: _request_firmware_load() fw_load_sysfs_fallback() by Luis R. Rodriguez · 7 years ago
  35. 2cd7a1c firmware: enable to force disable the fallback mechanism at run time by Luis R. Rodriguez · 7 years ago
  36. ceb1813 firmware: enable run time change of forcing fallback loader by Luis R. Rodriguez · 7 years ago
  37. 5d6d1dd firmware: move firmware loader into its own directory by Luis R. Rodriguez · 7 years ago[Renamed (98%) from drivers/base/firmware_fallback.c]
  38. d73f821 firmware: split firmware fallback functionality into its own file by Luis R. Rodriguez · 7 years ago