index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
firmware_loader
/
fallback.c
Age
Commit message (
Expand
)
Author
2020-05-27
firmware_loader: change enum fw_opt to u32
Scott Branden
2020-04-28
firmware_loader: move fw_fallback_config to a private kernel symbol namespace
Luis Chamberlain
2020-03-18
firmware: fix a double abort case with fw_load_sysfs_fallback
Junyong Sun
2020-01-24
firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
Hans de Goede
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
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_loader: make firmware_fallback_sysfs() print more useful
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: 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
rename: _request_firmware_load() fw_load_sysfs_fallback()
Luis R. Rodriguez
2018-03-20
firmware: enable to force disable the fallback mechanism at run time
Luis R. Rodriguez
2018-03-20
firmware: enable run time change of forcing fallback loader
Luis R. Rodriguez
2018-03-20
firmware: move firmware loader into its own directory
Luis R. Rodriguez