index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
devfreq
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-13
PM / devfreq: Do not show statistics if it's not ready.
MyungJoo Ham
1
-0
/
+2
2016-01-13
PM / devfreq: Modify the indentation of trans_stat sysfs for readability
Chanwoo Choi
1
-5
/
+5
2016-01-13
PM / devfreq: Set the freq_table of devfreq device
Chanwoo Choi
1
-2
/
+48
2016-01-13
PM / devfreq: Add show_one macro to delete the duplicate code
Chanwoo Choi
1
-11
/
+9
2016-01-13
PM / devfreq: event: Fix the error and warning from script/checkpatch.pl
Chanwoo Choi
1
-2
/
+3
2016-01-13
PM / devfreq: event: Remove the error log of devfreq_event_get_edev_by_phandle()
Chanwoo Choi
1
-9
/
+2
2015-10-02
PM / devfreq: fix double kfree
Geliang Tang
1
-2
/
+1
2015-09-30
PM / devfreq: Fix governor_store()
Tobias Jakobi
1
-1
/
+3
2015-09-11
PM / devfreq: Fix incorrect type issue.
Xiaolong Ye
1
-1
/
+1
2015-09-11
PM / devfreq: tegra: Update governor to use devfreq_update_stats()
MyungJoo Ham
1
-3
/
+5
2015-09-11
PM / devfreq: drop comment about thermal setting max_freq
Javi Merino
1
-3
/
+3
2015-09-11
PM / devfreq: cache the last call to get_dev_status()
Javi Merino
1
-15
/
+18
2015-09-11
PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-2
/
+2
2015-09-11
PM / devfreq: exynos-ppmu: bit-wise operation bugfix.
MyungJoo Ham
1
-1
/
+2
2015-09-11
PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433
Chanwoo Choi
2
-7
/
+233
2015-03-31
PM / devfreq: tegra: Register governor on module init
Tomeu Vizoso
1
-7
/
+30
2015-03-31
PM / devfreq: tegra: Enable interrupts after resuming the devfreq monitor
Tomeu Vizoso
1
-2
/
+2
2015-03-31
PM / devfreq: tegra: Set drvdata before enabling the irq
Tomeu Vizoso
1
-2
/
+2
2015-03-31
PM / devfreq: tegra: remove operating-points
Tomeu Vizoso
1
-6
/
+6
2015-03-31
PM / devfreq: tegra: Use clock rate constraints
Tomeu Vizoso
1
-10
/
+5
2015-03-31
PM / devfreq: tegra: Update to v5 of the submitted patches
Tomeu Vizoso
1
-204
/
+253
2015-03-30
PM / devfreq: correct misleading comment
MyungJoo Ham
1
-1
/
+0
2015-03-30
PM / devfreq: event: Add const keyword for devfreq_event_ops structure
Chanwoo Choi
1
-1
/
+1
2015-02-13
Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'
Rafael J. Wysocki
1
-2
/
+2
2015-02-12
PM / devfreq: event: testing the wrong variable
Dan Carpenter
1
-2
/
+2
2015-02-10
Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-0
/
+1723
2015-01-30
devfreq: Fix build break of devfreq-event class
Chanwoo Choi
1
-0
/
+1
2015-01-30
PM / devfreq: event: Add devfreq_event class
Chanwoo Choi
7
-0
/
+993
2015-01-29
PM / devfreq: tegra: add devfreq driver for Tegra Activity Monitor
Tomeu Vizoso
3
-0
/
+729
2015-01-06
rcu: Make SRCU optional by using CONFIG_SRCU
Pranith Kumar
1
-0
/
+1
2014-10-20
devfreq: exynos: drop owner assignment from platform_drivers
Wolfram Sang
2
-2
/
+0
2014-09-29
PM / devfreq: exynos: Enable building exynos PPMU as module
Punit Agrawal
2
-1
/
+4
2014-09-29
PM / devfreq: Export helper functions for drivers
Ãrjan Eide
1
-0
/
+3
2014-09-29
PM / devfreq: Remove ARCH_HAS_OPP completely
Paul Bolle
1
-1
/
+0
2014-07-23
PM / OPP: Remove ARCH_HAS_OPP
Mark Brown
1
-1
/
+0
2014-05-24
PM / devfreq: remove checks for CONFIG_EXYNOS_ASV
Paul Bolle
2
-15
/
+5
2014-05-24
PM / devfreq: exynos5: Use devm_devfreq_* function using device resource mana...
Chanwoo Choi
1
-21
/
+8
2014-05-24
PM / devfreq: exynos4: Use devm_devfreq_* function using device resource mana...
Chanwoo Choi
1
-15
/
+4
2014-05-24
PM / devfreq: Add devm_devfreq_{register,unregister}_opp_notfier function
Chanwoo Choi
1
-0
/
+48
2014-05-24
PM / devfreq: Add resource-managed function for devfreq device
Chanwoo Choi
1
-0
/
+63
2014-05-24
PM / devfreq: Fix devfreq_remove_device() to improve the sequence of resource...
Chanwoo Choi
1
-10
/
+4
2014-05-24
PM / devfreq: exynos: make more PPMU code common
Bartlomiej Zolnierkiewicz
4
-136
/
+72
2014-05-24
PM / devfreq: exynos5: introduce struct busfreq_ppmu_data
Bartlomiej Zolnierkiewicz
1
-27
/
+45
2014-05-24
PM / devfreq: exynos4: introduce struct busfreq_ppmu_data
Bartlomiej Zolnierkiewicz
1
-28
/
+46
2014-05-24
PM / devfreq: exynos4: use common PPMU code
Chanwoo Choi
2
-104
/
+62
2014-05-24
PM / devfreq: exynos5: Add CONFIG_PM_OPP dependency to fix probe fail
Chanwoo Choi
1
-0
/
+1
2014-05-24
PM / devfreq: exynos5: Use SIMPLE_DEV_PM_OPS macro
Chanwoo Choi
1
-2
/
+5
2014-05-24
PM / devfreq: exynos4: Add CONFIG_PM_OPP dependency to fix probe fail
Chanwoo Choi
1
-0
/
+1
2014-05-24
PM / devfreq: exynos4: Use SIMPLE_DEV_PM_OPS macro
Chanwoo Choi
1
-4
/
+4
2014-05-24
PM / devfreq: exynos4: Fix bug of resource leak and code clean on probe()
Chanwoo Choi
1
-12
/
+23
[next]