linux-2.6-microblaze.git
2022-08-11 Eli Cohenvdpa/mlx5: Support different address spaces for control...
2022-08-11 Eli Cohenvdpa/mlx5: Implement susupend virtqueue callback
2022-08-11 Xie Yongjivduse: Support querying information of IOVA regions
2022-08-11 Xie Yongjivduse: Support registering userspace memory for IOVA...
2022-08-11 Xie Yongjivduse: Support using userspace pages as bounce buffer
2022-08-11 Xie Yongjivduse: Use memcpy_{to,from}_page() in do_bounce()
2022-08-11 Xie Yongjivduse: Remove unnecessary spin lock protection
2022-08-11 Alvaro Karsznet: virtio_net: notifications coalescing support
2022-08-11 Bo Liuvirtio: Check dev_set_name() return value
2022-08-11 Stefano Garzarellatools/virtio: fix build
2022-08-11 Colin Ian KingvDPA/ifcvf: remove duplicated assignment to pointer cfg
2022-08-11 Zhang Jiamingvdpa: ifcvf: Fix spelling mistake in comments
2022-08-11 Xu Qiangvdpa/mlx5: Use eth_broadcast_addr() to assign broadcast...
2022-08-11 Stefano Garzarellavdpa_sim: use max_iotlb_entries as a limit in vhost_iot...
2022-08-11 Stefano Garzarellavdpa_sim_blk: set number of address spaces and virtqueu...
2022-08-11 Stefano Garzarellavdpa_sim_blk: call vringh_complete_iotlb() also in...
2022-08-11 Stefano Garzarellavdpa_sim_blk: limit the number of request handled per...
2022-08-11 Stefano Garzarellavdpa_sim_blk: use dev_dbg() to print errors
2022-08-11 Xuan Zhuovirtio_net: support set_ringparam
2022-08-11 Xuan Zhuovirtio_net: support tx queue resize
2022-08-11 Xuan Zhuovirtio_net: support rx queue resize
2022-08-11 Xuan Zhuovirtio_net: split free_unused_bufs()
2022-08-11 Xuan Zhuovirtio_net: get ringparam by virtqueue_get_vring_max_size()
2022-08-11 Xuan Zhuovirtio_net: set the default max ring size by find_vqs()
2022-08-11 Xuan Zhuovirtio: add helper virtio_find_vqs_ctx_size()
2022-08-11 Xuan Zhuovirtio_mmio: support the arg sizes of find_vqs()
2022-08-11 Xuan Zhuovirtio_pci: support the arg sizes of find_vqs()
2022-08-11 Xuan Zhuovirtio: find_vqs() add arg sizes
2022-08-11 Xuan Zhuovirtio_pci: support VIRTIO_F_RING_RESET
2022-08-11 Xuan Zhuovirtio_pci: extract the logic of active vq for modern pci
2022-08-11 Xuan Zhuovirtio_pci: introduce helper to get/set queue reset
2022-08-11 Xuan Zhuovirtio_pci: struct virtio_pci_common_cfg add queue_reset
2022-08-11 Xuan Zhuovirtio_ring: struct virtqueue introduce reset
2022-08-11 Xuan Zhuovirtio: queue_reset: add VIRTIO_F_RING_RESET
2022-08-11 Xuan Zhuovirtio: allow to unbreak/break virtqueue individually
2022-08-11 Xuan Zhuovirtio_pci: struct virtio_pci_common_cfg add queue_noti...
2022-08-11 Xuan Zhuovirtio_ring: introduce virtqueue_resize()
2022-08-11 Xuan Zhuovirtio_ring: packed: introduce virtqueue_resize_packed()
2022-08-11 Xuan Zhuovirtio_ring: packed: introduce virtqueue_reinit_packed()
2022-08-11 Xuan Zhuovirtio_ring: packed: extract the logic of attach vring
2022-08-11 Xuan Zhuovirtio_ring: packed: extract the logic of vring init
2022-08-11 Xuan Zhuovirtio_ring: packed: extract the logic of alloc state...
2022-08-11 Xuan Zhuovirtio_ring: packed: extract the logic of alloc queue
2022-08-11 Xuan Zhuovirtio_ring: packed: introduce vring_free_packed
2022-08-11 Xuan Zhuovirtio_ring: split: introduce virtqueue_resize_split()
2022-08-11 Xuan Zhuovirtio_ring: split: reserve vring_align, may_reduce_num
2022-08-11 Xuan Zhuovirtio_ring: split: introduce virtqueue_reinit_split()
2022-08-11 Xuan Zhuovirtio_ring: split: extract the logic of attach vring
2022-08-11 Xuan Zhuovirtio_ring: split: extract the logic of vring init
2022-08-11 Xuan Zhuovirtio_ring: split: extract the logic of alloc state...
2022-08-11 Xuan Zhuovirtio_ring: split: extract the logic of alloc queue
2022-08-11 Xuan Zhuovirtio_ring: split: introduce vring_free_split()
2022-08-11 Xuan Zhuovirtio_ring: split: __vring_new_virtqueue() accept...
2022-08-11 Xuan Zhuovirtio_ring: split: stop __vring_new_virtqueue as expor...
2022-08-11 Xuan Zhuovirtio_ring: introduce virtqueue_init()
2022-08-11 Xuan Zhuovirtio_ring: split vring_virtqueue
2022-08-11 Xuan Zhuovirtio_ring: extract the logic of freeing vring
2022-08-11 Xuan Zhuovirtio_ring: update the document of the virtqueue_detac...
2022-08-11 Xuan Zhuovirtio: struct virtio_config_ops add callbacks for...
2022-08-11 Xuan Zhuovirtio: record the maximum queue num supported by the...
2022-08-11 David Hildenbranddrivers/virtio: Clarify CONFIG_VIRTIO_MEM for unsupport...
2022-08-11 Minghao Xuevirtio_mmio: add support to set IRQ of a virtio device...
2022-08-11 Minghao Xuedt-bindings: virtio: mmio: add optional wakeup-source...
2022-08-11 Robin Murphyvdpa: Use device_iommu_capable()
2022-08-11 Michael S.... virtio: VIRTIO_HARDEN_NOTIFICATION is broken
2022-08-11 Jason Wangvirtio_pmem: set device ready in probe()
2022-08-11 Jason Wangvirtio_pmem: initialize provider_data through nd_region...
2022-08-11 Stefano Garzarellavringh: iterate on iotlb_translate to handle large...
2022-08-11 Xuan Zhuovirtio_ring: remove the arg vq of vring_alloc_desc_extra()
2022-08-11 Xuan Zhuoremoteproc: rename len of rpoc_vring to num
2022-07-31 Linus TorvaldsLinux 5.19
2022-07-31 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2022-07-31 Linus TorvaldsMerge tag 'x86_urgent_for_v5.19' of git://git./linux...
2022-07-31 Linus TorvaldsMerge tag 'locking_urgent_for_v5.19' of git://git....
2022-07-31 Linus TorvaldsMerge tag 'edac_urgent_for_v5.19' of git://git./linux...
2022-07-31 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2022-07-30 Waiman Longlocking/rwsem: Allow slowpath writer to ignore handoff...
2022-07-30 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-07-29' of git:/...
2022-07-29 Linus TorvaldsMerge tag 'block-5.19-2022-07-29' of git://git.kernel...
2022-07-29 Linus TorvaldsMerge tag 'drm-fixes-2022-07-30' of git://anongit.freed...
2022-07-29 Dave AirlieMerge tag 'drm-misc-fixes-2022-07-29' of git://anongit...
2022-07-29 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2022-07-29 Eiichi Tsukatadocs/kernel-parameters: Update descriptions for "mitiga...
2022-07-29 Ralph Campbellmm/hmm: fault non-owner device private entries
2022-07-29 Jaewon Kimpage_alloc: fix invalid watermark check on a negative...
2022-07-29 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.19-2022-07-29' of...
2022-07-29 Linus TorvaldsMerge tag 'wq-for-5.19-rc8-fixes' of git://git./linux...
2022-07-29 Linus TorvaldsMerge tag 'pm-5.19-rc9' of git://git./linux/kernel...
2022-07-29 Lai Jiangshanworkqueue: Avoid a false warning in unbind_workers()
2022-07-29 Linus TorvaldsMerge tag 'riscv-for-linus-5.19-rc9' of git://git....
2022-07-29 Linus TorvaldsMerge tag 'loongarch-fixes-5.19-5' of git://git./linux...
2022-07-29 Linus TorvaldsMerge tag 'powerpc-5.19-6' of git://git./linux/kernel...
2022-07-29 Tiezhu YangLoongArch: Fix wrong "ROM Size" of boardinfo
2022-07-29 Qi HuLoongArch: Fix missing fcsr in ptrace's fpr_set
2022-07-29 Huacai ChenLoongArch: Fix shared cache size calculation
2022-07-29 Huacai ChenLoongArch: Disable executable stack by default
2022-07-29 Bibo MaoLoongArch: Remove unused variables
2022-07-29 Bibo MaoLoongArch: Remove clock setting during cpu hotplug...
2022-07-29 Jun YiLoongArch: Remove useless header compiler.h
2022-07-29 WANG XueruiLoongArch: Remove several syntactic sugar macros for...
next