summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2020-09-03x86/boot/compressed: Warn on orphan section placementKees Cook
2020-09-01x86/boot/compressed: Add missing debugging sections to outputKees Cook
2020-09-01x86/boot/compressed: Remove, discard, or assert for unwanted sectionsKees Cook
2020-09-01x86/boot/compressed: Reorganize zero-size section assertsKees Cook
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook
2020-08-14x86/boot: Check that there are no run-time relocationsArvind Sankar
2020-08-14x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar
2020-08-14x86/boot: Remove run-time relocations from .head.text codeArvind Sankar
2020-08-14x86/boot: Add .text.* to setup.ldArvind Sankar
2020-08-14x86/boot/compressed: Get rid of GOT fixup codeArd Biesheuvel
2020-08-14x86/boot/compressed: Force hidden visibility for all symbol referencesArd Biesheuvel
2020-08-14x86/boot/compressed: Move .got.plt entries out of the .got sectionArd Biesheuvel
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-07-31x86: Add support for ZSTD compressed kernelNick Terrell
2020-07-31x86: Bump ZO_z_extra_bytes margin for zstdNick Terrell
2020-07-19Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-19x86/boot: Don't add the EFI stub to targetsArvind Sankar
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-06-17efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-01Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar
2020-05-24efi/x86: Drop the special GDT for the EFI thunkArvind Sankar
2020-05-22x86/boot: Discard .discard.unreachable for arch/x86/boot/compressed/vmlinuxFangrui Song
2020-05-19x86/boot: Correct relocation destination on old linkersArvind Sankar
2020-05-14x86/boot: Mark global variables as staticArvind Sankar
2020-05-04x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loadedJoerg Roedel
2020-05-04x86/boot: Fix -Wint-to-pointer-cast build warningVamshi K Sthambamkadi
2020-05-04x86/boot: Add kstrtoul() from lib/Vamshi K Sthambamkadi
2020-04-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar
2020-04-21x86/boot/build: Add phony targets in arch/x86/boot/Makefile to PHONYMasahiro Yamada
2020-04-21x86/boot/build: Make 'make bzlilo' not depend on vmlinux or $(obj)/bzImageMasahiro Yamada
2020-04-21x86/boot/build: Add cpustr.h to targets and remove clean-filesMasahiro Yamada
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-28x86/boot/compressed: Fix debug_puthex() parameter typeJoerg Roedel
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-03-17x86/boot: Fix comment spellingGeert Uytterhoeven
2020-03-08efi/x86: Don't relocate the kernel unless necessaryArvind Sankar
2020-03-08efi/x86: Remove extra headroom for setup blockArvind Sankar
2020-03-08efi/x86: Add kernel preferred address to PE headerArvind Sankar
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar