summaryrefslogtreecommitdiff
path: root/drivers/base/firmware_class.c
Commit message (Expand)AuthorAge
* Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds2017-09-10
* Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman2017-08-14
|\
| * firmware: avoid invalid fallback aborts by using killable waitLuis R. Rodriguez2017-08-10
| * firmware: fix batched requests - send wake up on failure on direct lookupsLuis R. Rodriguez2017-08-10
| * firmware: fix batched requests - wake all waitersLuis R. Rodriguez2017-08-10
* | firmware: enable a debug print for batched requestsLuis R. Rodriguez2017-08-10
* | firmware: define pr_fmtLuis R. Rodriguez2017-08-10
* | firmware: send -EINTR on signal abort on fallback mechanismLuis R. Rodriguez2017-08-10
|/
* firmware: move umh try locks into the umh codeLuis R. Rodriguez2017-06-03
* firmware: move assign_firmware_buf() further upLuis R. Rodriguez2017-06-03
* firmware: add sanity check on shutdown/suspendLuis R. Rodriguez2017-06-03
* firmware: always enable the reboot notifierLuis R. Rodriguez2017-06-03
* firmware: share fw fallback killing on reboot/suspendLuis R. Rodriguez2017-06-03
* firmware: move kill_requests_without_uevent() up aboveLuis R. Rodriguez2017-06-03
* firmware: fix NULL pointer dereference in __fw_load_abort()Luis R. Rodriguez2017-01-27
* firmware: Correct handling of fw_state_wait() return valueBjorn Andersson2016-12-08
* firmware: remove warning at documentation generation timeSilvio Fricke2016-12-01
* firmware: move fw_state_is_done() into UHM sectionDaniel Wagner2016-11-29
* firmware: do not use fw_lock for fw_state protectionDaniel Wagner2016-11-29
* firmware: drop bit ops in favor of simple state machineDaniel Wagner2016-11-29
* firmware: refactor loading statusDaniel Wagner2016-11-29
* firmware: fix usermode helper fallback loadingYves-Alexis Perez2016-11-29
* driver core: firmware_class: convert to use class_groupsGreg Kroah-Hartman2016-11-29
* firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-02
* firmware: provide infrastructure to make fw caching optionalVikram Mulukutla2016-08-02
* firmware: consolidate kmap/read/write logicStephen Boyd2016-08-02
* Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-17
|\
| * firmware: Change the page arrary alloc to vmallocChen Feng2016-02-08
| * firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez2016-02-08
* | firmware: change kernel read fail to dev_dbg()Luis R. Rodriguez2016-02-29
* | firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar2016-02-21
* | firmware: clean up filesystem load exit pathKees Cook2016-02-18
* | firmware: move completing fw into a helperLuis R. Rodriguez2016-02-18
* | firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez2016-02-18
|/
* firmware: actually return NULL on failed request_firmware_nowait()Brian Norris2016-01-07
* firmware: fix wrong memory deallocation in fw_add_devm_name()Vladimir Zapolskiy2015-08-05
* Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds2015-07-09
* firmware: add missing kfree for work on async callLuis R. Rodriguez2015-06-01
* firmware: use const for remaining firmware namesLuis R. Rodriguez2015-05-24
* firmware: fix possible use after free on name on asynchronous requestLuis R. Rodriguez2015-05-24
* firmware: check for file truncation on direct firmware loadingLuis R. Rodriguez2015-05-24
* firmware: fix __getname() missing failure checkLuis R. Rodriguez2015-05-24
* drivers: base: fw: fix ret value when loading fwZahari Doychev2015-03-25
* firmware: Avoid manual device_create_file() callsTakashi Iwai2015-03-25
* firmware_class: Fix whitespace and indentationAndrei Oprea2015-03-25
* Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-15
|\
| * firmware_loader: handle timeout via wait_for_completion_interruptible_timeout()Ming Lei2015-02-03
| * firmware_loader: abort request if wait_for_completion is interruptedMing Lei2015-02-03
| * firmware: Correct function name in commentBorislav Petkov2015-02-03
* | PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert2015-02-12
|/