aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/firmware_class.c
AgeCommit message (Expand)Author
2017-01-09firmware: fix usermode helper fallback loadingYves-Alexis Perez
2015-08-05firmware: fix wrong memory deallocation in fw_add_devm_name()Vladimir Zapolskiy
2015-07-09Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds
2015-06-01firmware: add missing kfree for work on async callLuis R. Rodriguez
2015-05-24firmware: use const for remaining firmware namesLuis R. Rodriguez
2015-05-24firmware: fix possible use after free on name on asynchronous requestLuis R. Rodriguez
2015-05-24firmware: check for file truncation on direct firmware loadingLuis R. Rodriguez
2015-05-24firmware: fix __getname() missing failure checkLuis R. Rodriguez
2015-03-25drivers: base: fw: fix ret value when loading fwZahari Doychev
2015-03-25firmware: Avoid manual device_create_file() callsTakashi Iwai
2015-03-25firmware_class: Fix whitespace and indentationAndrei Oprea
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-02-12PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert
2015-02-03firmware_loader: handle timeout via wait_for_completion_interruptible_timeout()Ming Lei
2015-02-03firmware_loader: abort request if wait_for_completion is interruptedMing Lei
2015-02-03firmware: Correct function name in commentBorislav Petkov
2014-11-26firmware class: Deletion of an unnecessary check before the function call "vu...Markus Elfring
2014-11-26firmware loader: fix hung task warning dumpKweh, Hock Leong
2014-09-23firmware_class: make sure fw requests contain a nameKees Cook
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-07-25firmware_class: perform new LSM checksKees Cook
2014-07-23firmware loader: Fix _request_firmware_load() return val for fw load abortShuah Khan
2014-07-08firmware loader: inform direct failure when udev loader is disabledLuis R. Rodriguez
2014-07-08firmware: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick
2014-07-08firmware: read firmware size using i_size_read()Dmitry Kasatkin
2014-07-08firmware loader: allow disabling of udev as firmware loaderTakashi Iwai
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman
2014-02-26PM / hibernate: Fix restore hang in freeze_processes()Sebastian Capella
2014-02-15firmware: use power efficient workqueue for unloading and aborting fw loadShaibal Dutta
2014-02-15firmware: give a protection when map page failedzhang jun
2014-01-08firmware_class: Fix the file size checkBen Hutchings
2014-01-08firmware loader: Add sparse annotationBart Van Assche
2013-12-08firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=nTakashi Iwai
2013-12-08firmware: Use bit flags instead of boolean combosTakashi Iwai
2013-12-08firmware: Introduce request_firmware_direct()Takashi Iwai
2013-09-26firmware: Be a bit more verbose about direct firmware loading failureNeil Horman
2013-08-30firmware loader: fix pending_fw_head list corruptionMaxime Bizon
2013-08-23driver core: firmware: use __ATTR_RW()Greg Kroah-Hartman
2013-06-25firmware loader: fix another compile warning with PM_SLEEP unsetMing Lei
2013-06-21firmware loader: fix compile warning with PM_SLEEP setMing Lei
2013-06-19Merge branch 'driver-core-linus' into driver-core-nextGreg Kroah-Hartman
2013-06-18firmware loader: fix use-after-free by double abortMing Lei
2013-06-06firmware loader: simplify holding module for request_firmwareMing Lei
2013-06-06firmware loader: don't export cache_firmware and uncache_firmwareMing Lei
2013-06-06firmware loader: fix compile warningMing Lei
2013-06-04firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPERMing Lei
2013-06-03driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspendMing Lei
2013-06-03driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmwareMing Lei
2013-06-03firmware: move EXPORT_SYMBOL annotationsDaniel Mack
2013-06-03firmware: Avoid deadlock of usermodehelper lock at shutdownTakashi Iwai