summaryrefslogtreecommitdiffstats
path: root/drivers/virt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4 days1-12/+49
|\
| * mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-051-2/+1
| * drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()David Hildenbrand2024-05-051-16/+47
| * virt: acrn: stop using follow_pfnChristoph Hellwig2024-04-251-2/+8
| * fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
* | Merge tag 'random-6.10-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5 days2-35/+115
|\ \
| * | virt: vmgenid: add support for devicetree bindingsSudan Landge2024-04-272-3/+51
| * | virt: vmgenid: change implementation to use a platform driverSudan Landge2024-04-271-34/+65
* | | Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds9 days1-1/+0
|\ \ \
| * \ \ Merge branch 'acpi-bus'Rafael J. Wysocki10 days1-1/+0
| |\ \ \ | | |/ / | |/| |
| | * | virt: vmgenid: drop owner assignmentKrzysztof Kozlowski2024-04-081-1/+0
| | |/
* | | Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9 days1-14/+14
|\ \ \
| * | | x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky2024-04-251-14/+14
| |/ /
* | | Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10 days1-1/+1
|\ \ \ | |/ / |/| |
| * | virt: acrn: replace deprecated strncpy with strscpyJustin Stitt2024-04-241-1/+1
| |/
* / Revert "vmgenid: emit uevent when VMGENID updates"Jason A. Donenfeld2024-04-181-2/+0
|/
* virt: efi_secret: Convert to platform remove callback returning voidUwe Kleine-König2024-03-091-3/+2
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-174-85/+126
|\
| * virt: vbox: utils: fix all kernel-doc warningsRandy Dunlap2023-12-231-12/+21
| * virt: vbox: linux: fix all kernel-doc warningsRandy Dunlap2023-12-231-10/+12
| * virt: vbox: core: fix all kernel-doc warningsRandy Dunlap2023-12-231-63/+91
| * vmgenid: emit uevent when VMGENID updatesBabis Chalios2023-11-301-0/+2
* | Merge tag 'x86_sev_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-4/+2
|\ \
| * | virt: sev-guest: Convert to platform remove callback returning voidUwe Kleine-König2024-01-021-4/+2
| |/
* / eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-1/+1
|/
* 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