summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader
Commit message (Expand)AuthorAgeFilesLines
* 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
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-7/+6
* firmware: Add support for loading compressed filesTakashi Iwai2019-06-183-12/+161
* firmware: Factor out the paged buffer handling codeTakashi Iwai2019-06-183-54/+63
* firmware: improve LSM/IMA security behaviourSven Van Asbroeck2019-06-181-1/+1
* firmware: Use kvmalloc for page tablesTakashi Iwai2019-06-102-4/+5
* firmware: Unify the paged buffer release helperTakashi Iwai2019-06-103-16/+25
* firmware: Free temporary page table after vmappingTakashi Iwai2019-06-102-4/+9
* firmware_loader: Fix a typo ("syfs" -> "sysfs")Jonathan Neuschäfer2019-05-011-3/+3
* drivers: base: firmware_loader: add proper SPDX identifiers on files that did...Greg Kroah-Hartman2019-04-042-0/+2
* firmware: hardcode the debug message for -ENOENTJohn Zhao2019-02-261-4/+4
* firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada2019-01-223-0/+43