summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-253-9/+9
* x86/boot/64: Explicitly map boot_params and command lineArvind Sankar2020-10-192-3/+23
* x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar2020-10-193-14/+16
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1411-207/+781
|\
| * x86/sev-es: Check required CPU features for SEV-ESMartin Radev2020-09-103-6/+6
| * x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky2020-09-101-0/+1
| * x86/sev-es: Handle RDTSC(P) EventsTom Lendacky2020-09-091-0/+4
| * x86/sev-es: Add CPUID handling to #VC handlerTom Lendacky2020-09-071-0/+4
| * x86/sev-es: Add support for handling IOIO exceptionsTom Lendacky2020-09-071-0/+32
| * x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel2020-09-073-2/+35
| * x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel2020-09-076-1/+136
| * x86/boot/compressed/64: Add set_page_en/decrypted() helpersJoerg Roedel2020-09-072-0/+135
| * x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()Joerg Roedel2020-09-071-2/+5
| * x86/boot/compressed/64: Call set_sev_encryption_mask() earlierJoerg Roedel2020-09-072-4/+8
| * x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel2020-09-075-0/+55
| * x86/boot/compressed/64: Change add_identity_map() to take start and endJoerg Roedel2020-09-071-10/+5
| * x86/boot/compressed/64: Don't pre-map memory in KASLR codeJoerg Roedel2020-09-073-37/+3
| * x86/boot/compressed/64: Always switch to own page tableJoerg Roedel2020-09-073-25/+32
| * x86/boot/compressed/64: Add page-fault handlerJoerg Roedel2020-09-074-0/+49
| * x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.cJoerg Roedel2020-09-074-10/+18
| * x86/boot/compressed/64: Add IDT InfrastructureJoerg Roedel2020-09-075-1/+144
| * x86/boot/compressed/64: Disable red-zone usageJoerg Roedel2020-09-071-1/+1
| * Merge 'x86/kaslr' to pick up dependent bitsBorislav Petkov2020-09-072-135/+107
| |\
* | \ Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-9/+0
|\ \ \
| * | | x86/asm: Replace __force_order with a memory clobberArvind Sankar2020-10-011-9/+0
| |/ /
* | | Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-4/+0
|\ \ \
| * | | x86/build: Declutter the build outputIngo Molnar2020-08-201-4/+0
* | | | Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-122-135/+107
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/kaslr: Replace strlen() with strnlen()Arvind Sankar2020-08-061-2/+6
| * | | x86/kaslr: Add a check that the random address is in rangeArvind Sankar2020-07-311-1/+11
| * | | x86/kaslr: Make local variables 64-bitArvind Sankar2020-07-311-6/+7
| * | | x86/kaslr: Replace 'unsigned long long' with 'u64'Arvind Sankar2020-07-312-9/+8
| * | | x86/kaslr: Make minimum/image_size 'unsigned long'Arvind Sankar2020-07-311-2/+2
| * | | x86/kaslr: Small cleanup of find_random_phys_addr()Arvind Sankar2020-07-311-3/+2
| * | | x86/kaslr: Drop unnecessary alignment in find_random_virt_addr()Arvind Sankar2020-07-311-5/+1
| * | | x86/kaslr: Drop redundant check in store_slot_info()Arvind Sankar2020-07-311-6/+3
| * | | x86/kaslr: Make the type of number of slots/slot areas consistentArvind Sankar2020-07-311-5/+3
| * | | x86/kaslr: Drop test for command-line parameters before parsingArvind Sankar2020-07-311-4/+0
| * | | x86/kaslr: Simplify process_gb_huge_pages()Arvind Sankar2020-07-311-26/+21
| * | | x86/kaslr: Short-circuit gb_huge_pages on x86-32Arvind Sankar2020-07-311-2/+2
| * | | x86/kaslr: Fix off-by-one error in process_gb_huge_pages()Arvind Sankar2020-07-311-1/+1
| * | | x86/kaslr: Drop some redundant checks from __process_mem_region()Arvind Sankar2020-07-311-21/+6
| * | | x86/kaslr: Drop redundant variable in __process_mem_region()Arvind Sankar2020-07-311-5/+2
| * | | x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region()Arvind Sankar2020-07-311-6/+2
| * | | x86/kaslr: Drop redundant cur_entry from __process_mem_region()Arvind Sankar2020-07-311-6/+3
| * | | x86/kaslr: Fix off-by-one error in __process_mem_region()Arvind Sankar2020-07-311-1/+1
| * | | x86/kaslr: Initialize mem_limit to the real maximum addressArvind Sankar2020-07-311-19/+22
| * | | x86/kaslr: Fix process_efi_entries commentArvind Sankar2020-07-311-2/+2
| * | | x86/kaslr: Remove bogus warning and unnecessary gotoArvind Sankar2020-07-311-6/+3
| * | | x86/kaslr: Make command line handling saferArvind Sankar2020-07-311-12/+14