messages from 2025-04-24 07:53:10 to 2025-04-30 02:38:40 UTC [more...]
[PATCH 0/7] Remove ops.pgsize_bitmap
2025-04-30 2:34 UTC (10+ messages)
` [PATCH 1/7] iommu/arm-smmu-v3: Remove iommu_ops pgsize_bitmap
` [PATCH 2/7] iommu/arm-smmu: "
` [PATCH 3/7] iommu: Remove ops.pgsize_bitmap from drivers that don't use it
` [PATCH 4/7] iommu: Remove iommu_ops pgsize_bitmap from simple drivers
` [PATCH 5/7] iommu/mtk: Remove iommu_ops pgsize_bitmap
` [PATCH 6/7] iommu/qcom: "
` [PATCH 7/7] iommu: Remove ops->pgsize_bitmap
[PATCH AUTOSEL 5.15 2/7] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
2025-04-29 23:53 UTC
[PATCH AUTOSEL 6.1 02/10] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
2025-04-29 23:53 UTC
[PATCH AUTOSEL 6.6 09/21] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
2025-04-29 23:52 UTC (3+ messages)
` [PATCH AUTOSEL 6.6 13/21] vhost_task: fix vhost_task_create() documentation
` [PATCH AUTOSEL 6.6 14/21] vhost-scsi: protect vq->log_used with vq->mutex
[PATCH AUTOSEL 6.12 11/37] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
2025-04-29 23:51 UTC (3+ messages)
` [PATCH AUTOSEL 6.12 19/37] vhost_task: fix vhost_task_create() documentation
` [PATCH AUTOSEL 6.12 20/37] vhost-scsi: protect vq->log_used with vq->mutex
[PATCH AUTOSEL 6.14 11/39] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
2025-04-29 23:49 UTC (3+ messages)
` [PATCH AUTOSEL 6.14 20/39] vhost_task: fix vhost_task_create() documentation
` [PATCH AUTOSEL 6.14 21/39] vhost-scsi: protect vq->log_used with vq->mutex
[PATCH 6.6 135/204] sound/virtio: Fix cancel_sync warnings on uninitialized work_structs
2025-04-29 16:43 UTC
[PATCH 6.1 109/167] sound/virtio: Fix cancel_sync warnings on uninitialized work_structs
2025-04-29 16:43 UTC
[PATCH 5.15 332/373] sound/virtio: Fix cancel_sync warnings on uninitialized work_structs
2025-04-29 16:43 UTC
[PATCH 6.12 175/280] sound/virtio: Fix cancel_sync warnings on uninitialized work_structs
2025-04-29 16:41 UTC
[PATCH v4 00/15] MSR code cleanup part one
2025-04-29 17:27 UTC (18+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()
[PATCH 6.14 207/311] sound/virtio: Fix cancel_sync warnings on uninitialized work_structs
2025-04-29 16:40 UTC
[PATCH net] virtio-net: free xsk_buffs on error in virtnet_xsk_pool_enable()
2025-04-29 16:43 UTC
[PATCH net] virtio-net: don't re-enable refill work too early when NAPI is disabled
2025-04-29 16:26 UTC (2+ messages)
[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-04-29 16:11 UTC (27+ messages)
` [PATCH v5 01/25] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v5 02/25] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v5 03/25] rcu: Add a small-width RCU watching counter debug option
` [PATCH v5 04/25] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v5 05/25] jump_label: Add annotations for validating noinstr usage
` [PATCH v5 06/25] static_call: Add read-only-after-init static calls
` [PATCH v5 07/25] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v5 08/25] x86/idle: Mark x86_idle "
` [PATCH v5 09/25] x86/paravirt: Mark pv_steal_clock "
` [PATCH v5 10/25] riscv/paravirt: "
` [PATCH v5 11/25] loongarch/paravirt: "
` [PATCH v5 12/25] arm64/paravirt: "
` [PATCH v5 13/25] arm/paravirt: "
` [PATCH v5 14/25] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v5 15/25] sched/clock: Mark sched_clock_running key "
` [PATCH v5 16/25] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v5 17/25] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v5 18/25] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v5 19/25] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v5 20/25] stackleack: Mark stack_erasing_bypass key "
` [PATCH v5 21/25] objtool: Add noinstr validation for static branches/calls
` [PATCH v5 22/25] module: Remove outdated comment about text_size
` [PATCH v5 23/25] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v5 24/25] context-tracking: Introduce work deferral infrastructure
` [PATCH v5 25/25] context_tracking,x86: Defer kernel text patching IPIs
[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-29 12:35 UTC (10+ messages)
` [PATCH RFC v3 1/8] nvme: add __always_inline for nvme_pci_npages_prp
` [PATCH RFC v3 2/8] mm: add __always_inline for page_contains_unaccepted
` [PATCH RFC v3 3/8] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
` [PATCH RFC v3 4/8] tpm: add __always_inline for tpm_is_hwrng_enabled
` [PATCH RFC v3 5/8] rseq: add __always_inline for rseq_kernel_fields
` [PATCH RFC v3 6/8] kcov: add __always_inline for canonicalize_ip
` [PATCH RFC v3 7/8] x86/xen: add __init for xen_pgd_walk
` [PATCH RFC v3 8/8] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE
[PATCH v9 0/4] vhost: Add support of kthread API
2025-04-29 10:55 UTC (6+ messages)
` [PATCH v9 4/4] vhost: Add a KConfig knob to enable IOCTL VHOST_FORK_FROM_OWNER
[PATCH] vhost: vringh: Use matching allocation type in resize_iovec()
2025-04-29 3:37 UTC (2+ messages)
[PATCH net-next v13 0/9] Device memory TCP TX
2025-04-29 3:26 UTC (10+ messages)
` [PATCH net-next v13 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v13 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v13 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v13 4/9] net: devmem: Implement TX path
` [PATCH net-next v13 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v13 6/9] net: enable driver support for netmem TX
` [PATCH net-next v13 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v13 8/9] net: check for driver support in netmem TX
` [PATCH net-next v13 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
2025-04-28 23:48 UTC
[PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx
2025-04-28 23:00 UTC (7+ messages)
` [PATCH v6 1/4] selftests: net: move xdp_helper to net/lib
` [PATCH v6 2/4] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v6 3/4] selftests: net: retry when bind returns EBUSY "
` [PATCH v6 4/4] selftests: net: add a virtio_net deadlock selftest
[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
2025-04-28 13:56 UTC (10+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data
[PATCH v6 0/9] blk: honor isolcpus configuration
2025-04-28 12:37 UTC (14+ messages)
` [PATCH v6 1/9] lib/group_cpus: let group_cpu_evenly return number initialized masks
` [PATCH v6 2/9] blk-mq: add number of queue calc helper
` [PATCH v6 3/9] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH v6 4/9] scsi: "
` [PATCH v6 5/9] virtio: blk/scsi: "
` [PATCH v6 6/9] isolation: introduce io_queue isolcpus type
` [PATCH v6 7/9] lib/group_cpus: honor housekeeping config when grouping CPUs
` [PATCH v6 8/9] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v6 9/9] blk-mq: prevent offlining hk CPU with associated online isolated CPUs
[PATCH v3 00/14] MSR code cleanup part one
2025-04-27 9:26 UTC (24+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 02/14] x86/msr: Remove rdpmc()
` [PATCH v3 03/14] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v3 05/14] x86/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v3 06/14] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v3 07/14] x86/msr: Add the native_rdmsrq() helper
` [PATCH v3 08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v3 11/14] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v3 12/14] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v3 13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v3 14/14] x86/msr: Change the function type of native_read_msr_safe()
[PATCH net-next v2] vhost/net: Defer TX queue re-enable until after sendmsg
2025-04-26 19:21 UTC (7+ messages)
[PATCH net-next v12 0/9] Device memory TCP TX
2025-04-26 15:12 UTC (12+ messages)
` [PATCH net-next v12 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v12 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v12 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v12 4/9] net: devmem: Implement TX path
` [PATCH net-next v12 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v12 6/9] net: enable driver support for netmem TX
` [PATCH net-next v12 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v12 8/9] net: check for driver support in netmem TX
` [PATCH net-next v12 9/9] selftests: ncdevmem: Implement devmem TCP TX
[RFC PATCH net-next] virtio-net: support zerocopy multi buffer XDP in mergeable
2025-04-26 8:33 UTC (2+ messages)
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-25 20:12 UTC (27+ messages)
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
[PATCH v3] vdpa/octeon_ep: Control PCI dev enabling manually
2025-04-25 11:23 UTC (2+ messages)
` [EXTERNAL] "
[PATCH v5 0/3] virtio-net: disable delayed refill when pausing rx
2025-04-25 4:21 UTC (7+ messages)
` [PATCH v5 1/3] selftests: net: move xdp_helper to net/lib
` [PATCH v5 2/3] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v5 3/3] selftests: net: add a virtio_net deadlock selftest
[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
2025-04-24 22:07 UTC (7+ messages)
` [PATCH v4 4/4] selftests: net: add a virtio_net deadlock selftest
[PATCH net-next v11 0/8] Device memory TCP TX
2025-04-24 18:49 UTC (2+ messages)
[PATCH net-next v10 0/9] Device memory TCP TX
2025-04-24 9:06 UTC (5+ messages)
` [PATCH net-next v10 3/9] net: devmem: TCP tx netlink api
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).