summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+1
|\ \
| * | kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li2022-11-011-1/+1
| |/
* | Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-139-508/+512
|\ \
| * | x86/boot: Remove x86_32 PIC using %ebx workaroundUros Bizjak2022-11-291-12/+3
| * | x86/efi: Make the deprecated EFI handover protocol optionalArd Biesheuvel2022-11-243-2/+6
| * | x86/boot/compressed: Only build mem_encrypt.S if AMD_MEM_ENCRYPT=yArd Biesheuvel2022-11-242-3/+1
| * | x86/boot/compressed: Adhere to calling convention in get_sev_encryption_bit()Ard Biesheuvel2022-11-242-12/+3
| * | x86/boot/compressed: Move startup32_check_sev_cbit() out of head_64.SArd Biesheuvel2022-11-242-71/+68
| * | x86/boot/compressed: Move startup32_check_sev_cbit() into .textArd Biesheuvel2022-11-241-16/+19
| * | x86/boot/compressed: Move startup32_load_idt() out of head_64.SArd Biesheuvel2022-11-242-73/+71
| * | x86/boot/compressed: Move startup32_load_idt() into .text sectionArd Biesheuvel2022-11-241-11/+20
| * | x86/boot/compressed: Pull global variable reference into startup32_load_idt()Ard Biesheuvel2022-11-241-12/+8
| * | x86/boot/compressed: Avoid touching ECX in startup32_set_idt_entry()Ard Biesheuvel2022-11-241-6/+2
| * | x86/boot/compressed: Simplify IDT/GDT preserve/restore in the EFI thunkArd Biesheuvel2022-11-241-13/+7
| * | x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel2022-11-242-8/+0
| * | x86/boot/compressed: Move efi32_pe_entry() out of head_64.SArd Biesheuvel2022-11-222-86/+83
| * | x86/boot/compressed: Move efi32_entry out of head_64.SArd Biesheuvel2022-11-222-55/+47
| * | x86/boot/compressed: Move efi32_pe_entry into .text sectionArd Biesheuvel2022-11-221-6/+5
| * | x86/boot/compressed: Move bootargs parsing out of 32-bit startup codeArd Biesheuvel2022-11-222-20/+47
| * | x86/boot/compressed: Move 32-bit entrypoint code into .text sectionArd Biesheuvel2022-11-221-14/+34
| * | x86/boot/compressed: Rename efi_thunk_64.S to efi-mixed.SArd Biesheuvel2022-11-222-3/+3
| |/
* | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-132-7/+2
|\ \
| * \ Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel2022-12-071-1/+1
| |\ \
| * | | efi: Put Linux specific magic number in the DOS headerArd Biesheuvel2022-12-051-1/+2
| * | | efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel2022-11-181-6/+0
| | |/ | |/|
* | | Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-122-2/+2
|\ \ \ | |_|/ |/| |
| * | x86/kaslr: Fix process_mem_region()'s return valueJiapeng Chong2022-11-191-1/+1
| * | x86/boot: Repair kernel-doc for boot_kstrtoul()Lukas Bulwahn2022-11-021-1/+1
| |/
* / kbuild: fix "cat: .version: No such file or directory"Masahiro Yamada2022-11-241-1/+1
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-0/+2
|\
| * x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko2022-10-032-0/+2
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-102-0/+2
|\ \
| * | kbuild: build init/built-in.a just onceMasahiro Yamada2022-09-292-0/+2
| |/
* | Merge tag 'x86_cleanups_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-10-041-2/+2
|\ \ | |/ |/|
| * x86/boot: Remove superfluous type casting from arch/x86/boot/bitops.hLi kunyu2022-08-151-2/+2
* | x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth2022-08-242-1/+19
|/
* x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2022-08-102-1/+5
* x86/compressed/64: Add identity mappings for setup_data entriesMichael Roth2022-07-061-0/+13
* Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-1/+1
|\
| * efi: x86: Fix config name for setting the NX-compatibility flag in the PE headerLukas Bulwahn2022-06-011-1/+1
* | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-22/+0
|\ \
| * | kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-111-22/+0
* | | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-251-2/+2
|\ \ \
| * | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-053-5/+4
| |\| |
| * | | sysfb: Enable boot time VESA graphic mode selectionMichal Suchanek2022-03-041-2/+2
* | | | Merge tag 'x86_build_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-232-13/+25
|\ \ \ \
| * | | | x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook2022-05-192-13/+25
| | |/ / | |/| |
* | | | Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-2313-44/+181
|\ \ \ \
| * | | | x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson2022-04-072-3/+19
| * | | | x86/boot: Set CR0.NE early and keep it set during the bootKirill A. Shutemov2022-04-071-3/+4