Show patches with: Archived = No       |   3942 patches
« 1 2 ... 23 24 2539 40 »
Patch Series S/W/F Date Submitter Delegate State
[v9,1/4] efi: Save location of EFI confidential computing area Allow guest access to EFI confidential computing secret area --- 2022-03-31 Dov Murik Superseded
efi: Allow to enable EFI runtime services with PREEMPT_RT efi: Allow to enable EFI runtime services with PREEMPT_RT --- 2022-03-31 Javier Martinez Canillas Accepted
[RFC,v2,17/18] efi/arm64: libstub: run image in place if randomized by the loader arm64: efi: leave MMU and caches on at boot --- 2022-03-30 Ard Biesheuvel Superseded
[RFC,v2,16/18] efi: libstub: pass image handle to handle_kernel_image() arm64: efi: leave MMU and caches on at boot --- 2022-03-30 Ard Biesheuvel Superseded
[RFC,v2,13/18] arm64: head: record CPU boot mode after enabling the MMU arm64: efi: leave MMU and caches on at boot --- 2022-03-30 Ard Biesheuvel New
[RFC,v2,12/18] arm64: head: avoid cache invalidation when entering with the MMU on arm64: efi: leave MMU and caches on at boot --- 2022-03-30 Ard Biesheuvel New
[RFC,v2,10/18] arm64: head: record the MMU state at primary entry arm64: efi: leave MMU and caches on at boot --- 2022-03-30 Ard Biesheuvel New
[RFC,v2,08/18] arm64: setup: defer R/O remapping of FDT arm64: efi: leave MMU and caches on at boot --- 2022-03-30 Ard Biesheuvel New
[RFC,v2,06/18] arm64: head: populate kernel page tables with MMU and caches on arm64: efi: leave MMU and caches on at boot --- 2022-03-30 Ard Biesheuvel New
[RFC,v2,04/18] arm64: head: cover entire kernel image in ID map arm64: efi: leave MMU and caches on at boot --- 2022-03-30 Ard Biesheuvel New
[RFC,v2,03/18] arm64: kernel: drop unnecessary PoC cache clean+invalidate arm64: efi: leave MMU and caches on at boot --- 2022-03-30 Ard Biesheuvel Superseded
[9/9] ia64/efi: Code simplification in efi_init introduce mirrored memory support for arm64 --- 2022-03-26 mawupeng Superseded
[8/9] efi: Disable mirror feature if kernelcore is not specified introduce mirrored memory support for arm64 --- 2022-03-26 mawupeng Superseded
[7/9] mm: Calc the right pfn if page size is not 4K introduce mirrored memory support for arm64 --- 2022-03-26 mawupeng Superseded
[6/9] mm: Demote warning message in vmemmap_verify() to debug level introduce mirrored memory support for arm64 --- 2022-03-26 mawupeng Superseded
[5/9] mm: Ratelimited mirrored memory related warning messages introduce mirrored memory support for arm64 --- 2022-03-26 mawupeng Superseded
[4/9] arm64/mirror: arm64 enabling - find mirrored memory ranges introduce mirrored memory support for arm64 --- 2022-03-26 mawupeng Superseded
[3/9] efi: Make efi_find_mirror() public introduce mirrored memory support for arm64 --- 2022-03-26 mawupeng Superseded
[2/9] arm64: efi: Add fake memory support introduce mirrored memory support for arm64 --- 2022-03-26 mawupeng Superseded
[1/9] efi: Make efi_print_memmap() public introduce mirrored memory support for arm64 --- 2022-03-26 mawupeng Superseded
[V3,1/1] riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL RISCV_EFI_BOOT_PROTOCOL support in linux --- 2022-03-24 Sunil V L Superseded
[1/1] riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL RISCV_EFI_BOOT_PROTOCOL support in linux --- 2022-03-24 Sunil V L Superseded
[5.16,06/37] efi: fix return value of __setup handlers Untitled series #170720 --- 2022-03-21 Greg KH Superseded
[5.15,06/32] efi: fix return value of __setup handlers Untitled series #170796 --- 2022-03-21 Greg KH Superseded
[5.4,03/17] efi: fix return value of __setup handlers Untitled series #170722 --- 2022-03-21 Greg KH Superseded
[5.10,04/30] efi: fix return value of __setup handlers Untitled series #170721 --- 2022-03-21 Greg KH Superseded
[4.19,47/57] efi: fix return value of __setup handlers Untitled series #170797 --- 2022-03-21 Greg KH Superseded
[4.14,15/22] efi: fix return value of __setup handlers Untitled series #170798 --- 2022-03-21 Greg KH New
x86/efi: Remove references of EFI earlyprintk from documentation x86/efi: Remove references of EFI earlyprintk from documentation --- 2022-03-21 Akihiko Odaki Accepted
[V8,09/22] LoongArch: Add boot and setup routines Untitled series #170634 --- 2022-03-19 Huacai Chen New
[GIT,PULL] EFI fix for v5.17 [GIT,PULL] EFI fix for v5.17 --- 2022-03-16 Ard Biesheuvel New
[v3] pstore: Don't use semaphores in always-atomic-context code [v3] pstore: Don't use semaphores in always-atomic-context code --- 2022-03-14 Jann Horn Accepted
[RFC,v0,6/6] Temporarily pass the kaslr seed via register X1 Minimal Linux/arm64 VM firmware (written in Rust) --- 2022-03-14 Ard Biesheuvel New
[RFC,v0,5/6] Remap code section of loaded kernel and boot it Minimal Linux/arm64 VM firmware (written in Rust) --- 2022-03-14 Ard Biesheuvel New
[RFC,v0,4/6] Discover QEMU fwcfg device and use it to load the kernel Minimal Linux/arm64 VM firmware (written in Rust) --- 2022-03-14 Ard Biesheuvel New
[RFC,v0,3/6] Add paging code to manage the full ID map Minimal Linux/arm64 VM firmware (written in Rust) --- 2022-03-14 Ard Biesheuvel New
[RFC,v0,2/6] Add DTB processing Minimal Linux/arm64 VM firmware (written in Rust) --- 2022-03-14 Ard Biesheuvel New
[RFC,v0,1/6] Implement a bare metal Rust runtime on top of QEMU's mach-virt Minimal Linux/arm64 VM firmware (written in Rust) --- 2022-03-14 Ard Biesheuvel New
[v7,3/3] efi/cper: reformat CPER memory error location to more readable Untitled series #169580 --- 2022-03-08 Shuai Xue Accepted
[v7,2/3] EDAC/ghes: Unify CPER memory error location reporting Untitled series #169722 --- 2022-03-08 Shuai Xue Accepted
[v7,1/3] efi/cper: add cper_mem_err_status_str to decode error description [v7,1/3] efi/cper: add cper_mem_err_status_str to decode error description --- 2022-03-08 Shuai Xue Accepted
[v12,43.1/46] virt: Add SEV-SNP guest driver Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Superseded
[v12,46/46] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,45/46] virt: sevguest: Add support to get extended report Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,44/46] virt: sevguest: Add support to derive key Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,43/46] virt: Add SEV-SNP guest driver Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,42/46] x86/sev: Register SEV-SNP guest request platform device Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,41/46] x86/sev: Provide support for SNP guest request NAEs Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,40/46] x86/sev: add sev=debug cmdline option to dump SNP CPUID table Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,39/46] x86/sev: Use firmware-validated CPUID for SEV-SNP guests Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,38/46] x86/sev: Add SEV-SNP feature detection/setup Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,37/46] x86/compressed/64: Add identity mapping for Confidential Computing blob Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,36/46] x86/compressed: Export and rename add_identity_map() Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,35/46] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,34/46] x86/compressed: Add SEV-SNP feature detection/setup Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,33/46] x86/boot: Add a pointer to Confidential Computing blob in bootparams Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,31/46] x86/sev: Move MSR-based VMGEXITs for CPUID to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,30/46] KVM: x86: Move lookup of indexed CPUID leafs to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,29/46] x86/boot: Add Confidential Computing type to setup_data Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,28/46] x86/compressed/acpi: Move EFI kexec handling into common code Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,27/46] x86/compressed/acpi: Move EFI vendor table lookup to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,26/46] x86/compressed/acpi: Move EFI config table lookup to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,25/46] x86/compressed/acpi: Move EFI system table lookup to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,24/46] x86/compressed/acpi: Move EFI detection to helper Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,23/46] x86/head/64: Re-enable stack protection Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,22/46] x86/sev: Use SEV-SNP AP creation to start secondary CPUs Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,21/46] x86/mm: Validate memory when changing the C-bit Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,20/46] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,18/46] x86/sev: Add helper for validating pages in early enc attribute changes Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,17/46] x86/sev: Register GHCB memory when SEV-SNP is active Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,16/46] x86/compressed: Register GHCB memory when SEV-SNP is active Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,15/46] x86/compressed: Add helper for validating pages in the decompression stage Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,14/46] x86/sev: Check the vmpl level Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,13/46] x86/sev: Add a helper for the PVALIDATE instruction Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,12/46] x86/sev: Check SEV-SNP features support Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,11/46] x86/sev: Save the negotiated GHCB version Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,10/46] x86/sev: Define the Linux specific guest termination reasons Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,09/46] x86/mm: Extend cc_attr to include AMD SEV-SNP Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh Accepted
[v12,08/46] x86/sev: Detect/setup SEV/SME features earlier in boot Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,07/46] x86/compressed/64: Detect/setup SEV/SME features earlier in boot Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,06/46] x86/boot: Use MSR read/write helpers instead of inline assembly Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,05/46] x86/boot: Introduce helpers for MSR reads/writes Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,04/46] KVM: SVM: Update the SEV-ES save area mapping Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,03/46] KVM: SVM: Create a separate mapping for the GHCB save area Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,02/46] KVM: SVM: Create a separate mapping for the SEV-ES save area Add AMD Secure Nested Paging (SEV-SNP) Guest Support --- 2022-03-07 Brijesh Singh New
[v12,01/46] KVM: SVM: Define sev_features and vmpl field in the VMSA [v12,01/46] KVM: SVM: Define sev_features and vmpl field in the VMSA --- 2022-03-07 Brijesh Singh Accepted
[V7,09/22] LoongArch: Add boot and setup routines Untitled series #169340 --- 2022-03-06 Huacai Chen Superseded
efi: Add missing prototype for efi_capsule_setup_info efi: Add missing prototype for efi_capsule_setup_info --- 2022-03-04 Jan Kiszka Accepted
[RFC,V2,1/1] riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL RISCV_EFI_BOOT_PROTOCOL support in linux --- 2022-03-03 Sunil V L Superseded
[v3,2/2] libstub: ensure allocated memory to be executable Handle UEFI NX-restricted page tables --- 2022-03-03 Evgeniy Baskov Accepted
[v3,1/2] libstub: declare DXE services table Handle UEFI NX-restricted page tables --- 2022-03-03 Evgeniy Baskov Accepted
[v6,2/2] EDAC/ghes: use cper functions to avoid code duplication Untitled series #169224 --- 2022-03-03 Shuai Xue New
[v6,1/2] efi/cper: add cper_mem_err_status_str to decode error description [v6,1/2] efi/cper: add cper_mem_err_status_str to decode error description --- 2022-03-03 Shuai Xue Superseded
[Question] Should retain 2M alignment if kernel image is bad aligned at entry or BSS overlaps? [Question] Should retain 2M alignment if kernel image is bad aligned at entry or BSS overlaps? --- 2022-03-01 Kefeng Wang New
efi: fix return value of __setup handlers efi: fix return value of __setup handlers --- 2022-03-01 Randy Dunlap Accepted
[v8,4/4] docs: security: Add secrets/coco documentation Allow guest access to EFI confidential computing secret area --- 2022-02-28 Dov Murik Superseded
[v8,3/4] efi: Load efi_secret module if EFI secret area is populated Allow guest access to EFI confidential computing secret area --- 2022-02-28 Dov Murik New
[v8,2/4] virt: Add efi_secret module to expose confidential computing secrets Allow guest access to EFI confidential computing secret area --- 2022-02-28 Dov Murik New
« 1 2 ... 23 24 2539 40 »