messages from 2025-02-14 06:44:02 to 2025-02-27 23:05:11 UTC [more...]
[PATCH v5 00/10] Introduce /dev/mshv root partition driver
2025-02-27 23:05 UTC (34+ messages)
` [PATCH v5 01/10] hyperv: Convert Hyper-V status codes to strings
` [PATCH v5 02/10] x86/mshyperv: Add support for extended Hyper-V features
` [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64
` [PATCH v5 04/10] hyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v5 05/10] acpi: numa: Export node_to_pxm()
` [PATCH v5 06/10] Drivers/hv: Export some functions for use by root partition module
` [PATCH v5 07/10] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v5 08/10] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH v5 09/10] hyperv: Add definitions for root partition driver to hv headers
` [PATCH v5 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
[PATCH hyperv-next v3 0/2] x86/hyperv: VTL mode reboot fixes
2025-02-27 21:47 UTC (3+ messages)
` [PATCH hyperv-next v3 1/2] x86/hyperv: Add VTL mode emergency restart callback
` [PATCH hyperv-next v3 2/2] x86/hyperv: Add VTL mode callback for restarting the system
[PATCH 0/7] hyperv: Introduce new way to manage hypercall args
2025-02-27 21:07 UTC (14+ messages)
` [PATCH 1/7] x86/hyperv: Fix output argument to hypercall that changes page visibility
` [PATCH 2/7] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments
` [PATCH 3/7] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 1
` [PATCH 4/7] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 2
` [PATCH 5/7] Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments
` [PATCH 6/7] PCI: "
` [PATCH 7/7] Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyperv_pcpu_arg
[PATCH v2 00/38] x86: Try to wrangle PV clocks vs. TSC
2025-02-27 13:17 UTC (42+ messages)
` [PATCH v2 01/38] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v2 02/38] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v2 03/38] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH v2 04/38] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v2 05/38] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v2 06/38] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH v2 07/38] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v2 08/38] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v2 09/38] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v2 10/38] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v2 11/38] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v2 12/38] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v2 13/38] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v2 14/38] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v2 15/38] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
` [PATCH v2 16/38] x86/vmware: Nullify save/restore hooks when using VMware's sched_clock
` [PATCH v2 17/38] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v2 18/38] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v2 19/38] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v2 20/38] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v2 21/38] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v2 22/38] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v2 23/38] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v2 24/38] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v2 25/38] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v2 26/38] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v2 27/38] x86/kvmclock: Enable kvmclock on APs during onlining if kvmclock isn't sched_clock
` [PATCH v2 28/38] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v2 29/38] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v2 30/38] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v2 31/38] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH v2 32/38] x86/tsc: Rejects attempts to override TSC calibration with lesser routine
` [PATCH v2 33/38] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop
` [PATCH v2 34/38] x86/kvmclock: Get CPU base frequency from CPUID when it's available
` [PATCH v2 35/38] x86/kvmclock: Get TSC frequency from CPUID when its available
` [PATCH v2 36/38] x86/kvmclock: Stuff local APIC bus period when core crystal freq comes from CPUID
` [PATCH v2 37/38] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v2 38/38] x86/paravirt: kvmclock: Setup kvmclock early iff it's sched_clock
[PATCH] uio_hv_generic: Fix sysfs creation path for ring buffer
2025-02-27 6:24 UTC (9+ messages)
[PATCH] uio_hv_generic: Set event for all channels on the device
2025-02-27 0:45 UTC
[PATCH RFC] panic: call panic handlers before panic_other_cpus_shutdown()
2025-02-26 15:49 UTC (5+ messages)
[PATCH hyperv-next v4 0/6] arm64: hyperv: Support Virtual Trust Level Boot
2025-02-26 13:57 UTC (22+ messages)
` [PATCH hyperv-next v4 1/6] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v4 2/6] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v4 3/6] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v4 5/6] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v4 6/6] PCI: hv: Get vPCI MSI IRQ domain "
[PATCH v2] fbdev: hyperv_fb: Allow graceful removal of framebuffer
2025-02-26 3:58 UTC (3+ messages)
[PATCH v2 00/13] cpumask: cleanup cpumask_next_wrap() implementation and usage
2025-02-24 21:18 UTC (2+ messages)
[PATCH v2] panic: call panic handlers before panic_other_cpus_shutdown()
2025-02-24 20:57 UTC (5+ messages)
[PATCH] fbdev: hyperv_fb: Allow graceful removal of framebuffer
2025-02-24 19:24 UTC (8+ messages)
[PATCH v2] PCI: hv: Correct a comment
2025-02-24 18:39 UTC (6+ messages)
[PATCH hyperv-next v2 0/2] x86/hyperv: VTL mode reboot fixes
2025-02-24 16:57 UTC (5+ messages)
` [PATCH hyperv-next v2 1/2] x86/hyperv: VTL mode emergency restart callback
` [PATCH hyperv-next v2 2/2] x86/hyperv: VTL mode callback for restarting the system
[PATCH v2 0/3] Introduce CONFIG_MSHV_ROOT for root partition code
2025-02-22 2:32 UTC (10+ messages)
` [PATCH v3 1/3] hyperv: Convert hypercall statuses to linux error codes
` [PATCH v3 2/3] hyperv: Change hv_root_partition into a function
` [PATCH v3 3/3] hyperv: Add CONFIG_MSHV_ROOT to gate root partition support
[PATCH v2 0/3] Introduce CONFIG_MSHV_ROOT for root partition code
2025-02-21 18:47 UTC (20+ messages)
` [PATCH v2 1/3] hyperv: Convert hypercall statuses to linux error codes
` [PATCH v2 2/3] hyperv: Change hv_root_partition into a function
` [PATCH v2 3/3] hyperv: Add CONFIG_MSHV_ROOT to gate root partition support
[PATCH v2] net: mana: Add debug logs in MANA network driver
2025-02-20 3:10 UTC (3+ messages)
[PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks
2025-02-20 2:40 UTC (5+ messages)
[PATCH hyperv-next v4 6/6] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
2025-02-19 23:51 UTC (3+ messages)
[PATCH v3 net-next 0/2] Enable Big TCP for MANA devices
2025-02-19 9:50 UTC (4+ messages)
` [PATCH v3 net-next 1/2] net: mana: Allow tso_max_size to go up-to GSO_MAX_SIZE
` [PATCH v3 net-next 2/2] hv_netvsc: Use VF's tso_max_size value when data path is VF
[PATCH 1/1] fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs
2025-02-18 23:01 UTC
[RFC PATCH] uio_hv_generic: Fix sysfs creation path for ring buffer
2025-02-17 4:05 UTC (6+ messages)
hyper_bf soft lockup on Azure Gen2 VM when taking kdump or executing kexec
2025-02-14 17:34 UTC (10+ messages)
Wiadomość odnośnie kredytu
2025-02-14 9:44 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).