summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-6/+5
|\
| * x86/boot/compressed/sev-es: Convert to insn_decode()Borislav Petkov2021-03-151-6/+5
* | Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-0/+1
|\ \
| * | x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGSNathan Chancellor2021-03-261-0/+1
| |/
* | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-263-4/+4
|\ \
| * | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-212-2/+2
| * | x86/kaslr: Return boolean values from a function returning boolJiapeng Chong2021-03-191-2/+2
| |/
* | Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-261-2/+0
|\ \
| * | x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warningArnd Bergmann2021-03-231-2/+0
| |/
* | x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()Joerg Roedel2021-03-181-9/+3
* | x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-pathJoerg Roedel2021-03-181-0/+83
* | x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-pathJoerg Roedel2021-03-181-0/+28
* | x86/boot/compressed/64: Add 32-bit boot #VC handlerJoerg Roedel2021-03-182-1/+101
* | x86/boot/compressed/64: Setup IDT in startup_32 boot pathJoerg Roedel2021-03-181-0/+72
* | x86/boot/compressed/64: Reload CS in startup_32Joerg Roedel2021-03-181-1/+8
* | x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel2021-03-181-6/+0
* | x86/boot/compressed/64: Cleanup exception handling before booting kernelJoerg Roedel2021-03-183-5/+22
|/
* 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