index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPICA: expose OSI version
Aaron Lu
2013-07-18
1
-13
/
+0
*
ACPICA: _CST repair: Handle null package entries
Lv Zheng
2013-06-20
1
-12
/
+12
*
ACPICA: Add several repairs for _CST predefined name
Lv Zheng
2013-06-20
2
-12
/
+163
*
ACPICA: Move _PRT repair into the standard complex repair module
Lv Zheng
2013-06-20
4
-54
/
+99
*
ACPICA: Clear events initialized flag upon event component termination
Tomasz Nowicki
2013-06-16
1
-0
/
+2
*
ACPICA: Fix possible memory leak in GPE init error path
Tomasz Nowicki
2013-06-16
1
-0
/
+2
*
ACPICA: ACPICA Termination: Delete global lock pending lock
Tomasz Nowicki
2013-06-16
1
-0
/
+1
*
ACPICA: Update interface to acpi_ut_valid_acpi_name()
Bob Moore
2013-06-16
3
-7
/
+6
*
ACPICA: Do not use extended sleep registers unless HW-reduced bit is set
Lv Zheng
2013-06-16
1
-3
/
+5
*
ACPICA: Split table print utilities to a new a separate file
Bob Moore
2013-06-16
3
-190
/
+239
*
ACPICA: Add option to disable loading of SSDTs from the RSDT/XSDT
Lv Zheng
2013-06-16
2
-15
/
+16
*
ACPICA: Standardize all switch() blocks
Chao Guan
2013-06-16
71
-77
/
+242
*
ACPICA: Split internal error msg routines to a separate file
Bob Moore
2013-06-16
5
-278
/
+333
*
ACPICA: Split buffer dump routines into separate file
Bob Moore
2013-06-16
3
-147
/
+203
*
ACPICA: Update for "orphan" embedded controller _REG method support
Zhang Rui
2013-06-01
1
-40
/
+21
*
ACPICA: Predefined name support: Remove unused local variable
Bob Moore
2013-06-01
1
-4
/
+1
*
ACPICA: Add argument typechecking for all predefined ACPI names
Bob Moore
2013-06-01
20
-474
/
+798
*
ACPICA: Add BIOS error interface for predefined name validation support
Bob Moore
2013-06-01
3
-8
/
+59
*
ACPICA: Change an exception code for the ASL UnLoad() operator
Bob Moore
2013-06-01
1
-1
/
+1
*
ACPICA: ACPICA: Fix for _INI regression
Tomasz Nowicki
2013-05-08
1
-0
/
+1
*
ACPICA: _OSI support: Fix possible memory leak
Jung-uk Kim
2013-05-08
1
-1
/
+2
*
ACPICA: Fix possible buffer overflow during a field unit read operation
Bob Moore
2013-05-08
1
-1
/
+13
*
ACPICA: Add a lock to the internal object reference count mechanism
Bob Moore
2013-04-12
3
-35
/
+57
*
ACPICA: Fix a format string for 64-bit generation
Bob Moore
2013-04-12
1
-1
/
+2
*
ACPICA: Remove FORCE_DELETE option for global reference count mechanism
Bob Moore
2013-04-12
2
-14
/
+3
*
ACPICA: Improve error message for Index() operator
Bob Moore
2013-04-12
1
-4
/
+6
*
ACPICA: FADT: Remove extraneous warning for very large GPE registers
Linn Crosetto
2013-04-12
1
-0
/
+4
*
ACPICA: Fix a typo in a function header, no functional change
Colin Ian King
2013-04-12
1
-1
/
+1
*
ACPICA: Fix a typo in an error message
Colin Ian King
2013-04-12
1
-1
/
+1
*
ACPICA: Fix for some comments/headers
Tang Chen
2013-04-12
1
-10
/
+12
*
ACPICA: _OSI Support: handle any errors from acpi_os_acquire_mutex()
Jung-uk Kim
2013-04-12
3
-11
/
+34
*
ACPICA: Predefine names: Add allowed argument types to master info table
Bob Moore
2013-04-12
8
-513
/
+1361
*
ACPICA: Object repair: Allow 0-length packages for variable-length packages
Bob Moore
2013-03-12
1
-2
/
+8
*
ACPICA: Disassembler: Add warnings for unresolved control methods
Bob Moore
2013-03-12
3
-0
/
+5
*
ACPICA: Return object repair: Add resource template repairs
Lv Zheng
2013-03-12
3
-0
/
+99
*
ACPICA: Return object repair: Add string-to-unicode conversion
Lv Zheng
2013-03-12
3
-0
/
+75
*
ACPICA: Split object conversion functions to a new file
Bob Moore
2013-03-12
4
-262
/
+318
*
ACPICA: Add mechanism for early object repairs on a per-name basis
Bob Moore
2013-03-12
5
-87
/
+221
*
ACPICA: Add exception descriptions to exception info table
Bob Moore
2013-03-12
2
-12
/
+17
*
ACPICA: Regression fix: reinstate safe exit macros
Bob Moore
2013-03-12
9
-26
/
+26
*
ACPICA: Update for ACPI 5 hardware-reduced feature
Bob Moore
2013-03-12
2
-0
/
+24
*
ACPICA: Add parens within macros around parameter names
Bob Moore
2013-03-12
1
-2
/
+2
*
ACPICA: Add macros to access pointer to next object in the descriptor list
Jung-uk Kim
2013-03-12
2
-8
/
+6
*
ACPICA: Update error/debug messages for fixed events
Bob Moore
2013-03-12
2
-14
/
+19
*
ACPICA: Fix a long-standing bug in local cache
Jung-uk Kim
2013-03-12
1
-13
/
+7
*
ACPICA: Fix a couple warnings detected on FreeBSD build
Jung-uk Kim
2013-03-12
1
-1
/
+1
*
ACPICA: Resource Mgr: Prevent infinite loops in resource walks
Bob Moore
2013-03-12
4
-1
/
+29
*
ACPICA: Update predefined info table for _MLS method
Bob Moore
2013-01-25
1
-2
/
+2
*
ACPICA: Remove some extraneous newlines in ACPI_ERROR type calls
Bob Moore
2013-01-25
3
-3
/
+3
*
ACPICA: iASL/Disassembler: Add option to ignore NOOP opcodes/operators
Bob Moore
2013-01-25
1
-1
/
+3
[next]