summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
Commit message (Expand)AuthorAgeFilesLines
* ACPI 5.0: Implement hardware-reduced optionBob Moore2012-01-175-3/+57
* ACPI 5.0: Basic support for FADT version 5Bob Moore2012-01-171-2/+2
* ACPICA: Do not abort table load on invalid space IDBob Moore2012-01-174-12/+54
* ACPICA: Add error msg for Index/Bank field registers out-of-rangeBob Moore2012-01-171-0/+6
* ACPICA: Add error msg for unsupported I/O requests (not 8/16/32 bit length)Bob Moore2012-01-171-0/+2
* ACPICA: Fix to allow region arguments to reference other scopesLin Ming2012-01-173-1/+8
* ACPICA: Update for GCC 4Bob Moore2012-01-171-6/+3
* Merge branch 'acpica-validate-address-regression' into nextLen Brown2012-01-171-0/+24
|\
| * ACPICA: Put back the call to acpi_os_validate_addressLin Ming2012-01-171-0/+24
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-5/+6
|\ \
| * | ACPI: Fix possible recursive locking in hwregs.cRakib Mullick2011-11-071-5/+6
* | | acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker2011-11-0116-0/+16
* | | acpi: add module.h to files implicitly using/relying on it.Paul Gortmaker2011-11-011-0/+1
|/ /
* | acpica: ACPI_MAX_SLEEP should be 2 sec, not 20Len Brown2011-08-301-1/+1
* | ACPICA: Do not repair _TSS return package if _PSS is presentFenghua Yu2011-07-143-0/+17
* | ACPICA: Add option to disable method return value validation and repairBob Moore2011-07-142-6/+18
* | ACPICA: Add missing _TDL to list of predefined namesBob Moore2011-07-141-0/+1
* | ACPICA: Load operator: re-instate most restrictions on incoming table signatureBob Moore2011-07-141-5/+22
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-05-2916-358/+501
|\ \
| | \
| | \
| *-. \ Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd...Len Brown2011-05-294-19/+57
| |\ \ \
| * | | | ACPICA: Execute an orphan _REG method under the EC deviceBob Moore2011-05-103-9/+127
| * | | | ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate placeBob Moore2011-05-101-1/+0
| * | | | ACPICA: Update internal address SpaceID for DataTable regionsBob Moore2011-05-106-21/+8
| * | | | ACPICA: Add more methods eligible for NULL package element removalBob Moore2011-05-101-8/+5
| * | | | ACPICA: Split all internal Global Lock functions to new file - evglockBob Moore2011-05-104-316/+347
| * | | | ACPICA: Fix code divergence of global lock handlingLin Ming2011-03-253-41/+44
| * | | | ACPICA: Use acpi_os_create_lock interfaceLin Ming2011-03-252-9/+17
* | | | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
| |/ / / |/| | |
* | | | Merge branch 'reset' into releaseLen Brown2011-03-231-5/+5
|\ \ \ \
| * | | | ACPICA: Fix access width for reset vectorMatthew Garrett2011-03-231-5/+5
| | |/ / | |/| |
* | | | Merge branch 'acpica' into releaseLen Brown2011-03-1816-1915/+2152
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | ACPICA: Add mechanism to defer _REG methods for some installed handlersBob Moore2011-03-034-2/+39
| * | ACPICA: Add support for FunctionalFixedHW in acpi_ut_get_region_nameBob Moore2011-03-031-0/+2
| |/
| * ACPICA: Split large dsopcode and dsload.c files.Bob Moore2011-03-037-1407/+1549
| * ACPICA: Split large utglobal into utdecode.c.Bob Moore2011-03-034-503/+547
| * ACPICA: Clarify a couple of error messagesBob Moore2011-03-031-2/+2
| * ACPICA: Remove use of unreliable FADT revision fieldBob Moore2011-03-031-1/+4
| * ACPICA: GPE detect optimization - ignore unused GPE registersLin Ming2011-03-031-0/+9
* | ACPI / ACPICA: Implicit notify for multiple devicesRafael J. Wysocki2011-02-243-14/+52
|/
* ACPI / ACPICA: Avoid crashing if _PRW is defined for the root objectRafael J. Wysocki2011-02-121-23/+26
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2011-01-21141-205/+252
|\
| * ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore2011-01-19141-141/+141
| * ACPICA: Fix issues/fault with automatic "serialized" method supportLin Ming2011-01-1913-64/+85
| * ACPICA: Debugger: Lock namespace for duration of a namespace dumpBob Moore2011-01-191-0/+15
| * ACPICA: Fix namespace race conditionDana Myers2011-01-191-0/+9
| * ACPICA: Fix memory leak in acpi_ev_asynch_execute_gpe_method().Jesper Juhl2011-01-191-0/+2
* | ACPI / ACPICA: Initialize the global lock spinlock as appropriateRafael J. Wysocki2011-01-153-2/+3
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-1416-797/+1097
|\ \
| * \ Merge branch 'wakeup-etc-rafael' into releaseLen Brown2011-01-121-39/+55
| |\ \ | | |/ | |/|
| | * ACPI / ACPICA: Fix global lock acquisitionRafael J. Wysocki2011-01-071-39/+55