aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/firmware_class.c
AgeCommit message (Expand)Author
2014-10-30firmware_class: make sure fw requests contain a nameKees Cook
2013-06-18firmware loader: fix use-after-free by double abortMing Lei
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-02-03firmware: Ignore abort check when no user-helper is usedTakashi Iwai
2013-02-03firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPERTakashi Iwai
2013-02-03firmware: Make user-mode helper optionalTakashi Iwai
2013-02-03firmware: Refactoring for splitting user-mode helper codeTakashi Iwai
2013-01-16firmware: make sure the fw file size is not 0Luciano Coelho
2012-11-14firmware loader: document firmware cache mechanismMing Lei
2012-11-14firmware loader: introduce module parameter to customize(v4) fw search pathMing Lei
2012-11-14firmware: use noinline_for_stackCesar Eduardo Barros
2012-11-14firmware loader: Fix the concurrent request_firmware() race for kref_get/putChuansheng Liu
2012-11-14firmware loader: Fix the race FW_STATUS_DONE is followed by class_timeoutChuansheng Liu
2012-10-22firmware loader: sync firmware cache by async_synchronize_full_domainMing Lei
2012-10-22firmware loader: let direct loading back on 'firmware_buf'Ming Lei
2012-10-22firmware loader: fix one reqeust_firmware raceMing Lei
2012-10-22firmware loader: cancel uncache work before caching firmwareMing Lei
2012-10-04firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds
2012-10-03firmware: teach the kernel to load firmware files directly from the filesystemLinus Torvalds
2012-09-10firmware loader: fix compile warning when CONFIG_PM=nMing Lei
2012-09-06firmware loader: let caching firmware piggyback on loading firmwareMing Lei
2012-09-06firmware loader: fix firmware -ENOENT situationsMing Lei
2012-08-17firmware loader: fix build failure if FW_LOADER is mMing Lei
2012-08-17firmware loader: fix compile failure if !PMMing Lei
2012-08-16firmware loader: cache devices firmware during suspend/resume cycleMing Lei
2012-08-16firmware loader: use small timeout for cache device firmwareMing Lei
2012-08-16firmware: introduce device_cache/uncache_fw_imagesMing Lei
2012-08-16firmware loader: store firmware name into devres listMing Lei
2012-08-16firmware loader: fix comments on request_firmware_nowaitMing Lei
2012-08-16firmware loader: fix device lifetimeMing Lei
2012-08-16firmware loader: introduce cache_firmware and uncache_firmwareMing Lei
2012-08-16firmware loader: always let firmware_buf own the pages bufferMing Lei
2012-08-16firmware loader: introduce firmware_bufMing Lei
2012-08-16firmware loader: fix creation failure of fw loader deviceMing Lei
2012-08-16firmware loader: remove unnecessary wmb()Ming Lei
2012-08-16firmware loader: fix races during loading firmwareMing Lei
2012-08-16firmware loader: simplify pages ownership transferMing Lei
2012-07-16driver-core: Use kobj_to_dev instead of re-implementing itLars-Peter Clausen
2012-03-28firmware_class: Move request_firmware_nowait() to workqueuesStephen Boyd
2012-03-28firmware_class: Reorganize fw_create_instance()Stephen Boyd
2012-03-28firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki
2012-03-28firmware_class: Split _request_firmware() into three functions, v2Rafael J. Wysocki
2012-03-28firmware_class: Rework usermodehelper checkRafael J. Wysocki
2012-01-23PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-04firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman
2011-12-09PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat
2011-08-24firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki