messages from 2020-06-23 15:22:47 to 2020-07-03 00:36:07 UTC [more...]
[PATCH 0/8] powerpc: queued spinlocks and rwlocks
2020-07-03 0:36 UTC (19+ messages)
` [PATCH 1/8] powerpc/powernv: must include hvcall.h to get PAPR defines
` [PATCH 2/8] powerpc/pseries: use smp_rmb() in H_CONFER spin yield
` [PATCH 3/8] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH 4/8] powerpc: move spinlock implementation to simple_spinlock
` [PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH 6/8] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
` [PATCH 7/8] powerpc/qspinlock: optimised atomic_try_cmpxchg_lock that adds the lock hint
` [PATCH 8/8] powerpc/64s: remove paravirt from simple spinlocks (RFC only)
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
2020-07-02 17:31 UTC (28+ messages)
` [RFC PATCH 01/22] vhost: Make _feature_ bits a property of vhost device
` [RFC PATCH 02/22] vhost: Introduce standard Linux driver model in VHOST
` [RFC PATCH 03/22] vhost: Add ops for the VHOST driver to configure VHOST device
` [RFC PATCH 04/22] vringh: Add helpers to access vring in MMIO
` [RFC PATCH 05/22] vhost: Add MMIO helpers for operations on vhost virtqueue
` [RFC PATCH 06/22] vhost: Introduce configfs entry for configuring VHOST
` [RFC PATCH 07/22] virtio_pci: Use request_threaded_irq() instead of request_irq()
` [RFC PATCH 08/22] rpmsg: virtio_rpmsg_bus: Disable receive virtqueue callback when reading messages
` [RFC PATCH 09/22] rpmsg: Introduce configfs entry for configuring rpmsg
` [RFC PATCH 10/22] rpmsg: virtio_rpmsg_bus: Add Address Service Notification support
` [RFC PATCH 11/22] rpmsg: virtio_rpmsg_bus: Move generic rpmsg structure to rpmsg_internal.h
` [RFC PATCH 12/22] virtio: Add ops to allocate and free buffer
` [RFC PATCH 13/22] rpmsg: virtio_rpmsg_bus: Use virtio_alloc_buffer() and virtio_free_buffer()
` [RFC PATCH 14/22] rpmsg: Add VHOST based remote processor messaging bus
` [RFC PATCH 15/22] samples/rpmsg: Setup delayed work to send message
` [RFC PATCH 16/22] samples/rpmsg: Wait for address to be bound to rpdev for sending message
` [RFC PATCH 17/22] rpmsg.txt: Add Documentation to configure rpmsg using configfs
` [RFC PATCH 18/22] virtio_pci: Add VIRTIO driver for VHOST on Configurable PCIe Endpoint device
` [RFC PATCH 19/22] PCI: endpoint: Add EP function driver to provide VHOST interface
` [RFC PATCH 20/22] NTB: Add a new NTB client driver to implement VIRTIO functionality
` [RFC PATCH 21/22] NTB: Add a new NTB client driver to implement VHOST functionality
` [RFC PATCH 22/22] NTB: Describe ntb_virtio and ntb_vhost client in the documentation
[PATCH v2 0/4] Remove 32-bit Xen PV guest support
2020-07-02 15:45 UTC (6+ messages)
` [PATCH v2 2/4] x86/paravirt: remove 32-bit support from PARAVIRT_XXL
` [PATCH v2 3/4] x86/paravirt: cleanup paravirt macros
[PATCH 00/18] Allow architectures to override __READ_ONCE()
2020-07-02 15:07 UTC (42+ messages)
` [PATCH 01/18] tools: bpf: Use local copy of headers including uapi/linux/filter.h
` [PATCH 02/18] compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.h
` [PATCH 03/18] asm/rwonce: Allow __READ_ONCE to be overridden by the architecture
` [PATCH 04/18] alpha: Override READ_ONCE() with barriered implementation
` [PATCH 05/18] asm/rwonce: Remove smp_read_barrier_depends() invocation
` [PATCH 06/18] vhost: Remove redundant use of read_barrier_depends() barrier
` [PATCH 07/18] alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()
` [PATCH 08/18] locking/barriers: Remove definitions for [smp_]read_barrier_depends()
` [PATCH 09/18] Documentation/barriers: Remove references to [smp_]read_barrier_depends()
` [PATCH 10/18] Documentation/barriers/kokr: "
` [PATCH 11/18] tools/memory-model: Remove smp_read_barrier_depends() from informal doc
` [PATCH 12/18] include/linux: Remove smp_read_barrier_depends() from comments
` [PATCH 13/18] checkpatch: Remove checks relating to [smp_]read_barrier_depends()
` [PATCH 14/18] arm64: Reduce the number of header files pulled into vmlinux.lds.S
` [PATCH 15/18] arm64: alternatives: Split up alternative.h
` [PATCH 16/18] arm64: cpufeatures: Add capability for LDAPR instruction
` [PATCH 17/18] arm64: alternatives: Remove READ_ONCE() usage during patch operation
` [PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y
[PATCH v3 0/1] s390: virtio: let arch choose to accept devices without IOMMU feature
2020-07-02 13:03 UTC (18+ messages)
` [PATCH v3 1/1] s390: virtio: let arch "
[PATCH 0/5] drivers/char: Constify static variables
2020-07-02 8:58 UTC (3+ messages)
` [PATCH 5/5] virtio_console: Constify some "
[PATCH 2/2] virtio-mmio: Reject invalid IRQ 0 command line argument
2020-07-02 3:06 UTC (2+ messages)
[PATCH] xen: introduce xen_vring_use_dma
2020-07-01 21:23 UTC (21+ messages)
[PATCH] crypto: virtio - constify features[] and id_table[]
2020-07-01 20:29 UTC
[PATCH RFC v8 00/11] vhost: ring format independence
2020-07-01 14:09 UTC (21+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
[PATCH] drm/virtgpu: remove redundant assignments to width and height
2020-07-01 13:41 UTC
[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
2020-07-01 10:53 UTC (3+ messages)
[PATCH 0/5]
2020-07-01 9:08 UTC (6+ messages)
` [PATCH 1/5] vhost-vdpa: refine ioctl pre-processing
` [PATCH 2/5] vhost: generialize backend features setting/getting
` [PATCH 3/5] vhost-vdpa: support get/set backend features
` [PATCH 4/5] vhost-vdpa: support IOTLB batching hints
` [PATCH 5/5] vdpasim: support batch updating
[PATCH] virtio-blk: free vblk-vqs in error path of virtblk_probe()
2020-07-01 1:03 UTC (5+ messages)
[PATCH v1 0/6] mm / virtio-mem: support ZONE_MOVABLE
2020-06-30 14:26 UTC (7+ messages)
` [PATCH v1 1/6] mm/page_alloc: tweak comments in has_unmovable_pages()
` [PATCH v1 2/6] mm/page_isolation: don't dump_page(NULL) in set_migratetype_isolate()
` [PATCH v1 3/6] mm/page_isolation: drop WARN_ON_ONCE() "
` [PATCH v1 4/6] mm/page_isolation: cleanup set_migratetype_isolate()
` [PATCH v1 5/6] mm/page_alloc: restrict ZONE_MOVABLE optimization in has_unmovable_pages() to memory offlining
` [PATCH v1 6/6] virtio-mem: don't special-case ZONE_MOVABLE
[RFC 0/3] virtio: NUMA-aware memory allocation
2020-06-30 8:47 UTC (8+ messages)
` [RFC 1/3] virtio-pci: use NUMA-aware memory allocation in probe
` [RFC 2/3] virtio_ring: "
` [RFC 3/3] virtio-blk: "
[PATCH RFC 0/5] support batched IOTLB updating in vhost-vdpa
2020-06-30 1:55 UTC (6+ messages)
` [PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints
[PATCH v2 0/2] virtio: modernize DMA quirks
2020-06-28 6:21 UTC (5+ messages)
` [PATCH v2 1/2] virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
` [PATCH v2 2/2] virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk
[PATCH] virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
2020-06-28 6:20 UTC (2+ messages)
ICITS'21 - 2021 Int. Conference on Information Technology & Systems, Santa Elena, Ecuador
2020-06-26 11:00 UTC
[GIT PULL] virtio: fixes, tests
2020-06-25 0:50 UTC (2+ messages)
[PATCH] Allow RDTSC and RDTSCP from userspace
2020-06-23 18:56 UTC (41+ messages)
` Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)
[RFC v9 00/11] vhost: ring format independence
2020-06-23 16:45 UTC (4+ messages)
` [RFC v9 02/11] vhost: use batched get_vq_desc version
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).