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
2020-04-24
efi/libstub: Add API function to allocate aligned memory
Ard Biesheuvel
4
-17
/
+71
2020-04-23
efi/libstub/arm64: Simplify randomized loading of kernel image
Ard Biesheuvel
1
-27
/
+5
2020-04-23
efi/libstub/arm64: Replace 'preferred' offset with alignment check
Ard Biesheuvel
1
-37
/
+25
2020-04-23
efi/libstub/random: Increase random alloc granularity
Ard Biesheuvel
1
-1
/
+1
2020-04-23
efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGN
Ard Biesheuvel
1
-1
/
+3
2020-04-23
efi/gop: Allow automatically choosing the best mode
Arvind Sankar
1
-1
/
+83
2020-04-23
efi/gop: Allow specifying depth as well as resolution
Arvind Sankar
1
-5
/
+43
2020-04-23
efi/gop: Allow specifying mode by <xres>x<yres>
Arvind Sankar
1
-1
/
+83
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
3
-0
/
+112
2020-04-23
efi/gop: Add prototypes for query_mode and set_mode
Arvind Sankar
1
-2
/
+4
2020-04-23
efi/gop: Remove unreachable code from setup_pixel_info
Arvind Sankar
1
-40
/
+26
2020-04-23
efi/gop: Use helper macros for find_bits
Arvind Sankar
1
-18
/
+8
2020-04-23
efi/gop: Use helper macros for populating lfb_base
Arvind Sankar
1
-2
/
+2
2020-04-23
efi/gop: Move variable declarations into loop block
Arvind Sankar
1
-5
/
+8
2020-04-23
efi/gop: Slightly re-arrange logic of find_gop
Arvind Sankar
1
-16
/
+12
2020-04-23
efi/gop: Factor out locating the gop into a function
Arvind Sankar
1
-6
/
+17
2020-04-23
efi/gop: Get mode information outside the loop
Arvind Sankar
1
-24
/
+14
2020-04-23
efi/gop: Move check for framebuffer before con_out
Arvind Sankar
1
-5
/
+6
2020-04-23
efi/gop: Remove redundant current_fb_base
Arvind Sankar
1
-3
/
+1
2020-04-23
efi/libstub/arm: Make install_memreserve_table static
Zou Wei
1
-1
/
+1
2020-04-23
efi/libstub: unify EFI call wrappers for non-x86
Ard Biesheuvel
1
-0
/
+16
2020-04-23
efi/libstub: Make initrd file loader configurable
Ard Biesheuvel
3
-33
/
+46
2020-04-23
efi/libstub: Move arm-stub to a common file
Atish Patra
3
-8
/
+8
2020-04-14
efi/libstub/file: Merge file name buffers to reduce stack usage
Ard Biesheuvel
1
-13
/
+14
2020-04-14
efi/x86: Always relocate the kernel for EFI handover entry
Arvind Sankar
1
-4
/
+10
2020-04-14
efi/x86: Move efi stub globals from .bss to .data
Arvind Sankar
2
-2
/
+2
2020-04-14
efi/libstub/x86: Remove redundant assignment to pointer hdr
Colin Ian King
1
-2
/
+0
2020-04-14
efi/cper: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-1
/
+1
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
33
-1351
/
+3007
2020-04-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-5
/
+3
2020-04-01
arm64: remove CONFIG_DEBUG_ALIGN_RODATA feature
Ard Biesheuvel
1
-5
/
+3
2020-03-31
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2020-03-30
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
31
-1344
/
+2788
2020-03-30
Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
5
-1
/
+214
2020-03-29
efi/libstub/arm: Fix spurious message that an initrd was loaded
Ard Biesheuvel
1
-1
/
+1
2020-03-29
efi/libstub/arm64: Avoid image_base value from efi_loaded_image
Ard Biesheuvel
1
-1
/
+6
2020-03-21
Merge branch 'linus' into locking/kcsan, to pick up fixes
Ingo Molnar
2
-11
/
+25
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
19
-582
/
+704
2020-03-20
platform/x86: touchscreen_dmi: Add EFI embedded firmware info support
Hans de Goede
1
-0
/
+3
2020-03-20
Merge tag 'stable-shared-branch-for-driver-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into driver-core-next
Greg Kroah-Hartman
4
-0
/
+210
2020-03-09
Merge 5.6-rc5 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+2
2020-03-08
efi/x86: Fix cast of image argument
Arvind Sankar
1
-1
/
+1
2020-03-08
efi/libstub/x86: Use ULONG_MAX as upper bound for all allocations
Ard Biesheuvel
1
-13
/
+4
2020-03-08
efi: Fix a mistype in comments mentioning efivar_entry_iter_begin()
Vladis Dronov
2
-2
/
+2
2020-03-08
efi/libstub: Avoid linking libstub/lib-ksyms.o into vmlinux
Masahiro Yamada
1
-1
/
+1
2020-03-08
efi/x86: Ignore the memory attributes table on i386
Ard Biesheuvel
1
-1
/
+1
2020-03-08
efi/x86: Don't relocate the kernel unless necessary
Arvind Sankar
1
-3
/
+30
2020-03-08
efi/x86: Decompress at start of PE image load address
Arvind Sankar
1
-3
/
+14
2020-03-08
efi/libstub/x86: Deal with exit() boot service returning
Ard Biesheuvel
1
-1
/
+2
2020-03-08
efi/x86: Avoid using code32_start
Arvind Sankar
1
-5
/
+5
[prev]
[next]