summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2010-08-15ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFSZhang Rui2-33/+54
2010-08-15ACPI video: make procfs I/F depend on CONFIG_ACPI_PROCFSZhang Rui2-50/+82
2010-08-15ACPI processor: remove deprecated ACPI procfs I/FZhang Rui5-272/+0
2010-08-15ACPI power_resource: remove unused procfs I/FZhang Rui1-127/+1
2010-08-15ACPI: remove deprecated ACPI procfs I/FZhang Rui7-484/+1
2010-08-15ACPI: introduce drivers/acpi/sysfs.cZhang Rui6-571/+688
2010-08-15Merge branch 'acpica-gpe' into releaseLen Brown49-915/+511
2010-08-14Merge branch 'bugzilla-16422' into releaseLen Brown1-1/+2
2010-08-14Merge branch 'procfs-cleanup' into releaseLen Brown6-76/+102
2010-08-14Merge branch 'apei' into releaseLen Brown6-89/+380
2010-08-14Merge branch 'nvs' into releaseLen Brown3-80/+33
2010-08-14ACPI: introduce module parameter acpi.aml_debug_outputZhang Rui2-1/+9
2010-08-14ACPI: introduce drivers/acpi/debugfs.cZhang Rui5-75/+93
2010-08-14ACPI, APEI, ERST debug supportHuang Ying3-0/+217
2010-08-08ACPI, APEI, Manage GHES as platform devicesHuang Ying2-71/+145
2010-08-08ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying1-16/+16
2010-08-08ACPI, APEI, Fix a typo of error path of apei_resources_requestHuang Ying1-2/+2
2010-08-07ACPI / ACPICA: Fix reference counting problems with GPE handlersRafael J. Wysocki5-78/+139
2010-07-26ACPI: Add the check of ADR flag in course of finding ACPI handle for PCI deviceZhao Yakui1-1/+2
2010-07-24Merge branch 'bugzilla-16396' into releaseLen Brown1-18/+17
2010-07-24ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAMRafael J. Wysocki1-18/+17
2010-07-22Merge branch 'misc' into releaseLen Brown1-0/+3
2010-07-22Merge branch 'bugzilla-15886' into releaseLen Brown1-1/+6
2010-07-22Merge branch 'bugzilla-102904-workaround' into releaseLen Brown1-1/+1
2010-07-22Merge branch 'bugzilla-16244' into releaseLen Brown1-1/+7
2010-07-22Merge branch 'bugzilla-16271' into releaseLen Brown1-8/+11
2010-07-22ACPI: create "processor.bm_check_disable" boot paramLen Brown1-0/+5
2010-07-22ACPI: skip checking BM_STS if the BIOS doesn't ask for itLen Brown1-1/+1
2010-07-21ACPI: fix unused function warningKOSAKI Motohiro1-0/+3
2010-07-12ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block()Rafael J. Wysocki1-13/+8
2010-07-12ACPI / ACPICA: Fail acpi_gpe_wakeup() if ACPI_GPE_CAN_WAKE is unsetRafael J. Wysocki1-1/+1
2010-07-12ACPI / ACPICA: Do not execute _PRW methods during initializationRafael J. Wysocki9-298/+83
2010-07-12ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags()Rafael J. Wysocki1-2/+3
2010-07-12ACPI: processor: fix processor_physically_present on UPAlex Chiang1-1/+1
2010-07-06ACPI video: fix string mismatch for Sony SR290 laptopNik A. Melchior1-1/+1
2010-07-06ACPICA: Fix for Alias references within Package objectsBob Moore1-1/+15
2010-07-06ACPICA: Fix lint warning for 64-bit constantBob Moore1-1/+1
2010-07-06ACPICA: Remove obsolete GPE functionBob Moore3-30/+6
2010-07-06ACPICA: Drop acpi_set_gpeRafael J. Wysocki1-60/+0
2010-07-06ACPICA: Use low-level GPE enable during GPE block initializationRafael J. Wysocki4-44/+47
2010-07-06ACPI / EC: Do not use acpi_set_gpeRafael J. Wysocki1-11/+4
2010-07-06ACPI / EC: Drop suspend and resume routinesRafael J. Wysocki1-18/+0
2010-07-06ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki9-121/+46
2010-07-06ACPICA: Introduce acpi_gpe_wakeup()Rafael J. Wysocki3-19/+81
2010-07-06ACPICA: Rename acpi_hw_gpe_register_bitLin Ming3-7/+7
2010-07-06ACPICA: Optimization: Reduce the number of namespace walksAlexey Starikovskiy2-6/+32
2010-07-06ACPICA: Update flags for operand objectBob Moore2-17/+8
2010-07-06ACPICA: Performance enhancement for namespace search and accessAlexey Starikovskiy15-218/+52
2010-07-06ACPICA: Expand device initialization counters to 32 bitsBob Moore2-5/+5
2010-07-06ACPICA: Core: Replace all %d format specifiers with %u (unsigned)Bob Moore11-28/+28