index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
itimer.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-02-18
unicore32 idle: delete stray pm_idle comment
Len Brown
1
-5
/
+0
2013-02-18
openrisc idle: delete pm_idle
Len Brown
1
-5
/
+0
2013-02-18
mn10300 idle: delete pm_idle
Len Brown
1
-7
/
+0
2013-02-18
microblaze idle: delete pm_idle
Len Brown
1
-3
/
+0
2013-02-18
m32r idle: delete pm_idle, and other dead idle code
Len Brown
1
-49
/
+2
2013-02-18
ia64 idle: delete pm_idle
Len Brown
2
-4
/
+0
2013-02-18
cris idle: delete idle and pm_idle
Len Brown
1
-10
/
+1
2013-02-18
ARM64 idle: delete pm_idle
Len Brown
1
-9
/
+4
2013-02-18
ARM idle: delete pm_idle
Len Brown
1
-9
/
+4
2013-02-18
blackfin idle: delete pm_idle
Len Brown
1
-7
/
+0
2013-02-18
sparc idle: rename pm_idle to sparc_idle
Len Brown
5
-8
/
+11
2013-02-18
sh idle: rename global pm_idle to static sh_idle
Len Brown
1
-6
/
+6
2013-02-18
x86 idle: rename global pm_idle to static x86_idle
Len Brown
1
-16
/
+12
2013-02-18
APM idle: register apm_cpu_idle via cpuidle
Len Brown
3
-26
/
+35
2013-02-15
cpufreq / intel_pstate: Add kernel command line option disable intel_pstate.
Dirk Brandewie
2
-0
/
+21
2013-02-15
cpufreq / intel_pstate: Change to disallow module build
Dirk Brandewie
1
-6
/
+1
2013-02-14
tools/power turbostat: display SMI count by default
Len Brown
3
-24
/
+39
2013-02-14
intel_idle: export both C1 and C1E
Len Brown
1
-5
/
+49
2013-02-13
ACPI / hotplug: Fix concurrency issues and memory leaks
Rafael J. Wysocki
8
-55
/
+139
2013-02-13
ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE
Toshi Kani
1
-2
/
+1
2013-02-13
ACPI / scan: Full transition to D3cold in acpi_device_unregister()
Rafael J. Wysocki
1
-9
/
+4
2013-02-13
ACPI / scan: Make acpi_bus_hot_remove_device() acquire the scan lock
Rafael J. Wysocki
1
-14
/
+17
2013-02-13
ACPI: Drop the container.h header file
Rafael J. Wysocki
2
-13
/
+0
2013-02-13
ACPI / Documentation: refer to correct file for acpi_platform_device_ids[] table
Mika Westerberg
1
-2
/
+2
2013-02-13
ACPI / scan: Make container driver use struct acpi_scan_handler
Rafael J. Wysocki
4
-132
/
+43
2013-02-13
ACPI / scan: Remove useless #ifndef from acpi_eject_store()
Rafael J. Wysocki
1
-2
/
+0
2013-02-13
ACPI: Unbind ACPI drv when probe failed
Toshi Kani
1
-0
/
+2
2013-02-13
ACPI: sysfs eject support for ACPI scan handlers
Toshi Kani
1
-1
/
+1
2013-02-13
ACPI / scan: Follow priorities of IDs when matching scan handlers
Rafael J. Wysocki
1
-12
/
+28
2013-02-13
ACPI / PCI: pci_slot: replace printk(KERN_xxx) with pr_xxx()
Jiang Liu
1
-4
/
+3
2013-02-12
cpuidle: remove vestage definition of cpuidle_state_usage.driver_data
Len Brown
1
-22
/
+0
2013-02-11
cpufreq / intel_pstate: Fix 32 bit build
Dirk Brandewie
1
-1
/
+2
2013-02-10
x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag
Len Brown
6
-50
/
+2
2013-02-10
x86 idle: remove mwait_idle() and "idle=mwait" cmdline param
Len Brown
5
-87
/
+4
2013-02-10
xen idle: make xen-specific macro xen-specific
Len Brown
3
-3
/
+9
2013-02-09
suspend: enable freeze timeout configuration through sys
Li Fei
4
-2
/
+39
2013-02-09
ACPI: enable ACPI SCI during suspend
Zhang Rui
1
-1
/
+1
2013-02-09
PM: Introduce suspend state PM_SUSPEND_FREEZE
Zhang Rui
4
-15
/
+68
2013-02-09
cpufreq: conservative: Fix typos in comments
Stratos Karafotis
1
-2
/
+2
2013-02-09
cpufreq: ondemand: Fix typos in comments
Stratos Karafotis
1
-6
/
+6
2013-02-09
cpufreq: exynos: simplify .init() for setting policy->cpus
Viresh Kumar
1
-13
/
+1
2013-02-09
cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCs
Andrew Lunn
5
-0
/
+294
2013-02-09
cpufreq/x86: Add P-state driver for sandy bridge.
Dirk Brandewie
3
-0
/
+825
2013-02-09
cpufreq_stats: do not remove sysfs files if frequency table is not present
Dirk Brandewie
1
-0
/
+4
2013-02-09
cpufreq: Do not track governor name for scaling drivers with internal governors.
Dirk Brandewie
1
-2
/
+3
2013-02-09
cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...
Dirk Brandewie
1
-1
/
+1
2013-02-09
cpufreq: Retrieve current frequency from scaling drivers with internal governors
Dirk Brandewie
1
-1
/
+5
2013-02-09
intel_idle: remove assumption of one C-state per MWAIT flag
Len Brown
2
-51
/
+61
2013-02-09
intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATES
Len Brown
2
-9
/
+8
2013-02-09
tools/power turbostat: decode MSR_IA32_POWER_CTL
Len Brown
2
-6
/
+9
[next]