Linux Hyperv
[Prev Page][Next Page]
[RFC PATCH V5 00/15] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv,
Tianyu Lan
- [RFC PATCH V5 01/15] x86/hyperv: Add sev-snp enlightened guest static key, Tianyu Lan
- [RFC PATCH V5 02/15] x86/hyperv: Decrypt hv vp assist page in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 05/15] clocksource/drivers/hyper-v: decrypt hyperv tsc page in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 03/15] x86/hyperv: Set Virtual Trust Level in VMBus init message, Tianyu Lan
- [RFC PATCH V5 04/15] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 06/15] hv: vmbus: decrypt VMBus pages for sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 07/15] drivers: hv: Decrypt percpu hvcall input arg page in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 09/15] x86/hyperv: Add smp support for sev-snp guest, Tianyu Lan
- [RFC PATCH V5 08/15] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V5 11/15] x86/sev: Add a #HV exception handler, Tianyu Lan
- [RFC PATCH V5 10/15] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES, Tianyu Lan
- [RFC PATCH V5 13/15] x86/sev: Add AMD sev-snp enlightened guest support on hyperv, Tianyu Lan
- [RFC PATCH V5 12/15] x86/sev: Add Check of #HV event in path, Tianyu Lan
- [RFC PATCH V5 15/15] x86/sev: Fix interrupt exit code paths from #HV exception, Tianyu Lan
- [RFC PATCH V5 14/15] x86/sev: optimize system vector processing invoked from #HV exception, Tianyu Lan
- Re: [RFC PATCH V5 00/15] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv, Tom Lendacky
[GIT PULL] Hyper-V commits for 6.4,
Wei Liu
[PATCH] x86/hyperv/vtl: Add noop for realmode pointers,
Saurabh Sengar
[PATCH v2] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM,
Shradha Gupta
[PATCH v5 0/6] Support TDX guests on Hyper-V,
Dexuan Cui
[PATCH net-next, 0/2] Update coding style and check alloc_frag,
Haiyang Zhang
[PATCH v2] PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_arg,
Dexuan Cui
[PATCH v4] Drivers: hv: move panic report code from vmbus to hv early init code,
longli
[PATCH AUTOSEL 5.15 3/7] x86/hyperv: Block root partition functionality in a Confidential VM, Sasha Levin
[PATCH AUTOSEL 6.1 04/15] x86/hyperv: Block root partition functionality in a Confidential VM, Sasha Levin
[PATCH AUTOSEL 6.2 04/17] x86/hyperv: Block root partition functionality in a Confidential VM, Sasha Levin
[PATCH v3] Drivers: hv: move panic report code from vmbus to hv early init code,
longli
[PATCH v3 0/6] pci-hyper: Fix race condition bugs for fast device hotplug,
Dexuan Cui
[PATCH] Drivers: hv: vmbus: Remove unnecessary (void*) conversions,
Suhui
Re: linux-next: build failure after merge of the hyperv tree,
Mark Brown
[PATCH 0/2] Fix for applied series [PATCH v5 0/5] Hyper-V VTL support,
Saurabh Sengar
[PATCH] net: hyperv: select CONFIG_NLS for mac address setting,
Arnd Bergmann
[PATCH] x86/hyperv: Fix IRQ effective cpu discovery for the interrupts unmasking, Stanislav Kinsburskii
[PATCH v2] Drivers: hv: move panic report code from vmbus to hv early init code,
longli
[PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams,
Bobby Eshleman
[PATCH AUTOSEL 5.15 3/8] x86/hyperv: Block root partition functionality in a Confidential VM, Sasha Levin
[PATCH AUTOSEL 6.1 04/17] x86/hyperv: Block root partition functionality in a Confidential VM, Sasha Levin
[PATCH AUTOSEL 6.2 04/20] x86/hyperv: Block root partition functionality in a Confidential VM, Sasha Levin
[PATCH v2 00/11] Sprinkle more __noreturn,
Josh Poimboeuf
- [PATCH v2 01/11] init: Mark [arch_call_]rest_init() __noreturn, Josh Poimboeuf
- [PATCH v2 02/11] init: Mark start_kernel() __noreturn, Josh Poimboeuf
- [PATCH v2 03/11] x86/head: Mark *_start_kernel() __noreturn, Josh Poimboeuf
- [PATCH v2 07/11] objtool: Include weak functions in global_noreturns check, Josh Poimboeuf
- [PATCH v2 10/11] scsi: message: fusion: Mark mpt_halt_firmware() __noreturn, Josh Poimboeuf
- [PATCH v2 04/11] arm64/cpu: Mark cpu_park_loop() and friends __noreturn, Josh Poimboeuf
- [PATCH v2 05/11] cpu: Mark panic_smp_self_stop() __noreturn, Josh Poimboeuf
- [PATCH v2 08/11] btrfs: Mark btrfs_assertfail() __noreturn, Josh Poimboeuf
- [PATCH v2 09/11] x86/cpu: Mark {hlt,resume}_play_dead() __noreturn, Josh Poimboeuf
- [PATCH v2 11/11] x86/hyperv: Mark hv_ghcb_terminate() as noreturn, Josh Poimboeuf
- [PATCH v2 06/11] cpu: Mark nmi_panic_self_stop() __noreturn, Josh Poimboeuf
[PATCH V3,net-next, 0/4] net: mana: Add support for jumbo frame,
Haiyang Zhang
- [PATCH V3,net-next, 1/4] net: mana: Use napi_build_skb in RX path, Haiyang Zhang
- [PATCH V3,net-next, 2/4] net: mana: Refactor RX buffer allocation code to prepare for various MTU, Haiyang Zhang
- [PATCH V3,net-next, 3/4] net: mana: Enable RX path to handle various MTU sizes, Haiyang Zhang
- [PATCH V3,net-next, 4/4] net: mana: Add support for jumbo frame, Haiyang Zhang
- Re: [PATCH V3,net-next, 0/4] net: mana: Add support for jumbo frame, Jakub Kicinski
[PATCH v5 0/5] Hyper-V VTL support,
Saurabh Sengar
[PATCH] Drivers: hv: move panic report code from vmbus to hv early init code,
longli
[PATCH] Drivers: hv: vmbus: Remove the per-CPU post_msg_page,
Dexuan Cui
[PATCH] PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_arg,
Dexuan Cui
[PATCH] clocksource: hyper-v: make sure Invariant-TSC is used if it is available,
Dexuan Cui
[PATCH v4 0/6] Support TDX guests on Hyper-V,
Dexuan Cui
[PATCH 00/12] Sprinkle more __noreturn,
Josh Poimboeuf
- [PATCH 01/11] init: Mark [arch_call_]rest_init() __noreturn, Josh Poimboeuf
- [PATCH 03/11] x86/head: Mark *_start_kernel() __noreturn, Josh Poimboeuf
- [PATCH 04/11] btrfs: Mark btrfs_assertfail() __noreturn, Josh Poimboeuf
- [PATCH 02/11] init: Mark start_kernel() __noreturn, Josh Poimboeuf
- [PATCH 06/11] cpu: Mark panic_smp_self_stop() __noreturn, Josh Poimboeuf
- [PATCH 05/11] arm64/cpu: Mark cpu_park_loop() and friends __noreturn, Josh Poimboeuf
- [PATCH 08/11] x86/cpu: Mark {hlt,resume}_play_dead() __noreturn, Josh Poimboeuf
- [PATCH 11/11] x86/hyperv: Mark hv_ghcb_terminate() as noreturn, Josh Poimboeuf
- [PATCH 10/11] scsi: message: fusion: Mark mpt_halt_firmware() __noreturn, Josh Poimboeuf
- [PATCH 09/11] objtool: Include weak functions in global_noreturns check, Josh Poimboeuf
- [PATCH 07/11] cpu: Mark nmi_panic_self_stop() __noreturn, Josh Poimboeuf
[PATCH V2,net-next, 0/3] net: mana: Add support for jumbo frame,
Haiyang Zhang
[PATCH 0/2] Fix MSI interrupts for nested Hyper-V root partition,
Stanislav Kinsburskii
[PATCH v5 6/9] video/aperture: Drop primary argument, Thomas Zimmermann
[PATCH v5 3/9] drm/aperture: Remove primary argument, Thomas Zimmermann
[PATCH v4 3/9] drm/aperture: Remove primary argument, Thomas Zimmermann
[PATCH v4 6/9] video/aperture: Drop primary argument, Thomas Zimmermann
Re: [PATCH 6.1 000/179] 6.1.23-rc2 review,
Kelsey Steele
[PATCH 3/8] drm/aperture: Remove primary argument,
Daniel Vetter
[PATCH 6/8] video/aperture: Drop primary argument,
Daniel Vetter
Re: [PATCH v1 2/2] swiotlb: Fix slot alignment checks,
Dexuan-Linux Cui
[PATCH] PCI: hv: Use nested hypercall for retargeting interrupts,
Jinank Jain
[PATCH v4 0/5] Hyper-V VTL support,
Saurabh Sengar
[PATCH v2 0/6] pci-hyper: Fix race condition bugs for fast device hotplug,
Dexuan Cui
[PATCH] Drivers: hv: Use nested hypercall for post message and signal event,
Nuno Das Neves
[PATCH] Drivers: hv: Do not free synic pages when they were not allocated,
Nuno Das Neves
[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv,
Tianyu Lan
- [RFC PATCH V4 01/17] x86/hyperv: Add sev-snp enlightened guest static key, Tianyu Lan
- [RFC PATCH V4 02/17] Drivers: hv: vmbus: Decrypt vmbus ring buffer, Tianyu Lan
- [RFC PATCH V4 04/17] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V4 03/17] x86/hyperv: Set Virtual Trust Level in VMBus init message, Tianyu Lan
- [RFC PATCH V4 05/17] clocksource/drivers/hyper-v: decrypt hyperv tsc page in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V4 06/17] x86/hyperv: decrypt VMBus pages for sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V4 10/17] x86/hyperv: Add smp support for sev-snp guest, Tianyu Lan
- [RFC PATCH V4 08/17] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V4 11/17] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES, Tianyu Lan
- [RFC PATCH V4 09/17] x86/hyperv: SEV-SNP enlightened guest don't support legacy rtc, Tianyu Lan
- [RFC PATCH V4 07/17] drivers: hv: Decrypt percpu hvcall input arg page in sev-snp enlightened guest, Tianyu Lan
- [RFC PATCH V4 13/17] x86/sev: Add Check of #HV event in path, Tianyu Lan
- [RFC PATCH V4 17/17] x86/sev: Remove restrict interrupt injection from SNP_FEATURES_IMPL_REQ, Tianyu Lan
- [RFC PATCH V4 16/17] x86/sev: Fix interrupt exit code paths from #HV exception, Tianyu Lan
- [RFC PATCH V4 14/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv, Tianyu Lan
- [RFC PATCH V4 12/17] x86/sev: Add a #HV exception handler, Tianyu Lan
- [RFC PATCH V4 15/17] x86/sev: optimize system vector processing invoked from #HV exception, Tianyu Lan
[GIT PULL] Hyper-V fixes for 6.3-rc6,
Wei Liu
[PATCH v5 00/15] x86/mtrr: fix handling with PAT but without MTRR,
Juergen Gross
[PATCH 0/6] pci-hyper: fix race condition bugs for fast device hotplug,
Dexuan Cui
[PATCH 0/2] x86/hyperv: Exclude lazy TLB mode CPUs from enlightened TLB flushes,
Michael Kelley
[PATCH v7 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs,
Michael Kelley
- [PATCH v7 01/12] x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VM, Michael Kelley
- [PATCH v7 02/12] x86/hyperv: Reorder code to facilitate future work, Michael Kelley
- [PATCH v7 03/12] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls, Michael Kelley
- [PATCH v7 05/12] init: Call mem_encrypt_init() after Hyper-V hypercall init is done, Michael Kelley
- [PATCH v7 04/12] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently, Michael Kelley
- [PATCH v7 09/12] Drivers: hv: vmbus: Remove second way of mapping ring buffers, Michael Kelley
- [PATCH v7 06/12] x86/hyperv: Change vTOM handling to use standard coco mechanisms, Michael Kelley
- [PATCH v7 07/12] swiotlb: Remove bounce buffer remapping for Hyper-V, Michael Kelley
- [PATCH v7 11/12] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary, Michael Kelley
- [PATCH v7 12/12] PCI: hv: Enable PCI pass-thru devices in Confidential VMs, Michael Kelley
- [PATCH v7 10/12] hv_netvsc: Remove second mapping of send and recv buffers, Michael Kelley
- [PATCH v7 08/12] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages, Michael Kelley
- Re: [PATCH v7 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs, Wei Liu
[PATCH 1/8] net: liquidio: Remove redundant pci_clear_master,
Cai Huoqing
[PATCH v3 0/5] Hyper-V VTL support,
Saurabh Sengar
[PATCH v9 0/5] Device tree support for Hyper-V VMBus driver,
Saurabh Sengar
[PATCH AUTOSEL 6.1 21/29] scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file, Sasha Levin
[PATCH AUTOSEL 5.10 11/15] scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file, Sasha Levin
[PATCH AUTOSEL 5.15 13/17] scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file, Sasha Levin
[PATCH AUTOSEL 6.2 22/30] scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file, Sasha Levin
[PATCH net-next] net: mana: Add support for jumbo frame,
Haiyang Zhang
[PATCH 1/1] x86/hyperv: Block root partition functionality in a Confidential VM,
Michael Kelley
[PATCH v2] net: mana: Add new MANA VF performance counters for easier troubleshooting,
Shradha Gupta
[PATCH v8 0/5] Device tree support for Hyper-V VMBus driver,
Saurabh Sengar
[PATCH] net: mana: Add new MANA VF performance counters for easier troubleshooting,
Shradha Gupta
[PATCH] x86/hyperv: Mark hv_ghcb_terminate() as noreturn,
Guilherme G. Piccoli
[PATCH v2 0/2] Hyper-V VTL support,
Saurabh Sengar
[PATCH v6 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs,
Michael Kelley
[PATCH v6 07/13] swiotlb: Remove bounce buffer remapping for Hyper-V, Michael Kelley
[PATCH v6 09/13] Drivers: hv: vmbus: Remove second way of mapping ring buffers, Michael Kelley
[PATCH v6 13/13] PCI: hv: Enable PCI pass-thru devices in Confidential VMs, Michael Kelley
[PATCH v6 08/13] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages, Michael Kelley
[PATCH v6 11/13] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary, Michael Kelley
[PATCH v6 12/13] PCI: hv: Add hypercalls to read/write MMIO space, Michael Kelley
[PATCH v6 10/13] hv_netvsc: Remove second mapping of send and recv buffers, Michael Kelley
Re: [PATCH v6 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs, Borislav Petkov
[RFC PATCH] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_SYNTHETIC_REG_*,
Nuno Das Neves
[PATCH v4 00/12] x86/mtrr: fix handling with PAT but without MTRR,
Juergen Gross
[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table(),
Luis Chamberlain
[PATCH 0/2] Hyper-V VTL support,
Saurabh Sengar
[PATCH 1/1] x86/irq: Add hardcoded hypervisor interrupts to /proc/stat,
Michael Kelley
[PATCH 1/1] scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file, Michael Kelley
[PATCH AUTOSEL 5.15 34/36] hv_netvsc: Check status in SEND_RNDIS_PKT completion message, Sasha Levin
[PATCH AUTOSEL 6.1 45/49] hv_netvsc: Check status in SEND_RNDIS_PKT completion message, Sasha Levin
[PATCH AUTOSEL 6.2 49/53] hv_netvsc: Check status in SEND_RNDIS_PKT completion message, Sasha Levin
[PATCH v7 0/5] Device tree support for Hyper-V VMBus driver,
Saurabh Sengar
[PATCH v3 00/12] x86/mtrr: fix handling with PAT but without MTRR,
Juergen Gross
[PATCH] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM,
Shradha Gupta
[GIT PULL] Hyper-V commits for 6.3,
Wei Liu
[PATCH v3] Drivers: vmbus: Check for channel allocation before looking up relids,
Mohammed Gamal
Does earlyprintk=ttyS0 work for an AMD SNP guest on KVM?,
Dexuan Cui
[PATCH AUTOSEL 6.1 01/93] hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC, Sasha Levin
[PATCH v2] Drivers: vmbus: Check for channel allocation before looking up relids,
Mohammed Gamal
[RFC PATCH v2 0/7] Support nested SNP KVM guests on Hyper-V,
Jeremi Piotrowski
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]