Linux Hyperv
[Prev Page][Next Page]
- [PATCH hyperv-next v3 0/2] x86/hyperv: VTL mode reboot fixes,
Roman Kisel
- [PATCH v2 00/38] x86: Try to wrangle PV clocks vs. TSC,
Sean Christopherson
- [PATCH v2 01/38] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15, Sean Christopherson
- [PATCH v2 02/38] x86/tsc: Add standalone helper for getting CPU frequency from CPUID, Sean Christopherson
- [PATCH v2 03/38] x86/tsc: Add helper to register CPU and TSC freq calibration routines, Sean Christopherson
- [PATCH v2 04/38] x86/sev: Mark TSC as reliable when configuring Secure TSC, Sean Christopherson
- [PATCH v2 06/38] x86/tdx: Override PV calibration routines with CPUID-based calibration, Sean Christopherson
- [PATCH v2 05/38] x86/sev: Move check for SNP Secure TSC support to tsc_early_init(), Sean Christopherson
- [PATCH v2 08/38] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary, Sean Christopherson
- [PATCH v2 10/38] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock, Sean Christopherson
- [PATCH v2 07/38] x86/acrn: Mark TSC frequency as known when using ACRN for calibration, Sean Christopherson
- [PATCH v2 09/38] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers, Sean Christopherson
- [PATCH v2 11/38] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y, Sean Christopherson
- [PATCH v2 12/38] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend(), Sean Christopherson
- [PATCH v2 14/38] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c, Sean Christopherson
- [PATCH v2 15/38] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks, Sean Christopherson
- [PATCH v2 13/38] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock(), Sean Christopherson
- [PATCH v2 16/38] x86/vmware: Nullify save/restore hooks when using VMware's sched_clock, Sean Christopherson
- [PATCH v2 18/38] x86/paravirt: Pass sched_clock save/restore helpers during registration, Sean Christopherson
- [PATCH v2 19/38] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c, Sean Christopherson
- [PATCH v2 17/38] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock, Sean Christopherson
- [PATCH v2 20/38] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init, Sean Christopherson
- [PATCH v2 21/38] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init, Sean Christopherson
- [PATCH v2 22/38] x86/pvclock: WARN if pvclock's valid_flags are overwritten, Sean Christopherson
- [PATCH v2 23/38] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init(), Sean Christopherson
- [PATCH v2 24/38] timekeeping: Resume clocksources before reading persistent clock, Sean Christopherson
- [PATCH v2 25/38] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock, Sean Christopherson
- [PATCH v2 26/38] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended, Sean Christopherson
- [PATCH v2 27/38] x86/kvmclock: Enable kvmclock on APs during onlining if kvmclock isn't sched_clock, Sean Christopherson
- [PATCH v2 28/38] x86/paravirt: Mark __paravirt_set_sched_clock() as __init, Sean Christopherson
- [PATCH v2 31/38] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration, Sean Christopherson
- [PATCH v2 29/38] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock(), Sean Christopherson
- [PATCH v2 34/38] x86/kvmclock: Get CPU base frequency from CPUID when it's available, Sean Christopherson
- [PATCH v2 37/38] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop, Sean Christopherson
- [PATCH v2 33/38] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop, Sean Christopherson
- [PATCH v2 36/38] x86/kvmclock: Stuff local APIC bus period when core crystal freq comes from CPUID, Sean Christopherson
- [PATCH v2 32/38] x86/tsc: Rejects attempts to override TSC calibration with lesser routine, Sean Christopherson
- [PATCH v2 35/38] x86/kvmclock: Get TSC frequency from CPUID when its available, Sean Christopherson
- [PATCH v2 30/38] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC, Sean Christopherson
- [PATCH v2 38/38] x86/paravirt: kvmclock: Setup kvmclock early iff it's sched_clock, Sean Christopherson
- [PATCH] uio_hv_generic: Set event for all channels on the device, longli
- [PATCH v5 00/10] Introduce /dev/mshv root partition driver,
Nuno Das Neves
- [PATCH v5 02/10] x86/mshyperv: Add support for extended Hyper-V features, Nuno Das Neves
- [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64, Nuno Das Neves
- [PATCH v5 04/10] hyperv: Introduce hv_recommend_using_aeoi(), Nuno Das Neves
- [PATCH v5 01/10] hyperv: Convert Hyper-V status codes to strings, Nuno Das Neves
- [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function, Nuno Das Neves
- [PATCH v5 05/10] acpi: numa: Export node_to_pxm(), Nuno Das Neves
- [PATCH v5 07/10] Drivers: hv: Introduce per-cpu event ring tail, Nuno Das Neves
- [PATCH v5 06/10] Drivers/hv: Export some functions for use by root partition module, Nuno Das Neves
- [PATCH v5 09/10] hyperv: Add definitions for root partition driver to hv headers, Nuno Das Neves
- [PATCH v5 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs, Nuno Das Neves
- [PATCH 0/7] hyperv: Introduce new way to manage hypercall args,
mhkelley58
- [PATCH v2] fbdev: hyperv_fb: Allow graceful removal of framebuffer,
Saurabh Sengar
- [no subject], Unknown
- [PATCH] uio_hv_generic: Fix sysfs creation path for ring buffer,
Naman Jain
- [PATCH v2] panic: call panic handlers before panic_other_cpus_shutdown(),
Hamza Mahfooz
- [PATCH RFC] panic: call panic handlers before panic_other_cpus_shutdown(),
Hamza Mahfooz
- [PATCH hyperv-next v2 0/2] x86/hyperv: VTL mode reboot fixes,
Roman Kisel
- [PATCH v2 0/3] Introduce CONFIG_MSHV_ROOT for root partition code,
Nuno Das Neves
- [PATCH 1/1] fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs, mhkelley58
- [PATCH v2] net: mana: Add debug logs in MANA network driver,
Erni Sri Satya Vennela
- [PATCH v3 net-next 0/2] Enable Big TCP for MANA devices,
Shradha Gupta
- [PATCH] fbdev: hyperv_fb: Allow graceful removal of framebuffer,
Saurabh Sengar
- Wiadomość odnośnie kredytu, Piotr Grotel
- [no subject], Unknown
- [RFC PATCH] uio_hv_generic: Fix sysfs creation path for ring buffer,
Naman Jain
- [PATCH 5.4.y] scsi: storvsc: Set correct data length for sending SCSI command without payload, Long Li
- [no subject], Unknown
- [PATCH hyperv-next v4 0/6] arm64: hyperv: Support Virtual Trust Level Boot,
Roman Kisel
- [PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks,
Nuno Das Neves
- [no subject], Unknown
- [PATCH] net: mana: Add debug logs in MANA network driver,
Erni Sri Satya Vennela
- [PATCH 1/1] Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio(), mhkelley58
- [PATCH 1/1] drm/hyperv: Fix address space leak when Hyper-V DRM device is removed,
mhkelley58
- [PATCH v2 net-next 0/2] Enable Big TCP for MANA devices,
Shradha Gupta
- [PATCH 1/1] fbdev: hyperv_fb: iounmap() the correct memory when removing a device,
mhkelley58
- [PATCH net-next v3] hv_netvsc: Set device flags for properly indicating bonding in Hyper-V,
longli
- [PATCH rdma-next] MAINTAINERS: update maintainer for Microsoft MANA RDMA driver,
longli
- [Patch v2 0/3] IB/core: Fix GID cache for bonded net devices,
longli
- [PATCH v2] PCI: hv: Correct a comment,
Easwar Hariharan
- [PATCH v3 0/2] hyperv: Move some features to common code,
Nuno Das Neves
- [PATCH 0/2] Enable Big TCP for MANA devices,
Shradha Gupta
- [PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC,
Sean Christopherson
- [PATCH 01/16] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15, Sean Christopherson
- [PATCH 02/16] x86/tsc: Add standalone helper for getting CPU frequency from CPUID, Sean Christopherson
- [PATCH 03/16] x86/tsc: Add helper to register CPU and TSC freq calibration routines, Sean Christopherson
- [PATCH 04/16] x86/sev: Mark TSC as reliable when configuring Secure TSC, Sean Christopherson
- [PATCH 05/16] x86/sev: Move check for SNP Secure TSC support to tsc_early_init(), Sean Christopherson
- [PATCH 06/16] x86/tdx: Override PV calibration routines with CPUID-based calibration, Sean Christopherson
- [PATCH 07/16] x86/acrn: Mark TSC frequency as known when using ACRN for calibration, Sean Christopherson
- [PATCH 08/16] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration, Sean Christopherson
- [PATCH 09/16] x86/tsc: Rejects attempts to override TSC calibration with lesser routine, Sean Christopherson
- [PATCH 10/16] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock(), Sean Christopherson
- [PATCH 11/16] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC, Sean Christopherson
- [PATCH 12/16] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop, Sean Christopherson
- [PATCH 13/16] x86/kvmclock: Get CPU base frequency from CPUID when it's available, Sean Christopherson
- [PATCH 14/16] x86/kvmclock: Get TSC frequency from CPUID when its available, Sean Christopherson
- [PATCH 15/16] x86/kvmclock: Stuff local APIC bus period when core crystal freq comes from CPUID, Sean Christopherson
- [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop, Sean Christopherson
- Re: [PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC, Borislav Petkov
- hyper_bf soft lockup on Azure Gen2 VM when taking kdump or executing kexec,
Thomas Tai
- [PATCH AUTOSEL 6.1 1/4] scsi: storvsc: Ratelimit warning logs to prevent VM denial of service, Sasha Levin
- [PATCH AUTOSEL 6.6 1/4] scsi: storvsc: Ratelimit warning logs to prevent VM denial of service, Sasha Levin
- [PATCH AUTOSEL 6.12 1/4] scsi: storvsc: Ratelimit warning logs to prevent VM denial of service, Sasha Levin
- [PATCH AUTOSEL 6.13 1/4] scsi: storvsc: Ratelimit warning logs to prevent VM denial of service, Sasha Levin
- [PATCH] PCI: hv: Correct a comment,
Easwar Hariharan
- [PATCH AUTOSEL 6.6 08/11] hyperv: Do not overlap the hvcall IO areas in hv_vtl_apicid_to_vp_id(), Sasha Levin
- [PATCH AUTOSEL 6.12 09/12] hyperv: Do not overlap the hvcall IO areas in hv_vtl_apicid_to_vp_id(), Sasha Levin
- [PATCH AUTOSEL 6.13 11/15] hyperv: Do not overlap the hvcall IO areas in hv_vtl_apicid_to_vp_id(),
Sasha Levin
- [PATCH AUTOSEL 6.13 10/15] Drivers: hv: vmbus: Wait for boot-time offers during boot and resume, Sasha Levin
- [PATCH v2 00/13] cpumask: cleanup cpumask_next_wrap() implementation and usage,
Yury Norov
- [PATCH] drivers/hv: select PCI_HYPERV if PCI is enabled,
Hamza Mahfooz
- [GIT PULL] Hyper-V patches for 6.14,
Wei Liu
- [PATCH v2] scsi: storvsc: Set correct data length for sending SCSI command without payload,
longli
- [PATCH v2 0/2] hyperv: Move some features to common code,
Nuno Das Neves
- [PATCH rdma-next 00/13] RDMA/mana_ib: Enable CM for mana_ib,
Konstantin Taranov
- [PATCH rdma-next 03/13] RDMA/mana_ib: helpers to allocate kernel queues, Konstantin Taranov
- [PATCH rdma-next 04/13] RDMA/mana_ib: create kernel-level CQs, Konstantin Taranov
- [PATCH rdma-next 08/13] net/mana: fix warning in the writer of client oob, Konstantin Taranov
- [PATCH rdma-next 02/13] RDMA/mana_ib: implement get_dma_mr, Konstantin Taranov
- [PATCH rdma-next 01/13] RDMA/mana_ib: Allow registration of DMA-mapped memory in PDs, Konstantin Taranov
- [PATCH rdma-next 12/13] RDMA/mana_ib: polling of CQs for GSI/UD, Konstantin Taranov
- [PATCH rdma-next 05/13] RDMA/mana_ib: Create and destroy UD/GSI QP, Konstantin Taranov
- [PATCH rdma-next 07/13] RDMA/mana_ib: create/destroy AH, Konstantin Taranov
- [PATCH rdma-next 06/13] RDMA/mana_ib: UD/GSI QP creation for kernel, Konstantin Taranov
- [PATCH rdma-next 13/13] RDMA/mana_ib: indicate CM support, Konstantin Taranov
- [PATCH rdma-next 11/13] RDMA/mana_ib: extend mana QP table, Konstantin Taranov
- [PATCH rdma-next 10/13] RDMA/mana_ib: implement req_notify_cq, Konstantin Taranov
- [PATCH rdma-next 09/13] RDMA/mana_ib: UD/GSI work requests, Konstantin Taranov
- Re: [PATCH rdma-next 00/13] RDMA/mana_ib: Enable CM for mana_ib, Leon Romanovsky
- [PATCH hyperv-next 0/2] x86/hyperv: VTL mode reboot fixes,
Roman Kisel
- [PATCH v5 1/3] cpu: export lockdep_assert_cpus_held(),
Hamza Mahfooz
- [PATCH] scsi: storvsc: Set correct data length for sending SCSI command without payload,
longli
- [PATCH v5 1/2] drivers/hv: introduce vmbus_channel_set_cpu(),
Hamza Mahfooz
- [PATCH v2] hv_netvsc: Replace one-element array with flexible array member,
Thorsten Blum
- [PATCH] hv_netvsc: Replace one-element array with flexible array member,
Thorsten Blum
- [PATCH v4 1/2] drivers/hv: introduce vmbus_channel_set_cpu(),
Hamza Mahfooz
- [PATCH] x86/hyperv/vtl: Stop kernel from probing VTL0 low memory,
Naman Jain
- [PATCH v3 1/2] drivers/hv: introduce vmbus_channel_set_cpu(),
Hamza Mahfooz
- [PATCH v4 1/1] Documentation: hyperv: Add overview of guest VM hibernation,
mhkelley58
- [PATCH v3 1/1] Documentation: hyperv: Add overview of guest VM hibernation,
mhkelley58
- [PATCH v2 1/2] drivers/hv: introduce vmbus_channel_set_cpu(),
Hamza Mahfooz
- [PATCH] drivers/hv: add CPU offlining support,
Hamza Mahfooz
- [PATCH v2] treewide: const qualify ctl_tables where applicable,
Joel Granados
- [PATCH] treewide: const qualify ctl_tables where applicable,
Joel Granados
- [PATCH net] net: mana: Cleanup "mana" debugfs dir after cleanup of all children,
Shradha Gupta
- RE: [PATCH] rhashtable: Fix potential deadlock by moving schedule_work outside lock,
Michael Kelley
- [PATCH v6 0/5] hyperv: Fixes for get_vtl(), hv_vtl_apicid_to_vp_id(),
Roman Kisel
- [PATCH v2 1/1] Documentation: hyperv: Add overview of guest VM hibernation,
mhkelley58
- [PATCH v2] hv_balloon: Fallback to generic_online_page() for non-HV hot added mem,
Jacob Pan
- [PATCH] scsi: storvsc: Ratelimit warning logs to prevent VM denial of service,
Easwar Hariharan
- [no subject], Unknown
- [PATCH] hv_balloon: Fallback to generic_online_page() for non-HV hot added mem,
Jacob Pan
- [PATCH v2] uio_hv_generic: Add a check for HV_NIC for send, receive buffers setup,
Naman Jain
- [PATCH v5 0/2] Drivers: hv: vmbus: Wait for boot-time offers and log missing offers if any,
Naman Jain
- [PATCH v5 0/5] hyperv: Fixes for get_vtl(), hv_vtl_apicid_to_vp_id(),
Roman Kisel
- [PATCH v5 4/5] hyperv: Do not overlap the hvcall IO areas in get_vtl(), Roman Kisel
- [PATCH v5 5/5] hyperv: Do not overlap the hvcall IO areas in hv_vtl_apicid_to_vp_id(), Roman Kisel
- Re: [PATCH v5 0/5] hyperv: Fixes for get_vtl(), hv_vtl_apicid_to_vp_id(), Borislav Petkov
[no subject], Unknown
RE: [PATCH] Drivers: hv: Allow single instance of hv_util devices,
Michael Kelley
[no subject], Unknown
[PATCH 00/14] cpumask: cleanup cpumask_next_wrap() implementation and usage,
Yury Norov
[PATCH v4 0/5] hyperv: Fixes for get_vtl(), hv_vtl_apicid_to_vp_id(),
Roman Kisel
[PATCH v3 0/5] hyperv: Fixes for get_vtl(), hv_vtl_apicid_to_vp_id(),
Roman Kisel
[PATCH v2 0/3] hyperv: Fixes for get_vtl(void),
Roman Kisel
[PATCH 0/2] hyperv: Fixes for get_vtl(void),
Roman Kisel
[GIT PULL] Hyperv-fixes for v6.13-rc4,
Wei Liu
[no subject], Unknown
[PATCH v4 0/3] Disable Suspend-to-Idle in Hyper-V and Fix Hibernation Interruptions,
Erni Sri Satya Vennela
[Patch net-next v2] hv_netvsc: Set device flags for properly indicating bonding in Hyper-V,
longli
[PATCH 1/1] Documentation: hyperv: Add overview of guest VM hibernation,
mhkelley58
[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]