messages from 2025-01-31 17:45:46 to 2025-02-11 19:03:33 UTC [more...]
[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
2025-02-11 19:03 UTC (38+ messages)
` [PATCH 01/16] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH 02/16] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH 03/16] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH 04/16] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH 05/16] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH 06/16] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH 07/16] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH 08/16] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH 09/16] x86/tsc: Rejects attempts to override TSC calibration with lesser routine
` [PATCH 10/16] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH 11/16] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH 12/16] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop
` [PATCH 13/16] x86/kvmclock: Get CPU base frequency from CPUID when it's available
` [PATCH 14/16] x86/kvmclock: Get TSC frequency from CPUID when its available
` [PATCH 15/16] x86/kvmclock: Stuff local APIC bus period when core crystal freq comes from CPUID
` [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-02-11 16:10 UTC (18+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH v2 00/13] cpumask: cleanup cpumask_next_wrap() implementation and usage
2025-02-11 13:55 UTC (4+ messages)
` [PATCH v2 02/13] virtio_net: simplify virtnet_set_affinity()
kvm: nVHE hyp panic at: __kvm_nvhe_kvm_hyp_handle_sysre
2025-02-11 11:36 UTC (2+ messages)
[Patch net 0/2] vsock suspend/resume fix
2025-02-11 8:57 UTC (6+ messages)
` [Patch net 1/2] vsock/virtio: initialize rx_buf_nr and rx_buf_max_nr when resuming
` [Patch net 2/2] vsock/virtio: Don't reset the created SOCKET during suspend to ram
[PATCH 1/2] vsock/virtio: Move rx_buf_nr and rx_buf_max_nr initialization position
2025-02-11 8:35 UTC (7+ messages)
` [PATCH 2/2] vsock/virtio: Don't reset the created SOCKET during s2r
` "
[PATCH v2] gpio:virtio: support multiple virtio-gpio controller instances
2025-02-11 8:22 UTC (2+ messages)
[syzbot] [net?] [virt?] general protection fault in vsock_stream_has_data
2025-02-11 8:13 UTC (3+ messages)
[PATCH net-next v6 0/7] tun: Unify vnet implementation
2025-02-11 3:30 UTC (11+ messages)
` [PATCH net-next v6 1/7] tun: Refactor CONFIG_TUN_VNET_CROSS_LE
` [PATCH net-next v6 2/7] tun: Keep hdr_len in tun_get_user()
` [PATCH net-next v6 3/7] tun: Decouple vnet from tun_struct
` [PATCH net-next v6 4/7] tun: Decouple vnet handling
` [PATCH net-next v6 5/7] tun: Extract the vnet handling code
` [PATCH net-next v6 6/7] tap: Keep hdr_len in tap_get_user()
` [PATCH net-next v6 7/7] tap: Use tun's vnet-related code
[PATCH RFC net-next v1 0/5] Device memory TCP TX
2025-02-10 21:14 UTC (10+ messages)
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path
[PATCH net-next v3 0/6] Device memory TCP TX
2025-02-10 21:09 UTC (32+ messages)
` [PATCH net-next v3 1/6] net: add devmem TCP TX documentation
` [PATCH net-next v3 2/6] selftests: ncdevmem: Implement devmem TCP TX
` [PATCH net-next v3 3/6] net: add get_netmem/put_netmem support
` [PATCH net-next v3 4/6] net: devmem: TCP tx netlink api
` [PATCH net-next v3 5/6] net: devmem: Implement TX path
` [PATCH net-next v3 6/6] net: devmem: make dmabuf unbinding scheduled work
[PATCH 0/9] vhost-scsi: log write descriptors for live migration (and two bugfix)
2025-02-10 20:11 UTC (11+ messages)
` [PATCH 1/9] vhost: modify vhost_log_write() for broader users
` [PATCH 2/9] vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
` [PATCH 3/9] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
` [PATCH 4/9] vhost-scsi: log I/O queue write descriptors
` [PATCH 5/9] vhost-scsi: log control "
` [PATCH 6/9] vhost-scsi: log event "
` [PATCH 7/9] vhost: add WARNING if log_num is more than limit
` [PATCH 8/9] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH 9/9] vhost-scsi: Fix vhost_scsi_send_bad_target()
[PATCH v7] drm/virtio: Add drm_panic support
2025-02-10 11:14 UTC (3+ messages)
[PATCH v1 1/1] virtio_console: Get rid of unneeded temporary variable
2025-02-10 9:59 UTC
[PATCH] drivers:gpio: support multiple virtio-gpio controller instances
2025-02-10 8:22 UTC (6+ messages)
[RFC PATCH 1/3] virtio-gpu api: add blob userptr resource
2025-02-08 19:47 UTC (19+ messages)
` [RFC PATCH 3/3] drm/virtio: implement blob userptr resource object
[PATCH v2] vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines
2025-02-08 2:45 UTC (3+ messages)
[PATCH v2] drm/virtio: Align host mapping request to maximum platform page size
2025-02-07 15:38 UTC (4+ messages)
[PATCH 0/5] Convert virtio-iommu to domain_alloc_paging()
2025-02-07 14:46 UTC (6+ messages)
` [PATCH 1/5] iommu/virtio: Break out bypass identity support into a global static
` [PATCH 2/5] iommu: Add domain_alloc_identity()
` [PATCH 3/5] iommu/virtio: Move to domain_alloc_paging()
` [PATCH 4/5] iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()
` [PATCH 5/5] iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMU
[PATCH] virtio: Remove virtio devices on device_shutdown()
2025-02-06 16:27 UTC (7+ messages)
[PATCH net-next v5 0/7] tun: Unify vnet implementation
2025-02-06 16:09 UTC (17+ messages)
` [PATCH net-next v5 1/7] tun: Refactor CONFIG_TUN_VNET_CROSS_LE
` [PATCH net-next v5 2/7] tun: Keep hdr_len in tun_get_user()
` [PATCH net-next v5 3/7] tun: Decouple vnet from tun_struct
` [PATCH net-next v5 4/7] tun: Decouple vnet handling
` [PATCH net-next v5 5/7] tun: Extract the vnet handling code
` [PATCH net-next v5 6/7] tap: Keep hdr_len in tap_get_user()
` [PATCH net-next v5 7/7] tap: Use tun's vnet-related code
[linus:master] [x86] 0b6476f939: will-it-scale.per_process_ops 24.8% improvement
2025-02-06 7:34 UTC
[PATCH 0/5] crypto virtio cleanups
2025-02-05 7:52 UTC (7+ messages)
` [PATCH 1/5] crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop()
` [PATCH 2/5] crypto: virtio - Simplify RSA key size caching
` [PATCH 3/5] crypto: virtio - Drop superfluous ctx->tfm backpointer
` [PATCH 4/5] crypto: virtio - Drop superfluous [as]kcipher_ctx pointer
` [PATCH 5/5] crypto: virtio - Drop superfluous [as]kcipher_req pointer
[syzbot] [net?] general protection fault in add_wait_queue
2025-02-04 23:58 UTC (6+ messages)
[PATCH v6] drm/virtio: Add drm_panic support
2025-02-04 9:59 UTC (4+ messages)
annotate noio context v2
2025-02-03 15:12 UTC (4+ messages)
` [PATCH] block: force noio scope in blk_mq_freeze_queue
[PATCH v5] drm/virtio: Add drm_panic support
2025-02-03 1:07 UTC (5+ messages)
[PATCH v2] media: add virtio-media driver
2025-02-01 13:12 UTC
[PATCH RFC net-next v2 0/6] Device memory TCP TX
2025-01-31 17:45 UTC (3+ messages)
` [PATCH RFC net-next v2 2/6] selftests: ncdevmem: Implement devmem "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).