| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-26 | 1 | -1/+2 |
|\ |
|
| * | fortify: Detect struct member overflows in memmove() at compile-time | Kees Cook | 2022-02-13 | 1 | -1/+2 |
* | | x86: clean up symbol aliasing | Mark Rutland | 2022-02-22 | 2 | -4/+2 |
|/ |
|
* | 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 |
* | | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-01-12 | 3 | -8/+8 |
|\ \ |
|
| * | | x86: Prepare asm files for straight-line-speculation | Peter Zijlstra | 2021-12-08 | 3 | -8/+8 |
| |/ |
|
* | | Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-01-11 | 1 | -3/+11 |
|\ \ |
|
| * | | efi/libstub: x86/mixed: increase supported argument count | Ard Biesheuvel | 2021-11-21 | 1 | -3/+11 |
| |/ |
|
* | | Merge tag 'x86_build_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-01-10 | 1 | -2/+5 |
|\ \ |
|
| * | | x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS | Nathan Chancellor | 2021-12-23 | 1 | -2/+5 |
| |/ |
|
* / | x86/sev: Shorten GHCB terminate macro names | Brijesh Singh | 2021-11-15 | 1 | -3/+3 |
|/ |
|
* | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-11-02 | 3 | -4/+5 |
|\ |
|
| * | x86/boot/compressed: Avoid duplicate malloc() implementations | Kees Cook | 2021-10-27 | 3 | -4/+5 |
* | | lib/string: Move helper functions out of string.c | Kees Cook | 2021-09-25 | 2 | -0/+4 |
|/ |
|
* | Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-08-30 | 1 | -1/+1 |
|\ |
|
| * | x86/kaslr: Have process_mem_region() return a boolean | Jing Yangyang | 2021-08-24 | 1 | -1/+1 |
* | | x86/efi: Restore Firmware IDT before calling ExitBootServices() | Joerg Roedel | 2021-08-21 | 2 | -9/+24 |
|/ |
|
* | x86/boot/compressed: Enable -Wundef | Nick Desaulniers | 2021-05-12 | 3 | -2/+3 |
* | x86/sev-es: Rename sev-es.{ch} to sev.{ch} | Brijesh Singh | 2021-05-10 | 2 | -5/+5 |
* | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-04-27 | 1 | -6/+5 |
|\ |
|
| * | x86/boot/compressed/sev-es: Convert to insn_decode() | Borislav Petkov | 2021-03-15 | 1 | -6/+5 |
* | | Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-04-26 | 1 | -0/+1 |
|\ \ |
|
| * | | x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGS | Nathan Chancellor | 2021-03-26 | 1 | -0/+1 |
| |/ |
|
* | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-04-26 | 3 | -4/+4 |
|\ \ |
|
| * | | x86: Fix various typos in comments, take #2 | Ingo Molnar | 2021-03-21 | 2 | -2/+2 |
| * | | x86/kaslr: Return boolean values from a function returning bool | Jiapeng Chong | 2021-03-19 | 1 | -2/+2 |
| |/ |
|
* | | Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-04-26 | 1 | -2/+0 |
|\ \ |
|
| * | | x86/boot/compressed: Avoid gcc-11 -Wstringop-overread warning | Arnd Bergmann | 2021-03-23 | 1 | -2/+0 |
| |/ |
|
* | | x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate() | Joerg Roedel | 2021-03-18 | 1 | -9/+3 |
* | | x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-path | Joerg Roedel | 2021-03-18 | 1 | -0/+83 |
* | | x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-path | Joerg Roedel | 2021-03-18 | 1 | -0/+28 |
* | | x86/boot/compressed/64: Add 32-bit boot #VC handler | Joerg Roedel | 2021-03-18 | 2 | -1/+101 |
* | | x86/boot/compressed/64: Setup IDT in startup_32 boot path | Joerg Roedel | 2021-03-18 | 1 | -0/+72 |
* | | x86/boot/compressed/64: Reload CS in startup_32 | Joerg Roedel | 2021-03-18 | 1 | -1/+8 |
* | | x86/sev: Do not require Hypervisor CPUID bit for SEV guests | Joerg Roedel | 2021-03-18 | 1 | -6/+0 |
* | | x86/boot/compressed/64: Cleanup exception handling before booting kernel | Joerg Roedel | 2021-03-18 | 3 | -5/+22 |
|/ |
|
* | 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 |
* | | kasan, x86, s390: update undef CONFIG_KASAN | Andrey Konovalov | 2020-12-22 | 1 | -0/+1 |
* | | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-12-14 | 2 | -14/+4 |
|\ \ |
|
| * | | x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%reg | Uros Bizjak | 2020-11-21 | 1 | -4/+4 |
| * | | x86/boot: Remove unused finalize_identity_maps() | Arvind Sankar | 2020-11-18 | 1 | -10/+0 |
| |/ |
|
* | | Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-06 | 1 | -3/+2 |
|\ \ |
|
| * | | x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytes | Masami Hiramatsu | 2020-12-06 | 1 | -3/+2 |
* | | | kbuild: Hoist '--orphan-handling' into Kconfig | Nathan Chancellor | 2020-12-01 | 1 | -1/+3 |
|/ / |
|
* | | x86/boot/compressed/64: Check SEV encryption in 64-bit boot-path | Joerg Roedel | 2020-10-29 | 3 | -0/+7 |
* | | x86/boot/compressed/64: Introduce sev_status | Joerg Roedel | 2020-10-29 | 1 | -1/+15 |
|/ |
|
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 2020-10-25 | 1 | -4/+4 |
* | x86/boot/64: Explicitly map boot_params and command line | Arvind Sankar | 2020-10-19 | 2 | -3/+23 |