summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar2020-06-171-1/+10
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-112-0/+4
|\
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1315-1070/+396
| |\
| * \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-2113-475/+184
| |\ \
| * \ \ Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-201-0/+5
| |\ \ \
| * \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3014-86/+173
| |\ \ \ \
| * | | | | x86, kcsan: Enable KCSAN for x86Marco Elver2019-11-162-0/+4
* | | | | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | | | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | | | | Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-012-3/+6
|\ \ \ \ \ \
| * | | | | | x86/boot: Discard .discard.unreachable for arch/x86/boot/compressed/vmlinuxFangrui Song2020-05-221-0/+2
| * | | | | | x86/boot/build: Add phony targets in arch/x86/boot/Makefile to PHONYMasahiro Yamada2020-04-211-0/+2
| * | | | | | x86/boot/build: Make 'make bzlilo' not depend on vmlinux or $(obj)/bzImageMasahiro Yamada2020-04-211-1/+1
| * | | | | | x86/boot/build: Add cpustr.h to targets and remove clean-filesMasahiro Yamada2020-04-211-2/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-015-7/+58
|\ \ \ \ \ \
| * | | | | | x86/boot: Correct relocation destination on old linkersArvind Sankar2020-05-192-2/+4
| * | | | | | x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loadedJoerg Roedel2020-05-041-0/+8
| * | | | | | x86/boot: Fix -Wint-to-pointer-cast build warningVamshi K Sthambamkadi2020-05-041-4/+3
| * | | | | | x86/boot: Add kstrtoul() from lib/Vamshi K Sthambamkadi2020-05-042-1/+43
| |/ / / / /
* | | | | | Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2020-05-251-16/+3
|\ \ \ \ \ \
| * | | | | | efi/x86: Drop the special GDT for the EFI thunkArvind Sankar2020-05-241-16/+3
* | | | | | | Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar2020-05-251-8/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | x86/boot: Mark global variables as staticArvind Sankar2020-05-141-8/+8
| |/ / / / /
* / / / / / efi/x86: Remove __efistub_global and add relocation checkArvind Sankar2020-04-241-0/+1
|/ / / / /
* | | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-033-0/+3
|\ \ \ \ \
| * | | | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-253-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-04-011-1/+1
|\ \ \ \ \
| * | | | | x86/boot: Fix comment spellingGeert Uytterhoeven2020-03-171-1/+1
| |/ / / /
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-315-4/+5
|\ \ \ \ \
| * | | | | x86/boot/compressed: Fix debug_puthex() parameter typeJoerg Roedel2020-03-281-1/+1
| * | | | | x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar2020-02-252-6/+0
| * | | | | x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar2020-02-252-0/+2
| * | | | | x86/boot/compressed: Remove .eh_frame section from bzImageArvind Sankar2020-02-241-0/+5
| * | | | | x86/boot/compressed/64: Remove .bss/.pgtable from bzImageArvind Sankar2020-02-191-1/+1
| * | | | | x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_lenArvind Sankar2020-02-121-1/+1
| * | | | | x86/boot/compressed/64: Use LEA to initialize boot stack pointerArvind Sankar2020-02-121-3/+1
* | | | | | efi/x86: Don't relocate the kernel unless necessaryArvind Sankar2020-03-081-10/+6
* | | | | | efi/x86: Remove extra headroom for setup blockArvind Sankar2020-03-081-2/+26
* | | | | | efi/x86: Add kernel preferred address to PE headerArvind Sankar2020-03-081-2/+4
* | | | | | efi/x86: Decompress at start of PE image load addressArvind Sankar2020-03-082-3/+56
* | | | | | x86/boot/compressed/32: Save the output address instead of recalculating itArvind Sankar2020-03-081-13/+12
* | | | | | x86/boot: Use unsigned comparison for addressesArvind Sankar2020-03-082-3/+3
* | | | | | efi/x86: Avoid using code32_startArvind Sankar2020-03-082-4/+3
* | | | | | efi/x86: Make efi32_pe_entry() more readableArvind Sankar2020-03-081-17/+40
* | | | | | efi/x86: Respect 32-bit ABI in efi32_pe_entry()Arvind Sankar2020-03-081-0/+4
* | | | | | efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATAArvind Sankar2020-03-081-3/+6
* | | | | | x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar2020-02-292-7/+6
* | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-02-269-1041/+261
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel2020-02-231-2/+2
| * | | | | efi/x86: Use symbolic constants in PE header instead of bare numbersArd Biesheuvel2020-02-231-30/+32