summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/events
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ec' into releaseLen Brown2008-11-111-26/+9
|\
| * ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy2008-11-111-26/+9
* | Merge branch 'misc' into releaseLen Brown2008-11-111-2/+0
|\ \
| * | Delete an unwanted return statement at evgpe.cLin Ming2008-11-071-2/+0
| |/
* / ACPI: bugfix reporting of event handler statusZhang Rui2008-10-281-0/+6
|/
* ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use...Zhang Rui2008-07-161-3/+15
* ACPICA: Eliminate acpi_native_uint type v2Bob Moore2008-07-166-26/+22
* ACPICA: Fix for hang on GPE method invocationBob Moore2008-07-162-5/+0
* Make GPE disable more robustBob Moore2008-07-161-4/+14
*-. Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown2008-04-301-4/+0
|\ \
| | * ACPICA: always disable GPE when requestedDamián Viano2008-04-291-4/+0
| |/
* | ACPICA: update Intel copyrightLen Brown2008-04-2310-10/+10
* | ACPICA: Update for new Notify valuesZhang Rui2008-04-221-36/+23
* | ACPICA: Cosmetic changes only, no functional changesBob Moore2008-04-222-4/+5
* | ACPICA: Fix for update of the Global Lock HandleBob Moore2008-04-222-8/+14
* | ACPICA: Misc fixes for recent global lock code updateBob Moore2008-04-221-1/+1
* | ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore2008-04-222-9/+28
|/
* Merge branches 'release' and 'stats' into releaseLen Brown2008-02-072-2/+2
|\
| * ACPI: create /sys/firmware/acpi/interruptsLen Brown2008-02-062-2/+2
* | Merge branches 'release' and 'gpe-ack' into releaseLen Brown2008-02-071-4/+13
|\ \
| * | ACPI: Defer enabling of level GPE until all pending notifies doneAlexey Starikovskiy2007-12-061-4/+13
| | |
| \ \
*-. | | Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ...Len Brown2008-02-071-4/+4
|\ \| | | |_|/ |/| |
| * | ACPI: disable stray GPE, prevent ACPI interrupt stormZhang Rui2007-11-201-4/+4
| |/
* / ACPICA: fix acpi_serialize hang regressionBob Moore2008-01-101-4/+4
|/
* ACPICA: hw: remove use_lock flag from acpi_hw_register_{read, write}Alexey Starikovskiy2007-10-101-4/+2
* ACPI: autoload modules - ACPICA modificationsThomas Renninger2007-07-231-1/+1
* ACPICA: fix memory leak in acpi_ev_pci_config_region_setup() error pathJesper Juhl2007-07-181-0/+1
* ACPICA: Fixed possible corruption of global GPE listBob Moore2007-07-031-0/+4
* ACPICA: LindentLen Brown2007-05-096-12/+11
* Revert "Execute AML Notify() requests on stack."Len Brown2007-05-091-5/+6
* Revert "ACPICA: revert "acpi_serialize" changes"Len Brown2007-05-093-21/+8
* ACPICA: revert "acpi_serialize" changesLen Brown2007-03-153-8/+21
* [PATCH] misc NULL noiseAl Viro2007-03-141-1/+1
* ACPICA: Fix ACPI Global Lock re-entrancyAlexey Starikovskiy2007-03-071-2/+23
* Pull bugzilla-5534 into release branchLen Brown2007-02-161-6/+5
|\
| * Execute AML Notify() requests on stack.Alexey Starikovskiy2007-02-151-6/+5
* | ACPI: Disable wake GPEs only once.Alexey Starikovskiy2007-02-131-11/+0
|/
* ACPICA: Update copyright to 2007.Bob Moore2007-02-0210-10/+10
* ACPICA: Removed all 16-bit support.Bob Moore2007-02-021-5/+5
* ACPICA: Add include of actables.hBob Moore2007-02-021-0/+1
* ACPICA: Fail AcpiEnable if ACPI tables not loaded.Bob Moore2007-02-021-0/+8
* ACPICA: Remove global lock handler on AcpiTerminate.Bob Moore2007-02-021-0/+33
* ACPICA: _CID support for PCI Root Bridge detection.Bob Moore2007-02-021-38/+125
* ACPICA: Use faster ByIndex interface to get FACSBob Moore2007-02-021-2/+2
* ACPICA: Remove obsolete Flags parameter.Bob Moore2007-02-023-12/+10
* ACPICA: Re-implement interpreters' "serialized mode"Bob Moore2007-02-022-15/+6
* ACPICA: Store GPE number instead of bitmaskAlexey Starikovskiy2007-02-022-4/+6
* ACPICA: Disable all wake GPEs after first one recievedBob Moore2007-02-021-61/+17
* ACPICA: Add acpi_gpe_count global to track the number of GPE eventsBob Moore2007-02-021-0/+2
* ACPICA: Implement simplified Table ManagerBob Moore2007-02-025-51/+48