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
/
firmware
/
efi
/
capsule-loader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi: capsule-loader: Fix use-after-free in efi_capsule_write
Hyunwoo Kim
2022-09-07
1
-24
/
+7
*
efi/capsule-loader: Drop superfluous assignment
Heinrich Schuchardt
2020-02-23
1
-1
/
+1
*
efi/capsule-loader: Explicitly include linux/io.h for page_to_phys()
Sean Christopherson
2019-12-10
1
-0
/
+1
*
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2019-02-04
1
-3
/
+1
*
efi/capsule-loader: Don't output reset log when reset flags are not set
Shunyong Yang
2018-05-14
1
-4
/
+10
*
efi/capsule-loader: Fix pr_err() string to end with newline
Arvind Yadav
2018-01-03
1
-1
/
+1
*
efi/capsule-loader: Reinstate virtual capsule mapping
Ard Biesheuvel
2018-01-03
1
-8
/
+37
*
efi/capsule-loader: Use page addresses rather than struct page pointers
Ard Biesheuvel
2017-06-05
1
-4
/
+8
*
efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak alias
Ard Biesheuvel
2017-06-05
1
-29
/
+27
*
efi/capsule: Remove NULL test on kmap()
Fabian Frederick
2017-06-05
1
-4
/
+0
*
efi/capsule-loader: Use a cached copy of the capsule header
Ard Biesheuvel
2017-06-05
1
-24
/
+17
*
efi/capsule: Adjust return type of efi_capsule_setup_info()
Jan Kiszka
2017-06-05
1
-2
/
+2
*
efi/capsule: Clean up pr_err/_info() messages
Jan Kiszka
2017-06-05
1
-11
/
+8
*
efi/capsule: Remove pr_debug() on ENOMEM or EFAULT
Jan Kiszka
2017-06-05
1
-9
/
+2
*
efi/capsule: Fix return code on failing kmap/vmap
Jan Kiszka
2017-06-05
1
-2
/
+2
*
efi/capsule: Allocate whole capsule into virtual memory
Austin Christ
2016-08-11
1
-3
/
+5
*
efi: Add misc char driver interface to update EFI firmware
Kweh, Hock Leong
2016-04-28
1
-0
/
+343