| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-03-14 | firmware: enable to split firmware_class into separate target files | Luis R. Rodriguez | 1 | -1940/+0 |
| 2017-12-07 | driver core: add SPDX identifiers to all driver core files | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-29 | firmware: replace #ifdef over FW_OPT_FALLBACK with function checks | Luis R. Rodriguez | 1 | -11/+29 |
| 2017-11-29 | firmware: provide helper for FW_OPT_USERHELPER | Luis R. Rodriguez | 1 | -13/+18 |
| 2017-11-29 | firmware: add helper to copy built-in data to pre-alloc buffer | Luis R. Rodriguez | 1 | -2/+9 |
| 2017-11-29 | firmware: use static inline for to_fw_priv() | Luis R. Rodriguez | 1 | -1/+4 |
| 2017-11-29 | firmware: rename sysfs state checks with sysfs prefix | Luis R. Rodriguez | 1 | -10/+10 |
| 2017-11-29 | firmware: use static inlines for state machine checking | Luis R. Rodriguez | 1 | -39/+68 |
| 2017-11-29 | firmware: remove unused __fw_state_is_done() | Luis R. Rodriguez | 1 | -5/+0 |
| 2017-11-29 | firmware: remove duplicate fw_state_aborted() | Luis R. Rodriguez | 1 | -2/+0 |
| 2017-11-29 | firmware: move core data structures to the top of file | Luis R. Rodriguez | 1 | -95/+95 |
| 2017-11-29 | firmware: rename struct fw_priv->fw_id to fw_name | Luis R. Rodriguez | 1 | -13/+13 |
| 2017-11-29 | firmware: rename struct firmware_buf to struct fw_priv | Luis R. Rodriguez | 1 | -185/+187 |
| 2017-11-29 | firmware: rename struct firmware_priv to struct fw_sysfs | Luis R. Rodriguez | 1 | -49/+49 |
| 2017-11-29 | firmware: fix detecting error on register_reboot_notifier() | Luis R. Rodriguez | 1 | -1/+8 |
| 2017-11-29 | firmware: provide helpers for registering the syfs loader | Luis R. Rodriguez | 1 | -8/+21 |
| 2017-11-29 | firmware: fix capturing errors on fw_cache_init() on early init | Luis R. Rodriguez | 1 | -13/+32 |
| 2017-11-29 | firmware: add helper to unregister pm ops | Luis R. Rodriguez | 1 | -4/+10 |
| 2017-09-10 | Revert "firmware: add sanity check on shutdown/suspend" | Linus Torvalds | 1 | -99/+0 |
| 2017-08-14 | Merge 4.13-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -15/+34 |
| 2017-08-10 | firmware: enable a debug print for batched requests | Luis R. Rodriguez | 1 | -0/+2 |
| 2017-08-10 | firmware: define pr_fmt | Luis R. Rodriguez | 1 | -0/+2 |
| 2017-08-10 | firmware: send -EINTR on signal abort on fallback mechanism | Luis R. Rodriguez | 1 | -3/+6 |
| 2017-08-10 | firmware: avoid invalid fallback aborts by using killable wait | Luis R. Rodriguez | 1 | -2/+1 |
| 2017-08-10 | firmware: fix batched requests - send wake up on failure on direct lookups | Luis R. Rodriguez | 1 | -8/+30 |
| 2017-08-10 | firmware: fix batched requests - wake all waiters | Luis R. Rodriguez | 1 | -7/+5 |
| 2017-06-03 | firmware: move umh try locks into the umh code | Luis R. Rodriguez | 1 | -32/+36 |
| 2017-06-03 | firmware: move assign_firmware_buf() further up | Luis R. Rodriguez | 1 | -39/+38 |
| 2017-06-03 | firmware: add sanity check on shutdown/suspend | Luis R. Rodriguez | 1 | -0/+99 |
| 2017-06-03 | firmware: always enable the reboot notifier | Luis R. Rodriguez | 1 | -19/+18 |
| 2017-06-03 | firmware: share fw fallback killing on reboot/suspend | Luis R. Rodriguez | 1 | -15/+14 |
| 2017-06-03 | firmware: move kill_requests_without_uevent() up above | Luis R. Rodriguez | 1 | -16/+16 |
| 2017-01-27 | firmware: fix NULL pointer dereference in __fw_load_abort() | Luis R. Rodriguez | 1 | -4/+1 |
| 2016-12-08 | firmware: Correct handling of fw_state_wait() return value | Bjorn Andersson | 1 | -7/+6 |
| 2016-12-01 | firmware: remove warning at documentation generation time | Silvio Fricke | 1 | -3/+3 |
| 2016-11-29 | firmware: move fw_state_is_done() into UHM section | Daniel Wagner | 1 | -7/+7 |
| 2016-11-29 | firmware: do not use fw_lock for fw_state protection | Daniel Wagner | 1 | -36/+15 |
| 2016-11-29 | firmware: drop bit ops in favor of simple state machine | Daniel Wagner | 1 | -7/+5 |
| 2016-11-29 | firmware: refactor loading status | Daniel Wagner | 1 | -34/+93 |
| 2016-11-29 | firmware: fix usermode helper fallback loading | Yves-Alexis Perez | 1 | -3/+4 |
| 2016-11-29 | driver core: firmware_class: convert to use class_groups | Greg Kroah-Hartman | 1 | -4/+6 |
| 2016-08-02 | firmware: support loading into a pre-allocated buffer | Stephen Boyd | 1 | -26/+99 |
| 2016-08-02 | firmware: provide infrastructure to make fw caching optional | Vikram Mulukutla | 1 | -2/+5 |
| 2016-08-02 | firmware: consolidate kmap/read/write logic | Stephen Boyd | 1 | -31/+26 |
| 2016-03-17 | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+4 |
| 2016-02-29 | firmware: change kernel read fail to dev_dbg() | Luis R. Rodriguez | 1 | -2/+6 |
| 2016-02-21 | firmware: replace call to fw_read_file_contents() with kernel version | Mimi Zohar | 1 | -42/+10 |
| 2016-02-18 | firmware: clean up filesystem load exit path | Kees Cook | 1 | -7/+5 |
| 2016-02-18 | firmware: move completing fw into a helper | Luis R. Rodriguez | 1 | -4/+10 |
| 2016-02-18 | firmware: simplify dev_*() print messages for generic helpers | Luis R. Rodriguez | 1 | -4/+4 |
| 2016-02-08 | firmware: Change the page arrary alloc to vmalloc | Chen Feng | 1 | -5/+4 |
| 2016-02-08 | firmware: simplify dev_*() print messages for generic helpers | Luis R. Rodriguez | 1 | -4/+4 |
| 2016-01-07 | firmware: actually return NULL on failed request_firmware_nowait() | Brian Norris | 1 | -3/+5 |
| 2015-08-05 | firmware: fix wrong memory deallocation in fw_add_devm_name() | Vladimir Zapolskiy | 1 | -1/+1 |
| 2015-07-09 | Fix firmware loader uevent buffer NULL pointer dereference | Linus Torvalds | 1 | -3/+13 |
| 2015-06-01 | firmware: add missing kfree for work on async call | Luis R. Rodriguez | 1 | -1/+3 |
| 2015-05-24 | firmware: use const for remaining firmware names | Luis R. Rodriguez | 1 | -12/+28 |
| 2015-05-24 | firmware: fix possible use after free on name on asynchronous request | Luis R. Rodriguez | 1 | -1/+5 |
| 2015-05-24 | firmware: check for file truncation on direct firmware loading | Luis R. Rodriguez | 1 | -2/+7 |
| 2015-05-24 | firmware: fix __getname() missing failure check | Luis R. Rodriguez | 1 | -1/+5 |
| 2015-03-25 | drivers: base: fw: fix ret value when loading fw | Zahari Doychev | 1 | -0/+2 |
| 2015-03-25 | firmware: Avoid manual device_create_file() calls | Takashi Iwai | 1 | -19/+21 |
| 2015-03-25 | firmware_class: Fix whitespace and indentation | Andrei Oprea | 1 | -3/+4 |
| 2015-02-15 | Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -22/+11 |
| 2015-02-12 | PM / OPP / clk: Remove unnecessary OOM message | Quentin Lambert | 1 | -1/+0 |
| 2015-02-03 | firmware_loader: handle timeout via wait_for_completion_interruptible_timeout() | Ming Lei | 1 | -24/+6 |
| 2015-02-03 | firmware_loader: abort request if wait_for_completion is interrupted | Ming Lei | 1 | -0/+7 |
| 2015-02-03 | firmware: Correct function name in comment | Borislav Petkov | 1 | -1/+1 |
| 2014-11-26 | firmware class: Deletion of an unnecessary check before the function call "vu... | Markus Elfring | 1 | -2/+1 |
| 2014-11-26 | firmware loader: fix hung task warning dump | Kweh, Hock Leong | 1 | -2/+2 |
| 2014-09-23 | firmware_class: make sure fw requests contain a name | Kees Cook | 1 | -0/+3 |
| 2014-08-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -4/+26 |
| 2014-07-25 | firmware_class: perform new LSM checks | Kees Cook | 1 | -4/+26 |
| 2014-07-23 | firmware loader: Fix _request_firmware_load() return val for fw load abort | Shuah Khan | 1 | -1/+3 |
| 2014-07-08 | firmware loader: inform direct failure when udev loader is disabled | Luis R. Rodriguez | 1 | -6/+7 |
| 2014-07-08 | firmware: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN | Fabian Frederick | 1 | -1/+1 |
| 2014-07-08 | firmware: read firmware size using i_size_read() | Dmitry Kasatkin | 1 | -14/+3 |
| 2014-07-08 | firmware loader: allow disabling of udev as firmware loader | Takashi Iwai | 1 | -5/+10 |
| 2014-03-02 | Merge 3.14-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+1 |
| 2014-02-26 | PM / hibernate: Fix restore hang in freeze_processes() | Sebastian Capella | 1 | -0/+1 |
| 2014-02-15 | firmware: use power efficient workqueue for unloading and aborting fw load | Shaibal Dutta | 1 | -3/+4 |
| 2014-02-15 | firmware: give a protection when map page failed | zhang jun | 1 | -1/+5 |
| 2014-01-08 | firmware_class: Fix the file size check | Ben Hutchings | 1 | -3/+3 |
| 2014-01-08 | firmware loader: Add sparse annotation | Bart Van Assche | 1 | -0/+1 |
| 2013-12-08 | firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=n | Takashi Iwai | 1 | -0/+4 |
| 2013-12-08 | firmware: Use bit flags instead of boolean combos | Takashi Iwai | 1 | -22/+29 |
| 2013-12-08 | firmware: Introduce request_firmware_direct() | Takashi Iwai | 1 | -7/+34 |
| 2013-09-26 | firmware: Be a bit more verbose about direct firmware loading failure | Neil Horman | 1 | -13/+25 |
| 2013-08-30 | firmware loader: fix pending_fw_head list corruption | Maxime Bizon | 1 | -4/+7 |
| 2013-08-23 | driver core: firmware: use __ATTR_RW() | Greg Kroah-Hartman | 1 | -8/+5 |
| 2013-06-25 | firmware loader: fix another compile warning with PM_SLEEP unset | Ming Lei | 1 | -12/+12 |
| 2013-06-21 | firmware loader: fix compile warning with PM_SLEEP set | Ming Lei | 1 | -3/+3 |
| 2013-06-19 | Merge branch 'driver-core-linus' into driver-core-next | Greg Kroah-Hartman | 1 | -16/+32 |
| 2013-06-18 | firmware loader: fix use-after-free by double abort | Ming Lei | 1 | -9/+18 |
| 2013-06-06 | firmware loader: simplify holding module for request_firmware | Ming Lei | 1 | -6/+7 |
| 2013-06-06 | firmware loader: don't export cache_firmware and uncache_firmware | Ming Lei | 1 | -4/+2 |
| 2013-06-06 | firmware loader: fix compile warning | Ming Lei | 1 | -0/+4 |
| 2013-06-04 | firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPER | Ming Lei | 1 | -14/+17 |
| 2013-06-03 | driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspend | Ming Lei | 1 | -0/+17 |
| 2013-06-03 | driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmware | Ming Lei | 1 | -3/+6 |
| 2013-06-03 | firmware: move EXPORT_SYMBOL annotations | Daniel Mack | 1 | -6/+5 |
| 2013-06-03 | firmware: Avoid deadlock of usermodehelper lock at shutdown | Takashi Iwai | 1 | -7/+37 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2013-02-26 | switch vfs_getattr() to struct path | Al Viro | 1 | -1/+1 |
| 2013-02-03 | firmware: Ignore abort check when no user-helper is used | Takashi Iwai | 1 | -2/+9 |
| 2013-02-03 | firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPER | Takashi Iwai | 1 | -162/+151 |
| 2013-02-03 | firmware: Make user-mode helper optional | Takashi Iwai | 1 | -13/+44 |
| 2013-02-03 | firmware: Refactoring for splitting user-mode helper code | Takashi Iwai | 1 | -133/+154 |
| 2013-01-16 | firmware: make sure the fw file size is not 0 | Luciano Coelho | 1 | -1/+1 |
| 2012-11-14 | firmware loader: document firmware cache mechanism | Ming Lei | 1 | -0/+3 |
| 2012-11-14 | firmware loader: introduce module parameter to customize(v4) fw search path | Ming Lei | 1 | -1/+16 |
| 2012-11-14 | firmware: use noinline_for_stack | Cesar Eduardo Barros | 1 | -1/+1 |
| 2012-11-14 | firmware loader: Fix the concurrent request_firmware() race for kref_get/put | Chuansheng Liu | 1 | -2/+4 |
| 2012-11-14 | firmware loader: Fix the race FW_STATUS_DONE is followed by class_timeout | Chuansheng Liu | 1 | -8/+16 |
| 2012-10-22 | firmware loader: sync firmware cache by async_synchronize_full_domain | Ming Lei | 1 | -28/+6 |
| 2012-10-22 | firmware loader: let direct loading back on 'firmware_buf' | Ming Lei | 1 | -71/+100 |
| 2012-10-22 | firmware loader: fix one reqeust_firmware race | Ming Lei | 1 | -12/+20 |
| 2012-10-22 | firmware loader: cancel uncache work before caching firmware | Ming Lei | 1 | -7/+28 |
| 2012-10-04 | firmware: use 'kernel_read()' to read firmware into kernel buffer | Linus Torvalds | 1 | -3/+1 |
| 2012-10-03 | firmware: teach the kernel to load firmware files directly from the filesystem | Linus Torvalds | 1 | -1/+77 |
| 2012-09-10 | firmware loader: fix compile warning when CONFIG_PM=n | Ming Lei | 1 | -11/+22 |
| 2012-09-06 | firmware loader: let caching firmware piggyback on loading firmware | Ming Lei | 1 | -9/+74 |
| 2012-09-06 | firmware loader: fix firmware -ENOENT situations | Ming Lei | 1 | -0/+1 |
| 2012-08-17 | firmware loader: fix build failure if FW_LOADER is m | Ming Lei | 1 | -7/+2 |
| 2012-08-17 | firmware loader: fix compile failure if !PM | Ming Lei | 1 | -1/+3 |
| 2012-08-16 | firmware loader: cache devices firmware during suspend/resume cycle | Ming Lei | 1 | -0/+32 |
| 2012-08-16 | firmware loader: use small timeout for cache device firmware | Ming Lei | 1 | -0/+14 |
| 2012-08-16 | firmware: introduce device_cache/uncache_fw_images | Ming Lei | 1 | -6/+215 |
| 2012-08-16 | firmware loader: store firmware name into devres list | Ming Lei | 1 | -0/+64 |
| 2012-08-16 | firmware loader: fix comments on request_firmware_nowait | Ming Lei | 1 | -3/+7 |
| 2012-08-16 | firmware loader: fix device lifetime | Ming Lei | 1 | -0/+6 |
| 2012-08-16 | firmware loader: introduce cache_firmware and uncache_firmware | Ming Lei | 1 | -8/+92 |
| 2012-08-16 | firmware loader: always let firmware_buf own the pages buffer | Ming Lei | 1 | -69/+171 |
| 2012-08-16 | firmware loader: introduce firmware_buf | Ming Lei | 1 | -78/+102 |
| 2012-08-16 | firmware loader: fix creation failure of fw loader device | Ming Lei | 1 | -1/+1 |
| 2012-08-16 | firmware loader: remove unnecessary wmb() | Ming Lei | 1 | -1/+0 |
| 2012-08-16 | firmware loader: fix races during loading firmware | Ming Lei | 1 | -9/+11 |
| 2012-08-16 | firmware loader: simplify pages ownership transfer | Ming Lei | 1 | -23/+39 |
| 2012-07-16 | driver-core: Use kobj_to_dev instead of re-implementing it | Lars-Peter Clausen | 1 | -4/+2 |
| 2012-03-28 | firmware_class: Move request_firmware_nowait() to workqueues | Stephen Boyd | 1 | -20/+7 |
| 2012-03-28 | firmware_class: Reorganize fw_create_instance() | Stephen Boyd | 1 | -73/+62 |
| 2012-03-28 | firmware_class: Do not warn that system is not ready from async loads | Rafael J. Wysocki | 1 | -21/+30 |
| 2012-03-28 | firmware_class: Split _request_firmware() into three functions, v2 | Rafael J. Wysocki | 1 | -17/+41 |
| 2012-03-28 | firmware_class: Rework usermodehelper check | Rafael J. Wysocki | 1 | -6/+5 |
| 2012-01-23 | PM / Sleep: Fix read_unlock_usermodehelper() call. | Tetsuo Handa | 1 | -2/+1 |
| 2012-01-08 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+4 |
| 2012-01-04 | firmware: Fix an oops on reading fw_priv->fw in sysfs loading file | Neil Horman | 1 | -7/+7 |
| 2011-12-09 | PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled() | Srivatsa S. Bhat | 1 | -0/+4 |
| 2011-08-24 | firmware loader: allow builtin firmware load even if usermodehelper is disabled | Linus Torvalds | 1 | -5/+6 |
| 2011-05-17 | PM: Print a warning if firmware is requested when tasks are frozen | Rafael J. Wysocki | 1 | -0/+5 |
| 2011-02-03 | firmware_classs: change val uevent's type to bool | Bob Liu | 1 | -4/+3 |
| 2010-08-23 | firmware_class: fix typo in error path | Johannes Berg | 1 | -1/+1 |
| 2010-08-05 | firmware loader: embed device into firmware_priv structure | Dmitry Torokhov | 1 | -133/+122 |
| 2010-08-05 | firmware loader: use statically initialized data attribute | Dmitry Torokhov | 1 | -6/+3 |
| 2010-05-21 | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 1 | -4/+7 |
| 2010-05-21 | firmware loader: do not allocate firmare id separately | Dmitry Torokhov | 1 | -13/+4 |
| 2010-05-21 | firmware loader: split out builtin firmware handling | Dmitry Torokhov | 1 | -26/+50 |
| 2010-05-21 | firmware loader: rely on driver core to create class attribute | Dmitry Torokhov | 1 | -35/+24 |
| 2010-05-21 | firmware class: export nowait to userspace | Johannes Berg | 1 | -5/+11 |
| 2010-05-21 | Driver core: Reduce the level of request_firmware() messages | Rafael J. Wysocki | 1 | -3/+2 |
| 2010-05-21 | firmware_class: fix memory leak - free allocated pages | David Woodhouse | 1 | -6/+20 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-19 | driver-core: fix missing kernel-doc in firmware_class | Randy Dunlap | 1 | -0/+1 |
| 2010-03-19 | sysfs: use sysfs_bin_attr_init in firmware class driver | Jiri Kosina | 1 | -0/+1 |
| 2010-03-07 | Driver core: Fix first line of kernel-doc for a few functions | Ben Hutchings | 1 | -1/+1 |
| 2010-03-07 | driver-core: firmware_class: remove base.h header inclusion | Luis R. Rodriguez | 1 | -1/+0 |
| 2010-03-07 | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 1 | -2/+6 |
| 2009-12-11 | firmware_class: make request_firmware_nowait more useful | Johannes Berg | 1 | -8/+6 |
| 2009-07-28 | driver core: firmware_class:fix memory leak of page pointers array | Ming Lei | 1 | -1/+0 |
| 2009-07-12 | Firmware: firmware_class, fix lock imbalance | Jiri Slaby | 1 | -2/+4 |
| 2009-07-08 | Free struct device in fw_dev_release() | Catalin Marinas | 1 | -4/+2 |
| 2009-06-15 | driver core: fix gcc 4.3.3 warnings about string literals | Greg Kroah-Hartman | 1 | -1/+1 |
| 2009-06-15 | firmware: allocate firmware id dynamically | Samuel Ortiz | 1 | -4/+12 |
| 2009-06-15 | driver core: fix documentation of request_firmware_nowait | Ming Lei | 1 | -2/+3 |
| 2009-06-15 | driver core: firmware_class: replace kfree(dev) with put_device(dev) | Ming Lei | 1 | -3/+5 |
| 2009-05-15 | firmware: speed up request_firmware(), v3 | David Woodhouse | 1 | -26/+103 |
| 2009-03-24 | Driver core: implement uevent suppress in kobject | Ming Lei | 1 | -2/+2 |
| 2009-01-06 | driver core: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -7/+1 |
| 2008-10-16 | firmware: use dev_printk when possible | Bjorn Helgaas | 1 | -14/+10 |
| 2008-07-25 | firmware: use memory_read_from_buffer() | Akinobu Mita | 1 | -9/+3 |
| 2008-07-10 | firmware: allow firmware files to be built into kernel image | David Woodhouse | 1 | -2/+31 |
| 2008-07-10 | firmware: make fw->data const | David Woodhouse | 1 | -1/+1 |
| 2008-04-29 | firmware loader: printk when requesting firmware | Ciaran McCreesh | 1 | -0/+2 |
| 2008-04-19 | driver core: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -9/+9 |
| 2008-02-07 | Driver core: Revert "Fix Firmware class name collision" | Michael E Brown | 1 | -1/+2 |
| 2007-10-12 | Fix Firmware class name collision | Markus Rechberger | 1 | -2/+1 |
| 2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -8/+3 |
| 2007-07-30 | kernel-doc fixes for PCI and drivers/base/ | Randy Dunlap | 1 | -0/+1 |
| 2007-07-11 | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys... | Zhang Rui | 1 | -2/+2 |
| 2007-07-11 | sysfs: kill unnecessary attribute->owner | Tejun Heo | 1 | -1/+1 |
| 2007-06-08 | firmware: remove orphaned Email | Markus Rechberger | 1 | -2/+2 |
| 2007-04-27 | Driver core: switch firmware_class to uevent_suppress. | Cornelia Huck | 1 | -8/+2 |
| 2007-02-07 | Driver Core: Increase the default timeout value of the firmware subsystem | Dave Jones | 1 | -1/+1 |
| 2006-12-22 | [PATCH] fix kernel-doc warnings in 2.6.20-rc1 | Randy Dunlap | 1 | -0/+1 |
| 2006-12-01 | Driver core: convert firmware code to use struct device | Greg Kroah-Hartman | 1 | -62/+57 |
| 2006-09-29 | [PATCH] kthread: drivers/base/firmware_class.c | Sukadev Bhattiprolu | 1 | -6/+6 |
| 2006-09-27 | [PATCH] x86 microcode: using request_firmware to pull microcode | Shaohua Li | 1 | -1/+1 |
| 2006-06-21 | [PATCH] firmware_class: s/semaphores/mutexes | Laura Garcia | 1 | -11/+11 |
| 2006-05-21 | [PATCH] drivers/base/firmware_class.c: cleanups | Adrian Bunk | 1 | -31/+8 |
| 2006-03-20 | [PATCH] firmware: fix BUG: in fw_realloc_buffer | Jeff Moyer | 1 | -2/+4 |