aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_netlink.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15Merge branch 'thermal-intel' into thermalRafael J. Wysocki1-16/+46
2024-04-08thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki1-2/+4
2024-03-27thermal: netlink: Rename thermal_gnl_familyStanislaw Gruszka1-11/+11
2024-03-27thermal: netlink: Add genetlink bind/unbind notificationsStanislaw Gruszka1-5/+35
2024-01-12thermal: netlink: Rework notify API for cooling devicesRafael J. Wysocki1-7/+8
2024-01-09thermal: netlink: Pass thermal zone pointer to notify routinesRafael J. Wysocki1-10/+11
2024-01-09thermal: netlink: Drop thermal_notify_tz_trip_add/delete()Rafael J. Wysocki1-32/+1
2024-01-09thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()Rafael J. Wysocki1-4/+10
2024-01-09thermal: netlink: Pass pointers to thermal_notify_tz_trip_change()Rafael J. Wysocki1-6/+8
2023-12-28thermal: netlink: Add thermal_group_has_listeners() helperStanislaw Gruszka1-0/+11
2023-12-28thermal: netlink: Add enum for mutlicast groups indexesStanislaw Gruszka1-4/+9
2023-12-13thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()Rafael J. Wysocki1-12/+8
2023-01-25thermal/core: Fix unregistering netlink at thermal init timeDaniel Lezcano1-0/+5
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano1-11/+8
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano1-1/+1
2022-03-18Merge branch 'thermal-hfi'Rafael J. Wysocki1-0/+53
2022-03-01thermal: core: Fix TZ_GET_TRIP NULL pointer dereferenceNicolas Cavallari1-2/+3
2022-02-03thermal: netlink: Add a new event to notify CPU capabilities changeSrinivas Pandruvada1-0/+53
2021-10-07thermal/drivers/netlink: Add the temperature when crossing a trip pointDaniel Lezcano1-5/+6
2020-10-17Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2020-10-12thermal: core: Adding missing nlmsg_free() in thermal_genl_sampling_temp()Jing Xiangfeng1-1/+2
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-10-02genetlink: add small version of opsJakub Kicinski1-1/+1
2020-07-21thermal: netlink: Improve the initcall orderingDaniel Lezcano1-2/+1
2020-07-21thermal: core: remove redundant initialization of variable retColin Ian King1-1/+1
2020-07-07thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano1-0/+648