1. 6a2c123 firmware loader: fix another compile warning with PM_SLEEP unset by Ming Lei · 11 years ago
  2. 90f89081 firmware loader: fix compile warning with PM_SLEEP set by Ming Lei · 11 years ago
  3. 7068cb0 Merge branch 'driver-core-linus' into driver-core-next by Greg Kroah-Hartman · 11 years ago
  4. 8759793 firmware loader: fix use-after-free by double abort by Ming Lei · 11 years ago
  5. d6c8aa3 firmware loader: simplify holding module for request_firmware by Ming Lei · 11 years ago
  6. 93232e4 firmware loader: don't export cache_firmware and uncache_firmware by Ming Lei · 11 years ago
  7. 5b7cb7a firmware loader: fix compile warning by Ming Lei · 11 years ago
  8. ddf1f06 firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPER by Ming Lei · 11 years ago
  9. af5bc11 driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspend by Ming Lei · 11 years ago
  10. e771d1a driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmware by Ming Lei · 11 years ago
  11. f494513 firmware: move EXPORT_SYMBOL annotations by Daniel Mack · 11 years ago
  12. fe30414 firmware: Avoid deadlock of usermodehelper lock at shutdown by Takashi Iwai · 11 years ago
  13. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  14. 3dadecc switch vfs_getattr() to struct path by Al Viro · 11 years ago
  15. 807be03 firmware: Ignore abort check when no user-helper is used by Takashi Iwai · 11 years ago
  16. cd7239f firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPER by Takashi Iwai · 11 years ago
  17. 7b1269f firmware: Make user-mode helper optional by Takashi Iwai · 11 years ago
  18. 4e0c92d firmware: Refactoring for splitting user-mode helper code by Takashi Iwai · 11 years ago
  19. 4adf07f firmware: make sure the fw file size is not 0 by Luciano Coelho · 12 years ago
  20. 6a92785 firmware loader: document firmware cache mechanism by Ming Lei · 12 years ago
  21. 2760284 firmware loader: introduce module parameter to customize(v4) fw search path by Ming Lei · 12 years ago
  22. 60dac5e firmware: use noinline_for_stack by Cesar Eduardo Barros · 12 years ago
  23. bd9eb7f firmware loader: Fix the concurrent request_firmware() race for kref_get/put by Chuansheng Liu · 12 years ago
  24. ce2fcbd firmware loader: Fix the race FW_STATUS_DONE is followed by class_timeout by Chuansheng Liu · 12 years ago
  25. d28d388 firmware loader: sync firmware cache by async_synchronize_full_domain by Ming Lei · 12 years ago
  26. 746058f firmware loader: let direct loading back on 'firmware_buf' by Ming Lei · 12 years ago
  27. 253c924 firmware loader: fix one reqeust_firmware race by Ming Lei · 12 years ago
  28. 373304f firmware loader: cancel uncache work before caching firmware by Ming Lei · 12 years ago
  29. ce57e98 firmware: use 'kernel_read()' to read firmware into kernel buffer by Linus Torvalds · 12 years ago
  30. abb139e firmware: teach the kernel to load firmware files directly from the filesystem by Linus Torvalds · 12 years ago
  31. cfe016b firmware loader: fix compile warning when CONFIG_PM=n by Ming Lei · 12 years ago
  32. ac39b3e firmware loader: let caching firmware piggyback on loading firmware by Ming Lei · 12 years ago
  33. ef40bb1 firmware loader: fix firmware -ENOENT situations by Ming Lei · 12 years ago
  34. ab6dd8e firmware loader: fix build failure if FW_LOADER is m by Ming Lei · 12 years ago
  35. c08f677 firmware loader: fix compile failure if !PM by Ming Lei · 12 years ago
  36. 07646d9 firmware loader: cache devices firmware during suspend/resume cycle by Ming Lei · 12 years ago
  37. ffe53f6 firmware loader: use small timeout for cache device firmware by Ming Lei · 12 years ago
  38. 37276a5 firmware: introduce device_cache/uncache_fw_images by Ming Lei · 12 years ago
  39. f531f05a firmware loader: store firmware name into devres list by Ming Lei · 12 years ago
  40. 6f21a62 firmware loader: fix comments on request_firmware_nowait by Ming Lei · 12 years ago
  41. 0cfc1e1 firmware loader: fix device lifetime by Ming Lei · 12 years ago
  42. 2887b39 firmware loader: introduce cache_firmware and uncache_firmware by Ming Lei · 12 years ago
  43. 1f2b795 firmware loader: always let firmware_buf own the pages buffer by Ming Lei · 12 years ago
  44. 1244691 firmware loader: introduce firmware_buf by Ming Lei · 12 years ago
  45. 99c2aa7 firmware loader: fix creation failure of fw loader device by Ming Lei · 12 years ago
  46. 0c25a85 firmware loader: remove unnecessary wmb() by Ming Lei · 12 years ago
  47. 28eefa7 firmware loader: fix races during loading firmware by Ming Lei · 12 years ago
  48. 65710cb firmware loader: simplify pages ownership transfer by Ming Lei · 12 years ago
  49. b0d1f80 driver-core: Use kobj_to_dev instead of re-implementing it by Lars-Peter Clausen · 12 years ago
  50. a36cf84 firmware_class: Move request_firmware_nowait() to workqueues by Stephen Boyd · 12 years ago
  51. dddb554 firmware_class: Reorganize fw_create_instance() by Stephen Boyd · 12 years ago
  52. 9b78c1d firmware_class: Do not warn that system is not ready from async loads by Rafael J. Wysocki · 12 years ago
  53. 811fa40 firmware_class: Split _request_firmware() into three functions, v2 by Rafael J. Wysocki · 12 years ago
  54. fe2e39d8 firmware_class: Rework usermodehelper check by Rafael J. Wysocki · 12 years ago
  55. e4c89a5 PM / Sleep: Fix read_unlock_usermodehelper() call. by Tetsuo Handa · 13 years ago
  56. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  57. eea915b firmware: Fix an oops on reading fw_priv->fw in sysfs loading file by Neil Horman · 13 years ago
  58. b298d28 PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled() by Srivatsa S. Bhat · 13 years ago
  59. caca951 firmware loader: allow builtin firmware load even if usermodehelper is disabled by Linus Torvalds · 13 years ago
  60. a144c6a PM: Print a warning if firmware is requested when tasks are frozen by Rafael J. Wysocki · 13 years ago
  61. 072fc8f firmware_classs: change val uevent's type to bool by Bob Liu · 13 years ago
  62. f45f3c1 firmware_class: fix typo in error path by Johannes Berg · 14 years ago
  63. f8a4bd3 firmware loader: embed device into firmware_priv structure by Dmitry Torokhov · 14 years ago
  64. 0983ca2 firmware loader: use statically initialized data attribute by Dmitry Torokhov · 14 years ago
  65. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  66. e177123 firmware loader: do not allocate firmare id separately by Dmitry Torokhov · 14 years ago
  67. bcb9bd1 firmware loader: split out builtin firmware handling by Dmitry Torokhov · 14 years ago
  68. 673fae9 firmware loader: rely on driver core to create class attribute by Dmitry Torokhov · 14 years ago
  69. e9045f9 firmware class: export nowait to userspace by Johannes Berg · 14 years ago
  70. 6f18ff9 Driver core: Reduce the level of request_firmware() messages by Rafael J. Wysocki · 14 years ago
  71. dd336c5 firmware_class: fix memory leak - free allocated pages by David Woodhouse · 14 years ago
  72. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  73. e59817b driver-core: fix missing kernel-doc in firmware_class by Randy Dunlap · 14 years ago
  74. e1955ca sysfs: use sysfs_bin_attr_init in firmware class driver by Jiri Kosina · 14 years ago
  75. 3c31f07 Driver core: Fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  76. 985fc17 driver-core: firmware_class: remove base.h header inclusion by Luis R. Rodriguez · 15 years ago
  77. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  78. 9ebfbd4 firmware_class: make request_firmware_nowait more useful by Johannes Berg · 15 years ago
  79. 3b4418c driver core: firmware_class:fix memory leak of page pointers array by Ming Lei · 15 years ago
  80. 308975f Firmware: firmware_class, fix lock imbalance by Jiri Slaby · 15 years ago
  81. 0f2f222 Free struct device in fw_dev_release() by Catalin Marinas · 15 years ago
  82. acc0e90 driver core: fix gcc 4.3.3 warnings about string literals by Greg Kroah-Hartman · 15 years ago
  83. 976821d firmware: allocate firmware id dynamically by Samuel Ortiz · 15 years ago
  84. 7fcab09 driver core: fix documentation of request_firmware_nowait by Ming Lei · 15 years ago
  85. 6acf70f driver core: firmware_class: replace kfree(dev) with put_device(dev) by Ming Lei · 15 years ago
  86. 6e03a20 firmware: speed up request_firmware(), v3 by David Woodhouse · 15 years ago
  87. f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 15 years ago
  88. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  89. 266a813 firmware: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  90. f37e661 firmware: use memory_read_from_buffer() by Akinobu Mita · 16 years ago
  91. 5658c76 firmware: allow firmware files to be built into kernel image by David Woodhouse · 16 years ago
  92. b7a39bd firmware: make fw->data const by David Woodhouse · 16 years ago
  93. 9a3be32 firmware loader: printk when requesting firmware by Ciaran McCreesh · 16 years ago
  94. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  95. 7d640c4 Driver core: Revert "Fix Firmware class name collision" by Michael E Brown · 16 years ago
  96. 109f0e9 Fix Firmware class name collision by Markus Rechberger · 17 years ago
  97. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  98. 42e61f4 kernel-doc fixes for PCI and drivers/base/ by Randy Dunlap · 17 years ago
  99. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  100. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago