summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader
Commit message (Expand)AuthorAgeFilesLines
* firmware_loader: move struct builtin_fw to the only place usedLuis Chamberlain2021-10-221-0/+6
* firmware_loader: formalize built-in firmware APILuis Chamberlain2021-10-224-79/+122
* 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-093-7/+19
|\
| * firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam2021-07-293-5/+19
| * firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam2021-07-291-2/+0
* | firmware: fix theoretical UAF race with firmware cache and resumeZhen Lei2021-07-211-12/+8
|/
* firmware_loader: remove unneeded 'comma' macroMasahiro Yamada2021-06-041-1/+0
* init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-071-0/+2
* drivers: base: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-091-1/+1
* Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-155-49/+131
|\
| * firmware_loader: fix a kernel-doc markupMauro Carvalho Chehab2020-10-061-0/+2
| * firmware: Add request_partial_firmware_into_buf()Scott Branden2020-10-052-18/+87
| * firmware: Store opt_flags in fw_privKees Cook2020-10-055-23/+25
| * fs/kernel_file_read: Add "offset" arg for partial readsKees Cook2020-10-051-1/+1
| * firmware_loader: Use security_post_load_data()Kees Cook2020-10-052-5/+11
| * LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-052-2/+2
| * 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_EFI_EMBEDDED enumKees Cook2020-10-051-1/+1
| * fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook2020-10-051-3/+2
* | drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-021-1/+1
* | drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-021-1/+1
|/
* Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-132-6/+13
|\
| * firmware_loader: fix memory leak for paged bufferPrateek Sood2020-08-282-6/+13
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* firmware_loader: EFI firmware loader must handle pre-allocated bufferKees Cook2020-07-251-1/+4
* firmware: improve description of firmware_request_nowarnWolfram Sang2020-07-031-6/+6
* firmware_loader: change enum fw_opt to u32Scott Branden2020-05-275-19/+17
* firmware_loader: move fw_fallback_config to a private kernel symbol namespaceLuis Chamberlain2020-04-282-1/+4
* Merge 5.7-rc3 into driver-core-nextGreg Kroah-Hartman2020-04-271-1/+0
|\
| * firmware_loader: revert removal of the fw_fallback_config exportLuis Chamberlain2020-04-261-0/+1
| * firmware_loader: remove unused exportsChristoph Hellwig2020-04-171-2/+0
* | 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-205-0/+78
* firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun2020-03-181-1/+1
* firmware_loader: load files from the mount namespace of initTopi Miettinen2020-02-101-2/+4
* Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-293-14/+15
|\
| * firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede2020-01-243-14/+15
* | Fix built-in early-load Intel microcode alignmentJari Ruusu2020-01-151-1/+1
|/
* drivers: base: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-1/+1
* firmware_loader: Fix labels with comma for builtin firmwareLinus Walleij2019-11-191-1/+2
* firmware_class: make firmware caching configurableMark Salyzyn2019-11-142-3/+15
* firmware loader: log path to loaded firmwaresDrew DeVault2019-11-031-0/+1
* firmware: Update pointer to documentationArkadiusz Drabczyk2019-10-111-1/+1
* firmware: Fix missing inlineTakashi Iwai2019-07-231-2/+2
* firmware: fix build errors in paged buffer handling codeMauro Rossi2019-07-221-2/+2