index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virt
Age
Commit message (
Expand
)
Author
Lines
2024-05-14
Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-1
/
+0
2024-05-14
Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-14
/
+14
2024-05-13
Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2024-05-13
Merge branch 'acpi-bus'
Rafael J. Wysocki
-1
/
+0
2024-05-05
mm: pass VMA instead of MM to follow_pte()
David Hildenbrand
-2
/
+1
2024-05-05
drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
David Hildenbrand
-16
/
+47
2024-04-27
virt: vmgenid: add support for devicetree bindings
Sudan Landge
-3
/
+51
2024-04-27
virt: vmgenid: change implementation to use a platform driver
Sudan Landge
-34
/
+65
2024-04-25
virt: acrn: stop using follow_pfn
Christoph Hellwig
-2
/
+8
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
-0
/
+1
2024-04-25
x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_page
Tom Lendacky
-14
/
+14
2024-04-24
virt: acrn: replace deprecated strncpy with strscpy
Justin Stitt
-1
/
+1
2024-04-18
Revert "vmgenid: emit uevent when VMGENID updates"
Jason A. Donenfeld
-2
/
+0
2024-04-08
virt: vmgenid: drop owner assignment
Krzysztof Kozlowski
-1
/
+0
2024-03-09
virt: efi_secret: Convert to platform remove callback returning void
Uwe Kleine-König
-3
/
+2
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-85
/
+126
2024-01-08
Merge tag 'x86_sev_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+2
2024-01-02
virt: sev-guest: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-12-23
virt: vbox: utils: fix all kernel-doc warnings
Randy Dunlap
-12
/
+21
2023-12-23
virt: vbox: linux: fix all kernel-doc warnings
Randy Dunlap
-10
/
+12
2023-12-23
virt: vbox: core: fix all kernel-doc warnings
Randy Dunlap
-63
/
+91
2023-11-30
vmgenid: emit uevent when VMGENID updates
Babis Chalios
-0
/
+2
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
-1
/
+1
2023-11-04
Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
Linus Torvalds
-36
/
+866
2023-10-30
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+2
2023-10-19
virt: tdx-guest: Add Quote generation support using TSM_REPORTS
Kuppuswamy Sathyanarayanan
-1
/
+229
2023-10-19
virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT
Dan Williams
-0
/
+136
2023-10-19
virt: sevguest: Prep for kernel internal get_ext_report()
Dan Williams
-12
/
+32
2023-10-19
configfs-tsm: Introduce a shared ABI for attestation reports
Dan Williams
-0
/
+431
2023-10-19
virt: coco: Add a coco/Makefile and coco/Kconfig
Dan Williams
-8
/
+18
2023-10-10
virt: sevguest: Fix passing a stack buffer as a scatterlist target
Dan Williams
-20
/
+25
2023-10-10
x86/cpu: Encapsulate topology information in cpuinfo_x86
Thomas Gleixner
-1
/
+1
2023-10-08
virt: acrn: Annotate struct vm_memory_region_batch with __counted_by
Kees Cook
-2
/
+2
2023-08-24
minmax: add in_range() macro
Matthew Wilcox (Oracle)
-2
/
+2
2023-06-27
Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+2
2023-06-09
virt: sevguest: Add CONFIG_CRYPTO dependency
Arnd Bergmann
-0
/
+1
2023-05-08
virt: acrn: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
-2
/
+2
2023-04-27
Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2023-04-21
virt: fsl: Use of_property_present() for testing DT property presence
Rob Herring
-1
/
+1
2023-03-21
x86/sev: Change snp_guest_issue_request()'s fw_err argument
Dionna Glaze
-33
/
+39
2023-03-21
virt/coco/sev-guest: Double-buffer messages
Dionna Glaze
-4
/
+23
2023-03-13
virt/coco/sev-guest: Add throttling awareness
Dionna Glaze
-1
/
+18
2023-03-13
virt/coco/sev-guest: Do some code style cleanups
Borislav Petkov (AMD)
-6
/
+2
2023-03-13
virt/coco/sev-guest: Carve out the request issuing logic into a helper
Borislav Petkov (AMD)
-17
/
+27
2023-03-13
virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request()
Borislav Petkov (AMD)
-6
/
+4
2023-03-13
virt/coco/sev-guest: Simplify extended guest request handling
Borislav Petkov (AMD)
-22
/
+26
2023-03-13
virt/coco/sev-guest: Check SEV_SNP attribute at probe time
Borislav Petkov (AMD)
-0
/
+3
2023-03-01
virt/sev-guest: Return -EIO if certificate buffer is not large enough
Tom Lendacky
-3
/
+17
2022-12-16
Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2022-12-13
Merge tag 'x86_sev_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-3
/
+2
[prev]
[next]