summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed
AgeCommit message (Expand)AuthorFilesLines
2020-09-07Merge 'x86/kaslr' to pick up dependent bitsBorislav Petkov2-135/+107
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorArvind Sankar1-5/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2020-08-06x86/kaslr: Replace strlen() with strnlen()Arvind Sankar1-2/+6
2020-07-31x86: Add support for ZSTD compressed kernelNick Terrell3-8/+9
2020-07-31x86/kaslr: Add a check that the random address is in rangeArvind Sankar1-1/+11
2020-07-31x86/kaslr: Make local variables 64-bitArvind Sankar1-6/+7
2020-07-31x86/kaslr: Replace 'unsigned long long' with 'u64'Arvind Sankar2-9/+8
2020-07-31x86/kaslr: Make minimum/image_size 'unsigned long'Arvind Sankar1-2/+2
2020-07-31x86/kaslr: Small cleanup of find_random_phys_addr()Arvind Sankar1-3/+2
2020-07-31x86/kaslr: Drop unnecessary alignment in find_random_virt_addr()Arvind Sankar1-5/+1
2020-07-31x86/kaslr: Drop redundant check in store_slot_info()Arvind Sankar1-6/+3
2020-07-31x86/kaslr: Make the type of number of slots/slot areas consistentArvind Sankar1-5/+3
2020-07-31x86/kaslr: Drop test for command-line parameters before parsingArvind Sankar1-4/+0
2020-07-31x86/kaslr: Simplify process_gb_huge_pages()Arvind Sankar1-26/+21
2020-07-31x86/kaslr: Short-circuit gb_huge_pages on x86-32Arvind Sankar1-2/+2
2020-07-31x86/kaslr: Fix off-by-one error in process_gb_huge_pages()Arvind Sankar1-1/+1
2020-07-31x86/kaslr: Drop some redundant checks from __process_mem_region()Arvind Sankar1-21/+6
2020-07-31x86/kaslr: Drop redundant variable in __process_mem_region()Arvind Sankar1-5/+2
2020-07-31x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region()Arvind Sankar1-6/+2
2020-07-31x86/kaslr: Drop redundant cur_entry from __process_mem_region()Arvind Sankar1-6/+3
2020-07-31x86/kaslr: Fix off-by-one error in __process_mem_region()Arvind Sankar1-1/+1
2020-07-31x86/kaslr: Initialize mem_limit to the real maximum addressArvind Sankar1-19/+22
2020-07-31x86/kaslr: Fix process_efi_entries commentArvind Sankar1-2/+2
2020-07-31x86/kaslr: Remove bogus warning and unnecessary gotoArvind Sankar1-6/+3
2020-07-31x86/kaslr: Make command line handling saferArvind Sankar1-12/+14
2020-07-19Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2020-07-19x86/boot: Don't add the EFI stub to targetsArvind Sankar1-2/+2
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-1/+1
2020-06-17efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar1-1/+10
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-01Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+15
2020-05-24efi/x86: Drop the special GDT for the EFI thunkArvind Sankar1-16/+3
2020-05-22x86/boot: Discard .discard.unreachable for arch/x86/boot/compressed/vmlinuxFangrui Song1-0/+2
2020-05-19x86/boot: Correct relocation destination on old linkersArvind Sankar2-2/+4
2020-05-04x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loadedJoerg Roedel1-0/+8
2020-05-04x86/boot: Fix -Wint-to-pointer-cast build warningVamshi K Sthambamkadi1-4/+3
2020-04-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar1-0/+1
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar8-997/+262
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+4
2020-03-28x86/boot/compressed: Fix debug_puthex() parameter typeJoerg Roedel1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar10-471/+176
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar2-3/+56