summaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)Author
2020-10-12Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-12Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-14x86/boot/compressed: Disable relocation relaxationArvind Sankar
2020-09-03x86/boot/compressed: Warn on orphan section placementcore-build-2020-10-12Kees 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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20x86/build: Declutter the build outputx86-build-2020-10-12Ingo Molnar
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorArvind Sankar
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-08-06x86/kaslr: Replace strlen() with strnlen()x86-kaslr-2020-10-12Arvind Sankar
2020-07-31x86: Add support for ZSTD compressed kernelNick Terrell
2020-07-31x86: Bump ZO_z_extra_bytes margin for zstdNick Terrell
2020-07-31x86/kaslr: Add a check that the random address is in rangeArvind Sankar
2020-07-31x86/kaslr: Make local variables 64-bitArvind Sankar
2020-07-31x86/kaslr: Replace 'unsigned long long' with 'u64'Arvind Sankar
2020-07-31x86/kaslr: Make minimum/image_size 'unsigned long'Arvind Sankar
2020-07-31x86/kaslr: Small cleanup of find_random_phys_addr()Arvind Sankar
2020-07-31x86/kaslr: Drop unnecessary alignment in find_random_virt_addr()Arvind Sankar
2020-07-31x86/kaslr: Drop redundant check in store_slot_info()Arvind Sankar
2020-07-31x86/kaslr: Make the type of number of slots/slot areas consistentArvind Sankar
2020-07-31x86/kaslr: Drop test for command-line parameters before parsingArvind Sankar
2020-07-31x86/kaslr: Simplify process_gb_huge_pages()Arvind Sankar
2020-07-31x86/kaslr: Short-circuit gb_huge_pages on x86-32Arvind Sankar
2020-07-31x86/kaslr: Fix off-by-one error in process_gb_huge_pages()Arvind Sankar
2020-07-31x86/kaslr: Drop some redundant checks from __process_mem_region()Arvind Sankar
2020-07-31x86/kaslr: Drop redundant variable in __process_mem_region()Arvind Sankar
2020-07-31x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region()Arvind Sankar
2020-07-31x86/kaslr: Drop redundant cur_entry from __process_mem_region()Arvind Sankar
2020-07-31x86/kaslr: Fix off-by-one error in __process_mem_region()Arvind Sankar
2020-07-31x86/kaslr: Initialize mem_limit to the real maximum addressArvind Sankar
2020-07-31x86/kaslr: Fix process_efi_entries commentArvind Sankar
2020-07-31x86/kaslr: Remove bogus warning and unnecessary gotoArvind Sankar
2020-07-31x86/kaslr: Make command line handling saferArvind Sankar
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 targetsx86-urgent-2020-07-19Arvind 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