summaryrefslogtreecommitdiff
path: root/drivers/base/firmware_loader
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-2/+2
2025-06-16fs: move name_contains_dotdot() to headerChristian Brauner1-20/+11
2025-04-30firmware_loader: use SHA-256 library API instead of crypto_shash APIEric Biggers2-33/+5
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-10firmware_loader: Constify 'struct bin_attribute'Thomas Weißschuh1-7/+7
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra3-5/+5
2024-11-13firmware_loader: Fix possible resource leak in fw_log_firmware_info()Gaosheng Cui1-3/+2
2024-10-14firmware_loader: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-09-03firmware_loader: Block path traversalJann Horn1-0/+30
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+7
2024-06-18rust: add firmware abstractionsDanilo Krummrich1-0/+7
2024-06-07firmware: add nowarn variant of request_firmware_nowait()Lucas Stach1-27/+63
2024-03-08firmware_loader: Suppress warning on FW_OPT_NO_WARN flagMukesh Ojha1-6/+10
2023-11-25firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent1-0/+1
2023-11-04Merge 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-04firmware_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