summaryrefslogtreecommitdiffstats
path: root/drivers/virt
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | virt: sevguest: Rename the sevguest dir and files to sev-guestTom Lendacky2022-04-276-8/+8
| * | virt: sevguest: Change driver name to reflect generic SEV supportTom Lendacky2022-04-211-18/+21
| * | virt: sevguest: Fix bool function returning negative valueHaowen Bai2022-04-141-1/+1
| * | virt: sevguest: Fix return value check in alloc_shared_pages()Yang Yingliang2022-04-111-1/+1
| * | virt: sevguest: Add support to get extended reportBrijesh Singh2022-04-071-2/+90
| * | virt: sevguest: Add support to derive keyBrijesh Singh2022-04-071-0/+45
| * | virt: Add SEV-SNP guest driverBrijesh Singh2022-04-076-0/+725
| |/
* / virt: Add efi_secret module to expose confidential computing secretsDov Murik2022-04-135-0/+371
|/
* Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-311-0/+1
|\
| * virt: vmgenid: recognize new CID added by Hyper-VMichael Kelley2022-03-251-0/+1
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-284-9/+40
|\ \ | |/ |/|
| * virt: acrn: fix a memory leak in acrn_dev_ioctl()Xiaolong Huang2022-03-181-5/+15
| * virt: acrn: obtain pa from VMA with PFNMAP flagYonghua Huang2022-03-181-0/+24
| * virt: acrn: Remove unsued acrn_irqfds_mutex.Sebastian Andrzej Siewior2022-03-181-1/+0
| * virt: fsl_hypervisor: Directly return 0 instead of using local ret variableHaowen Bai2022-03-181-3/+1
* | virt: vmgenid: notify RNG of VM fork and supply generation IDJason A. Donenfeld2022-03-123-0/+112
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-2/+1
* | Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-031-2/+3
|\|
| * nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assertAndra Paraschiv2021-12-211-2/+3
* | nitro_enclaves: Add KUnit tests for contiguous physical memory regions mergingLongpeng2021-11-171-0/+140
* | nitro_enclaves: Add KUnit tests setup for the misc device functionalityLongpeng2021-11-173-0/+57
* | nitro_enclaves: Sanity check physical memory regions during mergingLongpeng2021-11-171-25/+52
* | nitro_enclaves: Merge contiguous physical memory regionsLongpeng2021-11-171-28/+56
* | nitro_enclaves: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-171-1/+0
|/
* virt: acrn: Introduce interfaces for virtual device creating/destroyingShuo Liu2021-10-052-0/+50
* virt: acrn: Introduce interfaces for MMIO device passthroughShuo Liu2021-10-052-0/+51
* nitro_enclaves: Add fixes for checkpatch match open parenthesis reportsAndra Paraschiv2021-09-141-8/+9
* nitro_enclaves: Update copyright statement to include 2021Andra Paraschiv2021-09-141-1/+1
* nitro_enclaves: Add fix for the kernel-doc reportAndra Paraschiv2021-09-141-2/+6
* nitro_enclaves: Enable Arm64 supportAndra Paraschiv2021-09-141-6/+2
* virt: acrn: Do hcall_destroy_vm() before resource releaseShuo Liu2021-07-271-8/+8
* nitro_enclaves: Set Bus Master for the NE PCI deviceLongpeng(Mike)2021-06-241-0/+2
* nitro_enclaves: Fix stale file descriptors on failed usercopyMathias Krause2021-04-291-26/+17
* virt: acrn: Fix document of acrn_msi_inject()Shuo Liu2021-03-241-1/+1
* virt: acrn: Correct type casting of argument of copy_from_user()Shuo Liu2021-03-101-1/+1
* virt: acrn: Use EPOLLIN instead of POLLINYejune Deng2021-03-101-1/+1
* virt: acrn: Use vfs_poll() instead of f_op->poll()Yejune Deng2021-03-101-2/+2