virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-26 23:36:49 to 2023-01-12 19:58:31 UTC [more...]

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-12 19:44 UTC  (52+ messages)
` [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call
` [PATCH v3 03/51] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v3 04/51] cpuidle: Move IRQ state validation
` [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v3 06/51] cpuidle,tegra: "
` [PATCH v3 07/51] cpuidle,psci: "
` [PATCH v3 08/51] cpuidle,imx6: "
` [PATCH v3 09/51] cpuidle,omap3: "
` [PATCH v3 10/51] cpuidle,armada: "
` [PATCH v3 11/51] cpuidle,omap4: "
` [PATCH v3 12/51] cpuidle,dt: "
` [PATCH v3 13/51] cpuidle: Fix ct_idle_*() usage
` [PATCH v3 14/51] cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter, exit}()
` [PATCH v3 15/51] acpi_idle: Remove tracing
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()
` [PATCH v3 17/51] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v3 18/51] cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v3 19/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v3 22/51] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v3 23/51] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v3 24/51] arm64,smp: "
` [PATCH v3 25/51] printk: "
` [PATCH v3 26/51] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v3 27/51] cpuidle, sched: Remove annotations from TIF_{POLLING_NRFLAG, NEED_RESCHED}
` [PATCH v3 28/51] cpuidle,mwait: Make noinstr clean
` [PATCH v3 29/51] cpuidle,tdx: Make tdx "
` [PATCH v3 30/51] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v3 31/51] cpuidle,nospec: Make "
` [PATCH v3 32/51] cpuidle,acpi: "
` [PATCH v3 33/51] trace: Remove trace_hardirqs_{on,off}_caller()
` [PATCH v3 34/51] trace: WARN on rcuidle
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
` [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v3 38/51] cpuidle, omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v3 41/51] cpuidle,clk: "
` [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns
` [PATCH v3 43/51] intel_idle: Add force_irq_on module param
` [PATCH v3 44/51] entry, kasan, x86: Disallow overriding mem*() functions
` [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check()
` [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage
` [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
` [PATCH v3 48/51] cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle
` [PATCH v3 49/51] cpuidle, arch: Mark all regular cpuidle_state::enter methods __cpuidle
` [PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle
` [PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN

[PATCH] x86/paravirt: merge activate_mm and dup_mmap callbacks
 2023-01-12 19:44 UTC  (2+ messages)

[PATCH net-next v7 4/4] test/vsock: vsock_perf utility
 2023-01-12 11:53 UTC  (2+ messages)

CISTI'2023 - 18th Iberian Conference on Information Systems and Technologies
 2023-01-12 10:43 UTC 

[PATCH 0/5] virtio_ring: per virtqueue DMA device
 2023-01-12  4:03 UTC  (12+ messages)
` [PATCH 1/5] virtio_ring: per virtqueue dma device
` [PATCH 2/5] vdpa: introduce get_vq_dma_device()
` [PATCH 3/5] virtio-vdpa: support per vq dma device
` [PATCH 4/5] vdpa: set dma mask for vDPA device
` [PATCH 5/5] vdpa: mlx5: support per virtqueue dma device

[PATCH] vhost-scsi: unbreak any layout for response
 2023-01-12  4:02 UTC  (3+ messages)

[PATCH v2 11/16] virtio: move dev_to_virtio() to use container_of_const()
 2023-01-11 11:30 UTC 

[PATCH] vhost: remove unused paramete
 2023-01-11  8:25 UTC 

[RFC PATCH 0/6] Introduce a vringh accessor for IO memory
 2023-01-11  6:19 UTC  (24+ messages)
` [RFC PATCH 1/9] vringh: fix a typo in comments for vringh_kiov
` [RFC PATCH 2/9] vringh: remove vringh_iov and unite to vringh_kiov
` [RFC PATCH 3/9] tools/virtio: convert to new vringh user APIs
` [RFC PATCH 4/9] vringh: unify the APIs for all accessors
` [RFC PATCH 5/9] tools/virtio: convert to use new unified vringh APIs
` [RFC PATCH 6/9] caif_virtio: convert to "

[PATCH v9 0/3] virtio: vdpa: new SolidNET DPU driver
 2023-01-10 20:27 UTC  (6+ messages)
` [PATCH v9 1/3] PCI: Add SolidRun vendor ID
` [PATCH v9 2/3] PCI: Avoid FLR for SolidRun SNET DPU rev 1
` [PATCH v9 3/3] virtio: vdpa: new SolidNET DPU driver

[PATCH v8 1/3] PCI: Add SolidRun vendor ID
 2023-01-10 16:39 UTC  (5+ messages)

[PATCH net-next v9] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-10 16:04 UTC  (4+ messages)

[PATCH net-next v6 4/4] test/vsock: vsock_perf utility
 2023-01-10  9:36 UTC 

[PATCH v2] tools/virtio: fix the vringh test for virtio ring changes
 2023-01-10  3:43 UTC 

[PATCH] drm/virtio: Fix GEM handle creation UAF
 2023-01-10  1:47 UTC  (2+ messages)

[PATCH v3] vp_vdpa: harden the logic of set status
 2023-01-09  9:17 UTC  (2+ messages)

[PATCH -next] vdpa/mlx5: fix check wrong pointer in mlx5_vdpa_add_mac_vlan_rules()
 2023-01-09  9:10 UTC  (2+ messages)

[PATCH] vhost-test: remove meaningless debug info
 2023-01-09  9:00 UTC 

[PATCH v8 3/3] virtio: vdpa: new SolidNET DPU driver
 2023-01-09  8:05 UTC 

[PATCH v8 2/3] PCI: Avoid FLR for SolidRun SNET DPU rev 1
 2023-01-09  8:05 UTC 

[PATCH v8 0/3] virtio: vdpa: new SolidNET DPU driver
 2023-01-09  8:04 UTC 

[PATCH] virtio: vdpa: fix snprintf size argument in snet_vdpa driver
 2023-01-08  8:59 UTC  (3+ messages)

[PATCH] virtio: vdpa: explain the dependency of SNET_VDPA on HWMON
 2023-01-08  8:58 UTC  (6+ messages)

[PATCH] virtio: vdpa: fix kernel warning in snet_vdpa_remove_vf
 2023-01-08  8:58 UTC  (2+ messages)

[PATCH v7] virtio: vdpa: new SolidNET DPU driver
 2023-01-08  8:52 UTC 

[PATCH 1/8] iommu: Add a gfp parameter to iommu_map()
 2023-01-06 17:15 UTC 

[bug report] vdpa/mlx5: Add RX counters to debugfs
 2023-01-06  9:06 UTC 

[PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-05 20:28 UTC  (2+ messages)

[GIT PULL v2] virtio,vhost,vdpa: fixes, cleanups
 2023-01-05  1:22 UTC  (2+ messages)

[syzbot] kernel BUG in vhost_vsock_handle_tx_kick
 2023-01-04 13:03 UTC  (2+ messages)

[PATCH 0/2] net/af_packet: Fix kernel BUG in __skb_gso_segment
 2023-01-04 12:43 UTC 

[PATCH v2 2/3] PCI: Avoid FLR for SolidRun SNET DPU rev 1
 2023-01-04  8:43 UTC 

[PATCH v2 1/3] PCI: Add SolidRun vendor ID
 2023-01-04  8:42 UTC 

[PATCH net V2] virtio-net: correctly enable callback during start_xmit
 2023-01-04  6:46 UTC  (8+ messages)

[syzbot] possible deadlock in rds_message_put
 2023-01-04  3:39 UTC 

[PATCH v5 4/4] vdpa_sim: Implement resume vdpa op
 2023-01-03  8:15 UTC  (2+ messages)

[PATCH] virtio_balloon: high order allocation
 2023-01-02 11:55 UTC  (2+ messages)

[PATCH 0/4] virtio-net: don't busy poll for cvq command
 2022-12-30  3:43 UTC  (42+ messages)
` [PATCH 1/4] virtio-net: convert rx mode setting to use workqueue
` [PATCH 2/4] virtio_ring: switch to use BAD_RING()
` [PATCH 3/4] virtio_ring: introduce a per virtqueue waitqueue
` [PATCH 4/4] virtio-net: sleep instead of busy waiting for cvq command

[RESEND PATCH 1/3] Add SolidRun vendor id
 2022-12-29 22:27 UTC  (5+ messages)

[RESEND PATCH 2/3] New PCI quirk for SolidRun SNET DPU
 2022-12-29 19:55 UTC  (2+ messages)

[PATCH v5] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-29 13:31 UTC  (4+ messages)

[PATCH] vdpa: ifcvf: Do proper cleanup if IFCVF init fails
 2022-12-29  4:25 UTC  (2+ messages)

[PATCH 6.1 0981/1146] blk-mq: avoid double ->queue_rq() because of early timeout
 2022-12-28 14:42 UTC 

[PATCH 6.0 0919/1073] blk-mq: avoid double ->queue_rq() because of early timeout
 2022-12-28 14:41 UTC 

[PATCH] MAINTAINERS: Update maintainer list for virtio i2c
 2022-12-27  7:21 UTC  (7+ 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).