aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica
AgeCommit message (Expand)Author
2012-01-17ACPI 5.0: Implement hardware-reduced optionBob Moore
2012-01-17ACPI 5.0: Basic support for FADT version 5Bob Moore
2012-01-17ACPICA: Do not abort table load on invalid space IDBob Moore
2012-01-17ACPICA: Add error msg for Index/Bank field registers out-of-rangeBob Moore
2012-01-17ACPICA: Add error msg for unsupported I/O requests (not 8/16/32 bit length)Bob Moore
2012-01-17ACPICA: Fix to allow region arguments to reference other scopesLin Ming
2012-01-17ACPICA: Update for GCC 4Bob Moore
2012-01-17Merge branch 'acpica-validate-address-regression' into nextLen Brown
2012-01-17ACPICA: Put back the call to acpi_os_validate_addressLin Ming
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-11-06ACPI: Fix possible recursive locking in hwregs.cRakib Mullick
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker
2011-10-31acpi: add module.h to files implicitly using/relying on it.Paul Gortmaker
2011-08-29acpica: ACPI_MAX_SLEEP should be 2 sec, not 20Len Brown
2011-07-13ACPICA: Do not repair _TSS return package if _PSS is presentFenghua Yu
2011-07-13ACPICA: Add option to disable method return value validation and repairBob Moore
2011-07-13ACPICA: Add missing _TDL to list of predefined namesBob Moore
2011-07-13ACPICA: Load operator: re-instate most restrictions on incoming table signatureBob Moore
2011-05-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-05-29Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd...Len Brown
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-05-09ACPICA: Execute an orphan _REG method under the EC deviceBob Moore
2011-05-09ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate placeBob Moore
2011-05-09ACPICA: Update internal address SpaceID for DataTable regionsBob Moore
2011-05-09ACPICA: Add more methods eligible for NULL package element removalBob Moore
2011-05-09ACPICA: Split all internal Global Lock functions to new file - evglockBob Moore
2011-03-25ACPICA: Fix code divergence of global lock handlingLin Ming
2011-03-25ACPICA: Use acpi_os_create_lock interfaceLin Ming
2011-03-23Merge branch 'reset' into releaseLen Brown
2011-03-22ACPICA: Fix access width for reset vectorMatthew Garrett
2011-03-18Merge branch 'acpica' into releaseLen Brown
2011-03-02ACPICA: Add mechanism to defer _REG methods for some installed handlersBob Moore
2011-03-02ACPICA: Split large dsopcode and dsload.c files.Bob Moore
2011-03-02ACPICA: Add support for FunctionalFixedHW in acpi_ut_get_region_nameBob Moore
2011-03-02ACPICA: Split large utglobal into utdecode.c.Bob Moore
2011-03-02ACPICA: Clarify a couple of error messagesBob Moore
2011-03-02ACPICA: Remove use of unreliable FADT revision fieldBob Moore
2011-03-02ACPICA: GPE detect optimization - ignore unused GPE registersLin Ming
2011-02-24ACPI / ACPICA: Implicit notify for multiple devicesRafael J. Wysocki
2011-02-12ACPI / ACPICA: Avoid crashing if _PRW is defined for the root objectRafael J. Wysocki
2011-01-20Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds
2011-01-18ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore
2011-01-18ACPICA: Fix issues/fault with automatic "serialized" method supportLin Ming
2011-01-18ACPICA: Debugger: Lock namespace for duration of a namespace dumpBob Moore
2011-01-18ACPICA: Fix namespace race conditionDana Myers
2011-01-18ACPICA: Fix memory leak in acpi_ev_asynch_execute_gpe_method().Jesper Juhl
2011-01-14ACPI / ACPICA: Initialize the global lock spinlock as appropriateRafael J. Wysocki
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-12Merge branch 'wakeup-etc-rafael' into releaseLen Brown