summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader
AgeCommit message (Expand)Author
2020-08-19firmware_loader: EFI firmware loader must handle pre-allocated bufferKees Cook
2020-05-27firmware_loader: change enum fw_opt to u32Scott Branden
2020-04-28firmware_loader: move fw_fallback_config to a private kernel symbol namespaceLuis Chamberlain
2020-04-27Merge 5.7-rc3 into driver-core-nextGreg Kroah-Hartman
2020-04-26firmware_loader: revert removal of the fw_fallback_config exportLuis Chamberlain
2020-04-17firmware: Drop unused pages field from struct firmwareTakashi Iwai
2020-04-17firmware_loader: remove unused exportsChristoph Hellwig
2020-03-20firmware: Add new platform fallback mechanism and firmware_request_platform()Hans de Goede
2020-03-18firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun
2020-02-10firmware_loader: load files from the mount namespace of initTopi Miettinen
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-24firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede
2020-01-15Fix built-in early-load Intel microcode alignmentJari Ruusu
2019-11-20drivers: base: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-19firmware_loader: Fix labels with comma for builtin firmwareLinus Walleij
2019-11-14firmware_class: make firmware caching configurableMark Salyzyn
2019-11-03firmware loader: log path to loaded firmwaresDrew DeVault
2019-10-11firmware: Update pointer to documentationArkadiusz Drabczyk
2019-07-23firmware: Fix missing inlineTakashi Iwai
2019-07-22firmware: fix build errors in paged buffer handling codeMauro Rossi
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-06-18firmware: Add support for loading compressed filesTakashi Iwai
2019-06-18firmware: Factor out the paged buffer handling codeTakashi Iwai
2019-06-18firmware: improve LSM/IMA security behaviourSven Van Asbroeck
2019-06-10firmware: Use kvmalloc for page tablesTakashi Iwai
2019-06-10firmware: Unify the paged buffer release helperTakashi Iwai
2019-06-10firmware: Free temporary page table after vmappingTakashi Iwai
2019-05-01firmware_loader: Fix a typo ("syfs" -> "sysfs")Jonathan Neuschäfer
2019-04-04drivers: base: firmware_loader: add proper SPDX identifiers on files that did...Greg Kroah-Hartman
2019-02-26firmware: hardcode the debug message for -ENOENTJohn Zhao
2019-01-22firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada
2019-01-22firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to MakefileMasahiro Yamada
2018-09-30firmware: Always initialize the fw_priv list objectBjorn Andersson
2018-09-12firmware: Fix security issue with request_firmware_into_buf()Rishabh Bhatnagar
2018-08-17mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez
2018-07-16firmware: add call to LSM hook before firmware sysfs fallbackMimi Zohar
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-05-14firmware: add firmware_request_nowarn() - load firmware without warningsAndres Rodriguez
2018-05-14firmware_loader: make firmware_fallback_sysfs() print more usefulLuis R. Rodriguez
2018-05-14firmware_loader: move kconfig FW_LOADER entries to its own fileLuis R. Rodriguez
2018-05-14firmware_loader: document firmware_sysfs_fallback()Luis R. Rodriguez
2018-05-14firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()Andres Rodriguez
2018-05-14firmware: use () to terminate kernel-doc function namesAndres Rodriguez
2018-05-14firmware: wrap FW_OPT_* into an enumAndres Rodriguez
2018-04-25firmware: some documentation fixesAndres Rodriguez
2018-03-22firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez
2018-03-22firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is usedLuis R. Rodriguez
2018-03-21firmware: explicitly include vmalloc.hStephen Rothwell
2018-03-20firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez
2018-03-20firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez