aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader
AgeCommit message (Expand)AuthorFilesLines
2024-03-07firmware_loader: Suppress warning on FW_OPT_NO_WARN flagMukesh Ojha1-6/+10
2023-11-24firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent1-0/+1
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-9/+15
2023-10-27firmware_loader: Abort all upcoming firmware load request once reboot triggeredMukesh Ojha3-1/+7
2023-10-27firmware_loader: Refactor kill_pending_fw_fallback_reqs()Mukesh Ojha3-8/+8
2023-10-11fw loader: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-05-31firmware_loader: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2023-04-20firmware_loader: rework crypto dependenciesArnd Bergmann1-2/+3
2023-04-20firmware_loader: Strip off \n from customized pathFlorian Fainelli1-4/+13
2023-03-29firmware_loader: Add debug message with checksum for FW fileAmadeusz Sławiński2-1/+59
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-2/+2
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+0
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-8/+4
2022-12-10firmware_loader: remove #include <generated/utsrelease.h>Thomas Weißschuh1-2/+0
2022-12-06firmware_loader: fix up to_fw_sysfs() to preserve constGreg Kroah-Hartman1-5/+1
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2-4/+4
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook1-1/+1
2022-09-01firmware_loader: Fix memory leak in firmware uploadRuss Weight3-4/+17
2022-09-01firmware_loader: Fix use-after-free during unregisterRuss Weight1-1/+2
2022-07-28firmware_loader: Replace kmap() with kmap_local_page()Fabio M. De Francesco2-8/+6
2022-06-03firmware_loader: enable XZ by default if compressed support is enabledLinus Torvalds1-0/+1
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-494/+1113
2022-05-06firmware_loader: use kernel credentials when reading firmwareThiébaud Weksteen1-0/+17
2022-05-03firmware_loader: describe 'module' parameter of firmware_upload_register()Bagas Sanjaya1-0/+1
2022-04-29firmware_loader: Move definitions from sysfs_upload.h to sysfs.hRuss Weight4-20/+20
2022-04-29firmware_loader: Fix configs for sysfs splitRuss Weight2-6/+6
2022-04-27Revert "firmware_loader: use kernel credentials when reading firmware"Greg Kroah-Hartman1-16/+0
2022-04-26firmware_loader: Add sysfs nodes to monitor fw_uploadRuss Weight3-0/+135
2022-04-26firmware_loader: Add firmware-upload supportRuss Weight8-12/+373
2022-04-26firmware_loader: Split sysfs support from fallbackRuss Weight6-463/+503
2022-04-22firmware_loader: use kernel credentials when reading firmwareThiébaud Weksteen1-0/+16
2022-04-22firmware_loader: Check fw_state_is_done in loading_storeRuss Weight2-20/+18
2022-04-22firmware_loader: Clear data and size in fw_free_paged_bufRuss Weight1-0/+2
2022-04-22firmware: Add the support for ZSTD-compressed firmware filesTakashi Iwai2-9/+91
2022-02-25firmware_loader: EXTRA_FIRMWARE does not support compressed filesRandy Dunlap1-0/+5
2022-01-22firmware_loader: move firmware sysctl to its own filesXiaoming Ni3-3/+40
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-2/+2
2021-10-22firmware_loader: move struct builtin_fw to the only place usedLuis Chamberlain1-0/+6
2021-10-22firmware_loader: formalize built-in firmware APILuis Chamberlain4-79/+122
2021-10-05firmware_loader: add a sanity check for firmware_request_builtin()Luis Chamberlain1-0/+3
2021-10-05firmware_loader: split built-in firmware callLuis Chamberlain1-8/+21
2021-10-05firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain1-6/+7
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman3-7/+19
2021-07-29firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam3-5/+19
2021-07-29firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam1-2/+0
2021-07-21firmware: fix theoretical UAF race with firmware cache and resumeZhen Lei1-12/+8
2021-06-04firmware_loader: remove unneeded 'comma' macroMasahiro Yamada1-1/+0
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes1-0/+2
2020-11-09drivers: base: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-49/+131
2020-10-06firmware_loader: fix a kernel-doc markupMauro Carvalho Chehab1-0/+2
2020-10-05firmware: Add request_partial_firmware_into_buf()Scott Branden2-18/+87
2020-10-05firmware: Store opt_flags in fw_privKees Cook5-23/+25
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook1-1/+1
2020-10-05firmware_loader: Use security_post_load_data()Kees Cook2-5/+11
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook2-2/+2
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook1-0/+1
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook1-4/+6
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden1-0/+1
2020-10-05fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enumKees Cook1-1/+1
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook1-3/+2
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches1-1/+1
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches1-1/+1
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+13
2020-08-28firmware_loader: fix memory leak for paged bufferPrateek Sood2-6/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-25firmware_loader: EFI firmware loader must handle pre-allocated bufferKees Cook1-1/+4
2020-07-03firmware: improve description of firmware_request_nowarnWolfram Sang1-6/+6
2020-05-27firmware_loader: change enum fw_opt to u32Scott Branden5-19/+17
2020-04-28firmware_loader: move fw_fallback_config to a private kernel symbol namespaceLuis Chamberlain2-1/+4
2020-04-27Merge 5.7-rc3 into driver-core-nextGreg Kroah-Hartman1-1/+0
2020-04-26firmware_loader: revert removal of the fw_fallback_config exportLuis Chamberlain1-0/+1
2020-04-17firmware: Drop unused pages field from struct firmwareTakashi Iwai1-3/+0
2020-04-17firmware_loader: remove unused exportsChristoph Hellwig1-2/+0
2020-03-20firmware: Add new platform fallback mechanism and firmware_request_platform()Hans de Goede5-0/+78
2020-03-18firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun1-1/+1
2020-02-10firmware_loader: load files from the mount namespace of initTopi Miettinen1-2/+4
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-14/+15
2020-01-24firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede3-14/+15
2020-01-15Fix built-in early-load Intel microcode alignmentJari Ruusu1-1/+1
2019-11-20drivers: base: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-19firmware_loader: Fix labels with comma for builtin firmwareLinus Walleij1-1/+2
2019-11-14firmware_class: make firmware caching configurableMark Salyzyn2-3/+15
2019-11-03firmware loader: log path to loaded firmwaresDrew DeVault1-0/+1
2019-10-11firmware: Update pointer to documentationArkadiusz Drabczyk1-1/+1
2019-07-23firmware: Fix missing inlineTakashi Iwai1-2/+2
2019-07-22firmware: fix build errors in paged buffer handling codeMauro Rossi1-2/+2
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-7/+6
2019-06-18firmware: Add support for loading compressed filesTakashi Iwai3-12/+161
2019-06-18firmware: Factor out the paged buffer handling codeTakashi Iwai3-54/+63
2019-06-18firmware: improve LSM/IMA security behaviourSven Van Asbroeck1-1/+1
2019-06-10firmware: Use kvmalloc for page tablesTakashi Iwai2-4/+5
2019-06-10firmware: Unify the paged buffer release helperTakashi Iwai3-16/+25
2019-06-10firmware: Free temporary page table after vmappingTakashi Iwai2-4/+9
2019-05-01firmware_loader: Fix a typo ("syfs" -> "sysfs")Jonathan Neuschäfer1-3/+3
2019-04-04drivers: base: firmware_loader: add proper SPDX identifiers on files that did...Greg Kroah-Hartman2-0/+2
2019-02-26firmware: hardcode the debug message for -ENOENTJohn Zhao1-4/+4
2019-01-22firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada3-0/+43
2019-01-22firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to MakefileMasahiro Yamada2-6/+1
2018-09-30firmware: Always initialize the fw_priv list objectBjorn Andersson1-2/+5
2018-09-12firmware: Fix security issue with request_firmware_into_buf()Rishabh Bhatnagar1-12/+18
2018-08-17mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez1-5/+0
2018-07-16firmware: add call to LSM hook before firmware sysfs fallbackMimi Zohar1-0/+7
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-05-14firmware: add firmware_request_nowarn() - load firmware without warningsAndres Rodriguez1-0/+27
2018-05-14firmware_loader: make firmware_fallback_sysfs() print more usefulLuis R. Rodriguez1-1/+6
2018-05-14firmware_loader: move kconfig FW_LOADER entries to its own fileLuis R. Rodriguez1-0/+154
2018-05-14firmware_loader: document firmware_sysfs_fallback()Luis R. Rodriguez1-0/+20
2018-05-14firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()Andres Rodriguez4-14/+14
2018-05-14firmware: use () to terminate kernel-doc function namesAndres Rodriguez2-15/+15
2018-05-14firmware: wrap FW_OPT_* into an enumAndres Rodriguez4-19/+42
2018-04-25firmware: some documentation fixesAndres Rodriguez2-3/+3
2018-03-22firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez1-0/+24
2018-03-22firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is usedLuis R. Rodriguez1-1/+1
2018-03-21firmware: explicitly include vmalloc.hStephen Rothwell1-0/+1
2018-03-20firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez1-0/+14
2018-03-20firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez1-2/+12
2018-03-20firmware: fix checking for return values for fw_add_devm_name()Luis R. Rodriguez1-3/+9
2018-03-20rename: _request_firmware_load() fw_load_sysfs_fallback()Luis R. Rodriguez1-3/+10
2018-03-20firmware: enable to force disable the fallback mechanism at run timeLuis R. Rodriguez3-0/+18
2018-03-20firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez3-1/+21
2018-03-20firmware: move firmware loader into its own directoryLuis R. Rodriguez6-0/+2062