index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-19
Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2020-07-19
x86/boot: Don't add the EFI stub to targets
Arvind Sankar
1
-2
/
+2
2020-06-17
efi/x86: Setup stack correctly for efi_pe_entry
Arvind Sankar
1
-1
/
+10
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
2
-0
/
+4
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-01
Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+6
2020-06-01
Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-7
/
+58
2020-05-25
Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
1
-16
/
+3
2020-05-25
Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixes
Ingo Molnar
1
-8
/
+8
2020-05-24
efi/x86: Drop the special GDT for the EFI thunk
Arvind Sankar
1
-16
/
+3
2020-05-22
x86/boot: Discard .discard.unreachable for arch/x86/boot/compressed/vmlinux
Fangrui Song
1
-0
/
+2
2020-05-19
x86/boot: Correct relocation destination on old linkers
Arvind Sankar
2
-2
/
+4
2020-05-14
x86/boot: Mark global variables as static
Arvind Sankar
1
-8
/
+8
2020-05-04
x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loaded
Joerg Roedel
1
-0
/
+8
2020-05-04
x86/boot: Fix -Wint-to-pointer-cast build warning
Vamshi K Sthambamkadi
1
-4
/
+3
2020-05-04
x86/boot: Add kstrtoul() from lib/
Vamshi K Sthambamkadi
2
-1
/
+43
2020-04-24
efi/x86: Remove __efistub_global and add relocation check
Arvind Sankar
1
-0
/
+1
2020-04-21
x86/boot/build: Add phony targets in arch/x86/boot/Makefile to PHONY
Masahiro Yamada
1
-0
/
+2
2020-04-21
x86/boot/build: Make 'make bzlilo' not depend on vmlinux or $(obj)/bzImage
Masahiro Yamada
1
-1
/
+1
2020-04-21
x86/boot/build: Add cpustr.h to targets and remove clean-files
Masahiro Yamada
1
-2
/
+1
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
15
-1070
/
+396
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-0
/
+3
2020-04-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2020-03-31
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-4
/
+5
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
3
-0
/
+3
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
13
-475
/
+184
2020-03-17
x86/boot: Fix comment spelling
Geert Uytterhoeven
1
-1
/
+1
2020-03-08
efi/x86: Don't relocate the kernel unless necessary
Arvind Sankar
1
-10
/
+6
2020-03-08
efi/x86: Remove extra headroom for setup block
Arvind Sankar
1
-2
/
+26
2020-03-08
efi/x86: Add kernel preferred address to PE header
Arvind Sankar
1
-2
/
+4
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
9
-1041
/
+261
2020-02-25
x86/vmlinux: Drop unneeded linker script discard of .eh_frame
Arvind Sankar
2
-6
/
+0
2020-02-25
x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...
Arvind Sankar
2
-0
/
+2
2020-02-24
x86/boot/compressed: Remove .eh_frame section from bzImage
Arvind Sankar
1
-0
/
+5
2020-02-23
efi/libstub: Introduce symbolic constants for the stub major/minor version
Ard Biesheuvel
1
-2
/
+2
2020-02-23
efi/x86: Use symbolic constants in PE header instead of bare numbers
Ard Biesheuvel
1
-30
/
+32
2020-02-23
efi/x86: Add true mixed mode entry point into .compat section
Ard Biesheuvel
3
-3
/
+69
2020-02-23
efi/x86: Implement mixed mode boot without the handover protocol
Ard Biesheuvel
1
-2
/
+57
2020-02-23
efi/x86: Drop redundant .bss section
Ard Biesheuvel
2
-44
/
+13
2020-02-23
efi/x86: add headroom to decompressor BSS to account for setup block
Ard Biesheuvel
1
-1
/
+1
[next]