Age | Commit message (Expand) | Author |
2020-12-24 | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-22 | kasan, x86, s390: update undef CONFIG_KASAN | Andrey Konovalov |
2020-12-14 | Merge tag 'x86_build_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-12-14 | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-12-06 | Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-06 | x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytes | Masami Hiramatsu |
2020-12-01 | x86/build: Remove -m16 workaround for unsupported versions of GCC | Nick Desaulniers |
2020-12-01 | kbuild: Hoist '--orphan-handling' into Kconfig | Nathan Chancellor |
2020-11-21 | x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%reg | Uros Bizjak |
2020-11-18 | x86/boot: Remove unused finalize_identity_maps() | Arvind Sankar |
2020-11-04 | efi: generalize efi_get_secureboot | Chester Lin |
2020-10-29 | x86/boot/compressed/64: Check SEV encryption in 64-bit boot-path | Joerg Roedel |
2020-10-29 | x86/boot/compressed/64: Introduce sev_status | Joerg Roedel |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches |
2020-10-19 | x86/boot/64: Explicitly map boot_params and command line | Arvind Sankar |
2020-10-19 | x86/boot/64: Initialize 5-level paging variables earlier | Arvind Sankar |
2020-10-14 | Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-10-13 | Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-10-12 | Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-10-12 | Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-10-12 | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-10-01 | x86/asm: Replace __force_order with a memory clobber | Arvind Sankar |
2020-09-14 | x86/boot/compressed: Disable relocation relaxation | Arvind Sankar |
2020-09-10 | x86/sev-es: Check required CPU features for SEV-ES | Martin Radev |
2020-09-10 | x86/efi: Add GHCB mappings when SEV-ES is active | Tom Lendacky |
2020-09-09 | x86/sev-es: Handle RDTSC(P) Events | Tom Lendacky |
2020-09-07 | x86/sev-es: Add CPUID handling to #VC handler | Tom Lendacky |
2020-09-07 | x86/sev-es: Add support for handling IOIO exceptions | Tom Lendacky |
2020-09-07 | x86/boot/compressed/64: Unmap GHCB page before booting the kernel | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Setup a GHCB-based VC Exception handler | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Add set_page_en/decrypted() helpers | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Check return value of kernel_ident_mapping_init() | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Call set_sev_encryption_mask() earlier | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Add stage1 #VC handler | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Change add_identity_map() to take start and end | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Don't pre-map memory in KASLR code | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Always switch to own page table | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Add page-fault handler | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Add IDT Infrastructure | Joerg Roedel |
2020-09-07 | x86/boot/compressed/64: Disable red-zone usage | Joerg Roedel |
2020-09-07 | Merge 'x86/kaslr' to pick up dependent bits | Borislav Petkov |
2020-09-03 | x86/boot/compressed: Warn on orphan section placement | Kees Cook |
2020-09-01 | x86/boot/compressed: Add missing debugging sections to output | Kees Cook |
2020-09-01 | x86/boot/compressed: Remove, discard, or assert for unwanted sections | Kees Cook |
2020-09-01 | x86/boot/compressed: Reorganize zero-size section asserts | Kees Cook |
2020-09-01 | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG | Kees Cook |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-20 | x86/build: Declutter the build output | Ingo Molnar |
2020-08-19 | x86/boot/compressed: Use builtin mem functions for decompressor | Arvind Sankar |