summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc' into releaseLen Brown2011-01-122-22/+10
|\
| * thermal: make ops constantAlan Cox2010-11-302-22/+10
* | Merge branch 'bugzilla-21212' into releaseLen Brown2011-01-121-3/+12
|\ \
| * | ACPI video: introduce module parameter video.use_bios_initial_backlightZhang Rui2010-12-141-3/+12
* | | ACPI / Battery: Update information on info notification and resumeRafael J. Wysocki2011-01-121-0/+14
* | | ACPI: Drop device flag wake_capableRafael J. Wysocki2011-01-122-19/+10
* | | ACPI: Always check if _PRW is present before trying to evaluate itRafael J. Wysocki2011-01-121-2/+7
* | | ACPI / PM: Check status of power resources under mutexesRafael J. Wysocki2011-01-121-13/+20
* | | ACPI / PM: Rename acpi_power_off_device()Rafael J. Wysocki2011-01-121-4/+3
* | | Merge branch 'kconfig-text' into releaseLen Brown2011-01-121-1/+0
|\ \ \
| * | | ACPI: update CONFIG_ACPI_PROCFS descriptionZhang Rui2011-01-121-5/+0
* | | | Merge branch 'ipmi' into releaseLen Brown2011-01-128-4/+653
|\| | |
| * | | IPMI/ACPI: Add the IPMI opregion driver to enable ACPI to access BMC controllerZhao Yakui2010-12-143-0/+537
| * | | IPMI: Add the document description of ipmi_get_smi_infoZhao Yakui2010-12-141-0/+27
| * | | IPMI: Add one interface to get more info of low-level IPMI deviceZhao Yakui2010-12-144-4/+89
| |/ /
* | | Merge branch 'apei' into releaseLen Brown2011-01-1210-92/+866
|\ \ \
| * | | ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-126-84/+328
| * | | ACPI, APEI, Report GHES error information via printkHuang Ying2010-12-131-4/+21
| * | | ACPI, APEI, Add APEI generic error status printing supportHuang Ying2010-12-133-0/+435
| * | | Add CPER PCIe error section structure and constants definitionHuang Ying2010-12-131-4/+82
| |/ /
* | | Merge branch 'acpi-video' into releaseLen Brown2011-01-125-146/+7
|\ \ \
| * | | ACPI video: check cap._DDC flag before getting EDIDZhang Rui2010-12-141-0/+3
| * | | ACPI video: remove output switching controlZhang Rui2010-12-145-146/+4
| |/ /
* | | Merge branch 'throttling' into releaseLen Brown2011-01-123-3/+84
|\ \ \
| * | | ACPI: Reevaluate whether the T-state is supported or not after cpu is online/...Zhao Yakui2011-01-103-0/+63
| * | | ACPI: Check the returned value of set_cpus_allowed_ptr before T-state operationZhao Yakui2011-01-101-3/+21
* | | | Merge branch 'thermal' into releaseLen Brown2011-01-125-1/+151
|\ \ \ \
| * | | | thermal: Add event notification to thermal frameworkR.Durgadoss2011-01-125-1/+151
| | |_|/ | |/| |
* | | | Merge branch 'procfs-cleanup' into releaseLen Brown2011-01-127-193/+20
|\ \ \ \
| * | | | ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39Zhang Rui2011-01-125-1/+19
| * | | | ACPI processor: remove processor throttling control procfs I/FZhang Rui2010-12-143-192/+1
| | |_|/ | |/| |
* | | | Merge branch 'pnp' into releaseLen Brown2011-01-125-14/+13
|\ \ \ \
| * | | | PNP: Set up pnp_debug via module and not via boot param.Thomas Renninger2010-10-271-6/+1
| * | | | PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger2010-10-274-8/+12
* | | | | Merge branch 'bugzilla-15100' into releaseLen Brown2011-01-122-28/+72
|\ \ \ \ \
| * | | | | PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle accessRafael J. Wysocki2011-01-112-28/+72
| | |_|_|/ | |/| | |
* | | | | Merge branch 'suspend-ioremap-cache' into releaseLen Brown2011-01-1211-36/+43
|\ \ \ \ \
| * | | | | ACPI: Use ioremap_cache()Len Brown2011-01-072-3/+8
| * | | | | ACPI / PM: Make suspend_nvs_save() use acpi_os_map_memory()Rafael J. Wysocki2011-01-071-2/+4
| * | | | | ACPI / PM: Update file information and the list of includes in nvs.cRafael J. Wysocki2011-01-071-3/+3
| * | | | | PM / ACPI: Move NVS saving and restoring code to drivers/acpiRafael J. Wysocki2011-01-078-24/+19
| * | | | | PM: Fix oops in suspend/hibernate code related to failing ioremap()Jiri Slaby2011-01-073-6/+11
| |/ / / /
* | | | | Merge branch 'wakeup-etc-rafael' into releaseLen Brown2011-01-128-89/+94
|\ \ \ \ \
| * | | | | ACPI / PM: Blacklist Averatec machine known to require acpi_sleep=nonvsRafael J. Wysocki2011-01-071-0/+8
| * | | | | ACPI / PM: Report wakeup events from buttonsRafael J. Wysocki2011-01-071-0/+5
| * | | | | ACPI / PM: Drop special ACPI wakeup flagsRafael J. Wysocki2011-01-072-10/+1
| * | | | | ACPI / PM: Use device wakeup flags for handling ACPI wakeup devicesRafael J. Wysocki2011-01-074-17/+26
| * | | | | ACPI / PM: Do not enable multiple devices to wake up simultaneouslyRafael J. Wysocki2011-01-071-25/+1
| * | | | | ACPI / ACPICA: Fix global lock acquisitionRafael J. Wysocki2011-01-071-39/+55
| |/ / / /
* | | | | Merge branch 'power-resource' into releaseLen Brown2011-01-128-145/+171
|\ \ \ \ \