summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-2/+0
|\
| * firmware_loader: remove #include <generated/utsrelease.h>Thomas Weißschuh2022-12-101-2/+0
* | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-162-8/+4
|\ \
| * | firmware_loader: fix up to_fw_sysfs() to preserve constGreg Kroah-Hartman2022-12-061-5/+1
| * | driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-242-4/+4
| |/
* / cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-011-1/+1
|/
* firmware_loader: Fix memory leak in firmware uploadRuss Weight2022-09-013-4/+17
* firmware_loader: Fix use-after-free during unregisterRuss Weight2022-09-011-1/+2
* firmware_loader: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-282-8/+6
* firmware_loader: enable XZ by default if compressed support is enabledLinus Torvalds2022-06-031-0/+1
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-0310-494/+1113
|\
| * firmware_loader: describe 'module' parameter of firmware_upload_register()Bagas Sanjaya2022-05-031-0/+1
| * firmware_loader: Move definitions from sysfs_upload.h to sysfs.hRuss Weight2022-04-294-20/+20
| * firmware_loader: Fix configs for sysfs splitRuss Weight2022-04-292-6/+6
| * Revert "firmware_loader: use kernel credentials when reading firmware"Greg Kroah-Hartman2022-04-271-16/+0
| * firmware_loader: Add sysfs nodes to monitor fw_uploadRuss Weight2022-04-263-0/+135
| * firmware_loader: Add firmware-upload supportRuss Weight2022-04-268-12/+373
| * firmware_loader: Split sysfs support from fallbackRuss Weight2022-04-266-463/+503
| * firmware_loader: use kernel credentials when reading firmwareThiébaud Weksteen2022-04-221-0/+16
| * firmware_loader: Check fw_state_is_done in loading_storeRuss Weight2022-04-222-20/+18
| * firmware_loader: Clear data and size in fw_free_paged_bufRuss Weight2022-04-221-0/+2
| * firmware: Add the support for ZSTD-compressed firmware filesTakashi Iwai2022-04-222-9/+91
* | firmware_loader: use kernel credentials when reading firmwareThiébaud Weksteen2022-05-061-0/+17
|/
* firmware_loader: EXTRA_FIRMWARE does not support compressed filesRandy Dunlap2022-02-251-0/+5
* firmware_loader: move firmware sysctl to its own filesXiaoming Ni2022-01-223-3/+40
* kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-2/+2
* firmware_loader: move struct builtin_fw to the only place usedLuis Chamberlain2021-10-221-0/+6
* firmware_loader: formalize built-in firmware APILuis Chamberlain2021-10-224-79/+122
* firmware_loader: add a sanity check for firmware_request_builtin()Luis Chamberlain2021-10-051-0/+3
* firmware_loader: split built-in firmware callLuis Chamberlain2021-10-051-8/+21
* firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain2021-10-051-6/+7
* Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-093-7/+19
|\
| * firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam2021-07-293-5/+19
| * firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam2021-07-291-2/+0
* | firmware: fix theoretical UAF race with firmware cache and resumeZhen Lei2021-07-211-12/+8
|/
* firmware_loader: remove unneeded 'comma' macroMasahiro Yamada2021-06-041-1/+0
* init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-071-0/+2
* 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