summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-064-102/+84
|\
| * thermal: Update power allocator and devfreq cooling to SPDX licensingLukasz Luba2020-07-301-8/+1
| * thermal/drivers/clock_cooling: Remove clock_cooling codeAmit Kucheria2020-07-211-57/+0
| * thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano2020-07-072-34/+72
| * thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz2020-07-071-5/+0
| * thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz2020-06-291-1/+1
| * thermal: Add mode helpersAndrzej Pietrasiewicz2020-06-291-0/+13
| * thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-2/+0
| * thermal: Add current mode to thermal zone deviceAndrzej Pietrasiewicz2020-06-291-0/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-0610-8/+89
|\ \
| * | scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser2020-07-281-0/+25
| * | scsi: target: Add tmr_notify backend functionBodo Stroesser2020-07-282-0/+3
| * | scsi: target: iscsi: Fix login error when receivingHou Pu2020-07-281-4/+5
| * | scsi: core: Only return started requests from scsi_host_find_tag()Hannes Reinecke2020-07-241-1/+1
| * | scsi: firmware: qcom_scm: Add support for programming inline crypto keysEric Biggers2020-07-241-0/+19
| * | scsi: scsi_transport_iscsi: Drop a duplicated wordRandy Dunlap2020-07-241-1/+1
| * | scsi: scsi_transport_fc: Match HBA Attribute Length with HBAAPI V2.0 definitionsLee Jones2020-07-151-2/+2
| * | scsi: qla2xxx: Change in PUREX to handle FPIN ELS requestsShyam Sundar2020-07-011-0/+2
| * | scsi: ufs: Add trace event for UIC commandsStanley Chu2020-06-151-0/+31
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-0640-1012/+284
|\ \ \
| * | | RDMA/include: Replace license text with SPDX tagsLeon Romanovsky2020-07-2931-946/+59
| * | | RDMA/efa: User/kernel compatibility handshake mechanismGal Pressman2020-07-291-0/+10
| * | | RDMA/efa: Expose minimum SQ sizeGal Pressman2020-07-291-1/+2
| * | | RDMA/efa: Expose maximum TX doorbell batchGal Pressman2020-07-291-1/+3
| * | | Merge branch 'mlx5_uar' into rdma.git /for-nextJason Gunthorpe2020-07-273-18/+113
| |\ \ \
| | * | | RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7Meir Lichtinger2020-07-271-1/+3
| | * | | RDMA/mlx5: Use MLX5_SET macro instead of local structureMeir Lichtinger2020-07-271-1/+0
| | * | | RDMA/mlx5: ConnectX-7 new capabilities to set relaxed ordering by UMRMeir Lichtinger2020-07-241-1/+3
| | * | | net/mlx5: Add interface changes required for VDPAEli Cohen2020-07-152-16/+100
| | * | | net/mlx5: Add VDPA interface type to supported enumerationsEli Cohen2020-07-151-0/+1
| | * | | net/mlx5: Support setting access rights of dma addressesEli Cohen2020-07-152-0/+7
| * | | | RDMA/mlx5: Fix typo in enum namePavel Machek2020-07-241-1/+1
| * | | | RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky2020-07-242-0/+15
| * | | | RDMA: rdma_user_ioctl.h: fix a duplicated word + clarifyRandy Dunlap2020-07-201-1/+1
| * | | | RDMA/qedr: Add EDPM max size to alloc ucontext responseMichal Kalderon2020-07-161-1/+5
| * | | | RDMA/qedr: Add EDPM mode type for user-fw compatibilityMichal Kalderon2020-07-161-2/+2
| * | | | RDMA/counter: Add PID category support in auto modeMark Zhang2020-07-101-0/+1
| * | | | RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2020-07-061-3/+3
| * | | | RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2020-07-061-3/+4
| * | | | IB/uverbs: Expose UAPI to query MRYishai Hadas2020-07-061-0/+9
| * | | | RDMA/mlx5: Introduce UAPI to query PD attributesYishai Hadas2020-07-061-0/+10
| * | | | RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas2020-07-061-0/+4
| * | | | IB/uverbs: Expose UAPI to query ucontextYishai Hadas2020-07-062-0/+10
| * | | | RDMA/core: Optimize XRC target lookupMaor Gottlieb2020-07-061-3/+2
| * | | | RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb2020-07-061-15/+3
| * | | | RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-061-1/+1
| * | | | RDMA/core: Remove ib_alloc_mr_user functionGal Pressman2020-07-061-8/+2
| * | | | Merge branch 'mlx5_ipoib_qpn' into rdma.git for-nextJason Gunthorpe2020-07-064-8/+18
| |\| | |
| | * | | net/mlx5: Enable QP number request when creating IPoIB underlay QPMichael Guralnik2020-07-031-2/+7
| * | | | RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb2020-07-031-0/+1