summaryrefslogtreecommitdiffstats
path: root/kernel/itimer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-18unicore32 idle: delete stray pm_idle commentLen Brown1-5/+0
2013-02-18openrisc idle: delete pm_idleLen Brown1-5/+0
2013-02-18mn10300 idle: delete pm_idleLen Brown1-7/+0
2013-02-18microblaze idle: delete pm_idleLen Brown1-3/+0
2013-02-18m32r idle: delete pm_idle, and other dead idle codeLen Brown1-49/+2
2013-02-18ia64 idle: delete pm_idleLen Brown2-4/+0
2013-02-18cris idle: delete idle and pm_idleLen Brown1-10/+1
2013-02-18ARM64 idle: delete pm_idleLen Brown1-9/+4
2013-02-18ARM idle: delete pm_idleLen Brown1-9/+4
2013-02-18blackfin idle: delete pm_idleLen Brown1-7/+0
2013-02-18sparc idle: rename pm_idle to sparc_idleLen Brown5-8/+11
2013-02-18sh idle: rename global pm_idle to static sh_idleLen Brown1-6/+6
2013-02-18x86 idle: rename global pm_idle to static x86_idleLen Brown1-16/+12
2013-02-18APM idle: register apm_cpu_idle via cpuidleLen Brown3-26/+35
2013-02-15cpufreq / intel_pstate: Add kernel command line option disable intel_pstate.Dirk Brandewie2-0/+21
2013-02-15cpufreq / intel_pstate: Change to disallow module buildDirk Brandewie1-6/+1
2013-02-14tools/power turbostat: display SMI count by defaultLen Brown3-24/+39
2013-02-14intel_idle: export both C1 and C1ELen Brown1-5/+49
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki8-55/+139
2013-02-13ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULEToshi Kani1-2/+1
2013-02-13ACPI / scan: Full transition to D3cold in acpi_device_unregister()Rafael J. Wysocki1-9/+4
2013-02-13ACPI / scan: Make acpi_bus_hot_remove_device() acquire the scan lockRafael J. Wysocki1-14/+17
2013-02-13ACPI: Drop the container.h header fileRafael J. Wysocki2-13/+0
2013-02-13ACPI / Documentation: refer to correct file for acpi_platform_device_ids[] tableMika Westerberg1-2/+2
2013-02-13ACPI / scan: Make container driver use struct acpi_scan_handlerRafael J. Wysocki4-132/+43
2013-02-13ACPI / scan: Remove useless #ifndef from acpi_eject_store()Rafael J. Wysocki1-2/+0
2013-02-13ACPI: Unbind ACPI drv when probe failedToshi Kani1-0/+2
2013-02-13ACPI: sysfs eject support for ACPI scan handlersToshi Kani1-1/+1
2013-02-13ACPI / scan: Follow priorities of IDs when matching scan handlersRafael J. Wysocki1-12/+28
2013-02-13ACPI / PCI: pci_slot: replace printk(KERN_xxx) with pr_xxx()Jiang Liu1-4/+3
2013-02-12cpuidle: remove vestage definition of cpuidle_state_usage.driver_dataLen Brown1-22/+0
2013-02-11cpufreq / intel_pstate: Fix 32 bit buildDirk Brandewie1-1/+2
2013-02-10x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown6-50/+2
2013-02-10x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown5-87/+4
2013-02-10xen idle: make xen-specific macro xen-specificLen Brown3-3/+9
2013-02-09suspend: enable freeze timeout configuration through sysLi Fei4-2/+39
2013-02-09ACPI: enable ACPI SCI during suspendZhang Rui1-1/+1
2013-02-09PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui4-15/+68
2013-02-09cpufreq: conservative: Fix typos in commentsStratos Karafotis1-2/+2
2013-02-09cpufreq: ondemand: Fix typos in commentsStratos Karafotis1-6/+6
2013-02-09cpufreq: exynos: simplify .init() for setting policy->cpusViresh Kumar1-13/+1
2013-02-09cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCsAndrew Lunn5-0/+294
2013-02-09cpufreq/x86: Add P-state driver for sandy bridge.Dirk Brandewie3-0/+825
2013-02-09cpufreq_stats: do not remove sysfs files if frequency table is not presentDirk Brandewie1-0/+4
2013-02-09cpufreq: Do not track governor name for scaling drivers with internal governors.Dirk Brandewie1-2/+3
2013-02-09cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...Dirk Brandewie1-1/+1
2013-02-09cpufreq: Retrieve current frequency from scaling drivers with internal governorsDirk Brandewie1-1/+5
2013-02-09intel_idle: remove assumption of one C-state per MWAIT flagLen Brown2-51/+61
2013-02-09intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATESLen Brown2-9/+8
2013-02-09tools/power turbostat: decode MSR_IA32_POWER_CTLLen Brown2-6/+9