summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader
AgeCommit message (Expand)AuthorLines
2023-04-20firmware_loader: rework crypto dependenciesArnd Bergmann-2/+3
2023-04-20firmware_loader: Strip off \n from customized pathFlorian Fainelli-4/+13
2023-03-29firmware_loader: Add debug message with checksum for FW fileAmadeusz Sławiński-1/+59
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman-2/+2
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+0
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+4
2022-12-10firmware_loader: remove #include <generated/utsrelease.h>Thomas Weißschuh-2/+0
2022-12-06firmware_loader: fix up to_fw_sysfs() to preserve constGreg Kroah-Hartman-5/+1
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman-4/+4
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook-1/+1
2022-09-01firmware_loader: Fix memory leak in firmware uploadRuss Weight-4/+17
2022-09-01firmware_loader: Fix use-after-free during unregisterRuss Weight-1/+2
2022-07-28firmware_loader: Replace kmap() with kmap_local_page()Fabio M. De Francesco-8/+6
2022-06-03firmware_loader: enable XZ by default if compressed support is enabledLinus Torvalds-0/+1
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-494/+1113
2022-05-06firmware_loader: use kernel credentials when reading firmwareThiébaud Weksteen-0/+17
2022-05-03firmware_loader: describe 'module' parameter of firmware_upload_register()Bagas Sanjaya-0/+1
2022-04-29firmware_loader: Move definitions from sysfs_upload.h to sysfs.hRuss Weight-20/+20
2022-04-29firmware_loader: Fix configs for sysfs splitRuss Weight-6/+6
2022-04-27Revert "firmware_loader: use kernel credentials when reading firmware"Greg Kroah-Hartman-16/+0
2022-04-26firmware_loader: Add sysfs nodes to monitor fw_uploadRuss Weight-0/+135
2022-04-26firmware_loader: Add firmware-upload supportRuss Weight-12/+373
2022-04-26firmware_loader: Split sysfs support from fallbackRuss Weight-463/+503
2022-04-22firmware_loader: use kernel credentials when reading firmwareThiébaud Weksteen-0/+16
2022-04-22firmware_loader: Check fw_state_is_done in loading_storeRuss Weight-20/+18
2022-04-22firmware_loader: Clear data and size in fw_free_paged_bufRuss Weight-0/+2
2022-04-22firmware: Add the support for ZSTD-compressed firmware filesTakashi Iwai-9/+91
2022-02-25firmware_loader: EXTRA_FIRMWARE does not support compressed filesRandy Dunlap-0/+5
2022-01-22firmware_loader: move firmware sysctl to its own filesXiaoming Ni-3/+40
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada-2/+2
2021-10-22firmware_loader: move struct builtin_fw to the only place usedLuis Chamberlain-0/+6
2021-10-22firmware_loader: formalize built-in firmware APILuis Chamberlain-79/+122
2021-10-05firmware_loader: add a sanity check for firmware_request_builtin()Luis Chamberlain-0/+3
2021-10-05firmware_loader: split built-in firmware callLuis Chamberlain-8/+21
2021-10-05firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain-6/+7
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman-7/+19
2021-07-29firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam-5/+19
2021-07-29firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam-2/+0
2021-07-21firmware: fix theoretical UAF race with firmware cache and resumeZhen Lei-12/+8
2021-06-04firmware_loader: remove unneeded 'comma' macroMasahiro Yamada-1/+0
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes-0/+2
2020-11-09drivers: base: fix some kernel-doc markupsMauro Carvalho Chehab-1/+1
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-49/+131
2020-10-06firmware_loader: fix a kernel-doc markupMauro Carvalho Chehab-0/+2
2020-10-05firmware: Add request_partial_firmware_into_buf()Scott Branden-18/+87
2020-10-05firmware: Store opt_flags in fw_privKees Cook-23/+25
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook-1/+1
2020-10-05firmware_loader: Use security_post_load_data()Kees Cook-5/+11
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook-2/+2
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook-0/+1