index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-20
efi: efibc: Guard against allocation failure
Guilherme G. Piccoli
1
-0
/
+3
2022-09-20
efi: libstub: fix type confusion for load_options_size
Ard Biesheuvel
3
-11
/
+12
2022-09-20
efi/libstub: implement generic EFI zboot
Ard Biesheuvel
7
-3
/
+612
2022-09-19
efi/dev-path-parser: Refactor _UID handling to use acpi_dev_uid_to_integer()
Andy Shevchenko
1
-4
/
+6
2022-09-19
efi/libstub: move efi_system_table global var into separate object
Ard Biesheuvel
3
-3
/
+10
2022-09-17
efi/libstub: use EFI provided memcpy/memset routines
Ard Biesheuvel
3
-3
/
+33
2022-09-17
efi/libstub: add some missing EFI prototypes
Ard Biesheuvel
1
-5
/
+26
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
Mark Brown
1
-2
/
+2
2022-09-07
efi: capsule-loader: Fix use-after-free in efi_capsule_write
Hyunwoo Kim
1
-24
/
+7
2022-09-07
efi/x86: libstub: remove unused variable
chen zhang
1
-1
/
+0
2022-09-06
efi/loongarch: Add efistub booting support
Huacai Chen
4
-8
/
+86
2022-08-25
efi: libstub: Disable struct randomization
Ard Biesheuvel
1
-0
/
+7
2022-08-06
Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+10
2022-08-03
Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-1696
/
+1
2022-08-03
Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-516
/
+354
2022-07-19
riscv/efi_stub: Add 64bit boot-hartid support on RV64
Sunil V L
1
-3
/
+10
2022-07-15
Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-10
/
+11
2022-07-10
efi: Fix efi_power_off() not being run before acpi_power_off() when necessary
Hans de Goede
1
-10
/
+11
2022-06-28
drivers: fix typo in firmware/efi/memmap.c
Zheng Zhi Yuan
1
-1
/
+1
2022-06-24
efi: vars: Move efivar caching layer into efivarfs
Ard Biesheuvel
2
-733
/
+1
2022-06-24
efi: vars: Drop __efivar_entry_iter() helper which is no longer used
Ard Biesheuvel
1
-54
/
+7
2022-06-24
efi: vars: Switch to new wrapper layer
Ard Biesheuvel
1
-81
/
+52
2022-06-24
efi: vars: Use locking version to iterate over efivars linked lists
Ard Biesheuvel
2
-14
/
+3
2022-06-24
efi: vars: Remove deprecated 'efivars' sysfs interface
Ard Biesheuvel
4
-936
/
+2
2022-06-24
efi: pstore: Omit efivars caching EFI varstore access layer
Ard Biesheuvel
4
-308
/
+91
2022-06-24
efi: vars: Add thin wrapper around EFI get/set variable interface
Ard Biesheuvel
1
-10
/
+144
2022-06-24
efi: vars: Don't drop lock in the middle of efivar_init()
Ard Biesheuvel
3
-20
/
+14
2022-06-21
efi: sysfb_efi: remove unnecessary <asm/efi.h> include
Javier Martinez Canillas
1
-2
/
+0
2022-06-20
efi: efibc: avoid efivar API for setting variables
Ard Biesheuvel
2
-47
/
+30
2022-06-20
efi: avoid efivars layer when loading SSDTs from variables
Ard Biesheuvel
1
-62
/
+41
2022-06-15
efi: Correct comment on efi_memmap_alloc
Liu Zixian
1
-2
/
+1
2022-06-15
efi: Make code to find mirrored memory ranges generic
Ma Wupeng
2
-0
/
+24
2022-06-03
Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-30
/
+26
2022-06-01
efi: clean up Kconfig dependencies on CONFIG_EFI
Ard Biesheuvel
1
-28
/
+24
2022-06-01
efi/x86: libstub: Make DXE calls mixed mode safe
Ard Biesheuvel
1
-2
/
+2
2022-05-23
Merge tag 'edac_updates_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-18
/
+46
2022-05-19
riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL
Sunil V L
2
-6
/
+30
2022-05-06
efi: stub: prefer mirrored memory for randomized allocations
Ard Biesheuvel
1
-0
/
+11
2022-05-03
efi/arm64: libstub: run image in place if randomized by the loader
Ard Biesheuvel
1
-3
/
+9
2022-05-03
efi: libstub: pass image handle to handle_kernel_image()
Ard Biesheuvel
5
-5
/
+9
2022-05-03
efi: libstub: ensure allocated memory to be executable
Baskov Evgeniy
2
-4
/
+118
2022-05-03
efi: libstub: declare DXE services table
Baskov Evgeniy
2
-1
/
+82
2022-04-13
efi: Register efi_secret platform device if EFI secret area is declared
Dov Murik
1
-0
/
+5
2022-04-13
efi: Save location of EFI confidential computing area
Dov Murik
2
-0
/
+22
2022-04-13
efi: Allow to enable EFI runtime services by default on RT
Javier Martinez Canillas
2
-1
/
+16
2022-04-08
efi/cper: Reformat CPER memory error location to more readable
Shuai Xue
1
-15
/
+15
2022-04-08
EDAC/ghes: Unify CPER memory error location reporting
Shuai Xue
1
-2
/
+2
2022-04-08
efi/cper: Add a cper_mem_err_status_str() to decode error description
Shuai Xue
1
-1
/
+29
2022-03-21
Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2022-03-21
Merge tag 'tpmdd-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
[prev]
[next]