index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2013-11-07
48
-651
/
+732
|
\
|
*
intel_pstate: skip the driver if ACPI has power mgmt option
Adrian Huang
2013-11-07
1
-0
/
+74
|
*
cpufreq: ondemand: Remove redundant return statement
Stratos Karafotis
2013-11-01
1
-1
/
+0
|
*
cpufreq: move freq change notifications to cpufreq core
Viresh Kumar
2013-10-31
40
-624
/
+198
|
*
cpufreq: distinguish drivers that do asynchronous notifications
Viresh Kumar
2013-10-31
2
-1
/
+2
|
*
cpufreq/intel_pstate: Add static declarations to internal functions
Dirk Brandewie
2013-10-31
1
-2
/
+2
|
*
cpufreq: arm_big_little: reconfigure switcher behavior at run time
Nicolas Pitre
2013-10-31
1
-3
/
+51
|
*
cpufreq: arm_big_little: add in-kernel switching (IKS) support
Viresh Kumar
2013-10-31
2
-31
/
+337
|
*
cpufreq: arm_big_little: add vexpress SPC interface driver
Sudeep KarkadaNagesha
2013-10-30
3
-0
/
+79
*
|
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
2013-11-07
6
-127
/
+72
|
\
\
|
*
|
intel_idle: use CPU_TASKS_FROZEN instead of a numeric constant
Prarit Bhargava
2013-10-30
1
-1
/
+1
|
*
|
cpuidle: remove cpuidle_unregister_governor()
Viresh Kumar
2013-10-30
1
-43
/
+0
|
*
|
cpuidle: don't call poll_idle_init() for every cpu
Viresh Kumar
2013-10-30
2
-41
/
+42
|
*
|
cpuidle: use drv instead of cpuidle_driver in show_current_driver()
Viresh Kumar
2013-10-30
1
-4
/
+4
|
*
|
cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lock
Viresh Kumar
2013-10-30
2
-2
/
+4
|
*
|
cpuidle: replace multiline statements with single line in cpuidle_idle_call()
Viresh Kumar
2013-10-30
1
-4
/
+2
|
*
|
cpuidle: reduce code duplication inside cpuidle_idle_call()
Viresh Kumar
2013-10-30
1
-2
/
+5
|
*
|
cpuidle: merge two if() statements for checking error cases
Viresh Kumar
2013-10-30
1
-4
/
+1
|
*
|
cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points
Viresh Kumar
2013-10-30
1
-5
/
+4
|
*
|
cpuidle: rearrange code in __cpuidle_driver_init()
Viresh Kumar
2013-10-30
1
-6
/
+4
|
*
|
cpuidle: make __cpuidle_driver_init() return void
Viresh Kumar
2013-10-30
1
-8
/
+2
|
*
|
cpuidle: make __cpuidle_device_init() return void
Viresh Kumar
2013-10-30
1
-6
/
+2
|
*
|
cpuidle: Fix comments in cpuidle core
Viresh Kumar
2013-10-30
3
-5
/
+5
*
|
|
Merge branch 'pm-devfreq'
Rafael J. Wysocki
2013-11-07
2
-23
/
+11
|
\
\
\
|
*
|
|
PM / devfreq: create_freezable_workqueue() doesn't return an ERR_PTR
Dan Carpenter
2013-10-28
1
-2
/
+2
|
*
|
|
PM / devfreq: Remove duplicate header file inclusion in exynos5_bus.c
Sachin Kamat
2013-10-28
1
-1
/
+0
|
*
|
|
PM / devfreq: Use devm_* APIs in exynos5_bus.c
Sachin Kamat
2013-10-28
1
-18
/
+8
|
*
|
|
PM / devfreq: Remove redundant platform_set_drvdata() in exynos5_bus.c
Sachin Kamat
2013-10-28
1
-2
/
+0
|
*
|
|
PM / devfreq: Fix incorrect usage of IS_ERR_OR_NULL in exynos5_bus.c
Sachin Kamat
2013-10-28
1
-1
/
+1
*
|
|
|
Merge branch 'powercap'
Rafael J. Wysocki
2013-11-07
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
PowerCap: Fix build error with option -Werror=format-security
Srinivas Pandruvada
2013-11-05
1
-1
/
+1
*
|
|
|
|
Merge branch 'acpi-video'
Rafael J. Wysocki
2013-11-07
2
-11
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Revert "ACPI / video: Ignore BIOS initial backlight value for HP 250 G1"
Aaron Lu
2013-11-07
1
-8
/
+0
|
*
|
|
|
|
ACPI / video: Quirk initial backlight level 0
Aaron Lu
2013-11-07
1
-1
/
+1
|
*
|
|
|
|
ACPI / video: Fix initial level validity test
Aaron Lu
2013-11-07
1
-1
/
+1
|
*
|
|
|
|
ACPI / blacklist: fix name of ThinkPad Edge E530
Felipe Contreras
2013-11-05
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'acpica'
Rafael J. Wysocki
2013-11-07
89
-309
/
+421
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ACPICA: Add __init for ACPICA initializers/finalizers.
Lv Zheng
2013-10-31
6
-9
/
+8
|
*
|
|
|
|
|
ACPICA: Cleanup asmlinkage for ACPICA APIs.
Lv Zheng
2013-10-31
1
-2
/
+2
|
*
|
|
|
|
|
ACPICA: Fix cached object deletion code.
Lv Zheng
2013-10-31
1
-2
/
+2
|
*
|
|
|
|
|
ACPICA: Remove dead AOPOBJ_INVALID check.
Lv Zheng
2013-10-31
1
-6
/
+0
|
*
|
|
|
|
|
ACPICA: Cleanup useless memset invocations.
Lv Zheng
2013-10-31
2
-2
/
+0
|
*
|
|
|
|
|
ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal.
Lv Zheng
2013-10-31
1
-1
/
+1
|
*
|
|
|
|
|
ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size().
Lv Zheng
2013-10-31
1
-10
/
+13
|
*
|
|
|
|
|
ACPICA: Add new statistics interface.
Lv Zheng
2013-10-31
5
-0
/
+54
|
*
|
|
|
|
|
ACPICA: Update DMAR table definitions.
Lv Zheng
2013-10-31
2
-6
/
+6
|
*
|
|
|
|
|
ACPICA: Update namespace dump code.
Lv Zheng
2013-10-31
1
-2
/
+5
|
*
|
|
|
|
|
ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag.
Lv Zheng
2013-10-31
1
-1
/
+2
|
*
|
|
|
|
|
ACPICA: Update default space handlers.
Lv Zheng
2013-10-31
1
-0
/
+1
|
*
|
|
|
|
|
ACPICA: Fix indentation issues for macro invocations.
Lv Zheng
2013-10-31
4
-3
/
+8
[next]