summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-16PM / devfreq: Add debugfs support with devfreq_summary fileChanwoo Choi1-0/+82
2020-01-06PM / devfreq: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski6-7/+7
2019-12-31PM / devfreq: imx8m-ddrc: Fix inconsistent IS_ERR and PTR_ERRYueHaibing1-6/+18
2019-12-30PM / devfreq: exynos-bus: Add error log when fail to get devfreq-eventYangtao Li1-0/+1
2019-12-30PM / devfreq: exynos-bus: Disable devfreq-event device when failsYangtao Li1-1/+7
2019-12-30PM / devfreq: rk3399_dmc: Disable devfreq-event device when failsYangtao Li1-5/+13
2019-12-30PM / devfreq: imx8m-ddrc: Remove unused definesLeonard Crestez1-6/+0
2019-12-30PM / devfreq: exynos-bus: Reduce goto statements and remove unused headersArtur Świgoń1-35/+19
2019-12-30PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependencyChanwoo Choi2-2/+3
2019-12-30PM / devfreq: rockchip-dfi: Convert to devm_platform_ioremap_resourceYangtao Li1-3/+1
2019-12-30PM / devfreq: rk3399_dmc: Add missing of_node_put()Yangtao Li1-0/+1
2019-12-30PM / devfreq: rockchip-dfi: Add missing of_node_put()Yangtao Li1-0/+1
2019-12-30PM / devfreq: Fix multiple kernel-doc warningsRandy Dunlap3-5/+6
2019-12-30PM / devfreq: exynos-bus: Extract exynos_bus_profile_init_passive()Artur Świgoń1-28/+42
2019-12-30PM / devfreq: exynos-bus: Extract exynos_bus_profile_init()Artur Świgoń1-44/+58
2019-12-30PM / devfreq: Move declaration of DEVICE_ATTR_RW(min_freq)Kamil Konieczny1-1/+1
2019-12-30PM / devfreq: Move statistics to separate struct devfreq_statsKamil Konieczny2-30/+40
2019-12-30PM / devfreq: Add clearing transitions statsKamil Konieczny2-5/+35
2019-12-30PM / devfreq: Change time stats to 64-bitKamil Konieczny2-9/+9
2019-12-30PM / devfreq: Add new name attribute for sysfsChanwoo Choi2-0/+16
2019-12-30PM / devfreq: Add dynamic scaling for imx8m ddr controllerLeonard Crestez3-0/+476
2019-12-30dt-bindings: memory: Add bindings for imx8m ddr controllerLeonard Crestez1-0/+72
2019-12-30PM / devfreq: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-12-30PM / devfreq: exynos-ppmu: Fix excessive stack usageArnd Bergmann1-5/+8
2019-12-29Linux 5.5-rc4v5.5-rc4Linus Torvalds1-1/+1
2019-12-29Merge tag 'riscv/for-v5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-3/+6
2019-12-29Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds1-1/+1
2019-12-29Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-10/+56
2019-12-29locks: print unsigned ino in /proc/locksAmir Goldstein1-1/+1
2019-12-27riscv: export flush_icache_all to modulesOlof Johansson1-0/+1
2019-12-27riscv: reject invalid syscalls below -1David Abdurachmanov1-0/+1
2019-12-27riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck2-3/+4
2019-12-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-11/+12
2019-12-27Merge tag 'drm-fixes-2019-12-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-86/+139
2019-12-27Merge tag 'linux-kselftest-5.5-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-38/+70
2019-12-27Merge tag 'pm-5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+1
2019-12-27Merge tag 'io_uring-5.5-20191226' of git://git.kernel.dk/linux-blockLinus Torvalds2-343/+357
2019-12-27Merge tag 'libata-5.5-20191226' of git://git.kernel.dk/linux-blockLinus Torvalds8-44/+128
2019-12-27Merge tag 'block-5.5-20191226' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+17
2019-12-27Merge tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds9-28/+35
2019-12-27Merge tag 'drm-intel-fixes-2019-12-23' of git://anongit.freedesktop.org/drm/d...Dave Airlie14-86/+139
2019-12-25ata: ahci_brcm: Add missing clock management during recoveryFlorian Fainelli1-0/+7
2019-12-25ata: ahci_brcm: BCM7425 AHCI requires AHCI_HFLAG_DELAY_ENGINEFlorian Fainelli1-15/+16
2019-12-25ata: ahci_brcm: Fix AHCI resources managementFlorian Fainelli1-29/+76
2019-12-25ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli2-2/+6
2019-12-25libata: Fix retrieving of active qcsSascha Hauer5-3/+28
2019-12-25Merge tag 'devfreq-fixes-for-5.5-rc4' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-4/+1
2019-12-24io-wq: add cond_resched() to worker threadHillf Danton1-0/+2
2019-12-23rseq/selftests: Clarify rseq_prepare_unload() helper requirementsMathieu Desnoyers1-5/+7
2019-12-23rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30Mathieu Desnoyers1-8/+10