index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/boot: Mark global variables as static
Arvind Sankar
2020-05-14
1
-8
/
+8
*
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
3
-0
/
+3
|
\
|
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
3
-0
/
+3
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2020-04-01
1
-1
/
+1
|
\
\
|
*
|
x86/boot: Fix comment spelling
Geert Uytterhoeven
2020-03-17
1
-1
/
+1
|
|
/
*
|
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-03-31
5
-4
/
+5
|
\
\
|
*
|
x86/boot/compressed: Fix debug_puthex() parameter type
Joerg Roedel
2020-03-28
1
-1
/
+1
|
*
|
x86/vmlinux: Drop unneeded linker script discard of .eh_frame
Arvind Sankar
2020-02-25
2
-6
/
+0
|
*
|
x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...
Arvind Sankar
2020-02-25
2
-0
/
+2
|
*
|
x86/boot/compressed: Remove .eh_frame section from bzImage
Arvind Sankar
2020-02-24
1
-0
/
+5
|
*
|
x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
Arvind Sankar
2020-02-19
1
-1
/
+1
|
*
|
x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_len
Arvind Sankar
2020-02-12
1
-1
/
+1
|
*
|
x86/boot/compressed/64: Use LEA to initialize boot stack pointer
Arvind Sankar
2020-02-12
1
-3
/
+1
*
|
|
efi/x86: Don't relocate the kernel unless necessary
Arvind Sankar
2020-03-08
1
-10
/
+6
*
|
|
efi/x86: Remove extra headroom for setup block
Arvind Sankar
2020-03-08
1
-2
/
+26
*
|
|
efi/x86: Add kernel preferred address to PE header
Arvind Sankar
2020-03-08
1
-2
/
+4
*
|
|
efi/x86: Decompress at start of PE image load address
Arvind Sankar
2020-03-08
2
-3
/
+56
*
|
|
x86/boot/compressed/32: Save the output address instead of recalculating it
Arvind Sankar
2020-03-08
1
-13
/
+12
*
|
|
x86/boot: Use unsigned comparison for addresses
Arvind Sankar
2020-03-08
2
-3
/
+3
*
|
|
efi/x86: Avoid using code32_start
Arvind Sankar
2020-03-08
2
-4
/
+3
*
|
|
efi/x86: Make efi32_pe_entry() more readable
Arvind Sankar
2020-03-08
1
-17
/
+40
*
|
|
efi/x86: Respect 32-bit ABI in efi32_pe_entry()
Arvind Sankar
2020-03-08
1
-0
/
+4
*
|
|
efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA
Arvind Sankar
2020-03-08
1
-3
/
+6
*
|
|
x86/boot/compressed: Fix reloading of GDTR post-relocation
Arvind Sankar
2020-02-29
2
-7
/
+6
*
|
|
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...
Ingo Molnar
2020-02-26
9
-1041
/
+261
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
efi/libstub: Introduce symbolic constants for the stub major/minor version
Ard Biesheuvel
2020-02-23
1
-2
/
+2
|
*
|
efi/x86: Use symbolic constants in PE header instead of bare numbers
Ard Biesheuvel
2020-02-23
1
-30
/
+32
|
*
|
efi/x86: Add true mixed mode entry point into .compat section
Ard Biesheuvel
2020-02-23
3
-3
/
+69
|
*
|
efi/x86: Implement mixed mode boot without the handover protocol
Ard Biesheuvel
2020-02-23
1
-2
/
+57
|
*
|
efi/x86: Drop redundant .bss section
Ard Biesheuvel
2020-02-23
2
-44
/
+13
|
*
|
efi/x86: add headroom to decompressor BSS to account for setup block
Ard Biesheuvel
2020-02-23
1
-1
/
+1
|
*
|
efi/libstub/x86: Incorporate eboot.c into libstub
Ard Biesheuvel
2020-02-23
3
-812
/
+1
|
*
|
efi/libstub/x86: Avoid overflowing code32_start on PE entry
Ard Biesheuvel
2020-02-22
1
-22
/
+18
|
*
|
efi/libstub/x86: Remove pointless zeroing of apm_bios_info
Ard Biesheuvel
2020-02-22
1
-5
/
+0
|
*
|
efi/x86: Mark setup_graphics static
Arvind Sankar
2020-02-22
1
-1
/
+1
|
*
|
x86/boot: Micro-optimize GDT loading instructions
Arvind Sankar
2020-02-22
1
-7
/
+8
|
*
|
x86/boot: GDT limit value should be size - 1
Arvind Sankar
2020-02-22
1
-2
/
+2
|
*
|
efi/x86: Remove GDT setup from efi_main
Arvind Sankar
2020-02-22
2
-109
/
+34
|
*
|
x86/boot: Clear direction and interrupt flags in startup_64
Arvind Sankar
2020-02-22
1
-0
/
+3
|
*
|
x86/boot: Reload GDTR after copying to the end of the buffer
Arvind Sankar
2020-02-22
1
-0
/
+10
|
*
|
efi/x86: Don't depend on firmware GDT layout
Arvind Sankar
2020-02-22
2
-17
/
+42
|
*
|
x86/boot: Remove KEEP_SEGMENTS support
Arvind Sankar
2020-02-22
2
-16
/
+0
|
|
/
*
/
x86/boot/compressed: Don't declare __force_order in kaslr_64.c
H.J. Lu
2020-02-19
1
-3
/
+0
|
/
*
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-02-09
2
-3
/
+3
|
\
|
*
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-02-04
2
-3
/
+3
*
|
Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-02-09
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
x86/boot: Handle malformed SRAT tables during early ACPI parsing
Steven Clarkson
2020-01-31
1
-0
/
+6
*
|
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-01-28
1
-0
/
+1
|
\
\
|
*
|
x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
Sean Christopherson
2020-01-13
1
-0
/
+1
*
|
|
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-01-28
1
-1
/
+4
|
\
\
\
[next]