messages from 2020-04-03 16:51:11 to 2020-04-08 05:03:19 UTC [more...]
[RFC PATCH 00/26] Runtime paravirt patching
2020-04-08 5:03 UTC (23+ messages)
` [RFC PATCH 01/26] x86/paravirt: Specify subsection in PVOP macros
` [RFC PATCH 02/26] x86/paravirt: Allow paravirt patching post-init
` [RFC PATCH 03/26] x86/paravirt: PVRTOP macros for PARAVIRT_RUNTIME
` [RFC PATCH 04/26] x86/alternatives: Refactor alternatives_smp_module*
` [RFC PATCH 05/26] x86/alternatives: Rename alternatives_smp*, smp_alt_module
` [RFC PATCH 06/26] x86/alternatives: Remove stale symbols
` [RFC PATCH 07/26] x86/paravirt: Persist .parainstructions.runtime
` [RFC PATCH 08/26] x86/paravirt: Stash native pv-ops
` [RFC PATCH 09/26] x86/paravirt: Add runtime_patch()
` [RFC PATCH 10/26] x86/paravirt: Add primitives to stage pv-ops
` [RFC PATCH 11/26] x86/alternatives: Remove return value of text_poke*()
` [RFC PATCH 12/26] x86/alternatives: Use __get_unlocked_pte() in text_poke()
` [RFC PATCH 13/26] x86/alternatives: Split __text_poke()
` [RFC PATCH 14/26] x86/alternatives: Handle native insns in text_poke_loc*()
` [RFC PATCH 15/26] x86/alternatives: Non-emulated text poking
` [RFC PATCH 16/26] x86/alternatives: Add paravirt patching at runtime
` [RFC PATCH 17/26] x86/alternatives: Add patching logic in text_poke_site()
` [RFC PATCH 18/26] x86/alternatives: Handle BP in non-emulated text poking
` [RFC PATCH 19/26] x86/alternatives: NMI safe runtime patching
` [RFC PATCH 20/26] x86/paravirt: Enable pv-spinlocks in runtime_patch()
` [RFC PATCH 21/26] x86/alternatives: Paravirt runtime selftest
` [RFC PATCH 22/26] kvm/paravirt: Encapsulate KVM pv switching logic
improve use_mm / unuse_mm
2020-04-08 1:44 UTC (15+ messages)
` [PATCH 1/6] amdgpu: a NULL ->mm does not mean a thread is a kthread
` [PATCH 2/6] i915/gvt/kvm: "
` [PATCH 3/6] i915/gvt: remove unused xen bits
` [PATCH 4/6] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 5/6] kernel: better document the use_mm/unuse_mm API contract
` [PATCH 6/6] kernel: set USER_DS in kthread_use_mm
[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
2020-04-07 18:37 UTC (35+ messages)
` [RFC PATCH 01/34] iommu: Move default domain allocation to separate function
` [RFC PATCH 02/34] iommu: Add def_domain_type() callback in iommu_ops
` [RFC PATCH 03/34] iommu/amd: Implement iommu_ops->def_domain_type call-back
` [RFC PATCH 04/34] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [RFC PATCH 08/34] iommu: Move default domain allocation to iommu_probe_device()
` [RFC PATCH 09/34] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [RFC PATCH 05/34] iommu/amd: Remove dma_mask check from check_device()
` [RFC PATCH 06/34] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
` [RFC PATCH 07/34] iommu: Add probe_device() and remove_device() call-backs
` [RFC PATCH 10/34] iommu: Move new probe_device path to separate function
` [RFC PATCH 16/34] iommu/vt-d: Convert to probe/release_device() call-backs
` [RFC PATCH 24/34] iommu/mediatek-v1 "
` [RFC PATCH 28/34] iommu/renesas: "
` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
` [RFC PATCH 12/34] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [RFC PATCH 13/34] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [RFC PATCH 14/34] iommu/amd: Remove dev_data->passthrough
` [RFC PATCH 15/34] iommu/amd: Convert to probe/release_device() call-backs
` [RFC PATCH 17/34] iommu/arm-smmu: Store device instead of group in arm_smmu_s2cr
` [RFC PATCH 18/34] iommu/arm-smmu: Convert to probe/release_device() call-backs
` [RFC PATCH 19/34] iommu/pamu: "
` [RFC PATCH 20/34] iommu/s390: "
` [RFC PATCH 21/34] iommu/virtio: "
` [RFC PATCH 22/34] iommu/msm: "
` [RFC PATCH 23/34] iommu/mediatek: "
` [RFC PATCH 25/34] iommu/qcom: "
` [RFC PATCH 26/34] iommu/rockchip: "
` [RFC PATCH 27/34] iommu/tegra: "
` [RFC PATCH 29/34] iommu/omap: Remove orphan_dev tracking
` [RFC PATCH 30/34] iommu/omap: Convert to probe/release_device() call-backs
` [RFC PATCH 31/34] iommu/exynos: Create iommu_device in struct exynos_iommu_owner
` [RFC PATCH 32/34] iommu/exynos: Convert to probe/release_device() call-backs
` [RFC PATCH 34/34] iommu: Unexport iommu_group_get_for_dev()
[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
2020-04-07 16:30 UTC (12+ messages)
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands
[GIT PULL v2] vhost: cleanups and fixes
2020-04-07 10:08 UTC (3+ messages)
upstream boot error: KASAN: slab-out-of-bounds Write in virtio_gpu_object_create
2020-04-07 9:57 UTC (5+ messages)
[GIT PULL] vhost: fixes, vdpa
2020-04-07 9:50 UTC (2+ messages)
[PATCH v8 01/19] tools/virtio: define aligned attribute
2020-04-07 8:51 UTC (15+ messages)
` [PATCH v8 02/19] tools/virtio: make asm/barrier.h self contained
` [PATCH v8 03/19] tools/virtio: define __KERNEL__
` [PATCH v8 04/19] virtio: add VIRTIO_RING_NO_LEGACY
` [PATCH v8 05/19] virtgpu: pull in uaccess.h
` [PATCH v8 08/19] virtio_input: pull in slab.h
` [PATCH v8 09/19] virtio: stop using legacy struct vring in kernel
` [PATCH v8 10/19] vhost: force spec specified alignment on types
` [PATCH v8 11/19] virtio: add legacy init/size APIs
` [PATCH v8 12/19] virtio_ring: switch to virtio_legacy_init/size
` [PATCH v8 13/19] tools/virtio: "
` [PATCH v8 17/19] vhost: option to fetch descriptors through an independent struct
` [PATCH v8 18/19] vhost: use batched version by default
` [PATCH v8 19/19] vhost: batching fetches
[PATCH 30/44] drm/qxl: Use devm_drm_dev_alloc
2020-04-07 7:19 UTC (11+ messages)
` [PATCH 31/44] drm/qxl: Don't use drm_device->dev_private
` [PATCH 39/44] drm/cirrus: Use devm_drm_dev_alloc
` [PATCH 40/44] drm/cirrus: Don't use drm_device->dev_private
[PATCH] Fix: buffer overflow during hvc_alloc()
2020-04-07 6:23 UTC (4+ messages)
[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
2020-04-07 2:21 UTC (7+ messages)
` [PATCH 12/70] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 15/70] x86/boot/compressed/64: Always switch to own page-table
` [PATCH 18/70] x86/boot/compressed/64: Add stage1 #VC handler
[PATCH v7 01/19] tools/virtio: define aligned attribute
2020-04-07 1:08 UTC (14+ messages)
` [PATCH v7 02/19] tools/virtio: make asm/barrier.h self contained
` [PATCH v7 03/19] tools/virtio: define __KERNEL__
` [PATCH v7 04/19] virtio: add VIRTIO_RING_NO_LEGACY
` [PATCH v7 05/19] virtgpu: pull in uaccess.h
` [PATCH v7 08/19] virtio_input: pull in slab.h
` [PATCH v7 09/19] virtio: stop using legacy struct vring in kernel
` [PATCH v7 10/19] vhost: force spec specified alignment on types
` [PATCH v7 11/19] virtio: add legacy init/size APIs
` [PATCH v7 12/19] virtio_ring: switch to virtio_legacy_init/size
` [PATCH v7 13/19] tools/virtio: "
` [PATCH v7 17/19] vhost: option to fetch descriptors through an independent struct
` [PATCH v7 18/19] vhost: use batched version by default
` [PATCH v7 19/19] vhost: batching fetches
[vhost:vhost 32/44] drivers/remoteproc/remoteproc_sysfs.c:55:2: error: implicit declaration of function 'kfree'; did you mean 'vfree'?
2020-04-07 0:27 UTC
[vhost:vhost 32/44] drivers/gpu/drm/virtio/virtgpu_ioctl.c:113:7: error: implicit declaration of function 'copy_from_user'; did you mean 'sg_copy_from_buffer'?
2020-04-07 0:15 UTC
[PATCH v6 01/12] tools/virtio: define aligned attribute
2020-04-06 22:26 UTC (9+ messages)
` [PATCH v6 02/12] tools/virtio: make asm/barrier.h self contained
` [PATCH v6 03/12] tools/virtio: define __KERNEL__
` [PATCH v6 04/12] virtio: add VIRTIO_RING_NO_LEGACY
` [PATCH v6 05/12] virtio: stop using legacy struct vring in kernel
` [PATCH v6 06/12] vhost: force spec specified alignment on types
` [PATCH v6 07/12] virtio: add legacy init/size APIs
` [PATCH v6 08/12] virtio_ring: switch to virtio_legacy_init/size
` [PATCH v6 09/12] tools/virtio: "
[PATCH v5 01/12] tools/virtio: define aligned attribute
2020-04-06 21:35 UTC (9+ messages)
` [PATCH v5 02/12] tools/virtio: make asm/barrier.h self contained
` [PATCH v5 03/12] tools/virtio: define __KERNEL__
` [PATCH v5 04/12] virtio: add VIRTIO_RING_NO_LEGACY
` [PATCH v5 05/12] virtio: stop using legacy struct vring in kernel
` [PATCH v5 06/12] vhost: force spec specified alignment on types
` [PATCH v5 07/12] virtio: add legacy init/size APIs
` [PATCH v5 08/12] virtio_ring: switch to virtio_legacy_init/size
` [PATCH v5 09/12] tools/virtio: "
[PATCH v4 01/12] tools/virtio: define aligned attribute
2020-04-06 21:02 UTC (9+ messages)
` [PATCH v4 02/12] tools/virtio: make asm/barrier.h self contained
` [PATCH v4 03/12] tools/virtio: define __KERNEL__
` [PATCH v4 04/12] virtio: add VIRTIO_RING_NO_LEGACY
` [PATCH v4 05/12] virtio: stop using legacy struct vring in kernel
` [PATCH v4 06/12] vhost: force spec specified alignment on types
` [PATCH v4 07/12] virtio: add legacy init/size APIs
` [PATCH v4 08/12] virtio_ring: switch to virtio_legacy_init/size
` [PATCH v4 09/12] tools/virtio: "
[PATCH v3 1/2] virtio: stop using legacy struct vring in kernel
2020-04-06 20:54 UTC (3+ messages)
` [PATCH v3 2/2] vhost: force spec specified alignment on types
[PATCH v2 1/2] virtio: stop using legacy struct vring
2020-04-06 15:57 UTC (4+ messages)
` [PATCH v2 2/2] vhost: force spec specified alignment on types
[PATCH] vdpa-sim: depend on HAS_DMA
2020-04-06 15:50 UTC (6+ messages)
[PATCH 1/2] vdpa: Signedness bugs in vdpasim_work()
2020-04-06 14:45 UTC (2+ messages)
` [PATCH 2/2] vdpa: Fix pointer math bug in vdpasim_get_config()
[PATCH] vhost: force spec specified alignment on types
2020-04-06 14:34 UTC (5+ messages)
[PATCH v2 1/2] vdpa-sim: depend on HAS_DMA
2020-04-06 13:21 UTC (8+ messages)
` [PATCH v2 2/2] vhost: disable for OABI
[PATCH] virtio-mmio: Delete an error message in vm_find_vqs()
2020-04-05 17:19 UTC
[PATCH 0/8] tools/vhost: Reset virtqueue on tests
2020-04-03 16:51 UTC (9+ messages)
` [PATCH 1/8] tools/virtio: fix virtio_test.c indentation
` [PATCH 2/8] vhost: Not cleaning batched descs in VHOST_SET_VRING_BASE ioctl
` [PATCH 3/8] vhost: Replace vq->private_data access by backend accesors
` [PATCH 4/8] vhost: Fix bad order in vhost_test_set_backend at enable
` [PATCH 5/8] tools/virtio: Use __vring_new_virtqueue in virtio_test.c
` [PATCH 6/8] tools/virtio: Extract virtqueue initialization in vq_reset
` [PATCH 7/8] tools/virtio: Reset index in virtio_test --reset
` [PATCH 8/8] tools/virtio: Use tools/include/list.h instead of stubs
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).