summaryrefslogtreecommitdiff
path: root/drivers/virt
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+49
2024-05-18Merge tag 'random-6.10-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-35/+115
2024-05-14Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+0
2024-05-14Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+14
2024-05-14Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-05-13Merge branch 'acpi-bus'Rafael J. Wysocki1-1/+0
2024-05-06mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-2/+1
2024-05-06drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()David Hildenbrand1-16/+47
2024-04-27virt: vmgenid: add support for devicetree bindingsSudan Landge2-3/+51
2024-04-27virt: vmgenid: change implementation to use a platform driverSudan Landge1-34/+65
2024-04-26virt: acrn: stop using follow_pfnChristoph Hellwig1-2/+8
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-25x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky1-14/+14
2024-04-25virt: acrn: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2024-04-18Revert "vmgenid: emit uevent when VMGENID updates"Jason A. Donenfeld1-2/+0
2024-04-08virt: vmgenid: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-09virt: efi_secret: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-85/+126
2024-01-09Merge tag 'x86_sev_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-05Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds9-36/+866
2023-10-31Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2023-10-20virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan2-1/+229
2023-10-20virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORTDan Williams2-0/+136
2023-10-20virt: sevguest: Prep for kernel internal get_ext_report()Dan Williams1-12/+32
2023-10-20configfs-tsm: Introduce a shared ABI for attestation reportsDan Williams3-0/+431
2023-10-20virt: coco: Add a coco/Makefile and coco/KconfigDan Williams4-8/+18
2023-10-11virt: 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-09virt: acrn: Annotate struct vm_memory_region_batch with __counted_byKees Cook2-2/+2
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+2
2023-06-28Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-06-09virt: sevguest: Add CONFIG_CRYPTO dependencyArnd Bergmann1-0/+1
2023-05-09virt: 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...Linus 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