aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds150-389/+3147
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore148-148/+148
2012-01-17ACPICA: Add support for region address conflict checkingLin Ming11-25/+391
2012-01-17ACPICA: Update for larger ACPI 5 FADT sizeBob Moore1-6/+7
2012-01-17ACPICA: Clean up MakefileLin Ming1-24/+133
2012-01-17ACPI 5.0: Allow _AEI method in walk resourcesZhang Rui1-4/+6
2012-01-17ACPI 5.0: Add new predefined namesBob Moore5-4/+73
2012-01-17ACPI 5.0: New interface, acpi_buffer_to_resourceBob Moore1-0/+64
2012-01-17ACPI 5.0: New interface, acpi_get_event_resourcesBob Moore3-0/+94
2012-01-17ACPI 5.0: Support for all new resource descriptorsLin Ming15-115/+1573
2012-01-17ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation regionBob Moore5-17/+38
2012-01-17ACPI 5.0: Implement Connection() and AccessAs() changesBob Moore14-45/+300
2012-01-17ACPI 5.0: New interfaces to allow driver access to AML mutex objectsLin Ming2-1/+188
2012-01-17ACPI 5.0: Implement hardware-reduced optionBob Moore5-3/+57
2012-01-17ACPI 5.0: Basic support for FADT version 5Bob Moore1-2/+2
2012-01-17ACPICA: Do not abort table load on invalid space IDBob Moore4-12/+54
2012-01-17ACPICA: Add error msg for Index/Bank field registers out-of-rangeBob Moore1-0/+6
2012-01-17ACPICA: Add error msg for unsupported I/O requests (not 8/16/32 bit length)Bob Moore1-0/+2
2012-01-17ACPICA: Fix to allow region arguments to reference other scopesLin Ming3-1/+8
2012-01-17ACPICA: Update for GCC 4Bob Moore1-6/+3
2012-01-17Merge branch 'acpica-validate-address-regression' into nextLen Brown1-0/+24
2012-01-17ACPICA: Put back the call to acpi_os_validate_addressLin Ming1-0/+24
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-5/+6
2011-11-06ACPI: Fix possible recursive locking in hwregs.cRakib Mullick1-5/+6
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker16-0/+16
2011-10-31acpi: add module.h to files implicitly using/relying on it.Paul Gortmaker1-0/+1
2011-08-29acpica: ACPI_MAX_SLEEP should be 2 sec, not 20Len Brown1-1/+1
2011-07-13ACPICA: Do not repair _TSS return package if _PSS is presentFenghua Yu3-0/+17
2011-07-13ACPICA: Add option to disable method return value validation and repairBob Moore2-6/+18
2011-07-13ACPICA: Add missing _TDL to list of predefined namesBob Moore1-0/+1
2011-07-13ACPICA: Load operator: re-instate most restrictions on incoming table signatureBob Moore1-5/+22
2011-05-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds16-358/+501
2011-05-29Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd3-cold', 'ec-asus' and 'thermal-fix' into releaseLen Brown4-19/+57
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-09ACPICA: Execute an orphan _REG method under the EC deviceBob Moore3-9/+127
2011-05-09ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate placeBob Moore1-1/+0
2011-05-09ACPICA: Update internal address SpaceID for DataTable regionsBob Moore6-21/+8
2011-05-09ACPICA: Add more methods eligible for NULL package element removalBob Moore1-8/+5
2011-05-09ACPICA: Split all internal Global Lock functions to new file - evglockBob Moore4-316/+347
2011-03-25ACPICA: Fix code divergence of global lock handlingLin Ming3-41/+44
2011-03-25ACPICA: Use acpi_os_create_lock interfaceLin Ming2-9/+17
2011-03-23Merge branch 'reset' into releaseLen Brown1-5/+5
2011-03-22ACPICA: Fix access width for reset vectorMatthew Garrett1-5/+5
2011-03-18Merge branch 'acpica' into releaseLen Brown16-1915/+2152
2011-03-02ACPICA: Add mechanism to defer _REG methods for some installed handlersBob Moore4-2/+39
2011-03-02ACPICA: Split large dsopcode and dsload.c files.Bob Moore7-1407/+1549
2011-03-02ACPICA: Add support for FunctionalFixedHW in acpi_ut_get_region_nameBob Moore1-0/+2
2011-03-02ACPICA: Split large utglobal into utdecode.c.Bob Moore4-503/+547