summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-08tpm: Fix error handling in async workTadeusz Struk1-1/+7
2022-03-07Merge tag 'mtd/fixes-for-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2022-03-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds12-39/+109
2022-03-07mtd: rawnand: omap2: Actually prevent invalid configuration and build errorRoger Quadros1-2/+1
2022-03-06vhost: remove avail_event arg from vhost_update_avail_event()Stefano Garzarella1-2/+2
2022-03-06virtio: drop default for virtio-memMichael S. Tsirkin1-1/+0
2022-03-06vdpa: fix use-after-free on vp_vdpa_removeZhang Min1-1/+1
2022-03-06virtio-blk: Remove BUG_ON() in virtio_queue_rq()Xie Yongji1-10/+2
2022-03-06virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroXie Yongji1-2/+8
2022-03-06vhost: fix hung thread due to erroneous iotlb entriesAnirudh Rayabharam2-0/+16
2022-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-60/+48
2022-03-04Merge tag 'iommu-fixes-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-10/+30
2022-03-04Merge tag 'thermal-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2022-03-04Merge tag 'drm-fixes-2022-03-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-49/+37
2022-03-04Merge tag 'pinctrl-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+13
2022-03-04vduse: Fix returning wrong type in vduse_domain_alloc_iova()Xie Yongji1-1/+1
2022-03-04vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET commandSi-Wei Liu1-0/+16
2022-03-04vdpa/mlx5: should verify CTRL_VQ feature exists for MQSi-Wei Liu1-2/+16
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu3-3/+3
2022-03-04virtio_console: break out of buf poll on removeMichael S. Tsirkin1-0/+7
2022-03-04virtio: document virtio_reset_deviceMichael S. Tsirkin1-0/+16
2022-03-04virtio: acknowledge all features before accessMichael S. Tsirkin1-17/+22
2022-03-04virtio: unexport virtio_finalize_featuresMichael S. Tsirkin1-2/+1
2022-03-04Merge tag 'drm-misc-fixes-2022-03-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-2/+7
2022-03-04Merge tag 'amd-drm-fixes-5.17-2022-03-02' of https://gitlab.freedesktop.org/a...Dave Airlie1-1/+2
2022-03-04Merge tag 'drm-intel-fixes-2022-03-03' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-3/+3
2022-03-04HID: add mapping for KEY_ALL_APPLICATIONSWilliam Mahon2-1/+5
2022-03-04HID: add mapping for KEY_DICTATEWilliam Mahon2-0/+2
2022-03-03Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds32-172/+440
2022-03-03Merge tag 'auxdisplay-for-linus-v5.17-rc7' of git://github.com/ojeda/linuxLinus Torvalds1-14/+10
2022-03-03ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski1-2/+4
2022-03-03bnx2: Fix an error messageChristophe JAILLET1-1/+1
2022-03-03sfc: extend the locking on mcdi->seqnoNiels Dossche1-1/+1
2022-03-03net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()Zheyu Ma1-0/+3
2022-03-03net: ipa: add an interconnect dependencyAlex Elder1-0/+1
2022-03-03drm/amdgpu: fix suspend/resume hang regressionQiang Yu1-1/+2
2022-03-03auxdisplay: lcd2s: Use proper API to free the instance of charlcd objectAndy Shevchenko1-2/+2
2022-03-03auxdisplay: lcd2s: Fix memory leak in ->remove()Andy Shevchenko1-11/+7
2022-03-03auxdisplay: lcd2s: Fix lcd2s_redefine_char() featureAndy Shevchenko1-1/+1
2022-03-03iwlwifi: mvm: return value for request_ownershipEmmanuel Grumbach1-2/+3
2022-03-03iwlwifi: fix build error for IWLMEIRandy Dunlap1-0/+1
2022-03-02Merge tag 'ntb-5.17-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds3-5/+34
2022-03-02ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustmentsJonathan Lemon1-2/+23
2022-03-02Input: elan_i2c - fix regulator enable count imbalance after suspend/resumeHans de Goede1-7/+7
2022-03-02Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()Hans de Goede1-40/+22
2022-03-01drm/vrr: Set VRR capable prop only if it is attached to connectorManasi Navare1-0/+3
2022-03-01thermal: core: Fix TZ_GET_TRIP NULL pointer dereferenceNicolas Cavallari1-2/+3
2022-03-01Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux...David S. Miller3-6/+9
2022-03-01iwlwifi: mvm: check debugfs_dir ptr before useRandy Dunlap1-3/+8
2022-03-01iwlwifi: don't advertise TWT supportGolan Ben Ami2-3/+1