index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-09
cpufreq: governor: Rearrange governor data structures
Rafael J. Wysocki
5
-60
/
+68
2016-03-09
cpufreq: governor: Simplify cpufreq_governor_limits()
Rafael J. Wysocki
1
-9
/
+8
2016-03-09
cpufreq: governor: Drop cpu argument from dbs_check_cpu()
Rafael J. Wysocki
4
-10
/
+8
2016-03-09
cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
Rafael J. Wysocki
4
-86
/
+86
2016-03-09
cpufreq: governor: Drop the gov pointer from struct dbs_data
Rafael J. Wysocki
5
-38
/
+39
2016-03-09
cpufreq: governor: Rework cpufreq_governor_dbs()
Rafael J. Wysocki
4
-27
/
+8
2016-03-09
cpufreq: governor: Rename some data types and variables
Rafael J. Wysocki
5
-59
/
+59
2016-03-09
cpufreq: governor: Put governor structure into common_dbs_data
Rafael J. Wysocki
3
-51
/
+58
2016-03-09
cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily
Rafael J. Wysocki
1
-41
/
+27
2016-03-09
cpufreq: governor: Use common mutex for dbs_data protection
Rafael J. Wysocki
4
-11
/
+8
2016-03-09
cpufreq: governor: Replace timers with utilization update callbacks
Rafael J. Wysocki
5
-120
/
+114
2016-03-09
cpufreq: intel_pstate: Replace timers with utilization update callbacks
Rafael J. Wysocki
1
-64
/
+39
2016-03-09
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
1
-0
/
+45
2016-03-03
cpufreq: acpi-cpufreq: Make read and write operations more efficient
Rafael J. Wysocki
1
-113
/
+95
2016-02-26
cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
Shilpasri G Bhat
1
-11
/
+29
2016-02-26
cpufreq: intel_pstate: disable HWP notifications
Srinivas Pandruvada
1
-0
/
+3
2016-02-26
cpufreq: intel_pstate: Enable HWP by default
Srinivas Pandruvada
1
-12
/
+22
2016-02-26
cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()
Rafael J. Wysocki
1
-4
/
+2
2016-02-26
cpufreq: Rearrange __cpufreq_driver_target()
Rafael J. Wysocki
1
-24
/
+19
2016-02-23
intel_pstate: Update frequencies of policy->cpus only from ->set_policy()
Viresh Kumar
1
-9
/
+12
2016-02-22
cpufreq: simplify for_each_suitable_policy() macro
Eric Biggers
1
-41
/
+3
2016-02-22
cpufreq: fix comment about return value of cpufreq_register_driver()
Eric Biggers
1
-1
/
+1
2016-02-12
cpufreq: Drop unnecessary checks from show() and store()
Rafael J. Wysocki
1
-16
/
+5
2016-02-11
cpufreq: dt: No need to allocate resources anymore
Viresh Kumar
1
-67
/
+45
2016-02-11
cpufreq: dt: No need to fetch voltage-tolerance
Viresh Kumar
1
-23
/
+23
2016-02-11
cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency
Viresh Kumar
1
-71
/
+2
2016-02-11
cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()
Viresh Kumar
1
-44
/
+4
2016-02-11
cpufreq: dt: Unsupported OPPs are already disabled
Viresh Kumar
1
-2
/
+0
2016-02-11
cpufreq: dt: Pass regulator name to the OPP core
Viresh Kumar
1
-0
/
+46
2016-02-11
cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well
Viresh Kumar
1
-4
/
+1
2016-02-11
cpufreq: dt: Rename 'need_update' to 'opp_v1'
Viresh Kumar
1
-3
/
+3
2016-02-11
cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()
Viresh Kumar
1
-2
/
+2
2016-02-11
Merge branch 'pm-opp' into pm-cpufreq
Rafael J. Wysocki
271
-54123
/
+2255
2016-02-10
PM / OPP: Add dev_pm_opp_set_rate()
Viresh Kumar
1
-0
/
+176
2016-02-10
PM / OPP: Manage device clk
Viresh Kumar
2
-0
/
+18
2016-02-10
PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings
Viresh Kumar
2
-0
/
+26
2016-02-10
PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()
Viresh Kumar
1
-0
/
+17
2016-02-10
PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()
Viresh Kumar
1
-0
/
+59
2016-02-10
PM / OPP: Disable OPPs that aren't supported by the regulator
Viresh Kumar
1
-0
/
+22
2016-02-10
PM / OPP: get/put regulators from OPP core
Viresh Kumar
2
-0
/
+115
2016-02-07
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2
-2
/
+4
2016-02-07
Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...
Linus Torvalds
2
-7
/
+2
2016-02-06
Merge tag 'usb-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
14
-60
/
+126
2016-02-06
Merge tag 'staging-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
14
-14
/
+32
2016-02-05
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
25
-235
/
+391
2016-02-05
Merge tag 'pm+acpi-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-22
/
+10
2016-02-06
Merge branches 'pm-core' and 'pm-domains'
Rafael J. Wysocki
3
-22
/
+9
2016-02-05
Merge tag 'media/v4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
15
-83
/
+153
2016-02-05
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
4
-7
/
+9
2016-02-05
Merge branch 'drm-fixes-mst' of git://people.freedesktop.org/~airlied/linux i...
Dave Airlie
1
-97
/
+182
[prev]
[next]