summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cxl/pci: Skip to handle RAS errors if CXL.mem device is detachedLi Ming2024-01-291-12/+31
| | |/ | |/|
* | | Merge tag 'for-6.8/dm-fix-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-242-8/+6
|\ \ \
| * | | dm-integrity, dm-verity: reduce stack usage for recheckArnd Bergmann2024-02-242-8/+6
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-02-248-9/+71
|\ \ \ \
| * | | | scsi: jazz_esp: Only build if SCSI core is builtinRandy Dunlap2024-02-151-1/+1
| * | | | scsi: smartpqi: Fix disable_managed_interruptsDon Brace2024-02-151-1/+4
| * | | | scsi: ufs: Uninitialized variable in ufshcd_devfreq_target()Dan Carpenter2024-02-151-1/+1
| * | | | scsi: target: pscsi: Fix bio_put() for error caseNaohiro Aota2024-02-151-3/+6
| * | | | scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen2024-02-151-2/+20
| * | | | scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2024-02-143-1/+39
* | | | | Merge tag 'i2c-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-241-0/+5
|\ \ \ \ \
| * | | | | i2c: imx: when being a target, mark the last read as processedCorey Minyard2024-02-231-0/+5
| | |_|_|/ | |/| | |
* | | | | Merge tag 'arm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-234-3/+7
|\ \ \ \ \
| * \ \ \ \ Merge tag 'riscv-soc-drivers-fixes-for-v6.8-rc6' of https://git.kernel.org/pu...Arnd Bergmann2024-02-231-1/+1
| |\ \ \ \ \
| | * | | | | soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input promptGeert Uytterhoeven2024-01-221-1/+1
| * | | | | | Merge tag 'riscv-firmware-fixes-for-v6.8-rc6' of https://git.kernel.org/pub/s...Arnd Bergmann2024-02-231-1/+1
| |\ \ \ \ \ \
| | * | | | | | firmware: microchip: fix wrong sizeof argumentSamasth Norway Ananda2024-01-291-1/+1
| | |/ / / / /
| * | | | | | Merge tag 'riscv-cache-fixes-for-v6.8-rc6' of https://git.kernel.org/pub/scm/...Arnd Bergmann2024-02-231-0/+4
| |\ \ \ \ \ \
| | * | | | | | cache: ax45mp_cache: Align end size to cache boundary in ax45mp_dma_cache_wba...Lad Prabhakar2024-02-211-0/+4
| | |/ / / / /
| * | | | | | Merge tag 'imx-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2024-02-201-1/+1
| |\ \ \ \ \ \
| | * | | | | | bus: imx-weim: fix valid range checkLucas Stach2024-02-061-1/+1
| | |/ / / / /
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-02-231-5/+5
|\ \ \ \ \ \ \
| * | | | | | | perf: CXL: fix CPMU filter value mask lengthHojin Nam2024-02-201-5/+5
* | | | | | | | Merge tag 's390-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-02-231-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/cio: fix invalid -EBUSY on ccw_device_startPeter Oberparleiter2024-02-221-3/+3
* | | | | | | | | Merge tag 'for-6.8/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-02-234-38/+256
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | dm-crypt, dm-integrity, dm-verity: bump target versionMike Snitzer2024-02-203-3/+3
| * | | | | | | | dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka2024-02-202-4/+4
| * | | | | | | | dm-crypt: recheck the integrity tag after a failureMikulas Patocka2024-02-201-16/+73
| * | | | | | | | dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka2024-02-201-0/+6
| * | | | | | | | dm-verity: recheck the hash after a failureMikulas Patocka2024-02-202-6/+86
| * | | | | | | | dm-integrity: recheck the integrity tag after a failureMikulas Patocka2024-02-201-9/+84
| |/ / / / / / /
* | | | | | | | Merge tag 'drm-fixes-2024-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-02-2336-187/+167
|\ \ \ \ \ \ \ \
| * | | | | | | | nouveau: add an ioctl to report vram usageDave Airlie2024-02-231-0/+5
| * | | | | | | | nouveau: add an ioctl to return vram bar size.Dave Airlie2024-02-231-0/+4
| * | | | | | | | nouveau/gsp: add kconfig option to enable GSP paths by defaultDave Airlie2024-02-232-1/+13
| * | | | | | | | Merge tag 'drm-xe-fixes-2024-02-22' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-02-2312-102/+28
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/xe: Fix modpost warning on xe_mocs kunit moduleAshutosh Dixit2024-02-211-0/+1
| | * | | | | | | | drm/xe/xe_gt_idle: Drop redundant newline in nameAshutosh Dixit2024-02-211-2/+2
| | * | | | | | | | drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost2024-02-213-2/+6
| | * | | | | | | | drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost2024-02-213-2/+10
| | * | | | | | | | drm/xe: Fix xe_vma_set_pte_sizeMatthew Brost2024-02-211-3/+4
| | * | | | | | | | drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström2024-02-217-93/+5
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge tag 'amd-drm-fixes-6.8-2024-02-22' of https://gitlab.freedesktop.org/ag...Dave Airlie2024-02-239-53/+71
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/amdgpu: Fix the runtime resume failure issueMa Jun2024-02-221-0/+3
| | * | | | | | | | drm/amd/display: fix null-pointer dereference on edid readingMelissa Wen2024-02-221-4/+15
| | * | | | | | | | drm/amd/display: Fix memory leak in dm_sw_fini()Armin Wolf2024-02-221-0/+1
| | * | | | | | | | drm/amd/display: fix input states translation error for dcn35 & dcn351Swapnil Patel2024-02-221-1/+8
| | * | | | | | | | drm/amd/display: Fix potential null pointer dereference in dc_dmub_srvSrinivasan Shanmugam2024-02-221-2/+5
| | * | | | | | | | drm/amd/display: Only allow dig mapping to pwrseq in new asicLewis Huang2024-02-225-27/+21