aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/virt (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-09virt: efi_secret: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-85/+126
2024-01-08Merge tag 'x86_sev_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2024-01-02virt: sev-guest: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-23virt: vbox: utils: fix all kernel-doc warningsRandy Dunlap1-12/+21
2023-12-23virt: vbox: linux: fix all kernel-doc warningsRandy Dunlap1-10/+12
2023-12-23virt: vbox: core: fix all kernel-doc warningsRandy Dunlap1-63/+91
2023-11-30vmgenid: emit uevent when VMGENID updatesBabis Chalios1-0/+2
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-1/+1
2023-11-04Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/linuxLinus Torvalds9-36/+866
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+2
2023-10-19virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan2-1/+229
2023-10-19virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORTDan Williams2-0/+136
2023-10-19virt: sevguest: Prep for kernel internal get_ext_report()Dan Williams1-12/+32
2023-10-19configfs-tsm: Introduce a shared ABI for attestation reportsDan Williams3-0/+431
2023-10-19virt: coco: Add a coco/Makefile and coco/KconfigDan Williams4-8/+18
2023-10-10virt: sevguest: Fix passing a stack buffer as a scatterlist targetDan Williams1-20/+25
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner1-1/+1
2023-10-08virt: acrn: Annotate struct vm_memory_region_batch with __counted_byKees Cook2-2/+2
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+2
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2023-06-09virt: sevguest: Add CONFIG_CRYPTO dependencyArnd Bergmann1-0/+1
2023-05-08virt: acrn: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+2
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2023-04-21virt: fsl: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-21x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze1-33/+39
2023-03-21virt/coco/sev-guest: Double-buffer messagesDionna Glaze1-4/+23
2023-03-13virt/coco/sev-guest: Add throttling awarenessDionna Glaze1-1/+18
2023-03-13virt/coco/sev-guest: Do some code style cleanupsBorislav Petkov (AMD)1-6/+2
2023-03-13virt/coco/sev-guest: Carve out the request issuing logic into a helperBorislav Petkov (AMD)1-17/+27
2023-03-13virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request()Borislav Petkov (AMD)1-6/+4
2023-03-13virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)1-22/+26
2023-03-13virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)1-0/+3
2023-03-01virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky1-3/+17
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2022-12-13Merge tag 'x86_sev_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2022-12-12Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-0/+117
2022-11-21virt/sev-guest: Prevent IV reuse in the SNP guest driverPeter Gonda1-14/+70
2022-11-17virt: Add TDX guest driverKuppuswamy Sathyanarayanan5-0/+117
2022-11-10virt: fsl_hypervisor: Replace NO_IRQ by 0Christophe Leroy1-1/+1
2022-11-08virt/sev-guest: Add a MODULE_ALIASCole Robinson1-0/+1
2022-10-27virt/sev-guest: Remove unnecessary free in init_crypto()Rafael Mendonca1-3/+1
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-9/+9
2022-09-09virt: vbox: Remove unproper informationJiasheng Jiang1-4/+0
2022-09-09virt: vbox: convert to use dev_groupsJiasheng Jiang1-4/+8
2022-09-01kunit: fix Kconfig for build-in tests USB4 and Nitro EnclavesNico Pache1-1/+1
2022-09-01virt: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-8/+7
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-33/+4
2022-07-19virt: sev-guest: Pass the appropriate argument type to iounmap()Tom Lendacky1-3/+6