aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-2310-22/+42
|\
| * vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan2020-10-213-11/+1
| * vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella2020-10-211-4/+5
| * vdpa/mlx5: Setup driver only if VIRTIO_CONFIG_S_DRIVER_OKEli Cohen2020-10-211-0/+3
| * virtio: let arch advertise guest's memory access restrictionsPierre Morel2020-10-212-0/+21
| * vhost_vdpa: Fix duplicate included kernel.hTian Tao2020-10-211-1/+0
| * vhost: reduce stack usage in log_usedLi Wang2020-10-212-1/+2
| * virtio-mem: Constify mem_id_tableRikard Falkeborn2020-10-211-1/+1
| * virtio_input: Constify id_tableRikard Falkeborn2020-10-211-1/+1
| * virtio-balloon: Constify id_tableRikard Falkeborn2020-10-211-1/+1
| * vdpa/mlx5: Fix failure to bring link upEli Cohen2020-10-211-0/+1
| * vdpa/mlx5: Make use of a specific 16 bit endianness APIEli Cohen2020-10-211-2/+6
* | Merge tag 'tag-chrome-platform-for-v5.10' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-10-2310-115/+153
|\ \
| * | platform/chrome: Use kobj_to_dev() instead of container_of()Wang Qing2020-09-292-3/+3
| * | platform/chrome: cros_ec_proto: Drop cros_ec_cmd_xfer()Prashant Malani2020-09-211-33/+11
| * | platform/chrome: cros_ec_proto: Update cros_ec_cmd_xfer() call-sitesPrashant Malani2020-09-211-11/+4
| * | platform/chrome: Kconfig: Remove the transitional MFD_CROS_EC configEnric Balletbo i Serra2020-09-041-10/+0
| * | platform/chrome: cros_ec_lightbar: Reduce ligthbar get version commandGwendal Grignou2020-09-041-0/+2
| * | platform/chrome: cros_ec_trace: Add fields to command tracesGwendal Grignou2020-08-311-6/+21
| * | platform/chrome: cros_ec_typec: Re-order connector configuration stepsAzhar Shaikh2020-08-241-6/+7
| * | platform/chrome: cros_ec_typec: Avoid setting usb role twice during disconnectAzhar Shaikh2020-08-241-4/+7
| * | platform/chrome: cros_ec_typec: Send enum values to usb_role_switch_set_role()Azhar Shaikh2020-08-241-1/+2
| * | platform/chrome: cros_ec_typec: USB4 supportHeikki Krogerus2020-08-241-1/+32
| * | pwm: cros-ec: Simplify EC error handlingGuenter Roeck2020-08-241-22/+4
| * | platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codesGuenter Roeck2020-08-241-11/+46
| * | platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPTGuenter Roeck2020-08-242-3/+3
| * | pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_statusGuenter Roeck2020-08-241-7/+22
| * | platform/chrome: cros_ec_sysfs: Report range of error codes from ECGuenter Roeck2020-08-241-15/+9
| * | cros_ec_lightbar: Accept more error codes from cros_ec_cmd_xfer_statusGuenter Roeck2020-08-241-6/+4
| * | iio: cros_ec: Accept -EOPNOTSUPP as 'not supported' error codeGuenter Roeck2020-08-241-1/+1
* | | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-232-2/+2
|\ \ \
| * | | task_work: cleanup notification modesJens Axboe2020-10-172-2/+2
* | | | Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-10-2217-16/+1201
|\ \ \ \
| * | | | vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu2020-10-201-1/+2
| * | | | vfio/pci: Clear token on bypass registration failureAlex Williamson2020-10-191-1/+3
| * | | | vfio/fsl-mc: fix the return of the uninitialized variable retDiana Craciun2020-10-191-1/+1
| * | | | vfio/fsl-mc: Fix the dead code in vfio_fsl_mc_set_irq_triggerDiana Craciun2020-10-151-3/+3
| * | | | vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bitDiana Craciun2020-10-131-0/+1
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Alex Williamson2020-10-1212-0/+1151
| |\ \ \ \ \
| | | * | | | vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFOMatthew Rosato2020-10-125-0/+205
| | * | | | | vfio/fsl-mc: Add support for device resetDiana Craciun2020-10-121-1/+17
| | * | | | | vfio/fsl-mc: Add read/write support for fsl-mc devicesDiana Craciun2020-10-122-3/+116
| | * | | | | vfio/fsl-mc: trigger an interrupt via eventfdDiana Craciun2020-10-123-2/+194
| | * | | | | vfio/fsl-mc: Add irq infrastructure for fsl-mc devicesDiana Craciun2020-10-124-3/+91
| | * | | | | vfio/fsl-mc: Added lock support in preparation for interrupt handlingDiana Craciun2020-10-122-9/+90
| | * | | | | vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regionsDiana Craciun2020-10-121-2/+66
| | * | | | | vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl callDiana Craciun2020-10-122-1/+96
| | * | | | | vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctlDiana Craciun2020-10-121-1/+20
| | * | | | | vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bindDiana Craciun2020-10-122-0/+92
| | * | | | | vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devicesBharat Bhushan2020-10-076-0/+186
| | |/ / / /