index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
capsule.c
Age
Commit message (
Expand
)
Author
6 days
efi/capsule: Replace kmap_atomic() with kmap_local_page()
Danish Khateeb
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2020-12-09
efi: capsule: clean scatter-gather entries from the D-cache
Ard Biesheuvel
2020-12-07
efi: capsule: use atomic kmap for transient sglist mappings
Ard Biesheuvel
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2017-06-05
efi/capsule-loader: Use page addresses rather than struct page pointers
Ard Biesheuvel
2017-06-05
efi/capsule: Remove NULL test on kmap()
Fabian Frederick
2016-08-11
efi/capsule: Allocate whole capsule into virtual memory
Austin Christ
2016-05-07
efi/capsule: Move 'capsule' to the stack in efi_capsule_supported()
Matt Fleming
2016-05-07
efi/capsule: Make efi_capsule_pending() lockless
Matt Fleming
2016-04-28
efi: Add 'capsule' update support
Matt Fleming