index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
thermal: qcom: tsens.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-23
thermal: imx_sc_thermal: Fix incorrect data type
Anson Huang
1
-2
/
+2
2020-03-23
thermal: int340x_thermal: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-1
/
+1
2020-03-23
thermal: int340x: processor_thermal: Add Tiger Lake support
Sumeet Pawnikar
1
-0
/
+5
2020-03-21
acpi: Remove header dependency
Peter Zijlstra
1
-0
/
+1
2020-03-21
thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_t
Clark Williams
2
-13
/
+14
2020-03-20
thermal: imx: Calling imx_thermal_unregister_legacy_cooling() in .remove
Anson Huang
1
-2
/
+1
2020-03-20
thermal: qoriq: Sort includes alphabetically
Anson Huang
1
-3
/
+2
2020-03-20
thermal: qoriq: Use devm_add_action_or_reset() to handle all cleanups
Anson Huang
1
-21
/
+14
2020-03-20
thermal: rcar_thermal: Remove lock in rcar_thermal_get_current_temp()
Niklas Söderlund
1
-10
/
+6
2020-03-20
thermal: rcar_thermal: Do not store ctemp in rcar_thermal_priv
Niklas Söderlund
1
-16
/
+10
2020-03-20
thermal: rcar_thermal: Always update thermal zone on interrupt
Niklas Söderlund
1
-12
/
+1
2020-03-20
drivers: thermal: tsens: Remove unnecessary irq flag
Amit Kucheria
1
-1
/
+1
2020-03-20
drivers: thermal: tsens: kernel-doc fixup
Amit Kucheria
1
-0
/
+3
2020-03-20
drivers: thermal: tsens: Add watchdog support
Amit Kucheria
3
-0
/
+71
2020-03-20
drivers: thermal: tsens: Add critical interrupt support
Amit Kucheria
4
-36
/
+223
2020-03-20
drivers: thermal: tsens: Release device in success path
Amit Kucheria
1
-4
/
+2
2020-03-20
drivers: thermal: tsens: use simpler variables
Amit Kucheria
1
-4
/
+4
2020-03-20
drivers: thermal: tsens: Pass around struct tsens_sensor as a constant
Amit Kucheria
3
-11
/
+12
2020-03-20
drivers: thermal: tsens: De-constify struct tsens_features
Amit Kucheria
5
-16
/
+16
2020-03-20
thermal: rcar_thermal: Handle probe error gracefully
Niklas Söderlund
1
-2
/
+4
2020-03-20
thermal: imx: Remove unused includes
Anson Huang
1
-7
/
+0
2020-03-20
thermal: rcar_gen3_thermal: Add r8a77961 support
Geert Uytterhoeven
1
-0
/
+4
2020-03-12
thermal: Add COMPILE_TEST support for i.MX8MM
Anson Huang
1
-1
/
+1
2020-03-12
thermal: qoriq: Fix a compiling issue
Yuantian Tang
1
-0
/
+1
2020-03-12
thermal: Remove COMPILE_TEST for IMX_SC_THERMAL
Anson Huang
1
-1
/
+1
2020-03-12
thermal: imx_thermal: Use __maybe_unused instead of CONFIG_PM_SLEEP
Anson Huang
1
-4
/
+2
2020-03-12
thermal: imx_sc_thermal: Align imx sc thermal msg structs to 4
Anson Huang
1
-3
/
+3
2020-03-12
thermal: ti-soc-thermal: Use GPIO descriptors
Linus Walleij
2
-33
/
+15
2020-03-12
thermal: Rephrase the Kconfig text for thermal
Linus Walleij
1
-6
/
+7
2020-03-12
thermal: imx8mm: Add support for i.MX8MM thermal monitoring unit
Anson Huang
3
-0
/
+142
2020-03-12
thermal: exynos: Silence warning during deferred probe
Marek Szyprowski
1
-1
/
+3
2020-03-12
thermal: imx_sc: add i.MX system controller thermal support
Anson Huang
3
-0
/
+160
2020-03-12
thermal: of-thermal: add API for getting sensor ID from DT
Anson Huang
1
-16
/
+46
2020-03-12
thermal: sprd: Add Spreadtrum thermal driver support
Freeman Liu
3
-0
/
+560
2020-03-12
thermal: rcar_gen3_thermal: Generate interrupt when temperature changes
Niklas Söderlund
1
-12
/
+12
2020-03-12
thermal: rcar_gen3_thermal: Remove unneeded curly brackets
Niklas Söderlund
1
-2
/
+1
2020-03-06
thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency c...
Thara Gopinath
1
-2
/
+17
2020-01-31
Merge tag 'thermal-v5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2020-01-31
thermal: armada: remove unused TO_MCELSIUS macro
Akinobu Mita
1
-2
/
+0
2020-01-31
thermal: intel_pch: switch to use <linux/units.h> helpers
Akinobu Mita
1
-1
/
+2
2020-01-31
thermal: int340x: switch to use <linux/units.h> helpers
Akinobu Mita
1
-3
/
+4
2020-01-31
thermal: stm32: fix spelling mistake "preprare" -> "prepare"
Colin Ian King
1
-1
/
+1
2020-01-28
Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
36
-578
/
+1556
2020-01-27
thermal: stm32: Fix low threshold interrupt flood
Pascal Paillet
1
-1
/
+2
2020-01-27
thermal: stm32: Improve temperature computing
Pascal Paillet
1
-44
/
+14
2020-01-27
thermal: stm32: Handle multiple trip points
Pascal Paillet
1
-212
/
+86
2020-01-27
thermal: stm32: Disable interrupts at probe
Pascal Paillet
1
-5
/
+14
2020-01-27
thermal: stm32: Rework sensor mode management
Pascal Paillet
1
-6
/
+4
2020-01-27
thermal: stm32: Fix icifr register name
Pascal Paillet
1
-5
/
+5
[prev]
[next]