Age | Commit message (Expand) | Author | Files | Lines |
2020-10-29 | x86/boot/compressed/64: Check SEV encryption in 64-bit boot-path | Joerg Roedel | 3 | -0/+7 |
2020-10-29 | x86/boot/compressed/64: Introduce sev_status | Joerg Roedel | 1 | -1/+15 |
2020-10-26 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 3 | -9/+9 |
2020-10-19 | x86/boot/64: Explicitly map boot_params and command line | Arvind Sankar | 2 | -3/+23 |
2020-10-19 | x86/boot/64: Initialize 5-level paging variables earlier | Arvind Sankar | 3 | -14/+16 |
2020-10-14 | Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -207/+781 |
2020-10-13 | Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+0 |
2020-10-13 | Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+0 |
2020-10-13 | Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -135/+107 |
2020-10-12 | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -204/+159 |
2020-10-01 | x86/asm: Replace __force_order with a memory clobber | Arvind Sankar | 1 | -9/+0 |
2020-09-14 | x86/boot/compressed: Disable relocation relaxation | Arvind Sankar | 1 | -0/+2 |
2020-09-10 | x86/sev-es: Check required CPU features for SEV-ES | Martin Radev | 3 | -6/+6 |
2020-09-10 | x86/efi: Add GHCB mappings when SEV-ES is active | Tom Lendacky | 1 | -0/+1 |
2020-09-09 | x86/sev-es: Handle RDTSC(P) Events | Tom Lendacky | 1 | -0/+4 |
2020-09-07 | x86/sev-es: Add CPUID handling to #VC handler | Tom Lendacky | 1 | -0/+4 |
2020-09-07 | x86/sev-es: Add support for handling IOIO exceptions | Tom Lendacky | 1 | -0/+32 |
2020-09-07 | x86/boot/compressed/64: Unmap GHCB page before booting the kernel | Joerg Roedel | 3 | -2/+35 |
2020-09-07 | x86/boot/compressed/64: Setup a GHCB-based VC Exception handler | Joerg Roedel | 6 | -1/+136 |
2020-09-07 | x86/boot/compressed/64: Add set_page_en/decrypted() helpers | Joerg Roedel | 2 | -0/+135 |
2020-09-07 | x86/boot/compressed/64: Check return value of kernel_ident_mapping_init() | Joerg Roedel | 1 | -2/+5 |
2020-09-07 | x86/boot/compressed/64: Call set_sev_encryption_mask() earlier | Joerg Roedel | 2 | -4/+8 |
2020-09-07 | x86/boot/compressed/64: Add stage1 #VC handler | Joerg Roedel | 5 | -0/+55 |
2020-09-07 | x86/boot/compressed/64: Change add_identity_map() to take start and end | Joerg Roedel | 1 | -10/+5 |
2020-09-07 | x86/boot/compressed/64: Don't pre-map memory in KASLR code | Joerg Roedel | 3 | -37/+3 |
2020-09-07 | x86/boot/compressed/64: Always switch to own page table | Joerg Roedel | 3 | -25/+32 |
2020-09-07 | x86/boot/compressed/64: Add page-fault handler | Joerg Roedel | 4 | -0/+49 |
2020-09-07 | x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c | Joerg Roedel | 4 | -10/+18 |
2020-09-07 | x86/boot/compressed/64: Add IDT Infrastructure | Joerg Roedel | 5 | -1/+144 |
2020-09-07 | x86/boot/compressed/64: Disable red-zone usage | Joerg Roedel | 1 | -1/+1 |
2020-09-07 | Merge 'x86/kaslr' to pick up dependent bits | Borislav Petkov | 2 | -135/+107 |
2020-09-03 | x86/boot/compressed: Warn on orphan section placement | Kees Cook | 1 | -0/+1 |
2020-09-01 | x86/boot/compressed: Add missing debugging sections to output | Kees Cook | 1 | -0/+2 |
2020-09-01 | x86/boot/compressed: Remove, discard, or assert for unwanted sections | Kees Cook | 2 | -2/+13 |
2020-09-01 | x86/boot/compressed: Reorganize zero-size section asserts | Kees Cook | 1 | -18/+26 |
2020-09-01 | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG | Kees Cook | 1 | -0/+2 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -3/+3 |
2020-08-20 | x86/build: Declutter the build output | Ingo Molnar | 1 | -4/+0 |
2020-08-19 | x86/boot/compressed: Use builtin mem functions for decompressor | Arvind Sankar | 2 | -9/+3 |
2020-08-14 | x86/boot: Check that there are no run-time relocations | Arvind Sankar | 2 | -25/+11 |
2020-08-14 | x86/boot: Remove run-time relocations from head_{32,64}.S | Arvind Sankar | 4 | -21/+18 |
2020-08-14 | x86/boot: Remove run-time relocations from .head.text code | Arvind Sankar | 2 | -78/+90 |
2020-08-14 | x86/boot: Add .text.* to setup.ld | Arvind Sankar | 1 | -1/+1 |
2020-08-14 | x86/boot/compressed: Get rid of GOT fixup code | Ard Biesheuvel | 3 | -80/+5 |
2020-08-14 | x86/boot/compressed: Force hidden visibility for all symbol references | Ard Biesheuvel | 2 | -0/+2 |
2020-08-14 | x86/boot/compressed: Move .got.plt entries out of the .got section | Ard Biesheuvel | 1 | -1/+10 |
2020-08-10 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+2 |
2020-08-06 | x86/kaslr: Replace strlen() with strnlen() | Arvind Sankar | 1 | -2/+6 |
2020-07-31 | x86: Add support for ZSTD compressed kernel | Nick Terrell | 3 | -8/+9 |
2020-07-31 | x86: Bump ZO_z_extra_bytes margin for zstd | Nick Terrell | 1 | -1/+7 |