aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-02drm/ast: Fail probing if DDC channel could not be initializedThomas Zimmermann3-37/+24
2024-04-02drm/ast: Include <linux/of.h> where necessaryThomas Zimmermann2-0/+2
2024-04-02RDMA/mana_ib: Use struct mana_ib_queue for RAW QPsKonstantin Taranov2-46/+18
2024-04-02RDMA/mana_ib: Use struct mana_ib_queue for WQsKonstantin Taranov3-35/+10
2024-04-02RDMA/mana_ib: Use struct mana_ib_queue for CQsKonstantin Taranov3-58/+24
2024-04-02RDMA/mana_ib: Introduce helpers to create and destroy mana queuesKonstantin Taranov2-0/+53
2024-04-02drm/i915/display: move dmc_firmware_path to display paramsJani Nikula6-11/+8
2024-04-02drm/i915: use fine grained -Woverride-init disableJani Nikula5-8/+15
2024-04-02Merge drm/drm-next into drm-misc-nextThomas Zimmermann4090-72561/+336858
2024-04-02drm/panthor: Fix clang -Wunused-but-set-variable in tick_ctx_apply()Nathan Chancellor1-2/+1
2024-04-02drm/panthor: Drop the dev_enter/exit() sections in _irq_suspend/resume()Boris Brezillon1-13/+4
2024-04-02drm/panthor: Fix ordering in _irq_suspend()Boris Brezillon1-2/+2
2024-04-02drm/panthor: Fix IO-page mmap() for 32-bit userspace on 64-bit kernelBoris Brezillon3-29/+20
2024-04-02fpga: altera-cvp: Remove an unused field in struct altera_cvp_confChristophe JAILLET1-1/+0
2024-04-02thunderbolt: Do not create DisplayPort tunnels on adapters of the same routerMika Westerberg1-0/+6
2024-04-01genetlink: remove linux/genetlink.hJakub Kicinski1-1/+1
2024-04-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski13-649/+582
2024-04-01i40e: Fix VF MAC filter removalIvan Vecera1-5/+6
2024-04-01net: phy: micrel: Fix potential null pointer dereferenceAleksandr Mishin1-5/+16
2024-04-02ata: ahci_st: Remove an unused field in struct st_ahci_drv_dataChristophe JAILLET1-1/+0
2024-04-02hwrng: mxc-rnga - Drop usage of platform_driver_probe()Uwe Kleine-König1-4/+5
2024-04-02crypto: bcm - Fix pointer arithmeticAleksandr Mishin1-1/+1
2024-04-02hwrng: core - Convert sprintf/snprintf to sysfs_emitLi Zhijian1-1/+1
2024-04-02crypto: nx - Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva2-6/+10
2024-04-02crypto: starfive - Use dma for aes requestsJia Jie Ho4-238/+395
2024-04-02crypto: starfive - Skip unneeded key freeJia Jie Ho1-0/+3
2024-04-02crypto: starfive - Update hash dma usageJia Jie Ho3-176/+112
2024-04-02crypto: iaa - Change iaa statistics to atomic64_tTom Zanussi2-64/+77
2024-04-02crypto: iaa - Add global_stats file and remove individual stat filesTom Zanussi1-13/+17
2024-04-02crypto: iaa - Remove comp/decomp delay statisticsTom Zanussi3-45/+0
2024-04-02crypto: iaa - fix decomp_bytes_in statsTom Zanussi1-2/+2
2024-04-02crypto: qat - implement interface for live migrationXin Zeng9-1/+1445
2024-04-02crypto: qat - add interface for live migrationXin Zeng4-1/+158
2024-04-02crypto: qat - add bank save and restore flowsSiming Wan4-0/+338
2024-04-02crypto: qat - expand CSR operations for QAT GEN4 devicesSiming Wan3-1/+249
2024-04-02crypto: qat - rename get_sla_arr_of_type()Siming Wan2-5/+7
2024-04-02crypto: qat - relocate CSR access codeGiovanni Cabiddu17-362/+397
2024-04-02crypto: qat - move PFVF compat checker to a functionXin Zeng2-7/+12
2024-04-02crypto: qat - relocate and rename 4xxx PF2VM definitionsXin Zeng2-5/+7
2024-04-02crypto: qat - adf_get_etr_base() helperGiovanni Cabiddu3-6/+12
2024-04-01drm/msm/dp: fix typo in dp_display_handle_port_status_changed()Abhinav Kumar1-2/+2
2024-04-01scsi: ufs: core: Fix MCQ mode dev command timeoutPeter Wang1-1/+3
2024-04-01scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li1-1/+1
2024-04-01scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan1-1/+1
2024-04-01scsi: ufs: core: WLUN suspend dev/link state error recoveryPeter Wang1-1/+4
2024-04-01scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann2-22/+22
2024-04-01drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sen...Dmitry Baryshkov1-4/+4
2024-04-01Merge tag 'pwm/for-6.9-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-04-01drm/display: fix typoOleksandr Natalenko1-2/+2
2024-04-01dm: use bio_list_merge_initChristoph Hellwig8-36/+17