summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-29thermal: gov_power_allocator: Simplify checks for valid power actorLukasz Luba
2023-12-29thermal: gov_power_allocator: Move memory allocation out of throttle()Lukasz Luba
2023-12-29thermal: gov_power_allocator: Change trace functionsLukasz Luba
2023-12-29thermal: gov_power_allocator: Refactor checks in divvy_up_power()Lukasz Luba
2023-12-29thermal: gov_power_allocator: Refactor check_power_actors()Lukasz Luba
2023-12-29thermal: core: Add governor callback for thermal zone changeLukasz Luba
2023-12-28thermal: netlink: Add thermal_group_has_listeners() helperStanislaw Gruszka
2023-12-28thermal: netlink: Add enum for mutlicast groups indexesStanislaw Gruszka
2023-12-28thermal: core: Resume thermal zones asynchronouslyRafael J. Wysocki
2023-12-28thermal: core: Initialize poll_queue in thermal_zone_device_init()Rafael J. Wysocki
2023-12-28thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki
2023-12-21thermal: cpuidle_cooling: fix kernel-doc warning and a spelloRandy Dunlap
2023-12-15thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki
2023-12-13thermal/core: Check get_temp ops is present when registering a tzDaniel Lezcano
2023-12-13thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki
2023-12-13thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()Rafael J. Wysocki
2023-12-13thermal: helpers: Use for_each_trip() in __thermal_zone_get_temp()Rafael J. Wysocki
2023-12-13thermal: trip: Use for_each_trip() in __thermal_zone_set_trips()Rafael J. Wysocki
2023-12-13thermal: trip: Drop redundant __thermal_zone_get_trip() headerRafael J. Wysocki
2023-12-12thermal: core: Rework thermal zone availability checkRafael J. Wysocki
2023-12-12thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki
2023-12-11thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki
2023-12-06thermal: sysfs: Rework the reading of trip point attributesRafael J. Wysocki
2023-12-06thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki
2023-11-30thermal: trip: Drop a redundant check from thermal_zone_set_trip()Rafael J. Wysocki
2023-11-28thermal: gov_power_allocator: Rearrange initialization of local variablesLukasz Luba
2023-11-28thermal: gov_power_allocator: Remove excessive local variablesLukasz Luba
2023-11-28thermal: gov_power_allocator: Use shorter paths to access data when possibleLukasz Luba
2023-11-28thermal: gov_power_allocator: Rearrange local variablesLukasz Luba
2023-11-28thermal: gov_power_allocator: Check the cooling devices only for trip_maxLukasz Luba
2023-11-28thermal: gov_power_allocator: Set up trip points earlierLukasz Luba
2023-11-28thermal: gov_power_allocator: Rename trip_max_desired_temperatureLukasz Luba
2023-11-20thermal: core: Add trip thresholds for trip crossing detectionRafael J. Wysocki
2023-11-19Linux 6.7-rc2v6.7-rc2Linus Torvalds
2023-11-19Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-19Merge tag 'irq_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-19Merge tag 'x86_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-19Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-11-19Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-11-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-11-18Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-11-18Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller
2023-11-18Merge tag 'for-6.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-11-18parisc/power: Fix power soft-off when running on qemuHelge Deller
2023-11-18parisc: Replace strlcpy() with strscpy()Kees Cook