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
/
libstub
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
efi/libstub: Add one kernel-doc comment
Yang Li
1
-0
/
+1
2024-01-30
x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDR
Ard Biesheuvel
5
-8
/
+12
2024-01-26
x86/efistub: Give up if memory attribute protocol returns an error
Ard Biesheuvel
2
-12
/
+16
2024-01-23
riscv/efistub: Tighten ELF relocation check
Ard Biesheuvel
1
-1
/
+1
2024-01-23
riscv/efistub: Ensure GP-relative addressing is not used
Jan Kiszka
1
-1
/
+1
2024-01-09
Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-6
/
+13
2024-01-08
Merge tag 'x86-asm-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2024-01-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+2
2024-01-02
efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflags
Yuntao Wang
1
-0
/
+2
2023-12-20
x86/asm: Always set A (accessed) flag in GDT descriptors
Vegard Nossum
1
-2
/
+2
2023-12-20
x86/asm: Replace magic numbers in GDT descriptors, script-generated change
Vegard Nossum
1
-2
/
+2
2023-12-19
efi/loongarch: Directly position the loaded image file
Wang Yao
3
-6
/
+13
2023-12-19
efi/libstub: zboot: do not use $(shell ...) in cmd_copy_and_pad
Masahiro Yamada
1
-2
/
+2
2023-12-11
efi/x86: Avoid physical KASLR on older Dell systems
Ard Biesheuvel
1
-7
/
+24
2023-12-11
efi/loongarch: Use load address to calculate kernel entry address
Wang Yao
2
-5
/
+5
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2023-11-09
riscv: Optimize bitops with Zbb extension
Xiao Wang
1
-1
/
+1
2023-11-03
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+7
2023-10-30
Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-50
/
+7
2023-10-20
Merge 3rd batch of EFI fixes into efi/urgent
Ard Biesheuvel
2
-4
/
+5
2023-10-18
x86/boot: efistub: Assign global boot_params variable
Ard Biesheuvel
1
-0
/
+2
2023-10-17
efi: move screen_info into efi init code
Arnd Bergmann
1
-1
/
+7
2023-10-17
x86/boot: efistub: Assign global boot_params variable
Ard Biesheuvel
2
-0
/
+4
2023-10-13
x86/efistub: Don't try to print after ExitBootService()
Nikolay Borisov
1
-4
/
+1
2023-09-15
x86/efi: Disregard setup header of loaded image
Ard Biesheuvel
1
-40
/
+6
2023-09-15
x86/efi: Drop EFI stub .bss from .data section
Ard Biesheuvel
1
-7
/
+0
2023-09-11
efi/unaccepted: Use ACPI reclaim memory for unaccepted memory table
Ard Biesheuvel
1
-1
/
+1
2023-09-08
Merge patch series "riscv: Introduce KASLR"
Palmer Dabbelt
5
-124
/
+197
2023-09-05
riscv: libstub: Implement KASLR by using generic functions
Alexandre Ghiti
2
-19
/
+16
2023-09-05
libstub: Fix compilation warning for rv32
Alexandre Ghiti
1
-1
/
+1
2023-09-05
arm64: libstub: Move KASLR handling functions to kaslr.c
Alexandre Ghiti
4
-105
/
+181
2023-08-30
Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-0
/
+4
2023-08-28
Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
2023-08-28
Merge remote-tracking branch 'linux-efi/urgent' into efi/next
Ard Biesheuvel
1
-1
/
+1
2023-08-24
x86/efistub: Fix PCI ROM preservation in mixed mode
Mikel Rychliski
1
-1
/
+1
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...
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/gi...
Linus Torvalds
1
-3
/
+3
2023-06-27
efi/libstub: Disable PCI DMA before grabbing the EFI memory map
Ard Biesheuvel
1
-3
/
+3
2023-06-06
x86/efi: Safely enable unaccepted memory in UEFI
Dionna Glaze
1
-0
/
+36
2023-06-06
efi/libstub: Implement support for unaccepted memory
Kirill A. Shutemov
6
-0
/
+327
[prev]
[next]