1. 74d1d60 Merge audio function from 8901_P. by jinjiawu · 4 years, 1 month ago
  2. 57c7ee1 firmware_class: make firmware caching configurable by Tim Murray · 8 years ago
  3. 5f4db9a firmware: avoid invalid fallback aborts by using killable wait by Kyle Yan · 7 years ago
  4. c5336ef firmware: Initialize firmware_buf list when we create a new firmware buf by Kyle Yan · 7 years ago
  5. 7e2a08d firmware: Reword error messages when kernel is unable to find firmware by Kyle Yan · 7 years ago
  6. b19be88 firmware: Avoid caching firmware when FW_OPT_NOCACHE is set by Vikram Mulukutla · 7 years ago
  7. 036c9b2 Revert "firmware_class: Add an additional path to fw_path list" by Satya Durga Srinivasu Prabhala · 7 years ago
  8. 8810e5f Merge remote-tracking branch 'origin/tmp-dcb6110' into 4.8 by Channagoud Kadabi · 7 years ago
  9. b3854ce firmware: fix usermode helper fallback loading by Yves-Alexis Perez · 8 years ago
  10. 62efae6 firmware_class: Add an additional path to fw_path list by Deepak Katragadda · 9 years ago
  11. a098ecd firmware: support loading into a pre-allocated buffer by Stephen Boyd · 8 years ago
  12. 0e742e9 firmware: provide infrastructure to make fw caching optional by Vikram Mulukutla · 8 years ago
  13. 9ccf981 firmware: consolidate kmap/read/write logic by Stephen Boyd · 8 years ago
  14. 8eee93e Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  15. 8e516aa firmware: change kernel read fail to dev_dbg() by Luis R. Rodriguez · 8 years ago
  16. e40ba6d firmware: replace call to fw_read_file_contents() with kernel version by Mimi Zohar · 9 years ago
  17. 4b2530d firmware: clean up filesystem load exit path by Kees Cook · 8 years ago
  18. 5275d19 firmware: move completing fw into a helper by Luis R. Rodriguez · 9 years ago
  19. ed04630 firmware: simplify dev_*() print messages for generic helpers by Luis R. Rodriguez · 9 years ago
  20. 10a3fbf firmware: Change the page arrary alloc to vmalloc by Chen Feng · 8 years ago
  21. 468623b firmware: simplify dev_*() print messages for generic helpers by Luis R. Rodriguez · 8 years ago
  22. 715780a firmware: actually return NULL on failed request_firmware_nowait() by Brian Norris · 8 years ago
  23. a885de6 firmware: fix wrong memory deallocation in fw_add_devm_name() by Vladimir Zapolskiy · 9 years ago
  24. 6f95772 Fix firmware loader uevent buffer NULL pointer dereference by Linus Torvalds · 9 years ago
  25. 303cda0 firmware: add missing kfree for work on async call by Luis R. Rodriguez · 9 years ago
  26. e0fd9b1 firmware: use const for remaining firmware names by Luis R. Rodriguez · 9 years ago
  27. f9692b2 firmware: fix possible use after free on name on asynchronous request by Luis R. Rodriguez · 9 years ago
  28. 1ba4de1 firmware: check for file truncation on direct firmware loading by Luis R. Rodriguez · 9 years ago
  29. f5727b0 firmware: fix __getname() missing failure check by Luis R. Rodriguez · 9 years ago
  30. ef518cc drivers: base: fw: fix ret value when loading fw by Zahari Doychev · 9 years ago
  31. 4623990 firmware: Avoid manual device_create_file() calls by Takashi Iwai · 9 years ago
  32. ea31003 firmware_class: Fix whitespace and indentation by Andrei Oprea · 9 years ago
  33. 9682ec9 Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  34. 59d84ca PM / OPP / clk: Remove unnecessary OOM message by Quentin Lambert · 9 years ago
  35. 68ff2a0 firmware_loader: handle timeout via wait_for_completion_interruptible_timeout() by Ming Lei · 9 years ago
  36. 0cb6424 firmware_loader: abort request if wait_for_completion is interrupted by Ming Lei · 9 years ago
  37. 3c1556b firmware: Correct function name in comment by Borislav Petkov · 9 years ago
  38. daa3d67 firmware class: Deletion of an unnecessary check before the function call "vunmap" by Markus Elfring · 10 years ago
  39. 000deba firmware loader: fix hung task warning dump by Kweh, Hock Leong · 10 years ago
  40. 471b095 firmware_class: make sure fw requests contain a name by Kees Cook · 10 years ago
  41. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  42. 6593d92 firmware_class: perform new LSM checks by Kees Cook · 10 years ago
  43. 0542ad8 firmware loader: Fix _request_firmware_load() return val for fw load abort by Shuah Khan · 10 years ago
  44. c868edf firmware loader: inform direct failure when udev loader is disabled by Luis R. Rodriguez · 10 years ago
  45. a76040d firmware: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN by Fabian Frederick · 10 years ago
  46. 6af6b16 firmware: read firmware size using i_size_read() by Dmitry Kasatkin · 10 years ago
  47. 5a1379e firmware loader: allow disabling of udev as firmware loader by Takashi Iwai · 10 years ago
  48. 13df797 Merge 3.14-rc5 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  49. f8d5b9e PM / hibernate: Fix restore hang in freeze_processes() by Sebastian Capella · 10 years ago
  50. bce6618 firmware: use power efficient workqueue for unloading and aborting fw load by Shaibal Dutta · 10 years ago
  51. 2b1278c firmware: give a protection when map page failed by zhang jun · 10 years ago
  52. 08da201 firmware_class: Fix the file size check by Ben Hutchings · 10 years ago
  53. 98233b2 firmware loader: Add sparse annotation by Bart Van Assche · 10 years ago
  54. 68aeeaa firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=n by Takashi Iwai · 11 years ago
  55. 14c4bae firmware: Use bit flags instead of boolean combos by Takashi Iwai · 11 years ago
  56. bba3a87 firmware: Introduce request_firmware_direct() by Takashi Iwai · 11 years ago
  57. 3e358ac firmware: Be a bit more verbose about direct firmware loading failure by Neil Horman · 11 years ago
  58. 1eeeef1 firmware loader: fix pending_fw_head list corruption by Maxime Bizon · 11 years ago
  59. 14adbe5 driver core: firmware: use __ATTR_RW() by Greg Kroah-Hartman · 11 years ago
  60. 6a2c123 firmware loader: fix another compile warning with PM_SLEEP unset by Ming Lei · 11 years ago
  61. 90f89081 firmware loader: fix compile warning with PM_SLEEP set by Ming Lei · 11 years ago
  62. 7068cb0 Merge branch 'driver-core-linus' into driver-core-next by Greg Kroah-Hartman · 11 years ago
  63. 8759793 firmware loader: fix use-after-free by double abort by Ming Lei · 11 years ago
  64. d6c8aa3 firmware loader: simplify holding module for request_firmware by Ming Lei · 11 years ago
  65. 93232e4 firmware loader: don't export cache_firmware and uncache_firmware by Ming Lei · 11 years ago
  66. 5b7cb7a firmware loader: fix compile warning by Ming Lei · 11 years ago
  67. ddf1f06 firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPER by Ming Lei · 11 years ago
  68. af5bc11 driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspend by Ming Lei · 11 years ago
  69. e771d1a driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmware by Ming Lei · 11 years ago
  70. f494513 firmware: move EXPORT_SYMBOL annotations by Daniel Mack · 11 years ago
  71. fe30414 firmware: Avoid deadlock of usermodehelper lock at shutdown by Takashi Iwai · 11 years ago
  72. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  73. 3dadecc switch vfs_getattr() to struct path by Al Viro · 11 years ago
  74. 807be03 firmware: Ignore abort check when no user-helper is used by Takashi Iwai · 11 years ago
  75. cd7239f firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPER by Takashi Iwai · 11 years ago
  76. 7b1269f firmware: Make user-mode helper optional by Takashi Iwai · 11 years ago
  77. 4e0c92d firmware: Refactoring for splitting user-mode helper code by Takashi Iwai · 11 years ago
  78. 4adf07f firmware: make sure the fw file size is not 0 by Luciano Coelho · 11 years ago
  79. 6a92785 firmware loader: document firmware cache mechanism by Ming Lei · 12 years ago
  80. 2760284 firmware loader: introduce module parameter to customize(v4) fw search path by Ming Lei · 12 years ago
  81. 60dac5e firmware: use noinline_for_stack by Cesar Eduardo Barros · 12 years ago
  82. bd9eb7f firmware loader: Fix the concurrent request_firmware() race for kref_get/put by Chuansheng Liu · 12 years ago
  83. ce2fcbd firmware loader: Fix the race FW_STATUS_DONE is followed by class_timeout by Chuansheng Liu · 12 years ago
  84. d28d388 firmware loader: sync firmware cache by async_synchronize_full_domain by Ming Lei · 12 years ago
  85. 746058f firmware loader: let direct loading back on 'firmware_buf' by Ming Lei · 12 years ago
  86. 253c924 firmware loader: fix one reqeust_firmware race by Ming Lei · 12 years ago
  87. 373304f firmware loader: cancel uncache work before caching firmware by Ming Lei · 12 years ago
  88. ce57e98 firmware: use 'kernel_read()' to read firmware into kernel buffer by Linus Torvalds · 12 years ago
  89. abb139e firmware: teach the kernel to load firmware files directly from the filesystem by Linus Torvalds · 12 years ago
  90. cfe016b firmware loader: fix compile warning when CONFIG_PM=n by Ming Lei · 12 years ago
  91. ac39b3e firmware loader: let caching firmware piggyback on loading firmware by Ming Lei · 12 years ago
  92. ef40bb1 firmware loader: fix firmware -ENOENT situations by Ming Lei · 12 years ago
  93. ab6dd8e firmware loader: fix build failure if FW_LOADER is m by Ming Lei · 12 years ago
  94. c08f677 firmware loader: fix compile failure if !PM by Ming Lei · 12 years ago
  95. 07646d9 firmware loader: cache devices firmware during suspend/resume cycle by Ming Lei · 12 years ago
  96. ffe53f6 firmware loader: use small timeout for cache device firmware by Ming Lei · 12 years ago
  97. 37276a5 firmware: introduce device_cache/uncache_fw_images by Ming Lei · 12 years ago
  98. f531f05a firmware loader: store firmware name into devres list by Ming Lei · 12 years ago
  99. 6f21a62 firmware loader: fix comments on request_firmware_nowait by Ming Lei · 12 years ago
  100. 0cfc1e1 firmware loader: fix device lifetime by Ming Lei · 12 years ago