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
path:
root
/
drivers
/
acpi
/
acpica
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument.
Bob Moore
2013-09-24
1
-3
/
+1
*
ACPICA: Tables: Cleanup RSDP signature codes.
Lv Zheng
2013-09-24
2
-3
/
+2
*
ACPICA: Tables: Cleanup table checksum verification code.
Lv Zheng
2013-09-24
2
-9
/
+13
*
ACPICA: Debugger: Add new command to display full namespace pathnames.
Bob Moore
2013-09-24
3
-0
/
+142
*
ACPICA: Operation region support: Never free the handler "context" pointer.
David E. Box
2013-09-24
1
-10
/
+13
*
ACPICA: Add support for host-installed SCI handlers.
Lv Zheng
2013-09-24
9
-20
/
+236
*
ACPICA: Validate start object for acpi_walk_namespace.
Bob Moore
2013-09-24
1
-0
/
+8
*
ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behav...
Bob Moore
2013-09-24
1
-7
/
+10
*
ACPICA: Debug output: small formatting update, no functional change.
Bob Moore
2013-09-24
1
-1
/
+1
*
ACPICA: acpi_read: On error, do not modify the return value target location.
Bjorn Helgaas
2013-09-24
1
-12
/
+14
*
ACPICA: Improve error message for "too many parent prefixes" condition.
Bob Moore
2013-09-24
1
-2
/
+3
*
ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.
Bob Moore
2013-09-06
1
-64
/
+102
*
Merge branch 'acpica'
Rafael J. Wysocki
2013-08-27
20
-77
/
+232
|
\
|
*
ACPICA: Update names for walk_namespace callbacks to clarify usage.
Bob Moore
2013-08-13
3
-23
/
+23
|
*
ACPICA: Return error if DerefOf resolves to a null package element.
Bob Moore
2013-08-13
1
-3
/
+10
|
*
ACPICA: Make ACPI Power Management Timer (PM Timer) optional.
Bob Moore
2013-08-13
2
-3
/
+14
|
*
ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version.
Lv Zheng
2013-08-13
2
-2
/
+6
|
*
ACPICA: Fix possible fault for methods that optionally have no return value.
Bob Moore
2013-08-13
1
-1
/
+15
|
*
ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField r...
Bob Moore
2013-08-08
1
-3
/
+32
|
*
ACPICA: Emit all unresolved method externals in a text block
Bob Moore
2013-08-08
1
-0
/
+1
|
*
ACPICA: Export acpi_tb_validate_rsdp().
Bob Moore
2013-08-08
2
-6
/
+4
|
*
ACPICA: Add acpi_update_interfaces() public interface
Lv Zheng
2013-07-23
4
-13
/
+98
|
*
ACPICA: Fix compiler warnings for casting issues (only some compilers)
Jung-uk Kim
2013-07-23
2
-4
/
+6
|
*
ACPICA: Remove restriction of 256 maximum GPEs in any GPE block
Bob Moore
2013-07-23
1
-11
/
+0
|
*
ACPICA: Disassembler: Expand maximum output string length to 64K
Bob Moore
2013-07-23
2
-3
/
+4
|
*
ACPICA: TableManager: Export acpi_tb_scan_memory_for_rsdp()
Bob Moore
2013-07-23
2
-3
/
+6
|
*
ACPICA: Update comments about behavior when _STA does not exist
Bob Moore
2013-07-23
2
-2
/
+13
*
|
ACPI / sleep: Introduce acpi_os_prepare_extended_sleep() for extended sleep path
Ben Guthro
2013-07-31
1
-0
/
+9
|
/
*
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
[next]