summaryrefslogtreecommitdiff
path: root/drivers/virt
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-27/+44
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2026-06-16Merge tag 'x86_tdx_for_7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds5-0/+249
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-06-03coco/tdx-host: Lock out module updates when reading versionDave Hansen1-3/+12
2026-06-03coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updatesChao Gao2-4/+91
2026-06-03coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratumChao Gao1-0/+8
2026-06-03coco/tdx-host: Expose P-SEAMLDR information via sysfsChao Gao1-1/+71
2026-06-03coco/tdx-host: Expose TDX module versionChao Gao1-1/+25
2026-06-03coco/tdx-host: Introduce a "tdx_host" deviceChao Gao5-0/+51
2026-06-01Merge tag 'v7.1-rc6' into char-misc-nextGreg Kroah-Hartman1-9/+11
2026-05-23virt: acrn: Fix irqfd use-after-free during eventfd shutdownSicong Huang1-27/+44
2026-05-21virt: sev-guest: Explicitly leak pages in unknown stateCarlos López1-3/+7
2026-05-17virt: sev-guest: Do not use host-controlled page order in cleanup pathCarlos López1-7/+5
2026-05-08virt: acrn: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+1
2026-04-26Merge tag 'tsm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/devs...Linus Torvalds1-10/+9
2026-04-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+2
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2026-04-15Merge tag 'x86_tdx_for_7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2026-04-14virt: arm-cca-guest: fix error check for RSI_INCOMPLETESami Mujawar1-1/+2
2026-04-14Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2026-04-13Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-1/+1
2026-04-03virt: coco: change tsm_class to a const structJori Koolstra1-10/+9
2026-03-30drivers/virt: pkvm: Add Kconfig dependency on DMA_RESTRICTED_POOLWill Deacon1-1/+1
2026-03-21virt: tdx-guest: Fix handling of host controlled 'quote' buffer lengthZubin Mithra1-2/+10
2026-03-19coco/guest: Remove unneeded selection of CRYPTOEric Biggers1-1/+0
2026-03-06virt: tdx-guest: Return error for GetQuote failuresKuppuswamy Sathyanarayanan1-0/+5
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-5/+3
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds11-21/+21
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook14-42/+40
2026-02-15Merge tag 'tsm-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/devs...Linus Torvalds1-1/+3
2026-02-11configfs-tsm-report: tdx_guest: Increase Quote buffer size to 128KBKuppuswamy Sathyanarayanan1-1/+3
2026-01-24coco/tsm: Remove unused variable tsm_rwsemThomas Weißschuh1-2/+0
2026-01-23Revert "PCI/TSM: Report active IDE streams"Dan Williams1-28/+0
2025-12-05virt: Fix Kconfig warning when selecting TSM without VIRT_DRIVERSNathan Chancellor2-2/+4
2025-11-04PCI/TSM: Report active IDE streamsDan Williams1-0/+28
2025-11-04PCI/TSM: Establish Secure Sessions and Link EncryptionDan Williams1-2/+44
2025-11-04coco/tsm: Introduce a core device for TEE Security ManagersDan Williams3-0/+97
2025-09-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2025-09-19arm64: Enable EFI secret area Securityfs supportSuzuki K Poulose1-1/+1
2025-08-15virt: sev-guest: Satisfy linear mapping requirement in get_derived_key()Tom Lendacky1-15/+12
2025-07-30Merge tag 'x86_sev_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+6
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+6
2025-07-24drivers: virt: acrn: Don't use %pK through printkThomas Weißschuh2-6/+6
2025-06-18virt: sev-guest: Contain snp_guest_request_ioctl in sev-guestAlexey Kardashevskiy1-3/+6
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-2/+2