linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-20 20:33:12 to 2023-09-14 05:19:28 UTC [more...]

[PATCH v10 00/38] x86: enable FRED for x86-64
 2023-09-14  4:48 UTC  (39+ messages)
` [PATCH v10 01/38] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v10 02/38] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
` [PATCH v10 04/38] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v10 05/38] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v10 06/38] Documentation/x86/64: Add a documentation for FRED
` [PATCH v10 07/38] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v10 08/38] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v10 09/38] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v10 10/38] x86/fred: Disable FRED by default in its early stage
` [PATCH v10 11/38] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v10 12/38] x86/objtool: Teach objtool about ERET[US]
` [PATCH v10 13/38] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v10 14/38] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v10 15/38] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v10 16/38] x86/ptrace: Add FRED additional information to "
` [PATCH v10 17/38] x86/fred: Add a new header file for FRED definitions
` [PATCH v10 18/38] x86/fred: Reserve space for the FRED stack frame
` [PATCH v10 19/38] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v10 20/38] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v10 21/38] x86/fred: No ESPFIX needed "
` [PATCH v10 22/38] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v10 23/38] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v10 24/38] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v10 25/38] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v10 26/38] x86/fred: Add a NMI "
` [PATCH v10 27/38] x86/fred: Add a machine check "
` [PATCH v10 28/38] x86/fred: FRED entry/exit and dispatch code
` [PATCH v10 29/38] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v10 30/38] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v10 31/38] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v10 32/38] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v10 33/38] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v10 34/38] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v10 35/38] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v10 36/38] x86/fred: Add fred_syscall_init()
` [PATCH v10 37/38] x86/fred: Add FRED initialization functions
` [PATCH v10 38/38] x86/fred: Invoke FRED initialization code to enable FRED

[RFT PATCH 0/6] drm: drm-misc drivers call drm_atomic_helper_shutdown() at the right times
 2023-09-13 18:31 UTC  (5+ messages)
` [RFT PATCH 2/6] drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers

[PATCH] x86/hyperv: Restrict get_vtl to only VTL platforms
 2023-09-13 11:28 UTC 

[PATCH] x86/hyperv/vtl: Replace real_mode_header only under Hyper-V
 2023-09-13  5:27 UTC  (4+ messages)

PO PMV12459 120923
 2023-09-12  7:18 UTC 

[Patch v5 0/5] RDMA/mana_ib
 2023-09-11 18:57 UTC  (8+ messages)
` [Patch v5 1/5] RDMA/mana_ib : Rename all mana_ib_dev type variables to mib_dev
` [Patch v5 2/5] RDMA/mana_ib : Register Mana IB device with Management SW
` [Patch v5 3/5] RDMA/mana_ib : Create adapter and Add error eq
` [Patch v5 4/5] RDMA/mana_ib : Query adapter capabilities
` [Patch v5 5/5] RDMA/mana_ib : Send event to qp
  ` [EXTERNAL] Re: [Patch v5 0/5] RDMA/mana_ib

[PATCH v4 net] net: hv_netvsc: fix netvsc_send_completion to avoid multiple message length checks
 2023-09-10 14:01 UTC  (2+ messages)

[PATCH v10 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
 2023-09-07 21:14 UTC  (12+ messages)
` [PATCH v10 1/2] x86/tdx: Retry partially-completed page conversion hypercalls
` [PATCH v10 2/2] x86/tdx: Support vmalloc() for tdx_enc_status_changed()

[PATCH v4] hv/hv_kvp_daemon:Support for keyfile based connection profile
 2023-09-07  4:05 UTC 

[PATCH v4 0/3] UIO driver for low speed Hyper-V devices
 2023-09-06 12:23 UTC  (5+ messages)
  ` [EXTERNAL] "

This list has been migrated to the new infrastructure
 2023-09-05 15:58 UTC 

[GIT PULL] Hyper-V commits for 6.6
 2023-09-04 18:48 UTC  (2+ messages)

[PATCH 0/8] fbdev: Use helpers for deferred I/O
 2023-09-04 15:28 UTC  (24+ messages)
` [PATCH 1/8] fbdev/smscufx: Use fb_ops "
` [PATCH 2/8] fbdev/udlfb: "
` [PATCH 3/8] fbdev: Add Kconfig macro FB_IOMEM_HELPERS_DEFERRED
` [PATCH 4/8] fbdev/hyperv_fb: Use fb_ops helpers for deferred I/O
` [PATCH 5/8] hid: Remove trailing whitespace
` [PATCH 6/8] hid/picolcd: Use fb_ops helpers for deferred I/O
` [PATCH 7/8] staging/fbtft: Initialize fb_op struct as static const
` [PATCH 8/8] staging/fbtft: Use fb_ops helpers for deferred I/O

[RFC PATCH 1/1] x86/mm: Mark CoCo VM pages invalid while moving between private and shared
 2023-09-01 16:33 UTC  (15+ messages)

[PATCH AUTOSEL 5.4 5/6] scsi: storvsc: Always set no_report_opcodes
 2023-08-29 13:33 UTC 

[PATCH AUTOSEL 5.10 6/7] scsi: storvsc: Always set no_report_opcodes
 2023-08-29 13:33 UTC 

[PATCH AUTOSEL 6.1 11/15] scsi: storvsc: Always set no_report_opcodes
 2023-08-29 13:32 UTC 

[PATCH AUTOSEL 5.15 7/9] scsi: storvsc: Always set no_report_opcodes
 2023-08-29 13:33 UTC 

[PATCH v2 00/15] Introduce /dev/mshv drivers
 2023-08-29  7:47 UTC  (18+ messages)
` [PATCH v2 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH v2 13/15] uapi: hyperv: Add mshv driver headers hvhdk.h, hvhdk_mini.h, hvgdk.h, hvgdk_mini.h
  ` [PATCH v2 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH 6.1 007/122] drm/aperture: Remove primary argument
 2023-08-28 10:12 UTC 

[PATCH 1/1] scsi: storvsc: Handle additional SRB status values
 2023-08-25 21:53 UTC  (2+ messages)

[PATCH] x86/hyperv: Remove duplicate include
 2023-08-25  0:06 UTC  (3+ messages)

[PATCH v3 00/10] Support TDX guests on Hyper-V (the Hyper-V specific part)
 2023-08-25  0:05 UTC  (22+ messages)
` [PATCH v3 01/10] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v3 02/10] x86/hyperv: Support hypercalls for fully enlightened "
` [PATCH v3 03/10] Drivers: hv: vmbus: Support "
` [PATCH v3 04/10] x86/hyperv: Fix serial console interrupts for "
` [PATCH v3 05/10] Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VM
` [PATCH v3 06/10] x86/hyperv: Introduce a global variable hyperv_paravisor_present
` [PATCH v3 07/10] Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisor
` [PATCH v3 08/10] x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM "
` [PATCH v3 09/10] x86/hyperv: Remove hv_isolation_type_en_snp
` [PATCH v3 10/10] x86/hyperv: Move the code in ivm.c around to avoid unnecessary ifdef's

netvsc device errors followed by unkillable Linux guest VM lockup?
 2023-08-24 18:18 UTC 

linux-next: Tree for Aug 23 (hyperv)
 2023-08-24  4:33 UTC  (3+ messages)

[PATCH 0/9] Support TDX guests on Hyper-V (the Hyper-V specific part)
 2023-08-23 17:40 UTC  (10+ messages)
` [PATCH 1/9] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH 2/9] x86/hyperv: Support hypercalls for fully enlightened "
` [PATCH 4/9] x86/hyperv: Fix serial console interrupts "
` [PATCH 5/9] Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VM

[PATCH] x86/hyperv: Fix undefined reference to isolation_type_en_snp without CONFIG_HYPERV
 2023-08-23  5:42 UTC  (2+ messages)

[PATCH] x86/hyperv: Add missing 'inline' to hv_snp_boot_ap() stub
 2023-08-23  5:41 UTC  (3+ messages)

[PATCH v2 0/9] Support TDX guests on Hyper-V (the Hyper-V specific part)
 2023-08-23  4:30 UTC  (14+ messages)
` [PATCH v2 2/9] x86/hyperv: Support hypercalls for fully enlightened TDX guests
` [PATCH v2 5/9] Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VM
` [PATCH v2 6/9] x86/hyperv: Introduce a global variable hyperv_paravisor_present
` [PATCH v2 7/9] Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisor
` [PATCH v2 8/9] x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM "
` [PATCH v2 9/9] x86/hyperv: Remove hv_isolation_type_en_snp

[PATCH v7 0/8] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
 2023-08-23  3:08 UTC  (4+ messages)

[Patch v4 0/4] RDMA/mana_ib
 2023-08-22 15:54 UTC  (6+ messages)
` [Patch v4 1/4] RDMA/mana_ib : Rename all mana_ib_dev type variables to mib_dev
` [Patch v4 2/4] RDMA/mana_ib : Register Mana IB device with Management SW
` [Patch v4 3/4] RDMA/mana_ib : Create adapter and Add error eq
` [Patch v4 4/4] RDMA/mana_ib : Query adapter capabilities

[PATCH v2] PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation
 2023-08-22 13:06 UTC  (4+ messages)

[PATCH AUTOSEL 5.15 2/4] vmbus_testing: fix wrong python syntax for integer value comparison
 2023-08-22 11:31 UTC 

[PATCH AUTOSEL 5.10 2/4] vmbus_testing: fix wrong python syntax for integer value comparison
 2023-08-22 11:32 UTC 

[PATCH AUTOSEL 6.1 2/9] vmbus_testing: fix wrong python syntax for integer value comparison
 2023-08-22 11:31 UTC 

[PATCH AUTOSEL 6.4 02/10] vmbus_testing: fix wrong python syntax for integer value comparison
 2023-08-22 11:31 UTC  (2+ messages)
` [PATCH AUTOSEL 6.4 10/10] x86/hyperv: add noop functions to x86_init mpparse functions

[PATCH v2] hv: hyperv.h: Replace one-element array with flexible-array member
 2023-08-22  1:20 UTC  (3+ messages)

[PATCH] Drivers: hv: vmbus: Don't dereference ACPI root object handle
 2023-08-22  1:18 UTC  (3+ messages)

[PATCH v3] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM
 2023-08-21 13:45 UTC  (11+ 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).