index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-24
efi/libstub: Add API function to allocate aligned memory
Ard Biesheuvel
1
-1
/
+2
2020-04-23
efi/libstub: Move arm-stub to a common file
Atish Patra
1
-6
/
+6
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
1
-3
/
+6
2020-03-31
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
1
-1
/
+1
2020-02-25
x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...
Arvind Sankar
1
-1
/
+2
2020-02-23
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
1
-1
/
+2
2020-02-23
efi/libstub: Move file I/O support code into separate file
Ard Biesheuvel
1
-1
/
+1
2020-02-23
efi/libstub: Move efi_random_alloc() into separate source file
Ard Biesheuvel
1
-1
/
+1
2020-02-23
efi/libstub/x86: Incorporate eboot.c into libstub
Ard Biesheuvel
1
-0
/
+1
2020-02-23
efi/libstub: Move memory map handling and allocation routines to mem.c
Ard Biesheuvel
1
-1
/
+1
2020-02-23
efi/libstub: Use hidden visibility for all source files
Ard Biesheuvel
1
-0
/
+1
2020-02-22
efi/libstub/arm64: Use 1:1 mapping of RT services if property table exists
Ard Biesheuvel
1
-1
/
+0
2020-01-10
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
1
-1
/
+1
2019-12-30
Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts
Ingo Molnar
1
-2
/
+3
2019-11-16
build, kcsan: Add KCSAN build exceptions
Marco Elver
1
-0
/
+2
2019-11-07
x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
Dominik Brodowski
1
-2
/
+3
2019-10-31
efi: libstub/arm: Account for firmware reserved memory at the base of RAM
Ard Biesheuvel
1
-0
/
+1
2019-05-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+3
2019-04-09
efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE
Torsten Duwe
1
-3
/
+3
2019-03-29
efi/libstub/arm: Omit unneeded stripping of ksymtab/kcrctab sections
Ard Biesheuvel
1
-2
/
+1
2019-03-29
efi/libstub: Refactor the cmd_stubcopy Makefile command
Masahiro Yamada
1
-6
/
+7
2019-02-04
efi/fdt: Apply more cleanups
Ingo Molnar
1
-2
/
+2
2018-11-30
efi/libstub: Disable some warnings for x86{,_64}
Nathan Chancellor
1
-1
/
+4
2018-09-26
efi/libstub: arm: support building with clang
Alistair Strachan
1
-1
/
+2
2018-08-22
module: allow symbol exports to be disabled
Ard Biesheuvel
1
-0
/
+1
2018-07-31
efi/libstub: Only disable stackleak plugin for arm64
Laura Abbott
1
-2
/
+4
2018-07-26
arm64: Add support for STACKLEAK gcc plugin
Laura Abbott
1
-1
/
+2
2018-03-12
efi: Use string literals for efi_char16_t variable initializers
Ard Biesheuvel
1
-1
/
+1
2018-01-08
efi: call get_event_log before ExitBootServices
Thiebaud Weksteen
1
-2
/
+1
2017-11-04
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-27
efi/libstub: arm: omit sorting of the UEFI memory map
Ard Biesheuvel
1
-3
/
+3
2017-08-26
efi/libstub: Enable reset attack mitigation
Matthew Garrett
1
-0
/
+1
2017-08-21
efi/libstub/arm64: Set -fpie when building the EFI stub
Ard Biesheuvel
1
-1
/
+1
2017-07-12
efi: avoid fortify checks in EFI stub
Kees Cook
1
-0
/
+1
2017-02-07
efi: Get and store the secure boot status
David Howells
1
-1
/
+1
2017-02-01
efi/libstub: Preserve .debug sections after absolute relocation check
Ard Biesheuvel
1
-8
/
+16
2016-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-12-14
Remove references to dead make variable LINUX_INCLUDE
Paul Bolle
1
-1
/
+1
2016-11-13
efi/libstub: Add random.c to ARM build
Ard Biesheuvel
1
-2
/
+2
2016-10-19
efi/arm: Fix absolute relocation detection for older toolchains
Ard Biesheuvel
1
-2
/
+3
2016-04-28
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel
1
-1
/
+1
2016-03-22
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+3
2016-03-20
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2016-02-29
objtool: Mark non-standard object files and directories
Josh Poimboeuf
1
-0
/
+1
2016-02-24
efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
Ard Biesheuvel
1
-1
/
+1
2016-01-20
UBSAN: run-time undefined behavior sanity checker
Andrey Ryabinin
1
-0
/
+1
2016-01-12
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-0
/
+9
2016-01-06
efi: stub: define DISABLE_BRANCH_PROFILING for all architectures
Ard Biesheuvel
1
-2
/
+2
[prev]
[next]