linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-15 02:08:31 to 2023-05-09 19:03:49 UTC [more...]

[RFC][PATCH 0/9] local_clock() vs noinstr
 2023-05-09 19:02 UTC  (18+ messages)
` [RFC][PATCH 1/9] seqlock/latch: Provide raw_read_seqcount_latch_retry()
` [RFC][PATCH 2/9] time/sched_clock: Provide sched_clock_noinstr()
` [RFC][PATCH 3/9] arm64/io: Always inline all of __raw_{read,write}[bwlq]()
` [RFC][PATCH 4/9] arm64/arch_timer: Provide noinstr sched_clock_read() functions
` [RFC][PATCH 5/9] loongarch: Provide noinstr sched_clock_read()
` [RFC][PATCH 6/9] s390/time: Provide sched_clock_noinstr()
` [RFC][PATCH 7/9] x86/tsc: "
` [RFC][PATCH 8/9] sched/clock: Provide local_clock_noinstr()
` [RFC][PATCH 9/9] cpuidle: Use local_clock_noinstr()

[PATCH] RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescing
 2023-05-09  7:30 UTC  (6+ messages)

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-08 21:18 UTC  (19+ messages)
` [PATCH v1 1/9] KVM: x86: Add kvm_x86_ops.fault_gva()
` [PATCH v1 2/9] KVM: x86/mmu: Add support for prewrite page tracking
` [PATCH v1 3/9] virt: Implement Heki common code
` [PATCH v1 4/9] KVM: x86: Add new hypercall to set EPT permissions
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers
` [PATCH v1 6/9] KVM: x86: Add Heki hypervisor support
` [PATCH v1 7/9] KVM: VMX: Add MBEC support
` [PATCH v1 8/9] KVM: x86/mmu: Enable guests to lock themselves thanks to MBEC
` [PATCH v1 9/9] virt: Add Heki KUnit tests

[PATCH] Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails
 2023-05-08 17:38 UTC  (4+ messages)

[PATCH v3] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM
 2023-05-08 17:16 UTC  (5+ messages)

[PATCH v3 0/6] pci-hyper: Fix race condition bugs for fast device hotplug
 2023-05-08 16:52 UTC  (12+ messages)
` [PATCH v3 1/6] PCI: hv: Fix a race condition bug in hv_pci_query_relations()
` [PATCH v3 2/6] PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic
` [PATCH v3 3/6] PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev
` [PATCH v3 4/6] Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"
` [PATCH v3 5/6] PCI: hv: Add a per-bus mutex state_lock
` [PATCH v3 6/6] PCI: hv: Use async probing to reduce boot time

[PATCH] x86/hyperv/vtl: Add noop for realmode pointers
 2023-05-08 16:47 UTC  (3+ messages)

[PATCH v6 0/6] Support TDX guests on Hyper-V
 2023-05-05 16:48 UTC  (9+ messages)
` [PATCH v6 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v6 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v6 3/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v6 4/6] x86/hyperv: Support hypercalls for "
` [PATCH v6 5/6] Drivers: hv: vmbus: Support "
` [PATCH v6 6/6] x86/hyperv: Fix serial console interrupts for "

[RFC PATCH V5 00/15] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-05-05 10:59 UTC  (30+ messages)
` [RFC PATCH V5 01/15] x86/hyperv: Add sev-snp enlightened guest static key
` [RFC PATCH V5 02/15] x86/hyperv: Decrypt hv vp assist page in sev-snp enlightened guest
` [RFC PATCH V5 03/15] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [RFC PATCH V5 04/15] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
` [RFC PATCH V5 05/15] clocksource/drivers/hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V5 06/15] hv: vmbus: decrypt VMBus pages for "
` [RFC PATCH V5 07/15] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V5 08/15] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V5 09/15] x86/hyperv: Add smp support for sev-snp guest
  ` [EXTERNAL] "
` [RFC PATCH V5 10/15] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
` [RFC PATCH V5 11/15] x86/sev: Add a #HV exception handler
` [RFC PATCH V5 12/15] x86/sev: Add Check of #HV event in path
` [RFC PATCH V5 13/15] x86/sev: Add AMD sev-snp enlightened guest support on hyperv
` [RFC PATCH V5 14/15] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V5 15/15] x86/sev: Fix interrupt exit code paths "

[PATCH v2] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM
 2023-05-05  5:48 UTC  (3+ messages)
    ` [PATCH v3] "

[PATCH v6 00/16] x86/mtrr: fix handling with PAT but without MTRR
 2023-05-03 19:12 UTC  (5+ messages)
` [PATCH v6 04/16] x86/hyperv: set MTRR state when running as SEV-SNP Hyper-V guest

[PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams
 2023-05-03 12:13 UTC  (18+ messages)
` [PATCH RFC net-next v2 1/4] virtio/vsock: support dgram
` [PATCH RFC net-next v2 2/4] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v2 3/4] vsock: Add lockless sendmsg() support

[PATCH v5 0/6] Support TDX guests on Hyper-V
 2023-05-02 19:21 UTC  (11+ messages)
` [PATCH v5 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v5 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v5 3/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v5 4/6] x86/hyperv: Support hypercalls for "
` [PATCH v5 5/6] Drivers: hv: vmbus: Support "
` [PATCH v5 6/6] x86/hyperv: Fix serial console interrupts for "

[GIT PULL] Hyper-V commits for 6.4
 2023-04-28  0:31 UTC  (2+ messages)

[PATCH net-next, 0/2] Update coding style and check alloc_frag
 2023-04-25  1:10 UTC  (5+ messages)
` [PATCH net-next, 1/2] net: mana: Rename mana_refill_rxoob and remove some empty lines
` [PATCH net-next, 2/2] net: mana: Check if netdev/napi_alloc_frag returns single page

[PATCH v4 0/6] Support TDX guests on Hyper-V
 2023-04-22  1:05 UTC  (13+ messages)
` [PATCH v4 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v4 5/6] Drivers: hv: vmbus: Support TDX guests
` [PATCH v4 6/6] x86/hyperv: Fix serial console interrupts for "

[PATCH v2] PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_arg
 2023-04-21 21:25 UTC  (4+ messages)

[PATCH] PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_arg
 2023-04-21  1:36 UTC  (4+ messages)

[PATCH v4] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-20 23:04 UTC  (2+ messages)

[PATCH] Drivers: hv: vmbus: Remove unnecessary (void*) conversions
 2023-04-20 21:59 UTC  (2+ messages)

[PATCH v3] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-20 20:33 UTC  (3+ messages)

[PATCH AUTOSEL 5.15 3/7] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-20 11:03 UTC 

[PATCH AUTOSEL 6.1 04/15] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-20 11:02 UTC 

[PATCH AUTOSEL 6.2 04/17] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-20 11:01 UTC 

Słowa kluczowe do wypozycjonowania
 2023-04-20  8:05 UTC 

[PATCH v2] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-19 20:45 UTC  (5+ messages)

[PATCH] net: hyperv: select CONFIG_NLS for mac address setting
 2023-04-19 19:25 UTC  (3+ messages)

linux-next: build failure after merge of the hyperv tree
 2023-04-18 18:34 UTC  (2+ messages)

[PATCH 0/2] Fix for applied series [PATCH v5 0/5] Hyper-V VTL support
 2023-04-18 17:27 UTC  (6+ messages)
` [PATCH 1/2] x86/init: Remove static for get/set_rtc_noop()
` [PATCH 2/2] x86/hyperv: Allow hv_get_nmi_reason compilation irrespective of HYPERV config

linux-next: build failure after merge of the hyperv tree
 2023-04-18 17:24 UTC  (2+ messages)

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-18 14:12 UTC  (19+ messages)
` [RFC PATCH V4 08/17] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest
` [RFC PATCH V4 13/17] x86/sev: Add Check of #HV event in path
` [RFC PATCH V4 14/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv

[PATCH V3,net-next, 0/4] net: mana: Add support for jumbo frame
 2023-04-17 19:52 UTC  (11+ messages)
` [PATCH V3,net-next, 2/4] net: mana: Refactor RX buffer allocation code to prepare for various MTU
` [PATCH V3,net-next, 3/4] net: mana: Enable RX path to handle various MTU sizes

[PATCH v5 0/5] Hyper-V VTL support
 2023-04-17 19:26 UTC  (2+ messages)

W sprawie samochodu
 2023-04-17  8:00 UTC 

[PATCH v2 00/11] Sprinkle more __noreturn
 2023-04-15  7:19 UTC  (3+ messages)
` [PATCH v2 08/11] btrfs: Mark btrfs_assertfail() __noreturn


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