summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam2024-01-022-0/+8
* thermal/core: Prepare for introduction of thermal rebootFabio Estevam2024-01-021-4/+10
* drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgmentBinbin Zhou2024-01-021-1/+1
* thermal: cpuidle_cooling: fix kernel-doc warning and a spelloRandy Dunlap2023-12-211-2/+2
* thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki2023-12-151-1/+0
* thermal/core: Check get_temp ops is present when registering a tzDaniel Lezcano2023-12-131-6/+1
* thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki2023-12-134-8/+25
* thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()Rafael J. Wysocki2023-12-131-12/+8
* thermal: helpers: Use for_each_trip() in __thermal_zone_get_temp()Rafael J. Wysocki2023-12-131-7/+5
* thermal: trip: Use for_each_trip() in __thermal_zone_set_trips()Rafael J. Wysocki2023-12-131-11/+7
* thermal: trip: Drop redundant __thermal_zone_get_trip() headerRafael J. Wysocki2023-12-131-2/+0
* thermal: core: Rework thermal zone availability checkRafael J. Wysocki2023-12-121-3/+12
* thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki2023-12-124-72/+7
* thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki2023-12-111-1/+5
* thermal: sysfs: Rework the reading of trip point attributesRafael J. Wysocki2023-12-061-27/+25
* thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki2023-12-063-52/+47
* thermal: trip: Drop a redundant check from thermal_zone_set_trip()Rafael J. Wysocki2023-11-301-3/+0
* thermal: gov_power_allocator: Rearrange initialization of local variablesLukasz Luba2023-11-281-9/+6
* thermal: gov_power_allocator: Remove excessive local variablesLukasz Luba2023-11-281-6/+5
* thermal: gov_power_allocator: Use shorter paths to access data when possibleLukasz Luba2023-11-281-3/+3
* thermal: gov_power_allocator: Rearrange local variablesLukasz Luba2023-11-281-19/+20
* thermal: gov_power_allocator: Check the cooling devices only for trip_maxLukasz Luba2023-11-281-2/+7
* thermal: gov_power_allocator: Set up trip points earlierLukasz Luba2023-11-281-10/+17
* thermal: gov_power_allocator: Rename trip_max_desired_temperatureLukasz Luba2023-11-281-22/+18
* thermal: core: Add trip thresholds for trip crossing detectionRafael J. Wysocki2023-11-201-7/+36
* Merge tag 'irq_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-191-6/+10
|\
| * irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent GIC designsFang Xiang2023-11-061-6/+10
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-11-184-41/+38
|\ \
| * \ Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen2023-11-144-41/+38
| |\ \
| | * | scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie2023-11-081-30/+23
| | * | scsi: scsi_debug: Delete some bogus error checkingDan Carpenter2023-11-081-7/+0
| | * | scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter2023-11-081-1/+1
| | * | scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISRPeter Wang2023-11-081-0/+3
| | * | scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1Naomi Chu2023-11-081-1/+1
| | * | scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran2023-11-081-2/+10
* | | | Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-181-1/+1
|\ \ \ \
| * | | | parisc/power: Fix power soft-off when running on qemuHelge Deller2023-11-181-1/+1
| |/ / /
* | | | Merge tag 'for-6.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-186-100/+130
|\ \ \ \
| * | | | dm-crypt: start allocating with MAX_ORDERMikulas Patocka2023-11-171-1/+1
| * | | | dm-verity: don't use blocking calls from taskletsMikulas Patocka2023-11-173-14/+15
| * | | | dm-bufio: fix no-sleep modeMikulas Patocka2023-11-171-25/+62
| * | | | dm-delay: avoid duplicate logicMikulas Patocka2023-11-171-44/+21
| * | | | dm-delay: fix bugs introduced by kthread modeMikulas Patocka2023-11-171-26/+35
| * | | | dm-delay: fix a race between delay_presuspend and delay_bioMikulas Patocka2023-11-171-5/+11
| |/ / /
* | | | Merge tag 'i2c-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-183-18/+78
|\ \ \ \
| * | | | i2c: ocores: Move system PM hooks to the NOIRQ phaseSamuel Holland2023-11-131-2/+2
| * | | | i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff2023-11-131-8/+8
| * | | | Revert "i2c: pxa: move to generic GPIO recovery"Robert Marko2023-11-121-8/+68
| |/ / /
* | | | Merge tag 'drm-fixes-2023-11-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-1732-98/+182
|\ \ \ \
| * \ \ \ Merge tag 'amd-drm-fixes-6.7-2023-11-17' of https://gitlab.freedesktop.org/ag...Daniel Vetter2023-11-1726-84/+160
| |\ \ \ \