Age | Commit message (Expand) | Author |
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 |
2020-08-14 | x86/boot: Check that there are no run-time relocations | Arvind Sankar |
2020-08-14 | x86/boot: Remove run-time relocations from head_{32,64}.S | Arvind Sankar |
2020-08-14 | x86/boot: Remove run-time relocations from .head.text code | Arvind Sankar |
2020-08-14 | x86/boot: Add .text.* to setup.ld | Arvind Sankar |
2020-08-14 | x86/boot/compressed: Get rid of GOT fixup code | Ard Biesheuvel |
2020-08-14 | x86/boot/compressed: Force hidden visibility for all symbol references | Ard Biesheuvel |
2020-08-14 | x86/boot/compressed: Move .got.plt entries out of the .got section | Ard Biesheuvel |
2020-08-09 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2020-08-06 | x86/kaslr: Replace strlen() with strnlen() | Arvind Sankar |
2020-07-31 | x86: Add support for ZSTD compressed kernel | Nick Terrell |
2020-07-31 | x86: Bump ZO_z_extra_bytes margin for zstd | Nick Terrell |
2020-07-31 | x86/kaslr: Add a check that the random address is in range | Arvind Sankar |
2020-07-31 | x86/kaslr: Make local variables 64-bit | Arvind Sankar |