linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-14 05:19:15 to 2023-09-23 10:11:50 UTC [more...]

[PATCH v11 00/37] x86: enable FRED for x86-64
 2023-09-23  9:41 UTC  (24+ messages)
` [PATCH v11 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v11 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v11 03/37] x86/msr: Add the WRMSRNS instruction support
` [PATCH v11 04/37] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v11 05/37] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v11 06/37] Documentation/x86/64: Add a documentation for FRED
` [PATCH v11 07/37] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v11 08/37] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v11 09/37] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v11 10/37] x86/fred: Disable FRED by default in its early stage
` [PATCH v11 11/37] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v11 12/37] x86/objtool: Teach objtool about ERET[US]
` [PATCH v11 13/37] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v11 14/37] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v11 15/37] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v11 16/37] x86/ptrace: Add FRED additional information to "
` [PATCH v11 17/37] x86/fred: Add a new header file for FRED definitions
` [PATCH v11 18/37] x86/fred: Reserve space for the FRED stack frame
` [PATCH v11 19/37] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v11 20/37] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v11 21/37] x86/fred: No ESPFIX needed "
` [PATCH v11 22/37] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v11 23/37] x86/fred: Make exc_page_fault() work for FRED

[PATCH] PCI: hv: Annotate struct hv_dr_state with __counted_by
 2023-09-23 17:00 UTC  (3+ messages)

[PATCH v3 00/15] Introduce /dev/mshv drivers
 2023-09-23  7:58 UTC  (22+ messages)
` [PATCH v3 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*
` [PATCH v3 02/15] mshyperv: Introduce hv_get_hypervisor_version function
` [PATCH v3 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info
` [PATCH v3 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v3 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH v3 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [PATCH v3 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code
` [PATCH v3 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v3 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v3 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH v3 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message
` [PATCH v3 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH v3 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs
` [PATCH v3 14/15] asm-generic: hyperv: Use new Hyper-V headers conditionally
` [PATCH v3 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH 00/14] Batch 1: Annotate structs with __counted_by
 2023-09-23  2:06 UTC  (26+ messages)
` [PATCH 01/14] ipv4: Annotate struct fib_info "
` [PATCH 02/14] ipv4/igmp: Annotate struct ip_sf_socklist "
` [PATCH 03/14] ipv6: Annotate struct ip6_sf_socklist "
` [PATCH 04/14] net: hns: Annotate struct ppe_common_cb "
` [PATCH 05/14] net: enetc: Annotate struct enetc_int_vector "
` [PATCH 06/14] net: hisilicon: Annotate struct rcb_common_cb "
` [PATCH 07/14] net: mana: Annotate struct mana_rxq "
` [PATCH 08/14] net: ipa: Annotate struct ipa_power "
` [PATCH 09/14] net: mana: Annotate struct hwc_dma_buf "
` [PATCH 10/14] net: openvswitch: Annotate struct dp_meter_instance "
` [PATCH 11/14] net: enetc: Annotate struct enetc_psfp_gate "
` [PATCH 12/14] net: openvswitch: Annotate struct dp_meter "
` [PATCH 13/14] net: tulip: Annotate struct mediatable "
` [PATCH 14/14] net: sched: Annotate struct tc_pedit "

[PATCH v10 00/38] x86: enable FRED for x86-64
 2023-09-22 23:21 UTC  (85+ messages)
` [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 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 08/38] x86/cpufeatures: Add the cpu feature bit "
` [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

[PATCH v2] hyperv: reduce size of ms_hyperv_info
 2023-09-22 20:28 UTC  (2+ messages)

[PATCH v1] hyperv: reduce size of ms_hyperv_info
 2023-09-22 18:44 UTC  (4+ messages)

[PATCH] x86/hyperv: Add common print prefix "Hyper-V" in hv_init
 2023-09-22 18:43 UTC  (2+ messages)

[PATCH v2] x86/hyperv: Remove hv_vtl_early_init initcall
 2023-09-22 18:42 UTC  (2+ messages)

[PATCH v3] x86/hyperv: Restrict get_vtl to only VTL platforms
 2023-09-22 18:41 UTC  (2+ messages)

[PATCH v6] hv/hv_kvp_daemon:Support for keyfile based connection profile
 2023-09-22  4:03 UTC  (2+ messages)

[PATCH] x86/hyperv: Remove hv_vtl_early_init initcall
 2023-09-22  3:45 UTC  (5+ messages)

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

[EXTERNAL] Question regarding patches/discussions
 2023-09-19 19:11 UTC 

[PATCH v2] x86/hyperv: Restrict get_vtl to only VTL platforms
 2023-09-19 11:04 UTC  (2+ messages)

Pytanie o samochód
 2023-09-19  7:30 UTC 

[PATCH] x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM
 2023-09-19  5:36 UTC  (2+ messages)

[PATCH v5] hv/hv_kvp_daemon:Support for keyfile based connection profile
 2023-09-18 18:18 UTC  (2+ messages)

[Patch v5 0/5] RDMA/mana_ib
 2023-09-18  8:29 UTC  (4+ messages)
  ` [EXTERNAL] "

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

[PATCH] x86/hyperv/vtl: Replace real_mode_header only under Hyper-V
 2023-09-15 12:03 UTC  (7+ messages)

[PATCH] x86/hyperv: Restrict get_vtl to only VTL platforms
 2023-09-15  6:57 UTC  (3+ messages)

This list has been migrated to the new infrastructure
 2023-09-14 16:44 UTC  (2+ messages)

OUTSTANDING PAYMENT
 2023-09-14 13:52 UTC 


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