Age | Commit message (Expand) | Author | Files | Lines |
2012-09-21 | ACPICA: Table Manager: Merge duplicate code (root table) | Lv Zheng | 2 | -43/+18 |
2012-09-21 | ACPICA: Add support for complex _PLD buffers. | Bob Moore | 3 | -12/+126 |
2012-09-21 | ACPICA: GPE support: Remove extraneous parameter from low-level function. | Feng Tang | 4 | -16/+8 |
2012-09-21 | ACPICA: Debug output: Update output for Processor object. | Bob Moore | 1 | -1/+1 |
2012-09-21 | ACPICA: GPE Support: Update debug info for GPE tracing. | Bob Moore | 1 | -2/+19 |
2012-09-21 | ACPICA: Add Windows8/Server2012 string for _OSI method. | Bob Moore | 2 | -0/+2 |
2012-09-21 | ACPICA: Split ACPICA initialization functions to new file, utxfinit.c | Bob Moore | 3 | -266/+319 |
2012-09-21 | ACPICA: Enable Scope change to root during module-level code execution. | Bob Moore | 2 | -0/+28 |
2012-09-21 | ACPI: delelte more BFS/GTS related definition and code | Feng Tang | 1 | -1/+0 |
2012-08-22 | Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -0/+1 |
2012-08-20 | ACPI: export symbol acpi_get_table_with_size | Alex Deucher | 1 | -0/+1 |
2012-07-30 | ACPI: delete _GTS/_BFS support | Len Brown | 4 | -51/+22 |
2012-07-26 | Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid... | Len Brown | 121 | -1589/+1907 |
2012-07-17 | ACPICA: AcpiSrc: Fix some translation issues for Linux conversion | Bob Moore | 114 | -658/+658 |
2012-07-17 | ACPICA: Add new ACPI table load/unload external interfaces | Bob Moore | 2 | -42/+178 |
2012-07-17 | ACPICA: Split file: tbxface.c -> tbxfload.c | Bob Moore | 3 | -164/+213 |
2012-07-17 | ACPICA: Add PCC address space to space ID decode function | Bob Moore | 1 | -10/+11 |
2012-07-17 | ACPICA: Fix some comment fields | Bob Moore | 9 | -18/+19 |
2012-07-17 | ACPICA: Table manager: deploy new firmware error/warning interfaces | Bob Moore | 4 | -73/+80 |
2012-07-17 | ACPICA: Add new interfaces for BIOS(firmware) errors and warnings | Bob Moore | 1 | -0/+68 |
2012-07-17 | ACPICA: Split exception code utilities to a new file, utexcep.c | Bob Moore | 5 | -112/+154 |
2012-07-14 | ACPICA: Fix possible fault in return package object repair code | Bob Moore | 1 | -1/+1 |
2012-07-14 | ACPICA: Add support for implicit notify on multiple devices | Bob Moore | 4 | -50/+109 |
2012-07-14 | ACPICA: Update comments; no functional change | Bob Moore | 1 | -3/+3 |
2012-07-14 | ACPICA: Utilities: conditionally compile backslash removal function | Bob Moore | 1 | -0/+2 |
2012-07-14 | ACPICA: Disassembler: Emit descriptions for ACPI predefined names | Bob Moore | 2 | -0/+23 |
2012-07-10 | ACPI / PM: Leave Bus Master Arbitration enabled for suspend/resume | Jonathan Nieder | 1 | -22/+0 |
2012-06-01 | ACPICA: Add FADT error message for GAS BitWidth overflow | Bob Moore | 1 | -7/+25 |
2012-06-01 | ACPICA: Remove argument of acpi_os_wait_events_complete | Lin Ming | 1 | -2/+2 |
2012-06-01 | ACPICA: iASL: Improved pathname support | Bob Moore | 2 | -0/+31 |
2012-06-01 | ACPICA: Disassembler: Add support for Operation Region externals | Bob Moore | 1 | -0/+81 |
2012-06-01 | ACPICA: Add support for multiple notify handlers | Bob Moore | 8 | -441/+262 |
2012-06-01 | ACPICA: Lint fixes for acpi_write, no functional changes | Bob Moore | 1 | -4/+5 |
2012-06-01 | ACPICA: Object dump routines: Use common function for string output | Bob Moore | 1 | -3/+1 |
2012-06-01 | ACPICA: AML Parser: Fix two possible memory leaks in error path | Jesper Juhl | 1 | -0/+2 |
2012-04-20 | Revert "ACPI: ignore FADT reset-reg-sup flag" | Linus Torvalds | 1 | -1/+2 |
2012-03-30 | Merge branch 'tboot' into release | Len Brown | 1 | -3/+7 |
2012-03-30 | Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis... | Len Brown | 2 | -6/+5 |
2012-03-30 | ACPICA: Object repair code: Support to add Package wrappers | Bob Moore | 4 | -105/+64 |
2012-03-26 | ACPI: Move module parameter gts and bfs to sleep.c | Lin Ming | 1 | -13/+0 |
2012-03-26 | ACPICA: Sleep/Wake interfaces: optionally execute _GTS and _BFS | Lin Ming | 4 | -33/+56 |
2012-03-22 | ACPICA: Debugger: Add missing object info to namespace dump | Bob Moore | 1 | -1/+14 |
2012-03-22 | ACPICA: Change exception code for invalid pathname in acpi_evaluate_object | Bob Moore | 1 | -1/+1 |
2012-03-22 | ACPICA: Clarify METHOD_NAME* defines for full-pathname cases | Bob Moore | 4 | -19/+20 |
2012-03-22 | ACPICA: Add table-driven dispatch for sleep/wake functions | Bob Moore | 2 | -54/+88 |
2012-03-22 | ACPICA: Split sleep/wake functions into two files | Bob Moore | 4 | -211/+265 |
2012-03-22 | ACPICA: Distill multiple sleep method functions to a single function | Bob Moore | 3 | -128/+29 |
2012-03-22 | ACPICA: Add acpi_os_physical_table_override interface | Bob Moore | 3 | -63/+152 |
2012-03-22 | ACPICA: ACPI 5: Update debug output for new notify values | Bob Moore | 2 | -26/+31 |
2012-03-22 | ACPICA: Expand OSL memory read/write interfaces to 64 bits | Bob Moore | 2 | -35/+17 |