summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-01-15device-dax: use struct_size()Joao Martins1-2/+3
2022-01-15device-dax: use ALIGN() for determining pgoffJoao Martins1-2/+2
2022-01-15mm: kmemleak: alloc gray object for reserved region with direct mapCalvin Zhang1-1/+5
2022-01-15RDMA/siw: make use of the helper function kthread_run_on_cpu()Cai Huoqing1-4/+3
2022-01-15vdpa/mlx5: Fix tracking of current number of VQsEli Cohen1-4/+8
2022-01-15vdpa/mlx5: Fix is_index_valid() to refer to featuresEli Cohen1-3/+7
2022-01-15vdpa: Protect vdpa reset with cf_mutexEli Cohen1-1/+1
2022-01-15vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2-13/+3
2022-01-15vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen1-0/+1
2022-01-15vdpa: Use BIT_ULL for bit operationsEli Cohen1-6/+6
2022-01-15vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen1-0/+1
2022-01-15vdpa/mlx5: Report max device capabilitiesEli Cohen1-12/+23
2022-01-15vdpa: Support reporting max device capabilitiesEli Cohen1-0/+10
2022-01-15vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()Eli Cohen1-1/+3
2022-01-15vdpa: Add support for returning device configuration informationEli Cohen1-0/+3
2022-01-15vdpa/mlx5: Support configuring max data virtqueueEli Cohen1-14/+40
2022-01-15vdpa/mlx5: Fix config_attr_mask assignmentEli Cohen1-1/+1
2022-01-15vdpa: Allow to configure max data virtqueuesEli Cohen3-4/+15
2022-01-15vdpa: Read device configuration only if FEATURES_OKEli Cohen1-12/+33
2022-01-15vdpa: Sync calls set/get config/status with cf_mutexEli Cohen3-6/+23
2022-01-15vdpa/mlx5: Distribute RX virtqueues in RQT objectEli Cohen1-23/+7
2022-01-15vdpa: Provide interface to read driver featuresEli Cohen9-29/+78
2022-01-15vdpa: clean up get_config_size ret value handlingLaura Abbott1-1/+1
2022-01-15virtio_ring: mark ring unused on errorMichael S. Tsirkin1-1/+3
2022-01-15vhost/test: fix memory leak of vhost virtqueuesXianting Tian1-0/+1
2022-01-15vdpa/mlx5: Fix wrong configuration of virtio_version_1_0Eli Cohen1-2/+0
2022-01-15virtio/virtio_pci_legacy_dev: ensure the correct return valuePeng Hao1-1/+3
2022-01-15virtio/virtio_mem: handle a possible NULL as a memcpy parameterPeng Hao1-1/+1
2022-01-15virtio: fix a typo in function "vp_modern_remove" comments.Dapeng Mi1-1/+1
2022-01-15virtio-pci: fix the confusing error message王贇1-1/+1
2022-01-15firmware: qemu_fw_cfg: remove sysfs entries explicitlyJohan Hovold1-0/+1
2022-01-15firmware: qemu_fw_cfg: fix sysfs information leakJohan Hovold1-1/+1
2022-01-15firmware: qemu_fw_cfg: fix kobject leak in probe error pathJohan Hovold1-7/+6
2022-01-15firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entriesJohan Hovold1-4/+1
2022-01-15vdpa: Avoid duplicate call to vp_vdpa get_statusEugenio Pérez1-1/+1
2022-01-15eni_vdpa: Simplify 'eni_vdpa_probe()'Christophe JAILLET1-12/+0
2022-01-15net/mlx5_vdpa: Offer VIRTIO_NET_F_MTU when setting MTUEli Cohen1-0/+1
2022-01-15virtio-mem: prepare fake page onlining code for granularity smaller than MAX_...David Hildenbrand1-13/+13
2022-01-15virtio-mem: prepare page onlining code for granularity smaller than MAX_ORDER...David Hildenbrand1-24/+62
2022-01-15vdpa: add driver_override supportStefano Garzarella1-0/+74
2022-01-15ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan3-33/+41
2022-01-15vduse: moving kvfree into callerGuanjun1-1/+2
2022-01-15hwrng: virtio - unregister device before resetMichael S. Tsirkin1-1/+1
2022-01-15virtio: wrap config->reset callsMichael S. Tsirkin20-25/+31
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds23-931/+473
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds447-7013/+23925
2022-01-14Merge tag 'amd-drm-next-5.17-2022-01-12' of https://gitlab.freedesktop.org/ag...Daniel Vetter45-329/+421
2022-01-14Merge tag 'drm-misc-next-fixes-2022-01-14' of git://anongit.freedesktop.org/d...Daniel Vetter2-7/+7
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-6/+5
2022-01-14Merge tag 'drm-misc-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter9-27/+76