summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* firmware_loader: formalize built-in firmware APILuis Chamberlain2021-10-221-77/+1
* firmware_loader: add a sanity check for firmware_request_builtin()Luis Chamberlain2021-10-051-0/+3
* firmware_loader: split built-in firmware callLuis Chamberlain2021-10-051-8/+21
* firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain2021-10-051-6/+7
* Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-091-0/+2
|\
| * firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam2021-07-291-0/+2
* | firmware: fix theoretical UAF race with firmware cache and resumeZhen Lei2021-07-211-12/+8
|/
* init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-071-0/+2
* firmware: Add request_partial_firmware_into_buf()Scott Branden2020-10-051-18/+83
* firmware: Store opt_flags in fw_privKees Cook2020-10-051-10/+15
* fs/kernel_file_read: Add "offset" arg for partial readsKees Cook2020-10-051-1/+1
* fs/kernel_read_file: Add file_size output argumentKees Cook2020-10-051-0/+1
* fs/kernel_read_file: Remove redundant size argumentKees Cook2020-10-051-4/+6
* fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-0/+1
* fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook2020-10-051-3/+2
* firmware_loader: fix memory leak for paged bufferPrateek Sood2020-08-281-6/+11
* firmware: improve description of firmware_request_nowarnWolfram Sang2020-07-031-6/+6
* firmware_loader: change enum fw_opt to u32Scott Branden2020-05-271-6/+5
* firmware: Drop unused pages field from struct firmwareTakashi Iwai2020-04-171-3/+0
* firmware: Add new platform fallback mechanism and firmware_request_platform()Hans de Goede2020-03-201-0/+27
* firmware_loader: load files from the mount namespace of initTopi Miettinen2020-02-111-2/+4
* firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede2020-01-241-1/+1
* firmware_class: make firmware caching configurableMark Salyzyn2019-11-141-3/+3
* firmware loader: log path to loaded firmwaresDrew DeVault2019-11-031-0/+1
* firmware: Update pointer to documentationArkadiusz Drabczyk2019-10-111-1/+1
* firmware: Add support for loading compressed filesTakashi Iwai2019-06-181-9/+138
* firmware: Factor out the paged buffer handling codeTakashi Iwai2019-06-181-0/+52
* firmware: Use kvmalloc for page tablesTakashi Iwai2019-06-101-1/+1
* firmware: Unify the paged buffer release helperTakashi Iwai2019-06-101-9/+18
* firmware: Free temporary page table after vmappingTakashi Iwai2019-06-101-3/+3
* firmware: hardcode the debug message for -ENOENTJohn Zhao2019-02-261-4/+4
* firmware: Always initialize the fw_priv list objectBjorn Andersson2018-09-301-2/+5
* firmware: Fix security issue with request_firmware_into_buf()Rishabh Bhatnagar2018-09-121-12/+18
* firmware: add firmware_request_nowarn() - load firmware without warningsAndres Rodriguez2018-05-141-0/+27
* firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()Andres Rodriguez2018-05-141-1/+1
* firmware: use () to terminate kernel-doc function namesAndres Rodriguez2018-05-141-11/+11
* firmware: wrap FW_OPT_* into an enumAndres Rodriguez2018-05-141-3/+3
* firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez2018-03-221-0/+24
* firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez2018-03-201-0/+14
* firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez2018-03-201-2/+12
* firmware: fix checking for return values for fw_add_devm_name()Luis R. Rodriguez2018-03-201-3/+9
* firmware: move firmware loader into its own directoryLuis R. Rodriguez2018-03-201-0/+1189