linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-04 09:15:51 to 2024-06-28 10:04:47 UTC [more...]

[PATCH] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
 2024-06-28 10:04 UTC  (3+ messages)

[PATCH] printk: Add a short description string to kmsg_dump()
 2024-06-28  7:13 UTC  (5+ messages)

[PATCH v3] net: mana: Fix possible double free in error handling path
 2024-06-27 10:40 UTC  (2+ messages)

[PATCH v2] PCI: hv: fix reading of PCI_INTERRUPT_PIN
 2024-06-26 15:10 UTC  (3+ messages)

[PATCH v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
 2024-06-26  5:01 UTC  (25+ messages)
` [PATCH v1 1/3] mm: pass meminit_context to __free_pages_core()
` [PATCH v1 2/3] mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() instead of PageReserved()
` [PATCH v1 3/3] mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages when offlining

[PATCH v2] net: mana: Fix possible double free in error handling path
 2024-06-25  9:41 UTC  (4+ messages)

[RFC 00/12] Hyper-V guests use Linux IRQs for channel interrupts
 2024-06-24 19:32 UTC  (15+ messages)
` [RFC 01/12] Drivers: hv: vmbus: Drop unsupported VMBus devices earlier
` [RFC 06/12] genirq: Add per-cpu flow handler with conditional IRQ stats
` [RFC 11/12] Drivers: hv: vmbus: Wait for MODIFYCHANNEL to finish when offlining CPUs

[PATCH] net: mana: Fix possible double free in error handling path
 2024-06-24 10:18 UTC  (4+ messages)

[PATCH v2 1/1] Documentation: hyperv: Add overview of Confidential Computing VM support
 2024-06-24  7:07 UTC  (3+ messages)

[PATCH v2] clocksource: hyper-v: Use lapic timer in a TDX VM without paravisor
 2024-06-24  7:06 UTC  (3+ messages)

[PATCH] Drivers: hv: Remove deprecated hv_fcopy declarations
 2024-06-24  7:06 UTC  (4+ messages)

[PATCH] PCI: hv: fix reading of PCI_INTERRUPT_LINE and PCI_INTERRUPT_PIN
 2024-06-21 20:32 UTC  (7+ messages)

[PATCHv11 00/19] x86/tdx: Add kexec support
 2024-06-21 13:38 UTC  (37+ messages)
` [PATCHv11 05/19] x86/relocate_kernel: Use named labels for less confusion
` [PATCHv11 09/19] x86/tdx: Account shared memory
` [PATCHv11 10/19] x86/mm: Add callbacks to prepare encrypted memory for kexec
` [PATCHv11 11/19] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv11 18/19] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH] clocksource: hyper-v: Use lapic timer in a TDX VM without paravisor
 2024-06-20 23:00 UTC  (4+ messages)

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-20 20:32 UTC  (9+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [PATCH v4 14/40] PCI: hv: Optimize hv_get_dom_num() by using find_and_set_bit()

[PATCH v3,net-next] net: mana: Add support for page sizes other than 4KB on ARM64
 2024-06-19  1:30 UTC  (3+ messages)

[PATCH net-next] net: mana: Use mana_cleanup_port_context() for rxq cleanup
 2024-06-18  1:10 UTC  (5+ messages)

[GIT PULL] Hyper-V fixes for v6.10-rc5
 2024-06-17 19:00 UTC  (2+ messages)

[PATCH v2, net-next] net: mana: Add support for page sizes other than 4KB on ARM64
 2024-06-17 12:56 UTC  (3+ messages)

[PATCH net-next] net: mana: Add support for variable page sizes of ARM64
 2024-06-14 18:46 UTC  (7+ messages)

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

[PATCH net-next v4] net: mana: Allow variable size indirection table
 2024-06-13 23:50 UTC  (4+ messages)

[PATCH 1/1] Documentation: hyperv: Add overview of Confidential Computing VM support
 2024-06-13  1:01 UTC  (3+ messages)

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-06-12 15:55 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 0/6] arm64/hyperv: Support Virtual Trust Level Boot
 2024-06-11 14:55 UTC  (5+ messages)
` [PATCH v2 1/6] arm64/hyperv: Support DeviceTree

[PATCH 1/1] x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency
 2024-06-11 14:51 UTC  (2+ messages)

[PATCH v2 6/6] drivers/pci/hyperv/arm64: vPCI MSI IRQ domain from DT
 2024-06-11 14:40 UTC  (3+ messages)

[PATCH net-next v3] net: mana: Allow variable size indirection table
 2024-06-11  5:31 UTC  (5+ messages)

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-06-09 15:49 UTC  (19+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support
` [PATCH 02/18] KVM: x86: hyper-v: Introduce helpers to check if VSM is exposed to guest
` [PATCH 03/18] hyperv-tlfs: Update struct hv_send_ipi{_ex}'s declarations
` [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
` [PATCH 06/18] KVM: x86: hyper-v: Exit on Get/SetVpRegisters hcall
` [PATCH 07/18] KVM: x86: hyper-v: Exit on TranslateVirtualAddress hcall
` [PATCH 08/18] KVM: x86: hyper-v: Exit on StartVirtualProcessor and GetVpIndexFromApicId hcalls
` [PATCH 09/18] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH 10/18] KVM: x86: Keep track of instruction length during faults
` [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
` [PATCH 12/18] KVM: x86/mmu: Introduce infrastructure to handle non-executable mappings
` [PATCH 13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes
` [PATCH 14/18] KVM: x86/mmu: Init memslot if memory attributes available
` [PATCH 15/18] KVM: Introduce RWX memory attributes
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory
` [PATCH 17/18] KVM: Introduce traces to track memory attributes modification
` [PATCH 18/18] KVM: x86: hyper-v: Handle VSM hcalls in user-space

[PATCH] Input: serio - use sizeof(*pointer) instead of sizeof(type)
 2024-06-07 19:17 UTC  (2+ messages)

[PATCHv11 11/19] x86/tdx: Convert shared memory back to private on kexec
 2024-06-06 12:39 UTC  (10+ messages)
` [PATCHv11.1 "

[PATCH v6] Drivers: hv: Cosmetic changes for hv.c and balloon.c
 2024-06-06  6:03 UTC  (3+ messages)

[PATCH] x86/tdx: Enhance code generation for TDCALL and SEAMCALL wrappers
 2024-06-04 19:34 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).