linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-19 07:31:14 to 2023-09-28 13:20:37 UTC [more...]

[PATCH 00/15] sysctl: Remove sentinel elements from drivers
 2023-09-28 13:21 UTC  (16+ messages)
` [PATCH 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH 02/15] hpet: "
` [PATCH 03/15] xen: "
` [PATCH 04/15] tty: "
` [PATCH 05/15] scsi: "
` [PATCH 06/15] parport: Remove the "
` [PATCH 07/15] macintosh: "
` [PATCH 08/15] infiniband: "
` [PATCH 09/15] char-misc: "
` [PATCH 10/15] vrf: "
` [PATCH 11/15] sgi-xp: "
` [PATCH 12/15] fw loader: "
` [PATCH 13/15] raid: Remove "
` [PATCH 14/15] hyper-v/azure: "
` [PATCH 15/15] intel drm: "

[Patch v6 0/5] RDMA/mana_ib
 2023-09-28 12:15 UTC  (2+ messages)

linux-next: Tree for Sep 27 [drivers/net/hyperv/hv_netvsc.ko]
 2023-09-28  4:20 UTC 

[PATCH] x86/hyperv: Remove hv_vtl_early_init initcall
 2023-09-28  1:36 UTC  (6+ messages)

[PATCH v3 00/15] Introduce /dev/mshv drivers
 2023-09-28  0:17 UTC  (36+ 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 net-next v6] net: hv_netvsc: fix netvsc_send_completion to avoid multiple message length checks
 2023-09-27 21:19 UTC 

[PATCH 00/14] Batch 1: Annotate structs with __counted_by
 2023-09-27 15:57 UTC  (34+ 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 v11 00/37] x86: enable FRED for x86-64
 2023-09-27 14:51 UTC  (46+ 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 v11 24/37] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v11 25/37] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v11 26/37] x86/fred: Add a NMI "
` [PATCH v11 27/37] x86/fred: Add a machine check "
` [PATCH v11 28/37] x86/fred: FRED entry/exit and dispatch code
` [PATCH v11 29/37] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v11 30/37] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v11 31/37] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v11 32/37] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v11 33/37] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v11 34/37] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v11 36/37] x86/fred: Add FRED initialization functions
` [PATCH v11 37/37] x86/fred: Invoke FRED initialization code to enable FRED

Słowa kluczowe do wypozycjonowania
 2023-09-27  8:11 UTC 

[PATCH v5 net-next] net: hv_netvsc: fix netvsc_send_completion to avoid multiple message length checks
 2023-09-27  5:49 UTC 

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

[PATCH v7] hv/hv_kvp_daemon:Support for keyfile based connection profile
 2023-09-25  8:51 UTC  (2+ messages)

[PATCH] tools: hv: kvp: fix memory leak in realloc failure handling
 2023-09-25  0:00 UTC  (2+ messages)

[PATCH net, 0/3] net: mana: Fix some TX processing bugs
 2023-09-24 20:20 UTC  (6+ messages)
` [PATCH net, 1/3] net: mana: Fix TX CQE error handling
` [PATCH net, 2/3] net: mana: Fix the tso_bytes calculation
` [PATCH net, 3/3] net: mana: Fix oversized sge0 for GSO packets

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

[PATCH v10 00/38] x86: enable FRED for x86-64
 2023-09-22 23:21 UTC  (42+ messages)
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
` [PATCH v10 06/38] Documentation/x86/64: Add a documentation for FRED
` [PATCH v10 09/38] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v10 13/38] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v10 16/38] x86/ptrace: Add FRED additional information to the pt_regs structure
` [PATCH v10 28/38] x86/fred: FRED entry/exit and dispatch 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 36/38] x86/fred: Add fred_syscall_init()

[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  (3+ 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)

[RFT PATCH 0/6] drm: drm-misc drivers call drm_atomic_helper_shutdown() at the right times
 2023-09-21 18:46 UTC  (4+ 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 


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