summaryrefslogtreecommitdiff
path: root/drivers/thermal/intel/intel_powerclamp.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-04thermal: intel: powerclamp: Fix NULL pointer access issueSrinivas Pandruvada1-0/+4
2023-03-30thermal: intel: powerclamp: Fix cpumask and max_idle module parametersDavid Arcari1-1/+8
2023-02-09thermal: intel: powerclamp: Add two module parametersSrinivas Pandruvada1-20/+156
2023-02-09thermal: intel: powerclamp: Fix duration module parameterSrinivas Pandruvada1-6/+18
2023-02-07thermal: intel: powerclamp: Return last requested state as cur_stateSrinivas Pandruvada1-11/+1
2023-02-03thermal: intel: powerclamp: Use powercap idle-inject featureSrinivas Pandruvada1-223/+156
2023-02-02thermal: intel: powerclamp: Fix cur_state for multi package systemSrinivas Pandruvada1-4/+16
2022-10-15thermal: intel_powerclamp: Use first online CPU as control_cpuRafael J. Wysocki1-5/+1
2022-09-21thermal: intel_powerclamp: Remove accounting for IRQ wakesSrinivas Pandruvada1-18/+3
2022-09-21thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avo...Srinivas Pandruvada1-2/+4
2022-02-04thermal: intel_powerclamp: don't use bitmap_weight() in end_power_clamp()Yury Norov1-6/+3
2021-11-30thermal/drivers/intel_powerclamp: Constify static thermal_cooling_device_opsRikard Falkeborn1-1/+1
2021-10-05thermal: intel_powerclamp: Use bitmap_zalloc/bitmap_free when applicableChristophe JAILLET1-5/+3
2021-08-14thermal/drivers/intel_powerclamp: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2020-06-15sched,powerclamp: Convert to sched_set_fifo()Peter Zijlstra1-4/+1
2020-03-24thermal: Convert to new X86 CPU match macrosThomas Gleixner1-1/+1
2019-09-03cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+2
2019-06-18thermal: intel_powerclamp: no need to check return value of debugfs_create fu...Greg Kroah-Hartman1-10/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-16/+1
2019-03-18Merge branches 'fixes' and 'thermal-intel' into nextZhang Rui1-1/+1
2019-03-18thermal/intel_powerclamp: fix truncated kthread nameZhang Rui1-1/+1
2019-03-18thermal/intel_powerclamp: fix __percpu declaration of worker_dataLuc Van Oostenryck1-1/+1
2019-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-0/+803
2018-12-07drivers: thermal: Move various drivers for intel platforms into a subdirAmit Kucheria1-0/+815