index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-22
efi/runtime-wrappers: Remove duplicated macro for service returning void
Ard Biesheuvel
1
-3
/
+6
2023-08-21
efi/runtime-wrapper: Move workqueue manipulation out of line
Ard Biesheuvel
1
-28
/
+33
2023-08-21
efi/runtime-wrappers: Use type safe encapsulation of call arguments
Ard Biesheuvel
1
-66
/
+130
2023-08-21
efi/riscv: Move EFI runtime call setup/teardown helpers out of line
Ard Biesheuvel
1
-2
/
+13
2023-08-07
x86/efistub: Avoid legacy decompressor when doing EFI boot
Ard Biesheuvel
1
-94
/
+72
2023-08-07
x86/efistub: Perform SNP feature test while running in the firmware
Ard Biesheuvel
1
-0
/
+17
2023-08-07
efi/libstub: Add limit argument to efi_random_alloc()
Ard Biesheuvel
4
-7
/
+9
2023-08-07
x86/efistub: Prefer EFI memory attributes protocol over DXE services
Ard Biesheuvel
1
-8
/
+21
2023-08-07
x86/efistub: Perform 4/5 level paging switch from the stub
Ard Biesheuvel
6
-26
/
+130
2023-08-07
x86/efistub: Clear BSS in EFI handover protocol entrypoint
Ard Biesheuvel
1
-2
/
+11
2023-08-07
x86/efistub: Simplify and clean up handover entry code
Ard Biesheuvel
1
-4
/
+16
2023-08-07
x86/efistub: Branch straight to kernel entry point from C code
Ard Biesheuvel
1
-5
/
+17
2023-08-03
efi/riscv: libstub: Fix comment about absolute relocation
Xiao Wang
1
-1
/
+1
2023-07-17
Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
2
-0
/
+4
2023-07-08
efi: Do not include <linux/screen_info.h> from EFI header
Thomas Zimmermann
2
-0
/
+4
2023-06-30
Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
4
-8
/
+17
2023-06-27
efi/libstub: Disable PCI DMA before grabbing the EFI memory map
Ard Biesheuvel
1
-3
/
+3
2023-06-26
Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
10
-15
/
+562
2023-06-21
Revert "efi: random: refresh non-volatile random seed when RNG is initialized"
Linus Torvalds
1
-21
/
+0
2023-06-06
x86/efi: Safely enable unaccepted memory in UEFI
Dionna Glaze
1
-0
/
+36
2023-06-06
efi/unaccepted: Avoid load_unaligned_zeropad() stepping into unaccepted memory
Kirill A. Shutemov
1
-0
/
+35
2023-06-06
efi: Add unaccepted memory support
Kirill A. Shutemov
3
-0
/
+138
2023-06-06
efi/libstub: Implement support for unaccepted memory
Kirill A. Shutemov
8
-0
/
+342
2023-06-06
efi/x86: Get full memory map in allocate_e820()
Kirill A. Shutemov
1
-15
/
+11
2023-06-06
efi/esrt: Allow ESRT access without CAP_SYS_ADMIN
Nicholas Bishop
1
-4
/
+0
2023-05-25
efi: fix missing prototype warnings
Arnd Bergmann
1
-0
/
+3
2023-05-25
efi/libstub: zboot: Avoid eager evaluation of objcopy flags
Ard Biesheuvel
1
-1
/
+2
2023-05-17
efivarfs: expose used and total size
Anisse Astier
2
-0
/
+13
2023-05-10
efi: make kobj_type structure constant
Thomas Weißschuh
1
-1
/
+1
2023-04-29
Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
8
-68
/
+93
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
2
-2
/
+2
2023-04-27
Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-1
/
+0
2023-04-26
efi/zboot: arm64: Grab code size from ELF symbol in payload
Ard Biesheuvel
4
-30
/
+21
2023-04-26
efi/zboot: arm64: Inject kernel code size symbol into the zboot payload
Ard Biesheuvel
2
-1
/
+8
2023-04-20
efi/zboot: Set forward edge CFI compat header flag if supported
Ard Biesheuvel
2
-19
/
+39
2023-04-20
efi/zboot: Add BSS padding before compression
Ard Biesheuvel
3
-13
/
+31
2023-04-20
arm64: efi: Enable BTI codegen and add PE/COFF annotation
Ard Biesheuvel
1
-2
/
+1
2023-04-18
Change DEFINE_SEMAPHORE() to take a number argument
Peter Zijlstra
2
-2
/
+2
2023-04-07
efi/cper: Remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-04-05
efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernel
Huacai Chen
1
-16
/
+6
2023-03-23
efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failure
Ard Biesheuvel
1
-0
/
+1
2023-03-23
efi/libstub: Use relocated version of kernel's struct screen_info
Ard Biesheuvel
6
-14
/
+21
2023-03-21
efi/libstub: zboot: Add compressed image to make targets
Ard Biesheuvel
1
-1
/
+1
2023-03-18
efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L
Hans de Goede
1
-0
/
+8
2023-03-18
efi: sysfb_efi: Fix DMI quirks not working for simpledrm
Hans de Goede
1
-1
/
+4
2023-03-18
efi/libstub: smbios: Drop unused 'recsize' parameter
Ard Biesheuvel
2
-4
/
+3
2023-03-18
arm64: efi: Use SMBIOS processor version to key off Ampere quirk
Ard Biesheuvel
3
-13
/
+80
2023-03-18
efi/libstub: smbios: Use length member instead of record struct size
Ard Biesheuvel
1
-1
/
+1
2023-03-13
efi: earlycon: Reprobe after parsing config tables
Ard Biesheuvel
2
-3
/
+16
2023-03-10
efi/libstub: arm64: Remap relocated image with strict permissions
Ard Biesheuvel
1
-0
/
+1
[prev]
[next]