aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-21ACPICA: Table Manager: Merge duplicate code (root table)Lv Zheng2-43/+18
2012-09-21ACPICA: Add support for complex _PLD buffers.Bob Moore3-12/+126
2012-09-21ACPICA: GPE support: Remove extraneous parameter from low-level function.Feng Tang4-16/+8
2012-09-21ACPICA: Debug output: Update output for Processor object.Bob Moore1-1/+1
2012-09-21ACPICA: GPE Support: Update debug info for GPE tracing.Bob Moore1-2/+19
2012-09-21ACPICA: Add Windows8/Server2012 string for _OSI method.Bob Moore2-0/+2
2012-09-21ACPICA: Split ACPICA initialization functions to new file, utxfinit.cBob Moore3-266/+319
2012-09-21ACPICA: Enable Scope change to root during module-level code execution.Bob Moore2-0/+28
2012-09-21ACPI: delelte more BFS/GTS related definition and codeFeng Tang1-1/+0
2012-08-22Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie1-0/+1
2012-08-20ACPI: export symbol acpi_get_table_with_sizeAlex Deucher1-0/+1
2012-07-30ACPI: delete _GTS/_BFS supportLen Brown4-51/+22
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into releaseLen Brown121-1589/+1907
2012-07-17ACPICA: AcpiSrc: Fix some translation issues for Linux conversionBob Moore114-658/+658
2012-07-17ACPICA: Add new ACPI table load/unload external interfacesBob Moore2-42/+178
2012-07-17ACPICA: Split file: tbxface.c -> tbxfload.cBob Moore3-164/+213
2012-07-17ACPICA: Add PCC address space to space ID decode functionBob Moore1-10/+11
2012-07-17ACPICA: Fix some comment fieldsBob Moore9-18/+19
2012-07-17ACPICA: Table manager: deploy new firmware error/warning interfacesBob Moore4-73/+80
2012-07-17ACPICA: Add new interfaces for BIOS(firmware) errors and warningsBob Moore1-0/+68
2012-07-17ACPICA: Split exception code utilities to a new file, utexcep.cBob Moore5-112/+154
2012-07-14ACPICA: Fix possible fault in return package object repair codeBob Moore1-1/+1
2012-07-14ACPICA: Add support for implicit notify on multiple devicesBob Moore4-50/+109
2012-07-14ACPICA: Update comments; no functional changeBob Moore1-3/+3
2012-07-14ACPICA: Utilities: conditionally compile backslash removal functionBob Moore1-0/+2
2012-07-14ACPICA: Disassembler: Emit descriptions for ACPI predefined namesBob Moore2-0/+23
2012-07-10ACPI / PM: Leave Bus Master Arbitration enabled for suspend/resumeJonathan Nieder1-22/+0
2012-06-01ACPICA: Add FADT error message for GAS BitWidth overflowBob Moore1-7/+25
2012-06-01ACPICA: Remove argument of acpi_os_wait_events_completeLin Ming1-2/+2
2012-06-01ACPICA: iASL: Improved pathname supportBob Moore2-0/+31
2012-06-01ACPICA: Disassembler: Add support for Operation Region externalsBob Moore1-0/+81
2012-06-01ACPICA: Add support for multiple notify handlersBob Moore8-441/+262
2012-06-01ACPICA: Lint fixes for acpi_write, no functional changesBob Moore1-4/+5
2012-06-01ACPICA: Object dump routines: Use common function for string outputBob Moore1-3/+1
2012-06-01ACPICA: AML Parser: Fix two possible memory leaks in error pathJesper Juhl1-0/+2
2012-04-20Revert "ACPI: ignore FADT reset-reg-sup flag"Linus Torvalds1-1/+2
2012-03-30Merge branch 'tboot' into releaseLen Brown1-3/+7
2012-03-30Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'misc', 'red-hat-bz-727865', 'thermal', 'throttling', 'turbostat' and 'video' into releaseLen Brown2-6/+5
2012-03-30ACPICA: Object repair code: Support to add Package wrappersBob Moore4-105/+64
2012-03-26ACPI: Move module parameter gts and bfs to sleep.cLin Ming1-13/+0
2012-03-26ACPICA: Sleep/Wake interfaces: optionally execute _GTS and _BFSLin Ming4-33/+56
2012-03-22ACPICA: Debugger: Add missing object info to namespace dumpBob Moore1-1/+14
2012-03-22ACPICA: Change exception code for invalid pathname in acpi_evaluate_objectBob Moore1-1/+1
2012-03-22ACPICA: Clarify METHOD_NAME* defines for full-pathname casesBob Moore4-19/+20
2012-03-22ACPICA: Add table-driven dispatch for sleep/wake functionsBob Moore2-54/+88
2012-03-22ACPICA: Split sleep/wake functions into two filesBob Moore4-211/+265
2012-03-22ACPICA: Distill multiple sleep method functions to a single functionBob Moore3-128/+29
2012-03-22ACPICA: Add acpi_os_physical_table_override interfaceBob Moore3-63/+152
2012-03-22ACPICA: ACPI 5: Update debug output for new notify valuesBob Moore2-26/+31
2012-03-22ACPICA: Expand OSL memory read/write interfaces to 64 bitsBob Moore2-35/+17