summaryrefslogtreecommitdiff
path: root/include/acpi
AgeCommit message (Expand)AuthorFilesLines
2007-02-03ACPICA: Add ACPI_MAX macroBob Moore1-0/+1
2007-02-03ACPICA: Ensure that all structures in acobject.h are aligned, via #pragma.Bob Moore2-2/+19
2007-02-03ACPICA: Fixes for load() operator.Alexey Starikovskiy2-2/+2
2007-02-03ACPICA: Miscellaneous table manager updates and optimizationsAlexey Starikovskiy2-7/+3
2007-02-03ACPICA: Remove duplicate table definitions.Alexey Starikovskiy1-3/+2
2007-02-03ACPICA: use new ACPI headers.Alexey Starikovskiy3-14/+0
2007-02-03ACPICA: Update version to 20061011Bob Moore1-1/+1
2007-02-03ACPICA: Use manifest constants for parse pass numberBob Moore1-1/+1
2007-02-03ACPICA: Fix race condition with AcpiWalkNamespace.Bob Moore2-4/+8
2007-02-03ACPICA: Restructured module into multiple functions.Mikhail Kouzmich1-2/+6
2007-02-03ACPICA: Update version to 20060927Bob Moore1-1/+1
2007-02-03ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is ...Bob Moore1-1/+2
2007-02-03ACPICA: Remove obsolete Flags parameter.Bob Moore2-3/+3
2007-02-03ACPICA: Add full table name to disassembler outputBob Moore1-0/+2
2007-02-03ACPICA: Update version to 20060912Bob Moore1-1/+1
2007-02-03ACPICA: New common routine for creating and verifying a local FADT.Bob Moore1-3/+1
2007-02-03ACPICA: FADT verification is now table driven.Bob Moore1-0/+4
2007-02-03ACPICA: Add declarations for ASF! sub-tablesBob Moore1-3/+22
2007-02-03ACPICA: IsResourceTemplate now returns ACPI_STATUSBob Moore1-1/+3
2007-02-03ACPICA: re-factor table init routines for benefit of iASLBob Moore1-0/+2
2007-02-03ACPICA: add ASF commentBob Moore1-0/+2
2007-02-03ACPICA: Delete stale FADT functions outside tbfadt.c.Bob Moore3-4/+9
2007-02-03ACPICA: Re-implement interpreters' "serialized mode"Bob Moore1-1/+5
2007-02-03ACPICA: Update version to 20060831Bob Moore1-3/+3
2007-02-03ACPICA: Split acpi_format_exception into two partsBob Moore2-0/+10
2007-02-03ACPICA: Store GPE number instead of bitmaskAlexey Starikovskiy2-2/+1
2007-02-03ACPICA: Fix unalignment in acpi_ut_repair_nameBob Moore1-1/+1
2007-02-03ACPICA: Disable all wake GPEs after first one recievedBob Moore2-40/+34
2007-02-03ACPICA: Add acpi_gpe_count global to track the number of GPE eventsBob Moore1-0/+4
2007-02-03ACPICA: Add support for DMAR tableBob Moore2-3/+84
2007-02-03ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy5-185/+8
2007-02-03ACPICA: Update comments for individual table fieldsBob Moore1-32/+32
2007-02-03ACPICA: misc fixes for new Table Manager:Bob Moore4-16/+25
2007-02-03ACPICA: Implement simplified Table ManagerBob Moore12-643/+456
2007-02-03ACPICA: Update version to 20060721Bob Moore1-1/+1
2007-02-03ACPICA: Delete recursive feature of ACPI Global LockBob Moore3-8/+1
2007-01-06ACPI: use more understandable bus_id for ACPI devicesZhang Rui2-9/+9
2007-01-02ACPI: increase ACPI_MAX_REFERENCE_COUNT for larger systemsDoug Chapman1-1/+1
2006-12-21ACPI: fix Supermicro X7DB8+ Boot regressionRui Zhang1-1/+0
2006-12-20ACPI: Add support for acpi_load_table/acpi_unload_table_idJohn Keller1-2/+5
2006-12-16ACPI: Set fake hid for non-PNPID ACPI devicesZhang Rui2-5/+3
2006-12-16ACPI: add acpi_bus_removal_type in acpi_deviceLi Shaohua1-0/+1
2006-12-16ACPI: add acpi_bus_ops in acpi_deviceLi Shaohua1-0/+1
2006-12-16ACPI: convert to sysfs frameworkPatrick Mochel1-1/+0
2006-12-16ACPI: change registration interface to follow driver modelPatrick Mochel1-2/+1
2006-12-16ACPI: add ACPI bus_type for driver modelPatrick Mochel1-3/+6
2006-12-16ACPI: add device_driver and hepler functionsPatrick Mochel1-0/+3
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-02ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt1-1/+1
2006-10-14ACPI: Processor native C-states using MWAITVenkatesh Pallipadi2-3/+24