index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
firmware_loader
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
firmware: Add new platform fallback mechanism and firmware_request_platform()
Hans de Goede
2020-03-20
1
-0
/
+27
*
firmware_loader: load files from the mount namespace of init
Topi Miettinen
2020-02-10
1
-2
/
+4
*
firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
Hans de Goede
2020-01-24
1
-1
/
+1
*
firmware_class: make firmware caching configurable
Mark Salyzyn
2019-11-14
1
-3
/
+3
*
firmware loader: log path to loaded firmwares
Drew DeVault
2019-11-03
1
-0
/
+1
*
firmware: Update pointer to documentation
Arkadiusz Drabczyk
2019-10-11
1
-1
/
+1
*
firmware: Add support for loading compressed files
Takashi Iwai
2019-06-18
1
-9
/
+138
*
firmware: Factor out the paged buffer handling code
Takashi Iwai
2019-06-18
1
-0
/
+52
*
firmware: Use kvmalloc for page tables
Takashi Iwai
2019-06-10
1
-1
/
+1
*
firmware: Unify the paged buffer release helper
Takashi Iwai
2019-06-10
1
-9
/
+18
*
firmware: Free temporary page table after vmapping
Takashi Iwai
2019-06-10
1
-3
/
+3
*
firmware: hardcode the debug message for -ENOENT
John Zhao
2019-02-26
1
-4
/
+4
*
firmware: Always initialize the fw_priv list object
Bjorn Andersson
2018-09-30
1
-2
/
+5
*
firmware: Fix security issue with request_firmware_into_buf()
Rishabh Bhatnagar
2018-09-12
1
-12
/
+18
*
firmware: add firmware_request_nowarn() - load firmware without warnings
Andres Rodriguez
2018-05-14
1
-0
/
+27
*
firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
Andres Rodriguez
2018-05-14
1
-1
/
+1
*
firmware: use () to terminate kernel-doc function names
Andres Rodriguez
2018-05-14
1
-11
/
+11
*
firmware: wrap FW_OPT_* into an enum
Andres Rodriguez
2018-05-14
1
-3
/
+3
*
firmware: add firmware_request_cache() to help with cache on reboot
Luis R. Rodriguez
2018-03-22
1
-0
/
+24
*
firmware: ensure the firmware cache is not used on incompatible calls
Luis R. Rodriguez
2018-03-20
1
-0
/
+14
*
firmware: add helper to check to see if fw cache is setup
Luis R. Rodriguez
2018-03-20
1
-2
/
+12
*
firmware: fix checking for return values for fw_add_devm_name()
Luis R. Rodriguez
2018-03-20
1
-3
/
+9
*
firmware: move firmware loader into its own directory
Luis R. Rodriguez
2018-03-20
1
-0
/
+1189