summaryrefslogtreecommitdiffstats
path: root/drivers/virt
AgeCommit message (Expand)AuthorLines
2024-04-25virt: acrn: stop using follow_pfnChristoph Hellwig-2/+8
2024-04-25fix missing vmalloc.h includesKent Overstreet-0/+1
2024-04-25x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky-14/+14
2024-04-24virt: acrn: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2024-04-18Revert "vmgenid: emit uevent when VMGENID updates"Jason A. Donenfeld-2/+0
2024-04-08virt: vmgenid: drop owner assignmentKrzysztof Kozlowski-1/+0
2024-03-09virt: efi_secret: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-85/+126
2024-01-08Merge tag 'x86_sev_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+2
2024-01-02virt: sev-guest: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-12-23virt: vbox: utils: fix all kernel-doc warningsRandy Dunlap-12/+21
2023-12-23virt: vbox: linux: fix all kernel-doc warningsRandy Dunlap-10/+12
2023-12-23virt: vbox: core: fix all kernel-doc warningsRandy Dunlap-63/+91
2023-11-30vmgenid: emit uevent when VMGENID updatesBabis Chalios-0/+2
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner-1/+1
2023-11-04Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds-36/+866
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2023-10-19virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan-1/+229
2023-10-19virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORTDan Williams-0/+136
2023-10-19virt: sevguest: Prep for kernel internal get_ext_report()Dan Williams-12/+32
2023-10-19configfs-tsm: Introduce a shared ABI for attestation reportsDan Williams-0/+431
2023-10-19virt: coco: Add a coco/Makefile and coco/KconfigDan Williams-8/+18
2023-10-10virt: sevguest: Fix passing a stack buffer as a scatterlist targetDan Williams-20/+25
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner-1/+1
2023-10-08virt: acrn: Annotate struct vm_memory_region_batch with __counted_byKees Cook-2/+2
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)-2/+2
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2023-06-09virt: sevguest: Add CONFIG_CRYPTO dependencyArnd Bergmann-0/+1
2023-05-08virt: acrn: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo-2/+2
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2023-04-21virt: fsl: Use of_property_present() for testing DT property presenceRob Herring-1/+1
2023-03-21x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze-33/+39
2023-03-21virt/coco/sev-guest: Double-buffer messagesDionna Glaze-4/+23
2023-03-13virt/coco/sev-guest: Add throttling awarenessDionna Glaze-1/+18
2023-03-13virt/coco/sev-guest: Do some code style cleanupsBorislav Petkov (AMD)-6/+2
2023-03-13virt/coco/sev-guest: Carve out the request issuing logic into a helperBorislav Petkov (AMD)-17/+27
2023-03-13virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request()Borislav Petkov (AMD)-6/+4
2023-03-13virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)-22/+26
2023-03-13virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)-0/+3
2023-03-01virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky-3/+17
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2022-12-13Merge tag 'x86_sev_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+2
2022-12-12Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+117
2022-11-21virt/sev-guest: Prevent IV reuse in the SNP guest driverPeter Gonda-14/+70
2022-11-17virt: Add TDX guest driverKuppuswamy Sathyanarayanan-0/+117
2022-11-10virt: fsl_hypervisor: Replace NO_IRQ by 0Christophe Leroy-1/+1
2022-11-08virt/sev-guest: Add a MODULE_ALIASCole Robinson-0/+1
2022-10-27virt/sev-guest: Remove unnecessary free in init_crypto()Rafael Mendonca-3/+1
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+9
2022-09-09virt: vbox: Remove unproper informationJiasheng Jiang-4/+0