summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-09-113-107/+123
|\
| * dt-bindings: i2c: renesas,riic: Fix 'unevaluatedProperties' warningsLad Prabhakar2022-08-301-0/+3
| * docs: i2c: piix4: Fix typos, add markup, drop linkBruce Duncan2022-08-291-8/+5
| * docs: i2c: i2c-topology: reorder sections more logicallyLuca Ceresoli2022-08-291-97/+114
| * docs: i2c: i2c-topology: fix incorrect headingLuca Ceresoli2022-08-291-3/+2
| * docs: i2c: i2c-topology: fix typoLuca Ceresoli2022-08-291-1/+1
* | Merge tag 'iommu-fixes-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-09-118-135/+163
|\ \
| * | iommu: Fix false ownership failure on AMD systems with PASID activatedJason Gunthorpe2022-09-112-2/+21
| * | iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Lu Baolu2022-09-113-26/+12
| * | iommu/virtio: Fix interaction with VFIOJean-Philippe Brucker2022-09-071-0/+11
| * | iommu/vt-d: Fix lockdep splat due to klist iteration in atomic contextLu Baolu2022-09-071-28/+19
| * | iommu/vt-d: Fix recursive lock issue in iommu_flush_dev_iotlb()Lu Baolu2022-09-071-16/+23
| * | iommu/vt-d: Correctly calculate sagaw value of IOMMULu Baolu2022-09-071-3/+25
| * | iommu/vt-d: Fix kdump kernels boot failure with scalable modeLu Baolu2022-09-072-59/+50
| * | iommu/amd: use full 64-bit value in build_completion_wait()John Sperbeck2022-09-071-1/+2
* | | Merge tag 'mips-fixes_6.0_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-115-22/+21
|\ \ \
| * | | mips: Select SPARSEMEM_EXTREMEAlexander Sverdlin2022-09-091-1/+0
| * | | MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()Alexander Sverdlin2022-09-071-0/+10
| * | | MIPS: octeon: Get rid of preprocessor directives around RESERVE32Alexander Sverdlin2022-09-072-20/+11
| * | | MIPS: loongson32: ls1c: Fix hang during startupYang Ling2022-08-291-1/+0
* | | | Merge tag 's390-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-09-102-2/+3
|\ \ \ \
| * | | | s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev2022-09-071-1/+1
| * | | | s390/boot: fix absolute zero lowcore corruption on bootAlexander Gordeev2022-09-072-1/+2
* | | | | Merge tag 'hwmon-for-v6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-09-104-213/+278
|\ \ \ \ \
| * | | | | hwmon: (asus-ec-sensors) autoload module via DMI dataEugene Shalygin2022-09-091-186/+222
| * | | | | hwmon: (mr75203) enable polling for all VM channelsEliav Farber2022-09-081-0/+13
| * | | | | hwmon: (mr75203) fix multi-channel voltage readingEliav Farber2022-09-081-12/+17
| * | | | | hwmon: (mr75203) fix voltage equation for negative source inputEliav Farber2022-09-081-2/+12
| * | | | | hwmon: (mr75203) update pvt->v_num and vm_num to the actual number of used se...Eliav Farber2022-09-081-0/+2
| * | | | | hwmon: (mr75203) fix VM sensor allocation when "intel,vm-map" not definedEliav Farber2022-09-081-8/+6
| * | | | | dt-bindings: hwmon: (mr75203) fix "intel,vm-map" property to be optionalEliav Farber2022-09-081-1/+0
| * | | | | hwmon: (tps23861) fix byte order in resistance registerAlexandru Gagniuc2022-09-051-4/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-09-104-18/+9
|\ \ \ \ \
| * | | | | dma-mapping: mark dma_supported staticChristoph Hellwig2022-09-072-7/+1
| * | | | | swiotlb: fix a typoChao Gao2022-09-071-1/+1
| * | | | | swiotlb: avoid potential left shift overflowChao Gao2022-09-071-1/+4
| * | | | | dma-debug: improve search for partial syncsRobin Murphy2022-09-071-4/+2
| * | | | | Revert "swiotlb: panic if nslabs is too small"Yu Zhao2022-09-071-5/+1
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-09-0911-56/+47
|\ \ \ \ \ \
| * | | | | | scsi: mpt3sas: Fix use-after-free warningSreekanth Reddy2022-09-061-1/+1
| * | | | | | scsi: core: Fix a use-after-freeBart Van Assche2022-09-016-5/+23
| * | | | | | scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche2022-09-013-21/+3
| * | | | | | scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche2022-09-013-18/+0
| * | | | | | scsi: core: Revert "Simplify LLD module reference counting"Bart Van Assche2022-09-012-6/+12
| * | | | | | scsi: core: Revert "Call blk_mq_free_tag_set() earlier"Bart Van Assche2022-09-011-5/+5
| * | | | | | scsi: lpfc: Add missing destroy_workqueue() in error pathYang Yingliang2022-09-011-1/+4
| * | | | | | scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUEHannes Reinecke2022-09-011-2/+2
* | | | | | | Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-095-2/+36
|\ \ \ \ \ \ \
| * | | | | | | arch_topology: Make cluster topology span at least SMT CPUsYicong Yang2022-09-071-1/+1
| * | | | | | | sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman2022-09-051-1/+1