summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | clocksource/drivers/sp804: Avoid error on multiple instancesAndre Przywara2022-05-181-5/+5
| * | clocksource/drivers/riscv: Events are stopped during CPU suspendSamuel Holland2022-05-181-1/+1
| * | clocksource/drivers/ixp4xx: Drop boardfile probe pathLinus Walleij2022-05-182-26/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-06-0578-3252/+704
|\ \ \
| * | | scsi: qla2xxx: Remove unused 'ql_dm_tgt_ex_pct' parameterGleb Chesnokov2022-06-011-7/+0
| * | | scsi: qla2xxx: Remove setting of 'req' and 'rsp' parametersTom Rix2022-06-011-2/+0
| * | | scsi: mpi3mr: Fix kernel-docJiapeng Chong2022-06-011-1/+1
| * | | scsi: lpfc: Add support for ATTO Fibre Channel devicesBradley Grove2022-06-013-0/+141
| * | | scsi: core: Return BLK_STS_TRANSPORT for ALUA transitioningHannes Reinecke2022-06-011-1/+1
| * | | scsi: sd_zbc: Prevent zone information memory leakDamien Le Moal2022-06-013-16/+16
| * | | scsi: sd: Fix potential NULL pointer dereferenceDamien Le Moal2022-06-011-1/+0
| * | | scsi: mpi3mr: Rework mrioc->bsg_device model to fix warningsSumit Saxena2022-06-012-27/+23
| * | | scsi: myrb: Fix up null pointer access on myrb_cleanup()Hannes Reinecke2022-05-231-3/+8
| * | | scsi: core: Unexport scsi_bus_typeChristoph Hellwig2022-05-231-1/+0
| * | | scsi: sd: Don't call blk_cleanup_disk() in sd_probe()Christoph Hellwig2022-05-231-1/+1
| * | | scsi: ufs: ufshcd: Delete unnecessary NULL checkDan Carpenter2022-05-231-4/+1
| * | | scsi: isci: Fix typo in commentJulia Lawall2022-05-231-1/+1
| * | | scsi: pmcraid: Fix typo in commentJulia Lawall2022-05-231-1/+1
| * | | scsi: smartpqi: Fix typo in commentJulia Lawall2022-05-231-1/+1
| * | | scsi: qedf: Fix typo in commentJulia Lawall2022-05-231-1/+1
| * | | scsi: esas2r: Fix typo in commentJulia Lawall2022-05-231-1/+1
| * | | scsi: storvsc: Fix typo in commentJulia Lawall2022-05-231-1/+1
| * | | scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche2022-05-1952-2920/+146
| * | | scsi: qla1280: Remove redundant variableColin Ian King2022-05-191-2/+1
| * | | scsi: lpfc: Add support for VMID tagging of NVMe I/OsJames Smart2022-05-191-0/+45
| * | | scsi: lpfc: Rework lpfc_vmid_get_appid() to be protocol independentJames Smart2022-05-192-5/+7
| * | | scsi: lpfc: Commonize VMID code locationJames Smart2022-05-194-257/+291
| * | | scsi: nvme-fc: Add new routine nvme_fc_io_getuuid()Muneendra Kumar2022-05-191-0/+18
* | | | Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-0511-34/+2312
|\ \ \ \
| * | | | hte: Uninitialized variable in hte_ts_get()Dan Carpenter2022-05-201-1/+1
| * | | | hte: Fix off by one in hte_push_ts_ns()Dan Carpenter2022-05-101-1/+1
| * | | | hte: Fix possible use-after-free in tegra_hte_test_remove()Yang Yingliang2022-05-101-1/+1
| * | | | hte: Remove unused including <linux/version.h>Jiapeng Chong2022-05-101-1/+0
| * | | | hte: Add Tegra HTE test driverDipen Patel2022-05-043-1/+247
| * | | | gpiolib: cdev: Add hardware timestamp clock typeDipen Patel2022-05-041-33/+219
| * | | | gpio: tegra186: Add HTE supportDipen Patel2022-05-041-1/+80
| * | | | gpiolib: Add HTE supportDipen Patel2022-05-042-0/+59
| * | | | hte: Add Tegra194 HTE kernel providerDipen Patel2022-05-043-0/+743
| * | | | drivers: Add hardware timestamp engine (HTE) subsystemDipen Patel2022-05-045-0/+966
* | | | | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-041-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Unify the primitives for file descriptor closingAl Viro2022-05-141-1/+1
| |/ / /
* | | | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-0411-94/+48
|\ \ \ \
| * | | | drm/amd/pm: use bitmap_{from,to}_arr32 where appropriateYury Norov2022-06-032-2/+2
| * | | | irq: mips: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
| * | | | drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
| * | | | qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()Yury Norov2022-05-021-1/+1
| * | | | octeontx2-pf: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-05-022-3/+3
| * | | | qed: rework qed_rdma_bmap_free()Yury Norov2022-05-021-31/+14
| * | | | iio: fix opencoded for_each_set_bit()Yury Norov2022-05-021-29/+19
| * | | | net: mellanox: fix open-coded for_each_set_bit()Yury Norov2022-05-021-17/+6