summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/events
AgeCommit message (Expand)AuthorLines
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown-4/+0
2008-04-29ACPICA: always disable GPE when requestedDamián Viano-4/+0
2008-04-23ACPICA: update Intel copyrightLen Brown-10/+10
2008-04-22ACPICA: Update for new Notify valuesZhang Rui-36/+23
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore-4/+5
2008-04-22ACPICA: Fix for update of the Global Lock HandleBob Moore-8/+14
2008-04-22ACPICA: Misc fixes for recent global lock code updateBob Moore-1/+1
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore-9/+28
2008-02-07Merge branches 'release' and 'stats' into releaseLen Brown-2/+2
2008-02-07Merge branches 'release' and 'gpe-ack' into releaseLen Brown-4/+13
2008-02-07Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ...Len Brown-4/+4
2008-02-06ACPI: create /sys/firmware/acpi/interruptsLen Brown-2/+2
2008-01-10ACPICA: fix acpi_serialize hang regressionBob Moore-4/+4
2007-12-06ACPI: Defer enabling of level GPE until all pending notifies doneAlexey Starikovskiy-4/+13
2007-11-20ACPI: disable stray GPE, prevent ACPI interrupt stormZhang Rui-4/+4
2007-10-10ACPICA: hw: remove use_lock flag from acpi_hw_register_{read, write}Alexey Starikovskiy-4/+2
2007-07-23ACPI: autoload modules - ACPICA modificationsThomas Renninger-1/+1
2007-07-18ACPICA: fix memory leak in acpi_ev_pci_config_region_setup() error pathJesper Juhl-0/+1
2007-07-03ACPICA: Fixed possible corruption of global GPE listBob Moore-0/+4
2007-05-09ACPICA: LindentLen Brown-12/+11
2007-05-09Revert "Execute AML Notify() requests on stack."Len Brown-5/+6
2007-05-09Revert "ACPICA: revert "acpi_serialize" changes"Len Brown-21/+8
2007-03-15ACPICA: revert "acpi_serialize" changesLen Brown-8/+21
2007-03-14[PATCH] misc NULL noiseAl Viro-1/+1
2007-03-07ACPICA: Fix ACPI Global Lock re-entrancyAlexey Starikovskiy-2/+23
2007-02-16Pull bugzilla-5534 into release branchLen Brown-6/+5
2007-02-15Execute AML Notify() requests on stack.Alexey Starikovskiy-6/+5
2007-02-13ACPI: Disable wake GPEs only once.Alexey Starikovskiy-11/+0
2007-02-02ACPICA: Update copyright to 2007.Bob Moore-10/+10
2007-02-02ACPICA: Removed all 16-bit support.Bob Moore-5/+5
2007-02-02ACPICA: Add include of actables.hBob Moore-0/+1
2007-02-02ACPICA: Fail AcpiEnable if ACPI tables not loaded.Bob Moore-0/+8
2007-02-02ACPICA: Remove global lock handler on AcpiTerminate.Bob Moore-0/+33
2007-02-02ACPICA: _CID support for PCI Root Bridge detection.Bob Moore-38/+125
2007-02-02ACPICA: Use faster ByIndex interface to get FACSBob Moore-2/+2
2007-02-02ACPICA: Remove obsolete Flags parameter.Bob Moore-12/+10
2007-02-02ACPICA: Re-implement interpreters' "serialized mode"Bob Moore-15/+6
2007-02-02ACPICA: Store GPE number instead of bitmaskAlexey Starikovskiy-4/+6
2007-02-02ACPICA: Disable all wake GPEs after first one recievedBob Moore-61/+17
2007-02-02ACPICA: Add acpi_gpe_count global to track the number of GPE eventsBob Moore-0/+2
2007-02-02ACPICA: Implement simplified Table ManagerBob Moore-51/+48
2007-02-02ACPICA: Update debug outputBob Moore-1/+1
2007-02-02ACPICA: Release global lock from interrupt handlerBob Moore-35/+15
2007-02-02ACPICA: Delete recursive feature of ACPI Global LockBob Moore-54/+59
2007-02-02ACPICA: Update function headerBob Moore-0/+3
2006-11-06ACPI: Get rid of 'unused variable' warning in acpi_ev_global_lock_handler()Jesper Juhl-1/+0
2006-10-14Pull bugzilla-5534 into test branchLen Brown-13/+1
2006-10-14ACPICA: Fix incorrect handling of PCI Express Root Bridge _HIDEiichiro Oiwa-7/+6
2006-10-14ACPI: Remove deferred execution from global lock acquire wakeup pathAlexey Y. Starikovskiy-13/+1
2006-07-09ACPI: ACPICA 20060707Bob Moore-38/+63