aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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/git/gregkh/char-miscLinus 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/git/gregkh/driver-coreLinus 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/git/gregkh/driver-coreLinus 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