index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPICA: Comment/format update, no functional change.
Bob Moore
2014-05-07
1
-19
/
+54
*
ACPICA: Events: Update GPE handling and initialization code.
Bob Moore
2014-05-07
6
-37
/
+43
*
ACPICA: Remove extraneous error message for large number of GPEs.
Bob Moore
2014-05-07
1
-18
/
+33
*
ACPICA: Tables: Remove old mechanism to validate if XSDT contains NULL entries.
Lv Zheng
2014-05-07
1
-105
/
+0
*
ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT.
Lv Zheng
2014-05-07
2
-6
/
+27
*
ACPICA: acpidump: Add support to force using RSDT.
Lv Zheng
2014-05-07
3
-18
/
+50
*
ACPICA: Back port of improvements on exception code.
Bob Moore
2014-05-07
1
-1
/
+1
*
ACPICA: Back port of _PRP update.
Bob Moore
2014-05-07
1
-0
/
+1
*
ACPICA: acpidump: Fix truncated RSDP signature validation.
Lv Zheng
2014-05-07
1
-10
/
+31
*
ACPICA: Linux header: Add support for stubbed externals.
Lv Zheng
2014-05-07
1
-0
/
+31
*
ACPICA: OSL: Add configurability for generic external functions.
Lv Zheng
2014-05-07
1
-200
/
+283
*
ACPICA: OSL: Add section to collect the divergence in acpixf.h.
Lv Zheng
2014-05-07
1
-13
/
+17
*
ACPICA: OSL: Add configurability for debug output functions.
Lv Zheng
2014-05-07
1
-18
/
+31
*
ACPICA: OSL: Add configurability for error message functions.
Lv Zheng
2014-05-07
2
-27
/
+48
*
ACPICA: OSL: Add configurability for memory allocation macros.
Lv Zheng
2014-05-07
1
-0
/
+21
*
ACPICA: OSL: Move external globals from utglobal.c to acpixf.h using ACPI_INI...
Lv Zheng
2014-05-07
2
-34
/
+23
*
ACPICA: Comment updates - no functional change.
Bob Moore
2014-05-07
2
-5
/
+5
*
ACPICA: Update handling of PCI ID lists.
David E. Box
2014-05-07
1
-3
/
+12
*
ACPICA: Add support for _LPD and _PRP methods.
Bob Moore
2014-05-07
1
-0
/
+4
*
ACPICA: Add support for LPIT table.
Bob Moore
2014-05-07
1
-0
/
+65
*
ACPICA: Update acpi_buffer_to_resource interface.
Bob Moore
2014-05-07
1
-5
/
+8
*
ACPICA: Update global variable definitions. No functional change.
Lv Zheng
2014-05-07
2
-145
/
+132
*
ACPICA: acpidump: Fix code issue in invoking fread in the loop.
Lv Zheng
2014-05-07
1
-11
/
+6
*
ACPICA: Utilities: Deploy ACPI_DEBUGGER_EXEC for ACPI_DEBUGGER enabled code i...
Lv Zheng
2014-05-07
1
-3
/
+1
*
ACPICA: Utilities: Cleanup obsoleted global variables.
Lv Zheng
2014-05-07
1
-7
/
+0
*
Merge back earlier ACPICA material.
Rafael J. Wysocki
2014-05-07
38
-1401
/
+4780
|
\
|
*
Merge back earlier ACPICA material.
Rafael J. Wysocki
2014-04-28
38
-1401
/
+4780
|
|
\
|
|
*
ACPICA: Update version to 20140325.
Bob Moore
2014-04-20
1
-1
/
+1
|
|
*
ACPICA: acpidump: Update man page.
Lv Zheng
2014-04-20
1
-12
/
+73
|
|
*
ACPICA: acpidump: Remove old acpidump source.
Lv Zheng
2014-04-20
1
-559
/
+0
|
|
*
ACPICA: acpidump: Update Makefile to build acpidump from ACPICA.
Lv Zheng
2014-04-20
1
-3
/
+23
|
|
*
ACPICA: acpidump: Update new structures and add missing file.
Lv Zheng
2014-04-20
3
-2
/
+103
|
|
*
ACPICA: acpidump: Add support to generate acpidump release.
Lv Zheng
2014-04-20
9
-0
/
+3189
|
|
*
ACPICA: Table Manager: Split tbinstal.c into two files.
Bob Moore
2014-04-20
4
-720
/
+771
|
|
*
ACPICA: Table Manager: Misc cleanup and renames, no functional change.
Bob Moore
2014-04-20
7
-116
/
+133
|
|
*
ACPICA: Tables: Add acpi_install_table() API for early table installation.
Lv Zheng
2014-04-20
6
-11
/
+60
|
|
*
ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load.
Lv Zheng
2014-04-20
6
-23
/
+29
|
|
*
ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.
Lv Zheng
2014-04-20
6
-28
/
+24
|
|
*
ACPICA: Tables: Fix table checksums verification before installation.
Lv Zheng
2014-04-20
6
-409
/
+607
|
|
*
ACPICA: Tables: Fix unbalanced table validations.
Lv Zheng
2014-04-20
1
-0
/
+1
|
|
*
ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics.
Lv Zheng
2014-04-20
6
-108
/
+235
|
|
*
ACPICA: Tables: Fix multiple ACPI_FREE()s around acpi_tb_add_table().
Lv Zheng
2014-04-20
2
-7
/
+2
|
|
*
ACPICA: Tables: Fix the issues in handling virtual addressed tables.
Lv Zheng
2014-04-20
3
-4
/
+21
|
|
*
ACPICA: Remove indent divergences to reduce maintenance overhead.
Lv Zheng
2014-04-20
3
-8
/
+12
|
|
*
ACPICA: Add a missing field for debug dump of mutex objects.
Bob Moore
2014-04-20
1
-1
/
+3
|
|
*
ACPICA: Linux-specific header: Add support for PPC64 compilation.
Colin Ian King
2014-04-20
1
-1
/
+2
|
|
*
ACPICA: Clean up comment divergences in aclinux.h
Lv Zheng
2014-04-20
1
-1
/
+1
|
|
*
ACPICA: Update use of acpi_os_wait_events_complete interface.
Lv Zheng
2014-04-20
1
-19
/
+36
|
|
*
ACPICA: Disassembler: Add decoding of Notify() values.
Bob Moore
2014-04-20
3
-14
/
+66
|
|
*
ACPICA: Disassembler: Add support to decode _HID and _CID values.
Bob Moore
2014-04-20
3
-1
/
+15
[next]