Age | Commit message (Expand) | Author |
2018-08-28 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds |
2018-08-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds |
2018-08-23 | treewide: correct "differenciate" and "instanciate" typos | Finn Thain |
2018-08-20 | thermal: of-thermal: disable passive polling when thermal zone is disabled | Anson Huang |
2018-08-20 | thermal: rcar_gen3_thermal: convert to SPDX identifiers | Kuninori Morimoto |
2018-08-20 | thermal: rcar_thermal: convert to SPDX identifiers | Kuninori Morimoto |
2018-08-20 | thermal: qoriq: Switch to SPDX identifier | Fabio Estevam |
2018-08-20 | thermal: qoriq: Simplify the 'site' variable assignment | Fabio Estevam |
2018-08-20 | thermal: qoriq: Use devm_thermal_zone_of_sensor_register() | Fabio Estevam |
2018-08-16 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds |
2018-08-01 | thermal: armada: fix copy-paste error in armada_thermal_probe() | Wei Yongjun |
2018-07-27 | thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources | Simon Horman |
2018-07-27 | thermal: samsung: Remove Exynos5440 clock handling left-overs | Krzysztof Kozlowski |
2018-07-27 | thermal: tsens: Fix negative temperature reporting | Amit Kucheria |
2018-07-27 | thermal: tsens: switch from of_iomap() to devm_ioremap_resource() | Amit Kucheria |
2018-07-27 | thermal: tsens: Rename variable | Amit Kucheria |
2018-07-27 | thermal: tsens: Add generic support for TSENS v2 IP | Amit Kucheria |
2018-07-27 | thermal: tsens: Rename tsens-8996 to tsens-v2 for reuse | Amit Kucheria |
2018-07-27 | thermal: tsens: Add support to split up register address space into two | Amit Kucheria |
2018-07-27 | thermal: tsens: Get rid of unused fields in structure | Amit Kucheria |
2018-07-27 | thermal_hwmon: Pass the originating device down to hwmon_device_register_with... | Marc Zyngier |
2018-07-27 | thermal_hwmon: Sanitize attribute name passed to hwmon | Marc Zyngier |
2018-07-27 | thermal: armada: get rid of the ->is_valid() pointer | Miquel Raynal |
2018-07-27 | thermal: armada: move validity check out of the read function | Miquel Raynal |
2018-07-27 | thermal: armada: remove sensors validity from the IP initialization | Miquel Raynal |
2018-07-27 | thermal: armada: add multi-channel sensors support | Miquel Raynal |
2018-07-27 | thermal: armada: use the resource managed registration helper alternative | Miquel Raynal |
2018-07-27 | thermal: armada: convert driver to syscon register accesses | Miquel Raynal |
2018-07-27 | thermal: armada: average over samples to avoid glitches | Miquel Raynal |
2018-07-27 | thermal: armada: dissociate a380 and cp110 ->init() hooks | Miquel Raynal |
2018-07-27 | thermal: armada: rename the initialization routine | Miquel Raynal |
2018-07-27 | thermal: armada: remove misleading comments | Miquel Raynal |
2018-07-27 | thermal: armada: remove useless register accesses | Miquel Raynal |
2018-07-27 | thermal: armada: add a function that sanitizes the thermal zone name | Miquel Raynal |
2018-07-27 | thermal: ti-soc-thermal: remove dead code | Bartlomiej Zolnierkiewicz |
2018-07-26 | Thermal: Intel SoC DTS: Translate IO-APIC GSI number to linux irq number | Hans de Goede |
2018-07-02 | thermal: i.MX: Allow thermal probe to fail gracefully in case of bad calibrat... | Jean-Christophe Dubois |
2018-07-02 | cpufreq: imx6q/thermal: imx: register cooling device depending on OF | Bastian Stender |
2018-06-12 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds |
2018-06-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds |
2018-06-06 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-06-06 | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook |
2018-06-05 | thermal: bcm2835: Stop using printk format %pCr | Geert Uytterhoeven |
2018-06-01 | thermal: qcom: tsens: Allow number of sensors to come from DT | Bjorn Andersson |
2018-06-01 | thermal: tegra: soctherm: add const to struct thermal_cooling_device_ops | srplinux2008 |
2018-06-01 | thermal: exynos: Reduce severity of too early temperature read | Krzysztof Kozlowski |