summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Table Manager: Merge duplicate code (root table)Lv Zheng2012-09-212-43/+18Star
* ACPICA: Add support for complex _PLD buffers.Bob Moore2012-09-213-12/+126
* ACPICA: GPE support: Remove extraneous parameter from low-level function.Feng Tang2012-09-214-16/+8Star
* ACPICA: Debug output: Update output for Processor object.Bob Moore2012-09-211-1/+1
* ACPICA: GPE Support: Update debug info for GPE tracing.Bob Moore2012-09-211-2/+19
* ACPICA: Add Windows8/Server2012 string for _OSI method.Bob Moore2012-09-212-0/+2
* ACPICA: Split ACPICA initialization functions to new file, utxfinit.cBob Moore2012-09-213-266/+319
* ACPICA: Enable Scope change to root during module-level code execution.Bob Moore2012-09-212-0/+28
* ACPI: delelte more BFS/GTS related definition and codeFeng Tang2012-09-211-1/+0Star
* Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-08-221-0/+1
|\
| * ACPI: export symbol acpi_get_table_with_sizeAlex Deucher2012-08-201-0/+1
* | ACPI: delete _GTS/_BFS supportLen Brown2012-07-314-51/+22Star
|/
*-. Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown2012-07-26121-1589/+1907
|\ \
| | * ACPICA: Fix possible fault in return package object repair codeBob Moore2012-07-141-1/+1
| | * ACPI / PM: Leave Bus Master Arbitration enabled for suspend/resumeJonathan Nieder2012-07-101-22/+0Star
| |/ |/|
| * ACPICA: AcpiSrc: Fix some translation issues for Linux conversionBob Moore2012-07-17114-658/+658
| * ACPICA: Add new ACPI table load/unload external interfacesBob Moore2012-07-172-42/+178
| * ACPICA: Split file: tbxface.c -> tbxfload.cBob Moore2012-07-173-164/+213
| * ACPICA: Add PCC address space to space ID decode functionBob Moore2012-07-171-10/+11
| * ACPICA: Fix some comment fieldsBob Moore2012-07-179-18/+19
| * ACPICA: Table manager: deploy new firmware error/warning interfacesBob Moore2012-07-174-73/+80
| * ACPICA: Add new interfaces for BIOS(firmware) errors and warningsBob Moore2012-07-171-0/+68
| * ACPICA: Split exception code utilities to a new file, utexcep.cBob Moore2012-07-175-112/+154
| * ACPICA: Add support for implicit notify on multiple devicesBob Moore2012-07-144-50/+109
| * ACPICA: Update comments; no functional changeBob Moore2012-07-141-3/+3
| * ACPICA: Utilities: conditionally compile backslash removal functionBob Moore2012-07-141-0/+2
| * ACPICA: Disassembler: Emit descriptions for ACPI predefined namesBob Moore2012-07-142-0/+23
| * ACPICA: Add FADT error message for GAS BitWidth overflowBob Moore2012-06-011-7/+25
| * ACPICA: Remove argument of acpi_os_wait_events_completeLin Ming2012-06-011-2/+2
| * ACPICA: iASL: Improved pathname supportBob Moore2012-06-012-0/+31
| * ACPICA: Disassembler: Add support for Operation Region externalsBob Moore2012-06-011-0/+81
| * ACPICA: Add support for multiple notify handlersBob Moore2012-06-018-441/+262Star
| * ACPICA: Lint fixes for acpi_write, no functional changesBob Moore2012-06-011-4/+5
| * ACPICA: Object dump routines: Use common function for string outputBob Moore2012-06-011-3/+1Star
| * ACPICA: AML Parser: Fix two possible memory leaks in error pathJesper Juhl2012-06-011-0/+2
|/
* Revert "ACPI: ignore FADT reset-reg-sup flag"Linus Torvalds2012-04-201-1/+2
* Merge branch 'tboot' into releaseLen Brown2012-03-301-3/+7
|\
| * Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k...Len Brown2012-03-221-3/+7
| |\
| | * x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep.Tang Liang2012-03-131-3/+7
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Len Brown2012-03-302-6/+5Star
|\ \ \ \ \ | | |_|/ / | |/| | |
| | | * | ACPICA: Fix regression in FADT revision checksJulian Anastasov2012-03-211-4/+4
| | |/ / | |/| |
| | * | ACPI: ignore FADT reset-reg-sup flagLen Brown2012-03-211-2/+1Star
| |/ /
* | | ACPICA: Object repair code: Support to add Package wrappersBob Moore2012-03-304-105/+64Star
* | | ACPI: Move module parameter gts and bfs to sleep.cLin Ming2012-03-271-13/+0Star
* | | ACPICA: Sleep/Wake interfaces: optionally execute _GTS and _BFSLin Ming2012-03-274-33/+56
* | | ACPICA: Debugger: Add missing object info to namespace dumpBob Moore2012-03-221-1/+14
* | | ACPICA: Change exception code for invalid pathname in acpi_evaluate_objectBob Moore2012-03-221-1/+1
* | | ACPICA: Clarify METHOD_NAME* defines for full-pathname casesBob Moore2012-03-224-19/+20
* | | ACPICA: Add table-driven dispatch for sleep/wake functionsBob Moore2012-03-222-54/+88
* | | ACPICA: Split sleep/wake functions into two filesBob Moore2012-03-224-211/+265