summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * cpufreq: Notify governors when cpus are hot-[un]pluggedViresh Kumar2013-02-021-0/+10
| * cpufreq: Manage only online cpusViresh Kumar2013-02-021-0/+7
| * cpufreq: ondemand: use all CPUs in update_sampling_rateFabio Baltieri2013-02-021-3/+2
| * cpufreq: conservative: call dbs_check_cpu only when necessaryFabio Baltieri2013-02-021-6/+41
| * cpufreq: ondemand: call dbs_check_cpu only when necessaryFabio Baltieri2013-02-023-10/+52
| * cpufreq: handle SW coordinated CPUsRickard Andersson2013-02-024-8/+43
* | Merge branch 'pm-tools'Rafael J. Wysocki2013-02-151-1/+1
|\ \
| * | ACPI tools / acpidump: must be run as root - install it into /usr/sbinThomas Renninger2013-02-051-1/+1
| |/
* | Merge branch 'pm-assorted'Rafael J. Wysocki2013-02-1521-174/+125
|\ \
| * | suspend: enable freeze timeout configuration through sysLi Fei2013-02-094-2/+39
| * | ACPI: enable ACPI SCI during suspendZhang Rui2013-02-091-1/+1
| * | PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui2013-02-094-15/+68
| * | PM / Runtime: Add new helper function: pm_runtime_active()ShuoX Liu2013-01-262-0/+11
| * | PM / tracing: remove deprecated power trace APIPaul Gortmaker2013-01-268-147/+1
| * | PM: don't use [delayed_]work_pending()Tejun Heo2013-01-262-7/+4
| * | PM / Domains: don't use [delayed_]work_pending()Tejun Heo2013-01-261-2/+1
* | | Merge branch 'acpi-assorted'Rafael J. Wysocki2013-02-157-29/+34
|\ \ \
| * | | ACPI: Add DMI entry for Sony VGN-FW41E_HJoseph Salisbury2013-02-061-0/+8
| * | | ACPI: fix obsolete comment in custom_method.cZhang Rui2013-01-261-1/+1
| * | | ACPI / thermal: Use mode to enable/disable kernel thermal processingSrinivas Pandruvada2013-01-261-0/+4
| * | | ACPI thermal: remove unnecessary newline from exception messageColin Ian King2013-01-261-1/+1
| * | | ACPI sysfs: remove unnecessary newline from exceptionColin Ian King2013-01-261-1/+1
| * | | ACPI video: remove unnecessary newline from error messagesColin Ian King2013-01-261-2/+2
| * | | ACPI: SRAT: report non-volatile memory in debugDavidlohr Bueso2013-01-261-2/+4
| * | | ACPI: Rework acpi_get_child() to be more efficientRafael J. Wysocki2013-01-261-22/+13
| |/ /
* | | Merge branch 'acpi-cleanup'Rafael J. Wysocki2013-02-1555-423/+535
|\ \ \
| * | | ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2013-02-138-55/+139
| * | | ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULEToshi Kani2013-02-131-2/+1
| * | | ACPI / scan: Full transition to D3cold in acpi_device_unregister()Rafael J. Wysocki2013-02-131-9/+4
| * | | ACPI / scan: Make acpi_bus_hot_remove_device() acquire the scan lockRafael J. Wysocki2013-02-131-14/+17
| * | | ACPI: Drop the container.h header fileRafael J. Wysocki2013-02-132-13/+0
| * | | ACPI / Documentation: refer to correct file for acpi_platform_device_ids[] tableMika Westerberg2013-02-131-2/+2
| * | | ACPI / scan: Make container driver use struct acpi_scan_handlerRafael J. Wysocki2013-02-134-132/+43
| * | | ACPI / scan: Remove useless #ifndef from acpi_eject_store()Rafael J. Wysocki2013-02-131-2/+0
| * | | ACPI: Unbind ACPI drv when probe failedToshi Kani2013-02-131-0/+2
| * | | ACPI: sysfs eject support for ACPI scan handlersToshi Kani2013-02-131-1/+1
| * | | ACPI / scan: Follow priorities of IDs when matching scan handlersRafael J. Wysocki2013-02-131-12/+28
| * | | ACPI / PCI: pci_slot: replace printk(KERN_xxx) with pr_xxx()Jiang Liu2013-02-131-4/+3
| * | | ACPI / dock: Fix acpi_bus_get_device() check in drivers/acpi/dock.cYasuaki Ishimatsu2013-02-021-1/+1
| * | | ACPI / scan: Clean up acpi_bus_get_parent()Rafael J. Wysocki2013-01-311-11/+5
| * | | ACPI / platform: Use struct acpi_scan_handler for creating devicesRafael J. Wysocki2013-01-303-46/+50
| * | | ACPI / PCI: Make PCI IRQ link driver use struct acpi_scan_handlerRafael J. Wysocki2013-01-303-33/+16
| * | | ACPI / PCI: Make PCI root driver use struct acpi_scan_handlerRafael J. Wysocki2013-01-302-24/+16
| * | | ACPI / scan: Introduce struct acpi_scan_handlerRafael J. Wysocki2013-01-303-7/+144
| * | | Merge branch 'acpi-lpss' into acpi-cleanupRafael J. Wysocki2013-01-29129-4089/+5186
| |\ \ \
| * \ \ \ Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-294-27/+21
| |\ \ \ \
| * | | | | ACPI / scan: Make scanning of fixed devices follow the general schemeRafael J. Wysocki2013-01-291-11/+24
| * | | | | Merge branch 'acpi-pm' into acpi-cleanupRafael J. Wysocki2013-01-2923-897/+1313
| |\ \ \ \ \
| * | | | | | ACPI: Drop device start operation that is not usedRafael J. Wysocki2013-01-261-2/+0
| * | | | | | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-2644-73/+70
OpenPOWER on IntegriCloud