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
/
arch
/
x86
/
boot
/
compressed
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-03-31
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+4
2020-03-28
x86/boot/compressed: Fix debug_puthex() parameter type
Joerg Roedel
1
-1
/
+1
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-08
efi/x86: Decompress at start of PE image load address
Arvind Sankar
2
-3
/
+56
2020-03-08
x86/boot/compressed/32: Save the output address instead of recalculating it
Arvind Sankar
1
-13
/
+12
2020-03-08
x86/boot: Use unsigned comparison for addresses
Arvind Sankar
2
-3
/
+3
2020-03-08
efi/x86: Avoid using code32_start
Arvind Sankar
2
-4
/
+3
2020-03-08
efi/x86: Make efi32_pe_entry() more readable
Arvind Sankar
1
-17
/
+40
2020-03-08
efi/x86: Respect 32-bit ABI in efi32_pe_entry()
Arvind Sankar
1
-0
/
+4
2020-03-08
efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA
Arvind Sankar
1
-3
/
+6
2020-02-29
x86/boot/compressed: Fix reloading of GDTR post-relocation
Arvind Sankar
2
-7
/
+6
2020-02-26
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...
Ingo Molnar
6
-972
/
+155
2020-02-25
x86/vmlinux: Drop unneeded linker script discard of .eh_frame
Arvind Sankar
1
-5
/
+0
2020-02-25
x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...
Arvind Sankar
1
-0
/
+1
2020-02-24
x86/boot/compressed: Remove .eh_frame section from bzImage
Arvind Sankar
1
-0
/
+5
2020-02-23
efi/x86: Implement mixed mode boot without the handover protocol
Ard Biesheuvel
1
-2
/
+57
2020-02-23
efi/libstub/x86: Incorporate eboot.c into libstub
Ard Biesheuvel
3
-812
/
+1
2020-02-22
efi/libstub/x86: Avoid overflowing code32_start on PE entry
Ard Biesheuvel
1
-22
/
+18
2020-02-22
efi/libstub/x86: Remove pointless zeroing of apm_bios_info
Ard Biesheuvel
1
-5
/
+0
2020-02-22
efi/x86: Mark setup_graphics static
Arvind Sankar
1
-1
/
+1
2020-02-22
x86/boot: Micro-optimize GDT loading instructions
Arvind Sankar
1
-7
/
+8
2020-02-22
x86/boot: GDT limit value should be size - 1
Arvind Sankar
1
-2
/
+2
2020-02-22
efi/x86: Remove GDT setup from efi_main
Arvind Sankar
2
-109
/
+34
2020-02-22
x86/boot: Clear direction and interrupt flags in startup_64
Arvind Sankar
1
-0
/
+3
2020-02-22
x86/boot: Reload GDTR after copying to the end of the buffer
Arvind Sankar
1
-0
/
+10
2020-02-22
efi/x86: Don't depend on firmware GDT layout
Arvind Sankar
2
-17
/
+42
2020-02-22
x86/boot: Remove KEEP_SEGMENTS support
Arvind Sankar
2
-16
/
+0
2020-02-19
x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
Arvind Sankar
1
-1
/
+1
2020-02-19
x86/boot/compressed: Don't declare __force_order in kaslr_64.c
H.J. Lu
1
-3
/
+0
2020-02-12
x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_len
Arvind Sankar
1
-1
/
+1
2020-02-12
x86/boot/compressed/64: Use LEA to initialize boot stack pointer
Arvind Sankar
1
-3
/
+1
2020-02-09
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-1
/
+1
2020-02-09
Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+6
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
1
-1
/
+1
2020-01-31
x86/boot: Handle malformed SRAT tables during early ACPI parsing
Steven Clarkson
1
-0
/
+6
2020-01-28
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+3
2020-01-25
efi/libstub/x86: Fix EFI server boot failure
Qian Cai
1
-1
/
+1
2020-01-23
x86/boot: Simplify calculation of output address
Arvind Sankar
1
-5
/
+3
2020-01-20
efi/libstub/x86: Fix unused-variable warning
Arnd Bergmann
1
-2
/
+0
2020-01-20
efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed mode
Ard Biesheuvel
1
-33
/
+13
2020-01-20
efi/libstub/x86: Use const attribute for efi_is_64bit()
Ard Biesheuvel
2
-12
/
+9
2020-01-10
efi/x86: Allow translating 64-bit arguments for mixed mode calls
Arvind Sankar
1
-16
/
+0
2020-01-10
efi/x86: Check number of arguments to variadic functions
Arvind Sankar
1
-2
/
+2
2020-01-10
efi/libstub/x86: Force 'hidden' visibility for extern declarations
Ard Biesheuvel
1
-0
/
+2
2020-01-10
efi/libstub: Fix boot argument handling in mixed mode entry code
Ard Biesheuvel
1
-7
/
+10
2019-12-25
efi/libstub/x86: Avoid globals to store context during mixed mode calls
Ard Biesheuvel
1
-14
/
+3
2019-12-25
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
1
-42
/
+35
2019-12-25
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
1
-4
/
+4
2019-12-25
efi/libstub: Drop protocol argument from efi_call_proto() macro
Ard Biesheuvel
1
-14
/
+9
[next]