summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | media: rkisp1: Fix IRQ handling due to shared interruptsTomi Valkeinen2024-02-015-0/+33
| | * | | | | media: Revert "media: rkisp1: Drop IRQF_SHARED"Tomi Valkeinen2024-02-011-1/+1
| * | | | | | Merge tag 'pci-v6.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-171-15/+22
| |\ \ \ \ \ \
| | * | | | | | PCI: Fix active state requirement in PME pollingAlex Williamson2024-02-091-15/+22
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-02-166-33/+48
| |\ \ \ \ \ \
| | * | | | | | scsi: fnic: Move fnic_fnic_flush_tx() to a work queueLee Duncan2024-02-124-5/+8
| | * | | | | | scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan2024-02-121-12/+8
| | * | | | | | scsi: target: Fix unmap setup during configurationMike Christie2024-02-121-16/+32
| * | | | | | | Merge tag 'block-6.8-2024-02-16' of git://git.kernel.dk/linuxLinus Torvalds2024-02-163-2/+7
| |\ \ \ \ \ \ \
| | * | | | | | | nvmet: remove superfluous initializationChaitanya Kulkarni2024-02-131-2/+2
| | * | | | | | | nvme: implement support for relaxed effectsKeith Busch2024-02-131-0/+4
| | * | | | | | | nvme-fabrics: fix I/O connect error handlingChaitanya Kulkarni2024-02-131-0/+1
| * | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-02-162-1/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf/arm-cmn: Workaround AmpereOneX errata AC04_MESH_1 (incorrect child count)Ilkka Koskinen2024-02-091-0/+11
| | * | | | | | | | perf: CXL: fix mismatched cpmu event opcodeHojin Nam2024-02-091-1/+1
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge tag 'drm-fixes-2024-02-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-02-1652-140/+423
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'drm-msm-fixes-2024-02-15' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie2024-02-165-14/+42
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | drm/msm: Wire up tlb opsRob Clark2024-02-151-3/+29
| | | * | | | | | | | Revert "drm/msm/gpu: Push gpu lock down past runpm"Rob Clark2024-02-012-8/+10
| | | * | | | | | | | drm/msm/a6xx: set highest_bank_bit to 13 for a610Dmitry Baryshkov2024-02-011-1/+1
| | | * | | | | | | | drm/msm/gem: Fix double resv lock aquireRob Clark2024-02-011-2/+2
| | * | | | | | | | | Merge tag 'amd-drm-fixes-6.8-2024-02-15-2' of https://gitlab.freedesktop.org/...Dave Airlie2024-02-1623-38/+114
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | drm/amdgpu: Fix implicit assumtion in gfx11 debug flagsRajneesh Bhardwaj2024-02-151-2/+2
| | | * | | | | | | | | drm/amdkfd: update SIMD distribution algo for GFXIP 9.4.2 onwardsRajneesh Bhardwaj2024-02-153-1/+13
| | | * | | | | | | | | drm/amd/display: Increase ips2_eval delay for DCN35Nicholas Kazlauskas2024-02-151-1/+1
| | | * | | | | | | | | drm/amdgpu/display: Initialize gamma correction mode variable in dcn30_get_ga...Srinivasan Shanmugam2024-02-151-4/+1
| | | * | | | | | | | | drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolutionThong2024-02-151-2/+2
| | | * | | | | | | | | drm/amd/display: fixed integer types and null check locationsSohaib Nadeem2024-02-152-7/+11
| | | * | | | | | | | | drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgrRoman Li2024-02-151-4/+11
| | | * | | | | | | | | drm/amd/display: Preserve original aspect ratio in create streamTom Chung2024-02-151-0/+2
| | | * | | | | | | | | drm/amd/display: Fix possible NULL dereference on device remove/driver unloadSrinivasan Shanmugam2024-02-151-1/+1
| | | * | | | | | | | | Revert "drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz"Sohaib Nadeem2024-02-151-1/+1
| | | * | | | | | | | | drm/amd/display: Add align done checkZhikai Zhai2024-02-151-1/+4
| | | * | | | | | | | | Revert "drm/amd: flush any delayed gfxoff on suspend entry"Mario Limonciello2024-02-152-2/+8
| | | * | | | | | | | | drm/amd: Stop evicting resources on APUs in suspendMario Limonciello2024-02-153-2/+26
| | | * | | | | | | | | drm/amd/display: Fix possible buffer overflow in 'find_dcfclk_for_voltage()'Srinivasan Shanmugam2024-02-151-0/+2
| | | * | | | | | | | | drm/amd/display: Fix possible use of uninitialized 'max_chunks_fbc_mode' in '...Srinivasan Shanmugam2024-02-151-1/+1
| | | * | | | | | | | | drm/amd/display: Initialize 'wait_time_microsec' variable in link_dp_training...Srinivasan Shanmugam2024-02-151-1/+1
| | | * | | | | | | | | drm/amd/display: Fix && vs || typosDan Carpenter2024-02-151-2/+2
| | | * | | | | | | | | drm/amdkfd: Fix L2 cache size reporting in GFX9.4.3Kent Russell2024-02-151-6/+4
| | | * | | | | | | | | drm/amdgpu: make damage clips support configurableHamza Mahfooz2024-02-153-0/+21
| | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | * | | | | | | | | Merge tag 'drm-xe-fixes-2024-02-15' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-02-166-36/+46
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | drm/xe: avoid function cast warningsArnd Bergmann2024-02-151-1/+6
| | | * | | | | | | | | drm/xe/pt: Allow for stricter type- and range checkingThomas Hellström2024-02-153-31/+29
| | | * | | | | | | | | drm/xe/display: fix i915_gem_object_is_shmem() wrapperMatthew Auld2024-02-151-1/+1
| | | * | | | | | | | | drm/xe/vm: Avoid reserving zero fencesThomas Hellström2024-02-151-3/+10
| | * | | | | | | | | | Merge tag 'drm-intel-fixes-2024-02-15' of git://anongit.freedesktop.org/drm/d...Dave Airlie2024-02-162-2/+5
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | drm/i915/dp: Limit SST link rate to <=8.1GbpsVille Syrjälä2024-02-121-0/+3
| | | * | | | | | | | | | drm/i915/dsc: Fix the macro that calculates DSCC_/DSCA_ PPS reg addressManasi Navare2024-02-121-2/+2
| | | | |/ / / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge tag 'drm-misc-fixes-2024-02-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2024-02-1616-50/+216
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |