summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/events
AgeCommit message (Expand)AuthorFilesLines
2009-01-09ACPICA: create acpica/ directoryLen Brown11-6775/+0
2008-12-31ACPICA: Restructure includes into public/privateBob Moore10-0/+10
2008-12-31ACPICA: New: acpi_read and acpi_write public interfacesBob Moore2-18/+8
2008-12-31ACPICA: New: Public GPE group enable/disable interfacesBob Moore1-0/+58
2008-12-31ACPICA: New: acpi_get_gpe_device interfaceBob Moore3-7/+115
2008-12-29ACPICA: Reformat comments, no functional changesBob Moore9-163/+152
2008-12-29ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore1-16/+6
2008-11-11Merge branch 'ec' into releaseLen Brown1-26/+9
2008-11-11Merge branch 'misc' into releaseLen Brown1-2/+0
2008-11-11ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy1-26/+9
2008-11-07Delete an unwanted return statement at evgpe.cLin Ming1-2/+0
2008-10-28ACPI: bugfix reporting of event handler statusZhang Rui1-0/+6
2008-07-16ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use...Zhang Rui1-3/+15
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore6-26/+22
2008-07-16ACPICA: Fix for hang on GPE method invocationBob Moore2-5/+0
2008-07-16Make GPE disable more robustBob Moore1-4/+14
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown1-4/+0
2008-04-29ACPICA: always disable GPE when requestedDamián Viano1-4/+0
2008-04-23ACPICA: update Intel copyrightLen Brown10-10/+10
2008-04-22ACPICA: Update for new Notify valuesZhang Rui1-36/+23
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore2-4/+5
2008-04-22ACPICA: Fix for update of the Global Lock HandleBob Moore2-8/+14
2008-04-22ACPICA: Misc fixes for recent global lock code updateBob Moore1-1/+1
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore2-9/+28
2008-02-07Merge branches 'release' and 'stats' into releaseLen Brown2-2/+2
2008-02-07Merge branches 'release' and 'gpe-ack' into releaseLen Brown1-4/+13
2008-02-07Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ...Len Brown1-4/+4
2008-02-06ACPI: create /sys/firmware/acpi/interruptsLen Brown2-2/+2
2008-01-10ACPICA: fix acpi_serialize hang regressionBob Moore1-4/+4
2007-12-06ACPI: Defer enabling of level GPE until all pending notifies doneAlexey Starikovskiy1-4/+13
2007-11-20ACPI: disable stray GPE, prevent ACPI interrupt stormZhang Rui1-4/+4
2007-10-10ACPICA: hw: remove use_lock flag from acpi_hw_register_{read, write}Alexey Starikovskiy1-4/+2
2007-07-23ACPI: autoload modules - ACPICA modificationsThomas Renninger1-1/+1
2007-07-18ACPICA: fix memory leak in acpi_ev_pci_config_region_setup() error pathJesper Juhl1-0/+1
2007-07-03ACPICA: Fixed possible corruption of global GPE listBob Moore1-0/+4
2007-05-09ACPICA: LindentLen Brown6-12/+11
2007-05-09Revert "Execute AML Notify() requests on stack."Len Brown1-5/+6
2007-05-09Revert "ACPICA: revert "acpi_serialize" changes"Len Brown3-21/+8
2007-03-15ACPICA: revert "acpi_serialize" changesLen Brown3-8/+21
2007-03-14[PATCH] misc NULL noiseAl Viro1-1/+1
2007-03-07ACPICA: Fix ACPI Global Lock re-entrancyAlexey Starikovskiy1-2/+23
2007-02-16Pull bugzilla-5534 into release branchLen Brown1-6/+5
2007-02-15Execute AML Notify() requests on stack.Alexey Starikovskiy1-6/+5
2007-02-13ACPI: Disable wake GPEs only once.Alexey Starikovskiy1-11/+0
2007-02-02ACPICA: Update copyright to 2007.Bob Moore10-10/+10
2007-02-02ACPICA: Removed all 16-bit support.Bob Moore1-5/+5
2007-02-02ACPICA: Add include of actables.hBob Moore1-0/+1
2007-02-02ACPICA: Fail AcpiEnable if ACPI tables not loaded.Bob Moore1-0/+8
2007-02-02ACPICA: Remove global lock handler on AcpiTerminate.Bob Moore1-0/+33
2007-02-02ACPICA: _CID support for PCI Root Bridge detection.Bob Moore1-38/+125