index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
firmware_loader
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-23
firmware: Fix missing inline
Takashi Iwai
1
-2
/
+2
2019-07-22
firmware: fix build errors in paged buffer handling code
Mauro Rossi
1
-2
/
+2
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
1
-7
/
+6
2019-06-18
firmware: Add support for loading compressed files
Takashi Iwai
3
-12
/
+161
2019-06-18
firmware: Factor out the paged buffer handling code
Takashi Iwai
3
-54
/
+63
2019-06-18
firmware: improve LSM/IMA security behaviour
Sven Van Asbroeck
1
-1
/
+1
2019-06-10
firmware: Use kvmalloc for page tables
Takashi Iwai
2
-4
/
+5
2019-06-10
firmware: Unify the paged buffer release helper
Takashi Iwai
3
-16
/
+25
2019-06-10
firmware: Free temporary page table after vmapping
Takashi Iwai
2
-4
/
+9
2019-05-01
firmware_loader: Fix a typo ("syfs" -> "sysfs")
Jonathan Neuschäfer
1
-3
/
+3
2019-04-04
drivers: base: firmware_loader: add proper SPDX identifiers on files that did...
Greg Kroah-Hartman
2
-0
/
+2
2019-02-26
firmware: hardcode the debug message for -ENOENT
John Zhao
1
-4
/
+4
2019-01-22
firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/
Masahiro Yamada
3
-0
/
+43
2019-01-22
firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to Makefile
Masahiro Yamada
2
-6
/
+1
2018-09-30
firmware: Always initialize the fw_priv list object
Bjorn Andersson
1
-2
/
+5
2018-09-12
firmware: Fix security issue with request_firmware_into_buf()
Rishabh Bhatnagar
1
-12
/
+18
2018-08-17
mm: provide a fallback for PAGE_KERNEL_RO for architectures
Luis R. Rodriguez
1
-5
/
+0
2018-07-16
firmware: add call to LSM hook before firmware sysfs fallback
Mimi Zohar
1
-0
/
+7
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-05-14
firmware: add firmware_request_nowarn() - load firmware without warnings
Andres Rodriguez
1
-0
/
+27
2018-05-14
firmware_loader: make firmware_fallback_sysfs() print more useful
Luis R. Rodriguez
1
-1
/
+6
2018-05-14
firmware_loader: move kconfig FW_LOADER entries to its own file
Luis R. Rodriguez
1
-0
/
+154
2018-05-14
firmware_loader: document firmware_sysfs_fallback()
Luis R. Rodriguez
1
-0
/
+20
2018-05-14
firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
Andres Rodriguez
4
-14
/
+14
2018-05-14
firmware: use () to terminate kernel-doc function names
Andres Rodriguez
2
-15
/
+15
2018-05-14
firmware: wrap FW_OPT_* into an enum
Andres Rodriguez
4
-19
/
+42
2018-04-25
firmware: some documentation fixes
Andres Rodriguez
2
-3
/
+3
2018-03-22
firmware: add firmware_request_cache() to help with cache on reboot
Luis R. Rodriguez
1
-0
/
+24
2018-03-22
firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used
Luis R. Rodriguez
1
-1
/
+1
2018-03-21
firmware: explicitly include vmalloc.h
Stephen Rothwell
1
-0
/
+1
2018-03-20
firmware: ensure the firmware cache is not used on incompatible calls
Luis R. Rodriguez
1
-0
/
+14
2018-03-20
firmware: add helper to check to see if fw cache is setup
Luis R. Rodriguez
1
-2
/
+12
2018-03-20
firmware: fix checking for return values for fw_add_devm_name()
Luis R. Rodriguez
1
-3
/
+9
2018-03-20
rename: _request_firmware_load() fw_load_sysfs_fallback()
Luis R. Rodriguez
1
-3
/
+10
2018-03-20
firmware: enable to force disable the fallback mechanism at run time
Luis R. Rodriguez
3
-0
/
+18
2018-03-20
firmware: enable run time change of forcing fallback loader
Luis R. Rodriguez
3
-1
/
+21
2018-03-20
firmware: move firmware loader into its own directory
Luis R. Rodriguez
6
-0
/
+2062