summaryrefslogtreecommitdiffstats
path: root/include/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Enable bit 11 in _PDC to advertise hw coordPallipadi, Venkatesh2009-02-071-0/+2
* ACPI: fix ACPI_FADT_S4_RTC_WAKE commentDavid Brownell2009-01-161-1/+1
* Merge branch 'simplify_PRT' into releaseLen Brown2009-01-091-3/+0
|\
| * ACPI: simplify buffer management for acpi_pci_bind() etc.Len Brown2008-12-301-3/+0
* | Merge branch 'linus' into releaseLen Brown2009-01-092-3/+3
|\ \
| * | trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer2009-01-062-3/+3
| * | cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell2009-01-031-2/+2
| |/
* | Merge branch 'misc' into releaseLen Brown2009-01-091-0/+1
|\ \
| * | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui2009-01-091-0/+1
| |/
* | ACPICA: hide private headersLen Brown2009-01-0921-7416/+0
* | ACPICA: delete acdisasm.hLen Brown2009-01-081-453/+0
* | ACPICA: Update version to 20081204.robert.moore@intel.com2008-12-311-1/+1
* | ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by defaultrobert.moore@intel.com2008-12-311-1/+1
* | ACPICA: FADT parsing changes and fixesBob Moore2008-12-312-1/+13
* | ACPICA: Add ACPI_MUTEX_TYPE configuration optionBob Moore2008-12-314-28/+75
* | ACPICA: Fixes for various ACPI data tablesBob Moore2008-12-312-1/+9
* | ACPICA: Restructure includes into public/privateBob Moore2008-12-3114-615/+815
* | ACPICA: New: acpi_reset interface - write to reset registerBob Moore2008-12-311-0/+2
* | ACPICA: New: acpi_read and acpi_write public interfacesBob Moore2008-12-312-13/+8
* | ACPICA: New: Public GPE group enable/disable interfacesBob Moore2008-12-311-4/+11
* | ACPICA: New: acpi_get_gpe_device interfaceBob Moore2008-12-315-9/+20
* | ACPI: osl.c: replace return_ACPI_STATUS with returnLin Ming2008-12-312-1/+2
* | ACPICA: Update version to 20081031Bob Moore2008-12-291-1/+1
* | ACPICA: Consolidate method arg count validation codeBob Moore2008-12-291-0/+3
* | ACPICA: Add Buffer->String conversion for predefined methodsBob Moore2008-12-291-1/+1
* | ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore2008-12-292-0/+3
* | ACPICA: Add a mechanism to escape infinite AML While() loopsBob Moore2008-12-293-1/+8
* | ACPICA: Update FACS waking vector interfacesBob Moore2008-12-291-4/+2
* | ACPICA: Fix several warnings under gcc 4 compilerBob Moore2008-12-291-4/+4
|/
* ACPI: don't cond_resched() when irqs_disabled()Wu Fengguang2008-12-191-1/+5
* ACPI: fix 2.6.28 acpi.debug_level regressionBjorn Helgaas2008-12-191-1/+1
* ACPICA: disable _BIF warningLin Ming2008-11-271-1/+1
* ACPICA: Allow _WAK method to return an IntegerBob Moore2008-11-271-1/+1
* Merge branch 'ec' into releaseLen Brown2008-11-111-2/+2
|\
| * ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy2008-11-111-2/+2
* | Merge branch 'processor-256' into releaseLen Brown2008-11-111-0/+1
|\ \
| * | ACPI: Disambiguate processor declaration typeMyron Stowe2008-11-061-0/+1
| |/
* | Merge branch 'video' into releaseLen Brown2008-11-111-0/+2
|\ \
| * | ACPI: video: Ignore devices that aren't present in hardwareThomas Renninger2008-11-071-0/+2
| |/
* | Merge branch 'misc' into releaseLen Brown2008-11-111-5/+16
|\ \
| * | ACPI: add driver component definitions to sysfs debug_layersBjorn Helgaas2008-11-071-0/+4
| * | ACPI: fix conflicting component definitionsBjorn Helgaas2008-11-071-3/+3
| * | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas2008-11-071-1/+12
| * | ACPI: remove CONFIG_ACPI_ECBjorn Helgaas2008-11-061-2/+0
| * | ACPI: remove CONFIG_ACPI_POWERBjorn Helgaas2008-11-061-2/+0
| |/
* / ACPI: bugfix reporting of event handler statusZhang Rui2008-10-281-0/+1
|/
* Merge branch 'linus' into testLen Brown2008-10-232-4/+4
|\
| * include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-162-4/+4
* | Merge branch 'ull' into testLen Brown2008-10-221-1/+1
|\ \
| * | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-1/+1
| |/