summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader
AgeCommit message (Expand)AuthorFilesLines
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