1. e4c89a5 PM / Sleep: Fix read_unlock_usermodehelper() call. by Tetsuo Handa · 12 years ago
  2. 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
  3. eea915b firmware: Fix an oops on reading fw_priv->fw in sysfs loading file by Neil Horman · 13 years ago
  4. b298d28 PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled() by Srivatsa S. Bhat · 13 years ago
  5. caca951 firmware loader: allow builtin firmware load even if usermodehelper is disabled by Linus Torvalds · 13 years ago
  6. a144c6a PM: Print a warning if firmware is requested when tasks are frozen by Rafael J. Wysocki · 13 years ago
  7. 072fc8f firmware_classs: change val uevent's type to bool by Bob Liu · 13 years ago
  8. f45f3c1 firmware_class: fix typo in error path by Johannes Berg · 14 years ago
  9. f8a4bd3 firmware loader: embed device into firmware_priv structure by Dmitry Torokhov · 14 years ago
  10. 0983ca2 firmware loader: use statically initialized data attribute by Dmitry Torokhov · 14 years ago
  11. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  12. e177123 firmware loader: do not allocate firmare id separately by Dmitry Torokhov · 14 years ago
  13. bcb9bd1 firmware loader: split out builtin firmware handling by Dmitry Torokhov · 14 years ago
  14. 673fae9 firmware loader: rely on driver core to create class attribute by Dmitry Torokhov · 14 years ago
  15. e9045f9 firmware class: export nowait to userspace by Johannes Berg · 14 years ago
  16. 6f18ff9 Driver core: Reduce the level of request_firmware() messages by Rafael J. Wysocki · 14 years ago
  17. dd336c5 firmware_class: fix memory leak - free allocated pages by David Woodhouse · 14 years ago
  18. 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
  19. e59817b driver-core: fix missing kernel-doc in firmware_class by Randy Dunlap · 14 years ago
  20. e1955ca sysfs: use sysfs_bin_attr_init in firmware class driver by Jiri Kosina · 14 years ago
  21. 3c31f07 Driver core: Fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  22. 985fc17 driver-core: firmware_class: remove base.h header inclusion by Luis R. Rodriguez · 14 years ago
  23. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  24. 9ebfbd4 firmware_class: make request_firmware_nowait more useful by Johannes Berg · 15 years ago
  25. 3b4418c driver core: firmware_class:fix memory leak of page pointers array by Ming Lei · 15 years ago
  26. 308975f Firmware: firmware_class, fix lock imbalance by Jiri Slaby · 15 years ago
  27. 0f2f222 Free struct device in fw_dev_release() by Catalin Marinas · 15 years ago
  28. acc0e90 driver core: fix gcc 4.3.3 warnings about string literals by Greg Kroah-Hartman · 15 years ago
  29. 976821d firmware: allocate firmware id dynamically by Samuel Ortiz · 15 years ago
  30. 7fcab09 driver core: fix documentation of request_firmware_nowait by Ming Lei · 15 years ago
  31. 6acf70f driver core: firmware_class: replace kfree(dev) with put_device(dev) by Ming Lei · 15 years ago
  32. 6e03a20 firmware: speed up request_firmware(), v3 by David Woodhouse · 15 years ago
  33. f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 15 years ago
  34. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  35. 266a813 firmware: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  36. f37e661 firmware: use memory_read_from_buffer() by Akinobu Mita · 16 years ago
  37. 5658c76 firmware: allow firmware files to be built into kernel image by David Woodhouse · 16 years ago
  38. b7a39bd firmware: make fw->data const by David Woodhouse · 16 years ago
  39. 9a3be32 firmware loader: printk when requesting firmware by Ciaran McCreesh · 16 years ago
  40. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  41. 7d640c4 Driver core: Revert "Fix Firmware class name collision" by Michael E Brown · 16 years ago
  42. 109f0e9 Fix Firmware class name collision by Markus Rechberger · 17 years ago
  43. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  44. 42e61f4 kernel-doc fixes for PCI and drivers/base/ by Randy Dunlap · 17 years ago
  45. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  46. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  47. 87d37a4 firmware: remove orphaned Email by Markus Rechberger · 17 years ago
  48. bdc4960 Driver core: switch firmware_class to uevent_suppress. by Cornelia Huck · 17 years ago
  49. 2f65168 Driver Core: Increase the default timeout value of the firmware subsystem by Dave Jones · 17 years ago
  50. af9997e [PATCH] fix kernel-doc warnings in 2.6.20-rc1 by Randy Dunlap · 18 years ago
  51. e55c879 Driver core: convert firmware code to use struct device by Greg Kroah-Hartman · 18 years ago
  52. 563d075 [PATCH] kthread: drivers/base/firmware_class.c by Sukadev Bhattiprolu · 18 years ago
  53. a30a6a2 [PATCH] x86 microcode: using request_firmware to pull microcode by Shaohua Li · 18 years ago
  54. cad1e55 [PATCH] firmware_class: s/semaphores/mutexes by Laura Garcia · 18 years ago
  55. 1b81d66 [PATCH] drivers/base/firmware_class.c: cleanups by Adrian Bunk · 18 years ago
  56. 30560ba [PATCH] firmware: fix BUG: in fw_realloc_buffer by Jeff Moyer · 18 years ago
  57. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  58. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  59. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  60. 113fab1 [PATCH] fix leaks in request_firmware_nowait by matthieu castet · 19 years ago
  61. eb8e317 [PATCH] firmware: fix all kernel-doc warnings by Randy Dunlap · 19 years ago
  62. 4aed064 [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memset by Jiri Slaby · 19 years ago
  63. 6e3eaab [PATCH] modified firmware_class.c to support no hotplug by Abhay Salunke · 19 years ago
  64. b92eac0 [PATCH] request_firmware(): avoid race conditions by Stanislaw W. Gruszka · 19 years ago
  65. 6897089 [PATCH] add TIMEOUT to firmware_class hotplug event by kay.sievers@vrfy.org · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago