linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-15 13:44:54 to 2024-06-06 02:56:20 UTC [more...]

[PATCH 1/1] x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency
 2024-06-06  2:55 UTC 

[PATCHv11 00/19] x86/tdx: Add kexec support
 2024-06-05 16:24 UTC  (58+ messages)
` [PATCHv11 01/19] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv11 02/19] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv11 03/19] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv11 04/19] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv11 05/19] x86/relocate_kernel: Use named labels for less confusion
` [PATCHv11 06/19] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv11 07/19] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv11 08/19] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv11 09/19] x86/tdx: Account shared memory
` [PATCHv11 10/19] x86/mm: Add callbacks to prepare encrypted memory for kexec
    ` [PATCHv11.1 "
    ` [PATCHv11.2 "
` [PATCHv11 11/19] x86/tdx: Convert shared memory back to private on kexec
    ` [PATCHv11.1 "
` [PATCHv11 12/19] x86/mm: Make e820__end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv11 13/19] x86/mm: Do not zap page table entries mapping unaccepted memory table during kdump
` [PATCHv11 14/19] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv11 15/19] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv11 16/19] x86/smp: Add smp_ops.stop_this_cpu() callback
` [PATCHv11 17/19] x86/mm: Introduce kernel_ident_mapping_free()
` [PATCHv11 18/19] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method
` [PATCHv11 19/19] ACPI: tables: Print MULTIPROC_WAKEUP when MADT is parsed

[RFC 00/12] Hyper-V guests use Linux IRQs for channel interrupts
 2024-06-05 14:19 UTC  (18+ messages)
` [RFC 01/12] Drivers: hv: vmbus: Drop unsupported VMBus devices earlier
` [RFC 02/12] Drivers: hv: vmbus: Fix error path that deletes non-existent sysfs group
` [RFC 03/12] Drivers: hv: vmbus: Add an IRQ name to VMBus channels
` [RFC 04/12] PCI: hv: Annotate the VMBus channel IRQ name
` [RFC 05/12] scsi: storvsc: "
` [RFC 06/12] genirq: Add per-cpu flow handler with conditional IRQ stats
` [RFC 07/12] Drivers: hv: vmbus: Set up irqdomain and irqchip for the VMBus connection
` [RFC 08/12] Drivers: hv: vmbus: Allocate an IRQ per channel and use for relid mapping
` [RFC 09/12] Drivers: hv: vmbus: Use Linux IRQs to handle VMBus channel interrupts
` [RFC 10/12] Drivers: hv: vmbus: Implement vmbus_irq_set_affinity
` [RFC 11/12] Drivers: hv: vmbus: Wait for MODIFYCHANNEL to finish when offlining CPUs
` [RFC 12/12] Drivers: hv: vmbus: Ensure IRQ affinity isn't set to a CPU going offline

[PATCH net-next v3] net: mana: Allow variable size indirection table
 2024-06-05  8:39 UTC  (7+ messages)

[PATCH] x86/tdx: Enhance code generation for TDCALL and SEAMCALL wrappers
 2024-06-04 19:34 UTC  (4+ messages)

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-06-04  0:30 UTC  (15+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-06-03 17:25 UTC  (4+ messages)
` [PATCH 9/9] mmc: Convert from tasklet to BH workqueue

[PATCH v6] Drivers: hv: Cosmetic changes for hv.c and balloon.c
 2024-06-01  4:11 UTC  (2+ messages)

[PATCH net-next v2] net: mana: Allow variable size indirection table
 2024-05-30 16:03 UTC  (5+ messages)

[PATCH v5] Drivers: hv: Cosmetic changes for hv.c and balloon.c
 2024-05-30  8:12 UTC  (5+ messages)

[RFC PATCH] clocksource: hyper-v: Enable the tsc_page for a TDX VM in TD mode
 2024-05-28 14:15 UTC  (8+ messages)

[PATCH v4] Drivers: hv: Cosmetic changes for hv.c and balloon.c
 2024-05-28  5:42 UTC  (3+ messages)

[PATCH 00/20] x86/tdx: Rewrite TDCALL wrappers
 2024-05-28  5:33 UTC  (38+ messages)
` [PATCH 01/20] x86/tdx: Introduce tdvmcall_trampoline()
` [PATCH 02/20] x86/tdx: Add macros to generate TDVMCALL wrappers
` [PATCH 03/20] x86/tdx: Convert port I/O handling to use new TDVMCALL macros
` [PATCH 04/20] x86/tdx: Convert HLT handling to use new TDVMCALL_0()
` [PATCH 05/20] x86/tdx: Convert MSR read handling to use new TDVMCALL_1()
` [PATCH 06/20] x86/tdx: Convert MSR write handling to use new TDVMCALL_0()
` [PATCH 07/20] x86/tdx: Convert CPUID handling to use new TDVMCALL_4()
` [PATCH 08/20] x86/tdx: Convert MMIO handling to use new TDVMCALL macros
` [PATCH 09/20] x86/tdx: Convert MAP_GPA hypercall "
` [PATCH 10/20] x86/tdx: Convert GET_QUOTE "
` [PATCH 11/20] x86/tdx: Rewrite tdx_panic() without __tdx_hypercall()
` [PATCH 12/20] x86/tdx: Rewrite tdx_kvm_hypercall() "
` [PATCH 13/20] x86/tdx: Rewrite hv_tdx_hypercall() "
` [PATCH 14/20] x86/tdx: Add macros to generate TDCALL wrappers
` [PATCH 15/20] x86/tdx: Convert PAGE_ACCEPT tdcall to use new TDCALL_0() macro
` [PATCH 16/20] x86/tdx: Convert VP_INFO tdcall to use new TDCALL_5() macro
` [PATCH 17/20] x86/tdx: Convert VM_RD/VM_WR tdcalls to use new TDCALL macros
` [PATCH 18/20] x86/tdx: Convert VP_VEINFO_GET tdcall to use new TDCALL_5() macro
` [PATCH 19/20] x86/tdx: Convert MR_REPORT tdcall to use new TDCALL_0() macro
` [PATCH 20/20] x86/tdx: Remove old TDCALL wrappers

[PATCH v2 1/2] Documentation: hyperv: Update spelling and fix typo
 2024-05-28  5:28 UTC  (2+ messages)

[PATCH v2] tools: hv: suppress the invalid warning for packed member alignment
 2024-05-28  5:28 UTC  (2+ messages)

[PATCH v3 1/2] hv_balloon: Use kernel macros to simplify open coded sequences
 2024-05-28  5:26 UTC  (2+ messages)

[PATCH 1/1] clocksource: use symbolic error names (%pe) to print logs
 2024-05-24 13:57 UTC 

[PATCH net-next] net: mana: Allow variable size indirection table
 2024-05-23 19:46 UTC  (2+ messages)

[PATCH V2 net] net: mana: Fix the extra HZ in mana_hwc_send_request
 2024-05-22  9:20 UTC  (2+ messages)

[PATCH] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
 2024-05-21  2:12 UTC 

[PATCH v2 0/6] arm64/hyperv: Support Virtual Trust Level Boot
 2024-05-20 20:36 UTC  (34+ messages)
` [PATCH v2 1/6] arm64/hyperv: Support DeviceTree
` [PATCH v2 2/6] drivers/hv: Enable VTL mode for arm64
` [PATCH v2 3/6] drivers/hv: arch-neutral implementation of get_vtl()
` [PATCH v2 4/6] arm64/hyperv: Boot in a Virtual Trust Level
` [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree
` [PATCH v2 6/6] drivers/pci/hyperv/arm64: vPCI MSI IRQ domain from DT

[PATCH 0/6] arm64/hyperv: Support Virtual Trust Level boot
 2024-05-20 17:08 UTC  (11+ messages)
` [PATCH 1/6] arm64/hyperv: Support DeviceTree
` [PATCH 2/6] drivers/hv: Enable VTL mode for arm64

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (10+ messages)

[PATCH] net: mana: Fix the extra HZ in mana_hwc_send_request
 2024-05-16 17:18 UTC  (4+ messages)


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).