summaryrefslogtreecommitdiffstats
path: root/drivers/virt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds2023-11-049-36/+866
|\
| * virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan2023-10-192-1/+229
| * virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORTDan Williams2023-10-192-0/+136
| * virt: sevguest: Prep for kernel internal get_ext_report()Dan Williams2023-10-191-12/+32
| * configfs-tsm: Introduce a shared ABI for attestation reportsDan Williams2023-10-193-0/+431
| * virt: coco: Add a coco/Makefile and coco/KconfigDan Williams2023-10-194-8/+18
| * virt: sevguest: Fix passing a stack buffer as a scatterlist targetDan Williams2023-10-101-20/+25
* | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-302-2/+2
|\ \
| * | virt: acrn: Annotate struct vm_memory_region_batch with __counted_byKees Cook2023-10-082-2/+2
| |/
* / x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner2023-10-101-1/+1
|/
* minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-2/+2
* Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-271-2/+2
|\
| * virt: acrn: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-081-2/+2
* | virt: sevguest: Add CONFIG_CRYPTO dependencyArnd Bergmann2023-06-091-0/+1
|/
* Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-1/+1
|\
| * virt: fsl: Use of_property_present() for testing DT property presenceRob Herring2023-04-211-1/+1
* | x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze2023-03-211-33/+39
* | virt/coco/sev-guest: Double-buffer messagesDionna Glaze2023-03-211-4/+23
* | virt/coco/sev-guest: Add throttling awarenessDionna Glaze2023-03-131-1/+18
* | virt/coco/sev-guest: Do some code style cleanupsBorislav Petkov (AMD)2023-03-131-6/+2
* | virt/coco/sev-guest: Carve out the request issuing logic into a helperBorislav Petkov (AMD)2023-03-131-17/+27
* | virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request()Borislav Petkov (AMD)2023-03-131-6/+4
* | virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)2023-03-131-22/+26
* | virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)2023-03-131-0/+3
|/
* virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky2023-03-011-3/+17
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-1/+1
|\
| * virt: fsl_hypervisor: Replace NO_IRQ by 0Christophe Leroy2022-11-101-1/+1
* | Merge tag 'x86_sev_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-3/+2
|\ \
| * | virt/sev-guest: Add a MODULE_ALIASCole Robinson2022-11-081-0/+1
| * | virt/sev-guest: Remove unnecessary free in init_crypto()Rafael Mendonca2022-10-271-3/+1
| |/
* | Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-125-0/+117
|\ \
| * | virt: Add TDX guest driverKuppuswamy Sathyanarayanan2022-11-175-0/+117
| |/
* / virt/sev-guest: Prevent IV reuse in the SNP guest driverPeter Gonda2022-11-211-14/+70
|/
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-082-9/+9
|\
| * virt: vbox: Remove unproper informationJiasheng Jiang2022-09-091-4/+0
| * virt: vbox: convert to use dev_groupsJiasheng Jiang2022-09-091-4/+8
| * virt: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-011-1/+1
* | kunit: fix Kconfig for build-in tests USB4 and Nitro EnclavesNico Pache2022-09-011-1/+1
|/
* Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-8/+7
|\
| * virt: acrn: using for_each_set_bit to simplify the codeYang Yingliang2022-07-081-5/+1
| * vboxguest: Do not use devm for irqPascal Terjan2022-06-271-3/+6
* | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-023-33/+4
|\ \
| * | nitro_enclaves: test: Use kunit_test_suite() macroDavid Gow2022-07-113-33/+4
| |/
* / virt: sev-guest: Pass the appropriate argument type to iounmap()Tom Lendacky2022-07-191-3/+6
|/
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-031-2/+1
|\
| * drivers/virt/fsl_hypervisor: remove unneeded `ret` variable in `fsl_hv_open()`Guo Zhengkui2022-04-261-2/+1
* | Merge tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2022-05-252-9/+10
|\ \
| * | virt: acrn: Prefer array_size and struct_size over open coded arithmeticLen Baker2022-04-262-9/+10
| |/
* | Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-236-0/+825
|\ \
| * | x86/sev: Get the AP jump table address from secrets pageBrijesh Singh2022-04-271-35/+0