summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* firmware: qemu_fw_cfg: fix sysfs information leakJohan Hovold2022-01-141-1/+1
* firmware: qemu_fw_cfg: fix kobject leak in probe error pathJohan Hovold2022-01-141-7/+6
* firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entriesJohan Hovold2022-01-141-4/+1
* vdpa: Avoid duplicate call to vp_vdpa get_statusEugenio Pérez2022-01-141-1/+1
* eni_vdpa: Simplify 'eni_vdpa_probe()'Christophe JAILLET2022-01-141-12/+0
* net/mlx5_vdpa: Offer VIRTIO_NET_F_MTU when setting MTUEli Cohen2022-01-141-0/+1
* virtio-mem: prepare fake page onlining code for granularity smaller than MAX_...David Hildenbrand2022-01-141-13/+13
* virtio-mem: prepare page onlining code for granularity smaller than MAX_ORDER...David Hildenbrand2022-01-141-24/+62
* vdpa: add driver_override supportStefano Garzarella2022-01-141-0/+74
* ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan2022-01-143-33/+41
* vduse: moving kvfree into callerGuanjun2022-01-141-1/+2
* hwrng: virtio - unregister device before resetMichael S. Tsirkin2022-01-141-1/+1
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-1420-25/+31
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-021-0/+3
|\
| * i2c: validate user data in compat ioctlPavel Skripkin2021-12-311-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-01-012-4/+11
|\ \
| * | Input: spaceball - fix parsing of movement data packetsLeo L. Schwab2021-12-301-2/+9
| * | Input: appletouch - initialize work before device registrationPavel Skripkin2021-12-301-2/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-12-313-6/+11
|\ \ \
| * | | scsi: vmw_pvscsi: Set residual data length conditionallyAlexey Makhalov2021-12-221-2/+5
| * | | scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()Lixiaokeng2021-12-221-2/+4
| * | | scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter2021-12-161-2/+2
* | | | Merge tag 'drm-fixes-2021-12-31' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-12-3027-114/+318
|\ \ \ \
| * \ \ \ Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org/git/drm/drm-misc i...Dave Airlie2021-12-312-14/+16
| |\ \ \ \
| | * | | | drm/nouveau: wait for the exclusive fence after the shared ones v2Christian König2021-12-211-13/+15
| | * | | | drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notifyChristian König2021-12-171-1/+1
| * | | | | Merge tag 'amd-drm-fixes-5.16-2021-12-29' of https://gitlab.freedesktop.org/a...Dave Airlie2021-12-3023-98/+300
| |\ \ \ \ \
| | * | | | | drm/amd/display: Changed pipe split policy to allow for multi-display pipe splitAngus Wang2021-12-288-8/+8
| | * | | | | drm/amd/display: Fix USB4 null pointer dereference in update_psp_stream_configNicholas Kazlauskas2021-12-281-4/+1
| | * | | | | drm/amd/display: Set optimize_pwr_state for DCN31Nicholas Kazlauskas2021-12-281-0/+1
| | * | | | | drm/amd/display: Send s0i2_rdy in stream_count == 0 optimizationNicholas Kazlauskas2021-12-281-0/+1
| | * | | | | drm/amd/display: Added power down for DCN10Lai, Derek2021-12-281-0/+1
| | * | | | | drm/amd/display: fix B0 TMDS deepcolor no dislay issueCharlene Liu2021-12-282-2/+54
| | * | | | | drm/amdgpu: no DC support for headless chipsAlex Deucher2021-12-281-0/+6
| | * | | | | drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...Evan Quan2021-12-271-0/+15
| | * | | | | drm/amdgpu: always reset the asic in suspend (v2)Alex Deucher2021-12-271-1/+4
| | * | | | | drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resumePrike Liang2021-12-272-6/+4
| | * | | | | drm/amdgpu: fix runpm documentationAlex Deucher2021-12-221-3/+4
| | * | | | | drm/amdgpu: add support for IP discovery gc_info table v2Alex Deucher2021-12-172-22/+103
| | * | | | | drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e...chen gong2021-12-171-0/+7
| | * | | | | drm/amd/pm: Fix xgmi link control on aldebaranLijo Lazar2021-12-171-1/+1
| | * | | | | drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fenceHuang Rui2021-12-173-51/+90
| * | | | | | drm/i915: Increment composite fence seqnoMatthew Brost2021-12-271-1/+1
| * | | | | | drm/i915: Fix possible uninitialized variable in parallel extensionMatthew Brost2021-12-271-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-3025-95/+204
|\ \ \ \ \ \
| * | | | | | fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin2021-12-301-5/+7
| * | | | | | net/mlx5e: Fix wrong features assignment in case of errorGal Pressman2021-12-281-6/+5
| * | | | | | net/mlx5e: TC, Fix memory leak with rules with internal portRoi Dayan2021-12-281-0/+2
| * | | | | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-12-282-1/+20
| |\ \ \ \ \ \
| | * | | | | | igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin2021-12-281-0/+6