index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
firmware_loader
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-27
firmware_loader: Abort all upcoming firmware load request once reboot triggered
Mukesh Ojha
1
-0
/
+1
2023-10-27
firmware_loader: Refactor kill_pending_fw_fallback_reqs()
Mukesh Ojha
1
-4
/
+4
2023-05-31
firmware_loader: Fix a NULL vs IS_ERR() check
Dan Carpenter
1
-1
/
+1
2023-04-20
firmware_loader: Strip off \n from customized path
Florian Fainelli
1
-4
/
+13
2023-03-29
firmware_loader: Add debug message with checksum for FW file
Amadeusz Sławiński
1
-1
/
+47
2022-11-01
cred: Do not default to init_cred in prepare_kernel_cred()
Kees Cook
1
-1
/
+1
2022-07-28
firmware_loader: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-2
/
+2
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-13
/
+81
2022-05-06
firmware_loader: use kernel credentials when reading firmware
Thiébaud Weksteen
1
-0
/
+17
2022-04-27
Revert "firmware_loader: use kernel credentials when reading firmware"
Greg Kroah-Hartman
1
-16
/
+0
2022-04-26
firmware_loader: Add firmware-upload support
Russ Weight
1
-10
/
+6
2022-04-22
firmware_loader: use kernel credentials when reading firmware
Thiébaud Weksteen
1
-0
/
+16
2022-04-22
firmware_loader: Clear data and size in fw_free_paged_buf
Russ Weight
1
-0
/
+2
2022-04-22
firmware: Add the support for ZSTD-compressed firmware files
Takashi Iwai
1
-3
/
+73
2021-10-22
firmware_loader: formalize built-in firmware API
Luis Chamberlain
1
-77
/
+1
2021-10-05
firmware_loader: add a sanity check for firmware_request_builtin()
Luis Chamberlain
1
-0
/
+3
2021-10-05
firmware_loader: split built-in firmware call
Luis Chamberlain
1
-8
/
+21
2021-10-05
firmware_loader: fix pre-allocated buf built-in firmware use
Luis Chamberlain
1
-6
/
+7
2021-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+2
2021-07-29
firmware_loader: fix use-after-free in firmware_fallback_sysfs
Anirudh Rayabharam
1
-0
/
+2
2021-07-21
firmware: fix theoretical UAF race with firmware cache and resume
Zhen Lei
1
-12
/
+8
2021-05-07
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
1
-0
/
+2
2020-10-05
firmware: Add request_partial_firmware_into_buf()
Scott Branden
1
-18
/
+83
2020-10-05
firmware: Store opt_flags in fw_priv
Kees Cook
1
-10
/
+15
2020-10-05
fs/kernel_file_read: Add "offset" arg for partial reads
Kees Cook
1
-1
/
+1
2020-10-05
fs/kernel_read_file: Add file_size output argument
Kees Cook
1
-0
/
+1
2020-10-05
fs/kernel_read_file: Remove redundant size argument
Kees Cook
1
-4
/
+6
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
1
-0
/
+1
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
Kees Cook
1
-3
/
+2
2020-08-28
firmware_loader: fix memory leak for paged buffer
Prateek Sood
1
-6
/
+11
2020-07-03
firmware: improve description of firmware_request_nowarn
Wolfram Sang
1
-6
/
+6
2020-05-27
firmware_loader: change enum fw_opt to u32
Scott Branden
1
-6
/
+5
2020-04-17
firmware: Drop unused pages field from struct firmware
Takashi Iwai
1
-3
/
+0
2020-03-20
firmware: Add new platform fallback mechanism and firmware_request_platform()
Hans de Goede
1
-0
/
+27
2020-02-11
firmware_loader: load files from the mount namespace of init
Topi Miettinen
1
-2
/
+4
2020-01-24
firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
Hans de Goede
1
-1
/
+1
2019-11-14
firmware_class: make firmware caching configurable
Mark Salyzyn
1
-3
/
+3
2019-11-03
firmware loader: log path to loaded firmwares
Drew DeVault
1
-0
/
+1
2019-10-11
firmware: Update pointer to documentation
Arkadiusz Drabczyk
1
-1
/
+1
2019-06-18
firmware: Add support for loading compressed files
Takashi Iwai
1
-9
/
+138
2019-06-18
firmware: Factor out the paged buffer handling code
Takashi Iwai
1
-0
/
+52
2019-06-10
firmware: Use kvmalloc for page tables
Takashi Iwai
1
-1
/
+1
2019-06-10
firmware: Unify the paged buffer release helper
Takashi Iwai
1
-9
/
+18
2019-06-10
firmware: Free temporary page table after vmapping
Takashi Iwai
1
-3
/
+3
2019-02-26
firmware: hardcode the debug message for -ENOENT
John Zhao
1
-4
/
+4
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-05-14
firmware: add firmware_request_nowarn() - load firmware without warnings
Andres Rodriguez
1
-0
/
+27
2018-05-14
firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
Andres Rodriguez
1
-1
/
+1
2018-05-14
firmware: use () to terminate kernel-doc function names
Andres Rodriguez
1
-11
/
+11
[next]