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