index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
firmware_loader
Age
Commit message (
Expand
)
Author
Lines
2022-09-01
firmware_loader: Fix memory leak in firmware upload
Russ Weight
-4
/
+17
2022-09-01
firmware_loader: Fix use-after-free during unregister
Russ Weight
-1
/
+2
2022-07-28
firmware_loader: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
-8
/
+6
2022-06-03
firmware_loader: enable XZ by default if compressed support is enabled
Linus Torvalds
-0
/
+1
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-494
/
+1113
2022-05-06
firmware_loader: use kernel credentials when reading firmware
ThiƩbaud Weksteen
-0
/
+17
2022-05-03
firmware_loader: describe 'module' parameter of firmware_upload_register()
Bagas Sanjaya
-0
/
+1
2022-04-29
firmware_loader: Move definitions from sysfs_upload.h to sysfs.h
Russ Weight
-20
/
+20
2022-04-29
firmware_loader: Fix configs for sysfs split
Russ Weight
-6
/
+6
2022-04-27
Revert "firmware_loader: use kernel credentials when reading firmware"
Greg Kroah-Hartman
-16
/
+0
2022-04-26
firmware_loader: Add sysfs nodes to monitor fw_upload
Russ Weight
-0
/
+135
2022-04-26
firmware_loader: Add firmware-upload support
Russ Weight
-12
/
+373
2022-04-26
firmware_loader: Split sysfs support from fallback
Russ Weight
-463
/
+503
2022-04-22
firmware_loader: use kernel credentials when reading firmware
ThiƩbaud Weksteen
-0
/
+16
2022-04-22
firmware_loader: Check fw_state_is_done in loading_store
Russ Weight
-20
/
+18
2022-04-22
firmware_loader: Clear data and size in fw_free_paged_buf
Russ Weight
-0
/
+2
2022-04-22
firmware: Add the support for ZSTD-compressed firmware files
Takashi Iwai
-9
/
+91
2022-02-25
firmware_loader: EXTRA_FIRMWARE does not support compressed files
Randy Dunlap
-0
/
+5
2022-01-22
firmware_loader: move firmware sysctl to its own files
Xiaoming Ni
-3
/
+40
2022-01-08
kbuild: do not quote string values in include/config/auto.conf
Masahiro Yamada
-2
/
+2
2021-10-22
firmware_loader: move struct builtin_fw to the only place used
Luis Chamberlain
-0
/
+6
2021-10-22
firmware_loader: formalize built-in firmware API
Luis Chamberlain
-79
/
+122
2021-10-05
firmware_loader: add a sanity check for firmware_request_builtin()
Luis Chamberlain
-0
/
+3
2021-10-05
firmware_loader: split built-in firmware call
Luis Chamberlain
-8
/
+21
2021-10-05
firmware_loader: fix pre-allocated buf built-in firmware use
Luis Chamberlain
-6
/
+7
2021-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
-7
/
+19
2021-07-29
firmware_loader: fix use-after-free in firmware_fallback_sysfs
Anirudh Rayabharam
-5
/
+19
2021-07-29
firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallback
Anirudh Rayabharam
-2
/
+0
2021-07-21
firmware: fix theoretical UAF race with firmware cache and resume
Zhen Lei
-12
/
+8
2021-06-04
firmware_loader: remove unneeded 'comma' macro
Masahiro Yamada
-1
/
+0
2021-05-07
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
-0
/
+2
2020-11-09
drivers: base: fix some kernel-doc markups
Mauro Carvalho Chehab
-1
/
+1
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-49
/
+131
2020-10-06
firmware_loader: fix a kernel-doc markup
Mauro Carvalho Chehab
-0
/
+2
2020-10-05
firmware: Add request_partial_firmware_into_buf()
Scott Branden
-18
/
+87
2020-10-05
firmware: Store opt_flags in fw_priv
Kees Cook
-23
/
+25
2020-10-05
fs/kernel_file_read: Add "offset" arg for partial reads
Kees Cook
-1
/
+1
2020-10-05
firmware_loader: Use security_post_load_data()
Kees Cook
-5
/
+11
2020-10-05
LSM: Introduce kernel_post_load_data() hook
Kees Cook
-2
/
+2
2020-10-05
fs/kernel_read_file: Add file_size output argument
Kees Cook
-0
/
+1
2020-10-05
fs/kernel_read_file: Remove redundant size argument
Kees Cook
-4
/
+6
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
-0
/
+1
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
Kees Cook
-1
/
+1
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
Kees Cook
-3
/
+2
2020-10-02
drivers core: Miscellaneous changes for sysfs_emit
Joe Perches
-1
/
+1
2020-10-02
drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
Joe Perches
-1
/
+1
2020-09-13
Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-6
/
+13
2020-08-28
firmware_loader: fix memory leak for paged buffer
Prateek Sood
-6
/
+13
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-2
/
+2
2020-07-25
firmware_loader: EFI firmware loader must handle pre-allocated buffer
Kees Cook
-1
/
+4
[next]