aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/thermal/linuxLinus 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