index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
firmware_loader
Age
Commit message (
Expand
)
Author
2020-04-28
firmware_loader: move fw_fallback_config to a private kernel symbol namespace
Luis Chamberlain
2020-04-27
Merge 5.7-rc3 into driver-core-next
Greg Kroah-Hartman
2020-04-26
firmware_loader: revert removal of the fw_fallback_config export
Luis Chamberlain
2020-04-17
firmware: Drop unused pages field from struct firmware
Takashi Iwai
2020-04-17
firmware_loader: remove unused exports
Christoph Hellwig
2020-03-20
firmware: Add new platform fallback mechanism and firmware_request_platform()
Hans de Goede
2020-03-18
firmware: fix a double abort case with fw_load_sysfs_fallback
Junyong Sun
2020-02-10
firmware_loader: load files from the mount namespace of init
Topi Miettinen
2020-01-29
Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-01-24
firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
Hans de Goede
2020-01-15
Fix built-in early-load Intel microcode alignment
Jari Ruusu
2019-11-20
drivers: base: Fix Kconfig indentation
Krzysztof Kozlowski
2019-11-19
firmware_loader: Fix labels with comma for builtin firmware
Linus Walleij
2019-11-14
firmware_class: make firmware caching configurable
Mark Salyzyn
2019-11-03
firmware loader: log path to loaded firmwares
Drew DeVault
2019-10-11
firmware: Update pointer to documentation
Arkadiusz Drabczyk
2019-07-23
firmware: Fix missing inline
Takashi Iwai
2019-07-22
firmware: fix build errors in paged buffer handling code
Mauro Rossi
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2019-06-18
firmware: Add support for loading compressed files
Takashi Iwai
2019-06-18
firmware: Factor out the paged buffer handling code
Takashi Iwai
2019-06-18
firmware: improve LSM/IMA security behaviour
Sven Van Asbroeck
2019-06-10
firmware: Use kvmalloc for page tables
Takashi Iwai
2019-06-10
firmware: Unify the paged buffer release helper
Takashi Iwai
2019-06-10
firmware: Free temporary page table after vmapping
Takashi Iwai
2019-05-01
firmware_loader: Fix a typo ("syfs" -> "sysfs")
Jonathan Neuschäfer
2019-04-04
drivers: base: firmware_loader: add proper SPDX identifiers on files that did...
Greg Kroah-Hartman
2019-02-26
firmware: hardcode the debug message for -ENOENT
John Zhao
2019-01-22
firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/
Masahiro Yamada
2019-01-22
firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to Makefile
Masahiro Yamada
2018-09-30
firmware: Always initialize the fw_priv list object
Bjorn Andersson
2018-09-12
firmware: Fix security issue with request_firmware_into_buf()
Rishabh Bhatnagar
2018-08-17
mm: provide a fallback for PAGE_KERNEL_RO for architectures
Luis R. Rodriguez
2018-07-16
firmware: add call to LSM hook before firmware sysfs fallback
Mimi Zohar
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
2018-05-14
firmware: add firmware_request_nowarn() - load firmware without warnings
Andres Rodriguez
2018-05-14
firmware_loader: make firmware_fallback_sysfs() print more useful
Luis R. Rodriguez
2018-05-14
firmware_loader: move kconfig FW_LOADER entries to its own file
Luis R. Rodriguez
2018-05-14
firmware_loader: document firmware_sysfs_fallback()
Luis R. Rodriguez
2018-05-14
firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
Andres Rodriguez
2018-05-14
firmware: use () to terminate kernel-doc function names
Andres Rodriguez
2018-05-14
firmware: wrap FW_OPT_* into an enum
Andres Rodriguez
2018-04-25
firmware: some documentation fixes
Andres Rodriguez
2018-03-22
firmware: add firmware_request_cache() to help with cache on reboot
Luis R. Rodriguez
2018-03-22
firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used
Luis R. Rodriguez
2018-03-21
firmware: explicitly include vmalloc.h
Stephen Rothwell
2018-03-20
firmware: ensure the firmware cache is not used on incompatible calls
Luis R. Rodriguez
2018-03-20
firmware: add helper to check to see if fw cache is setup
Luis R. Rodriguez
2018-03-20
firmware: fix checking for return values for fw_add_devm_name()
Luis R. Rodriguez
2018-03-20
rename: _request_firmware_load() fw_load_sysfs_fallback()
Luis R. Rodriguez
[next]