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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-09
intel_pstate: Fix user input of min/max to legal policy region
Chen Yu
1
-3
/
+14
2015-09-09
cpufreq-dt: add suspend frequency support
Bartlomiej Zolnierkiewicz
1
-0
/
+9
2015-09-09
cpufreq: allow cpufreq_generic_suspend() to work without suspend frequency
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2015-09-09
Merge branch 'pm-opp' into pm-cpufreq
Rafael J. Wysocki
2
-0
/
+36
2015-09-09
PM / OPP: add dev_pm_opp_get_suspend_opp() helper
Bartlomiej Zolnierkiewicz
2
-0
/
+36
2015-09-07
cpufreq: Use __func__ to print function's name
Viresh Kumar
1
-2
/
+1
2015-09-07
cpufreq: staticize cpufreq_cpu_get_raw()
Viresh Kumar
1
-1
/
+1
2015-09-05
cpufreq: Add ARM_MT8173_CPUFREQ dependency on THERMAL
Guenter Roeck
1
-0
/
+1
2015-09-03
cpufreq: dt: Tolerance applies on both sides of target voltage
Viresh Kumar
1
-1
/
+2
2015-09-03
cpufreq: dt: Print error on failing to mark OPPs as shared
Viresh Kumar
1
-1
/
+4
2015-09-03
cpufreq: dt: Check OPP count before marking them shared
Viresh Kumar
1
-11
/
+11
2015-09-03
Merge branch 'pm-opp' into pm-cpufreq
Rafael J. Wysocki
301
-2252
/
+5408
2015-09-01
cpufreq: speedstep-lib: Use monotonic clock
Abhilash Jindal
1
-5
/
+4
2015-09-01
cpufreq: powernv: Increase the verbosity of OCC console messages
Shilpasri G Bhat
1
-4
/
+5
2015-09-01
cpufreq: sfi: use kmemdup rather than duplicating its implementation
Andrzej Hajda
1
-3
/
+1
2015-09-01
cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()
Viresh Kumar
1
-4
/
+0
2015-09-01
cpufreq: rename cpufreq_real_policy as cpufreq_user_policy
Viresh Kumar
1
-2
/
+2
2015-09-01
cpufreq: remove redundant 'policy' field from user_policy
Viresh Kumar
2
-10
/
+1
2015-09-01
cpufreq: remove redundant 'governor' field from user_policy
Viresh Kumar
2
-6
/
+2
2015-09-01
cpufreq: update user_policy.* on success
Viresh Kumar
1
-5
/
+3
2015-09-01
cpufreq: use memcpy() to copy policy
Viresh Kumar
1
-6
/
+2
2015-09-01
cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event
Viresh Kumar
7
-19
/
+9
2015-09-01
cpufreq: mediatek: Add MT8173 cpufreq driver
Pi-Cheng Chen
3
-0
/
+535
2015-09-01
dt-bindings: mediatek: Add MT8173 CPU DVFS clock bindings
Pi-Cheng Chen
1
-0
/
+83
2015-08-28
PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-3
/
+3
2015-08-28
PM / OPP: Fix static checker warning (broken 64bit big endian systems)
Viresh Kumar
1
-3
/
+6
2015-08-28
PM / OPP: Free resources and properly return error on failure
Viresh Kumar
1
-14
/
+16
2015-08-08
cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabled
Bartlomiej Zolnierkiewicz
2
-1
/
+9
2015-08-07
intel_pstate: append more Oracle OEM table id to vendor bypass list
Ethan Zhao
1
-0
/
+4
2015-08-07
intel_pstate: Add SKY-S support
Kristen Carlson Accardi
1
-0
/
+1
2015-08-07
cpufreq: dt: Add support for turbo/boost mode
Viresh Kumar
1
-0
/
+8
2015-08-07
cpufreq: dt: Add support for operating-points-v2 bindings
Viresh Kumar
1
-10
/
+46
2015-08-07
cpufreq: Allow drivers to enable boost support after registering driver
Viresh Kumar
3
-20
/
+75
2015-08-07
cpufreq: Update boost flag while initializing freq table from OPPs
Bartlomiej Zolnierkiewicz
1
-0
/
+4
2015-08-07
Merge branch 'pm-cpufreq' into pm-opp
Rafael J. Wysocki
17
-404
/
+638
2015-08-07
PM / OPP: add dev_pm_opp_is_turbo() helper
Bartlomiej Zolnierkiewicz
2
-0
/
+41
2015-08-07
PM / OPP: Add helpers for initializing CPU OPPs
Viresh Kumar
2
-0
/
+198
2015-08-07
PM / OPP: Add support for opp-suspend
Viresh Kumar
1
-0
/
+11
2015-08-07
PM / OPP: Add OPP sharing information to OPP library
Viresh Kumar
1
-24
/
+150
2015-08-07
PM / OPP: Add clock-latency-ns support
Viresh Kumar
2
-2
/
+45
2015-08-07
PM / OPP: Add support to parse "operating-points-v2" bindings
Viresh Kumar
1
-24
/
+233
2015-08-07
PM / OPP: Break _opp_add_dynamic() into smaller functions
Viresh Kumar
1
-49
/
+76
2015-08-07
PM / OPP: Allocate dev_opp from _add_device_opp()
Viresh Kumar
1
-23
/
+27
2015-08-07
PM / OPP: Create _remove_device_opp() for freeing dev_opp
Viresh Kumar
1
-5
/
+17
2015-08-07
PM / OPP: Relocate few routines
Viresh Kumar
1
-138
/
+139
2015-08-07
PM / OPP: Create a directory for opp bindings
Viresh Kumar
1
-0
/
+0
2015-08-07
PM / OPP: Update bindings to make opp-hz a 64 bit value
Viresh Kumar
1
-20
/
+20
2015-08-02
Linux 4.2-rc5
v4.2-rc5
Linus Torvalds
1
-1
/
+1
2015-08-02
Merge tag 'powerpc-4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-7
/
+8
2015-08-02
i915: temporary fix for DP MST docking station NULL pointer dereference
Linus Torvalds
1
-3
/
+5
[next]