summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-1/+1
|\
| * efi: generalize efi_get_securebootChester Lin2020-11-041-1/+1
* | kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov2020-12-221-0/+1
* | Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-12/+0
|\ \
| * | x86/build: Remove -m16 workaround for unsupported versions of GCCNick Desaulniers2020-12-011-12/+0
| |/
* | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-142-14/+4
|\ \
| * | x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2020-11-211-4/+4
| * | x86/boot: Remove unused finalize_identity_maps()Arvind Sankar2020-11-181-10/+0
| |/
* | Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-061-3/+2
|\ \
| * | x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu2020-12-061-3/+2
* | | kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-1/+3
|/ /
* | x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel2020-10-293-0/+7
* | x86/boot/compressed/64: Introduce sev_statusJoerg Roedel2020-10-291-1/+15
|/
* 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