| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-05-23 | 1 | -0/+1 |
| |\ |
|
| | * | x86/boot: Port I/O: Add decompression-time support for TDX | Kirill A. Shutemov | 2022-04-07 | 1 | -1/+1 |
| | * | x86/tdx: Detect TDX at early kernel decompression time | Kuppuswamy Sathyanarayanan | 2022-04-07 | 1 | -0/+1 |
| * | | x86/compressed/acpi: Move EFI detection to helper | Michael Roth | 2022-04-06 | 1 | -0/+1 |
| |/ |
|
| * | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2022-01-19 | 1 | -6/+6 |
| |\ |
|
| | * | kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} | Masahiro Yamada | 2022-01-14 | 1 | -6/+6 |
| * | | x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS | Nathan Chancellor | 2021-12-23 | 1 | -2/+5 |
| |/ |
|
| * | x86/boot/compressed: Enable -Wundef | Nick Desaulniers | 2021-05-12 | 1 | -0/+1 |
| * | x86/sev-es: Rename sev-es.{ch} to sev.{ch} | Brijesh Singh | 2021-05-10 | 1 | -3/+3 |
| * | x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGS | Nathan Chancellor | 2021-03-26 | 1 | -0/+1 |
| * | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-24 | 1 | -1/+1 |
| |\ |
|
| | * | efi: generalize efi_get_secureboot | Chester Lin | 2020-11-04 | 1 | -1/+1 |
| * | | kbuild: Hoist '--orphan-handling' into Kconfig | Nathan Chancellor | 2020-12-01 | 1 | -1/+3 |
| |/ |
|
| * | Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-10-14 | 1 | -2/+9 |
| |\ |
|
| | * | x86/boot/compressed/64: Setup a GHCB-based VC Exception handler | Joerg Roedel | 2020-09-07 | 1 | -0/+5 |
| | * | x86/boot/compressed/64: Add stage1 #VC handler | Joerg Roedel | 2020-09-07 | 1 | -0/+1 |
| | * | x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c | Joerg Roedel | 2020-09-07 | 1 | -1/+1 |
| | * | x86/boot/compressed/64: Add IDT Infrastructure | Joerg Roedel | 2020-09-07 | 1 | -0/+1 |
| | * | x86/boot/compressed/64: Disable red-zone usage | Joerg Roedel | 2020-09-07 | 1 | -1/+1 |
| * | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-10-12 | 1 | -34/+7 |
| |\ \ |
|
| | * | | x86/boot/compressed: Warn on orphan section placement | Kees Cook | 2020-09-03 | 1 | -0/+1 |
| | * | | x86/boot/compressed: Remove, discard, or assert for unwanted sections | Kees Cook | 2020-09-01 | 1 | -0/+1 |
| | * | | x86/boot: Check that there are no run-time relocations | Arvind Sankar | 2020-08-14 | 1 | -25/+3 |
| | * | | x86/boot: Remove run-time relocations from head_{32,64}.S | Arvind Sankar | 2020-08-14 | 1 | -10/+2 |
| | * | | x86/boot/compressed: Force hidden visibility for all symbol references | Ard Biesheuvel | 2020-08-14 | 1 | -0/+1 |
| | |/ |
|
| * / | x86/boot/compressed: Disable relocation relaxation | Arvind Sankar | 2020-09-14 | 1 | -0/+2 |
| |/ |
|
| * | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2020-08-09 | 1 | -2/+2 |
| |\ |
|
| | * | kbuild: remove cc-option test of -ffreestanding | Masahiro Yamada | 2020-07-07 | 1 | -1/+1 |
| | * | kbuild: remove cc-option test of -fno-stack-protector | Masahiro Yamada | 2020-07-07 | 1 | -1/+1 |
| * | | x86: Add support for ZSTD compressed kernel | Nick Terrell | 2020-07-31 | 1 | -1/+5 |
| * | | x86/boot: Don't add the EFI stub to targets | Arvind Sankar | 2020-07-19 | 1 | -2/+2 |
| |/ |
|
| * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar | 2020-04-13 | 1 | -4/+2 |
| |\ |
|
| | * | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-03-31 | 1 | -0/+1 |
| | |\ |
|
| | | * | x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec... | Arvind Sankar | 2020-02-25 | 1 | -0/+1 |
| | * | | efi/libstub/x86: Incorporate eboot.c into libstub | Ard Biesheuvel | 2020-02-23 | 1 | -4/+1 |
| | |/ |
|
| * | | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2020-03-21 | 1 | -2/+2 |
| |\| |
|
| | * | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 2020-02-04 | 1 | -1/+1 |
| | * | efi/libstub/x86: Avoid thunking for native firmware calls | Ard Biesheuvel | 2019-12-25 | 1 | -1/+1 |
| * | | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2019-12-30 | 1 | -3/+4 |
| |\| |
|
| | * | x86/boot: kbuild: allow readelf executable to be specified | Dmitry Golovin | 2019-12-14 | 1 | -1/+1 |
| | * | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-11-26 | 1 | -0/+1 |
| | |\ |
|
| | | * | arch/x86/boot: Use prefix map to avoid embedded paths | Bruce Ashfield | 2019-10-01 | 1 | -0/+1 |
| | * | | x86/boot: Introduce kernel_info | Daniel Kiper | 2019-11-12 | 1 | -2/+2 |
| | |/ |
|
| * / | x86, kcsan: Enable KCSAN for x86 | Marco Elver | 2019-11-16 | 1 | -0/+2 |
| |/ |
|
| * | x86/boot: Early parse RSDP and save it in boot_params | Chao Fan | 2019-02-01 | 1 | -0/+2 |
| * | kbuild: remove redundant target cleaning on failure | Masahiro Yamada | 2019-01-06 | 1 | -1/+1 |
| * | x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGS | Nathan Chancellor | 2018-10-14 | 1 | -0/+1 |
| * | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 2018-08-24 | 1 | -3/+3 |
| * | x86/boot: Fix if_changed build flip/flop bug | Kees Cook | 2018-07-25 | 1 | -2/+6 |
| * | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-04-02 | 1 | -1/+1 |
| |\ |
|