+++ to secure your transactions use the Bitcoin Mixer Service +++

 

linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5] Drivers: hv: Cosmetic changes for hv.c and balloon.c
 2024-05-30  8:12 UTC  (5+ messages)

[PATCHv11 00/19] x86/tdx: Add kexec support
 2024-05-29 15:15 UTC  (30+ 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 11/19] x86/tdx: Convert shared memory back to private on kexec
` [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

[PATCH net-next v2] net: mana: Allow variable size indirection table
 2024-05-29  5:35 UTC 

[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  (6+ messages)
` [PATCH v2 2/2] Documentation: hyperv: Improve synic and interrupt handling description

[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  (3+ messages)
` [PATCH v3 2/2] hv_balloon: Enable hot-add for memblock sizes > 128 MiB

[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  (16+ messages)
` [PATCH 1/6] arm64/hyperv: Support DeviceTree
` [PATCH 2/6] drivers/hv: Enable VTL mode for arm64
` [PATCH 3/6] arm64/hyperv: Boot in a Virtual Trust Level
` [PATCH 4/6] drivers/hv: arch-neutral implementation of get_vtl()
` [PATCH 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree
` [PATCH 6/6] drivers/pci/hyperv/arm64: vPCI MSI IRQ domain from DT

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

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-16 14:02 UTC  (17+ messages)
` [RFC PATCH v3 1/5] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
` [RFC PATCH v3 2/5] KVM: x86: Add new hypercall to lock control registers
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
` [RFC PATCH v3 4/5] heki: Lock guest control registers at the end of guest kernel init
` [RFC PATCH v3 5/5] virt: Add Heki KUnit tests

[PATCH net-next] net: mana: Enable MANA driver on ARM64 with 4K page size
 2024-05-14  1:00 UTC  (5+ messages)

[PATCH 1/2] Documentation: hyperv: Update spelling and fix typo
 2024-05-10 18:21 UTC  (5+ messages)
` [PATCH 2/2] Documentation: hyperv: Improve synic and interrupt handling description

[PATCH] tools: hv: suppress the invalid warning for packed member alignment
 2024-05-04 16:47 UTC  (4+ messages)

[PATCHv10 06/18] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
 2024-05-03 16:29 UTC 

Early kernel panic in dmi_decode when running 32-bit kernel on Hyper-V on Windows 11
 2024-05-03  9:49 UTC  (13+ messages)

[PATCH net-next v2 0/2] Add sysfs attributes for MANA
 2024-05-03  8:48 UTC  (4+ messages)

[PATCH v2 1/2] hv_balloon: Use kernel macros to simplify open coded sequences
 2024-05-02 22:40 UTC  (6+ messages)
` [PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes > 128 MiB


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