Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
8a6e7dd6f07d7f537b10b0e61165c06d15dcc1f2
/
drivers
/
acpi
/
acpica
da6f832
ACPICA: All acpica: Update copyrights to 2018
by Bob Moore
· 7 years ago
a8c314b
ACPICA: trivial style fix, no functional change
by Erik Schmauss
· 7 years ago
e7b2005
ACPICA: Fix a couple memory leaks during package object resolution
by Bob Moore
· 7 years ago
bc4d413
ACPICA: Recognize the Windows 10 version 1607 and 1703 OSI strings
by Mario Limonciello
· 7 years ago
ee174d3
ACPICA: Rename a global variable, no functional change
by Bob Moore
· 7 years ago
ee68d47
ACPICA: Create and deploy safe version of strncpy
by Bob Moore
· 7 years ago
2cb0ba7
ACPICA: Cleanup the global variables and update comments
by Bob Moore
· 7 years ago
6e875fa04
ACPICA: Debugger: fix slight indentation issue
by Erik Schmauss
· 7 years ago
896bece
ACPICA: Fix a regression in the acpi_evaluate_object_type() interface
by Bob Moore
· 7 years ago
6be2d72
ACPICA: Update for a few debug output statements
by Bob Moore
· 7 years ago
56d03d7
ACPICA: Debug output, no functional change
by Bob Moore
· 7 years ago
4b688b1
ACPICA: Rename variable to match upstream
by Rafael J. Wysocki
· 7 years ago
3e1dc64
ACPICA: Update linkage for get mutex name interface
by Bob Moore
· 7 years ago
692aa0c
ACPICA: Update mutex error messages, no functional change
by Bob Moore
· 7 years ago
060c859
ACPICA: Debugger: add "background" command for method execution
by Bob Moore
· 7 years ago
dea4e83
ACPICA: Namespace: fix memory leak from building prefixed pathname
by Erik Schmauss
· 7 years ago
16ccf82
ACPICA: Enhance error messages from namespace create/lookup operations
by Bob Moore
· 7 years ago
b12ebe5
ACPICA: ACPICA: style edits to utility function output, no functional change
by Erik Schmauss
· 7 years ago
53ae81e
ACPICA: Add an additional error message for EC timeouts
by Bob Moore
· 7 years ago
e814109
ACPICA: Update output from ACPI_EXCEPTION macro
by Bob Moore
· 7 years ago
db53f7f
ACPICA: Use local 64-bit divide support for string conversions
by Bob Moore
· 7 years ago
19654f9
ACPICA: Utilities: Cleanup style issue for bit clearing
by Lv Zheng
· 7 years ago
b43eac6
ACPICA: iASL: change processing of external op namespace nodes for correctness
by Erik Schmauss
· 7 years ago
90adf77
ACPICA: Tools: Deploy -vd option (build date/time) across all tools
by Bob Moore
· 7 years ago
a26f4df
ACPICA: Rename AE_AML_INFINITE_LOOP exception
by Bob Moore
· 7 years ago
164a08c
ACPICA: Dispatcher: Introduce timeout mechanism for infinite loop detection
by Lv Zheng
· 7 years ago
29ad1f8
ACPICA: Avoid null pointer dereference on Op.
by Colin Ian King
· 7 years ago
ee470f0
ACPICA: disassembler: getting rid of error message
by Erik Schmauss
· 7 years ago
5c74663
ACPICA: Disassembler: reset parser_state's Aml pointer when parsing bad externals
by Erik Schmauss
· 7 years ago
8f27561
ACPICA: Fix an off-by-one error in acpi_get_timer_duration().
by Jung-uk Kim
· 7 years ago
60764eb
Merge branch 'acpica'
by Rafael J. Wysocki
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
8092936
ACPICA: Update acpi_get_timer for 64-bit interface to acpi_hw_read
by Bob Moore
· 7 years ago
c2e56e5
ACPICA: String conversions: Update to add new behaviors
by Bob Moore
· 7 years ago
72a2935
ACPICA: String conversions: Cleanup/format comments. No functional changes
by Bob Moore
· 7 years ago
fe97d28
ACPICA: Restructure/cleanup all string-to-integer conversion functions
by Bob Moore
· 7 years ago
979fba9
ACPICA: acpiexec: Add testability of deferred table verification
by Lv Zheng
· 7 years ago
8381c54
ACPICA: Hardware: Enable 64-bit support of hardware accesses
by Lv Zheng
· 7 years ago
4467ade
Merge branches 'acpi-scan' and 'acpi-pm'
by Rafael J. Wysocki
· 7 years ago
b2a84ee
Merge branch 'acpica'
by Rafael J. Wysocki
· 7 years ago
9b40eeb
ACPICA: Fix acpi_evaluate_object_typed()
by Rafael J. Wysocki
· 7 years ago
1312b7e
ACPICA: Make it possible to enable runtime GPEs earlier
by Rafael J. Wysocki
· 7 years ago
ecc1165
ACPICA: Dispatch active GPEs at init time
by Rafael J. Wysocki
· 7 years ago
d5efc15
ACPICA: Revert "Update resource descriptor handling"
by Erik Schmauss
· 8 years ago
137c783
ACPICA: Resources: Allow _DMA method in walk resources
by Bob Moore
· 8 years ago
376a588
ACPICA: Ensure all instances of AE_AML_INTERNAL have error messages
by Bob Moore
· 8 years ago
a62a711
ACPICA: Implement deferred resolution of reference package elements
by Bob Moore
· 8 years ago
7ab5819
ACPICA: Debugger: Improve support for Alias objects
by Bob Moore
· 8 years ago
a5b6e98
ACPICA: Interpreter: Update handling for Alias operator
by Bob Moore
· 8 years ago
3958168
ACPICA: EFI/EDK2: Cleanup to enable /WX for MSVC builds
by Lv Zheng
· 8 years ago
65082bf
ACPICA: CLib: Add short multiply/shift support
by Lv Zheng
· 8 years ago
583abc9
ACPICA: Add a comment, no functional change
by Bob Moore
· 8 years ago
6d9229d
ACPICA: Namespace: Update/fix an error message
by Bob Moore
· 8 years ago
4eebedd
ACPICA: Divergences: reduce access size definitions
by Lv Zheng
· 8 years ago
852d4f9
ACPICA: Update resource descriptor handling
by Bob Moore
· 8 years ago
3f20ea1
ACPICA: Disassembler: skip parsing of incorrect external declarations
by Erik Schmauss
· 8 years ago
4e6cbe5
ACPICA: iASL: Ensure that the target node is valid in acpi_ex_create_alias
by Alex James
· 8 years ago
19df56b
ACPICA: Tables: Add deferred table verification support
by Lv Zheng
· 8 years ago
f9d472e
ACPICA: Tables: Combine checksum/duplication verification together
by Lv Zheng
· 8 years ago
023e2ee
ACPICA: Tables: Change table duplication check to be related to acpi_gbl_verify_table_checksum
by Lv Zheng
· 8 years ago
04ba15a
ACPICA: Tables: Do not validate signature for dynamic table load
by Lv Zheng
· 8 years ago
9b019b0
ACPICA: Tables: Cleanup table handler invokers
by Lv Zheng
· 8 years ago
96d0794
ACPICA: Tables: Add sanity check in acpi_put_table()
by Lv Zheng
· 8 years ago
7679c35
ACPICA: linuxize: cleanup typedef definitions
by Lv Zheng
· 8 years ago
99e597a
Back port of "ACPICA: Use designated initializers"
by Kees Cook
· 8 years ago
3ddd3f6
ACPICA: iASL compiler: allow compilation of externals with paths that refer to existing names
by Erik Schmauss
· 8 years ago
ff7993a
ACPICA: Tools: Deallocate memory allocated by ac_get_all_tables_from_file via ac_delete_table_list
by Erik Schmauss
· 8 years ago
a7718df
ACPICA: Small indentation changes, no functional change
by Bob Moore
· 8 years ago
bee5799
Merge branches 'acpi-pmic', 'acpi-misc' and 'acpi-tables'
by Rafael J. Wysocki
· 8 years ago
3d867f6
ACPICA: Use designated initializers
by Kees Cook
· 8 years ago
a976c29
Merge back ACPICA material for v4.13.
by Rafael J. Wysocki
· 8 years ago
1537f30
ACPICA: Update a couple of debug output messages
by Bob Moore
· 8 years ago
fd13aaa
ACPICA: acpiexec: enhance local signal handler
by Bob Moore
· 8 years ago
9c0b6c4
ACPICA: Simplify output for the ACPI Debug Object
by Bob Moore
· 8 years ago
b9ef2ab
ACPICA: Improvements for debug output only
by Bob Moore
· 8 years ago
a9d8ea7
ACPICA: Disassembler: allow conflicting external declarations to be emitted.
by Erik Schmauss
· 8 years ago
bdcf4cd
ACPICA: Disassembler: add external op to namespace on first pass
by Erik Schmauss
· 8 years ago
2f8c114
ACPICA: Disassembler: prevent external op's from opening a new scope
by Erik Schmauss
· 8 years ago
e6b6ea3
ACPICA: Changed Gbl_disasm_flag to acpi_gbl_disasm_flag
by Erik Schmauss
· 8 years ago
d79e038
ACPICA: Changing External to a named object
by Erik Schmauss
· 8 years ago
2d2a954
ACPICA: Update two error messages to emit control method name
by Bob Moore
· 8 years ago
1d6e9cf
ACPICA: Fix for Device/Thermal objects with ObjectType and DerefOf
by Bob Moore
· 8 years ago
32d8004
ACPICA: Update comments, no functional change
by Cao Jin
· 8 years ago
b7b7da2
ACPICA: Split resource descriptor decode strings to a new file
by Bob Moore
· 8 years ago
772bf1e
ACPI: configfs: Unload SSDT on configfs entry removal
by Jan Kiszka
· 8 years ago
596878d
ACPICA: Remove extraneous status check
by Bob Moore
· 8 years ago
07536e2
ACPICA: Export the public mutex interfaces
by Bob Moore
· 8 years ago
6f0527b
ACPICA: Disassembler: Abort on an invalid/unknown AML opcode
by Bob Moore
· 8 years ago
dba744c
ACPICA: Dispatcher: Remove unnecessary call to debugger
by Lv Zheng
· 8 years ago
2cb8c3b
ACPICA: Debugger/acpiexec: Cleanup error messages
by Bob Moore
· 8 years ago
deb85f6
ACPICA: Explicitly cast 1 to u32
by Erik Schmauss
· 8 years ago
5e2d9e9
ACPICA: Update error message for field beyond buffer case
by Bob Moore
· 8 years ago
861ba63
ACPICA: Events: Add runtime stub support for event APIs
by Lv Zheng
· 8 years ago
cf45b58
ACPICA: Core: Always set GPIO VendorOffset
by Mika Westerberg
· 8 years ago
183c59d
ACPICA: Fix a type value overlap in the AML support file
by Bob Moore
· 8 years ago
044b723
ACPICA: ACPI 6.2: Add support for PinGroupConfig() resource
by Mika Westerberg
· 8 years ago
f8a6c86
ACPICA: ACPI 6.2: Add support for PinGroupFunction() resource
by Mika Westerberg
· 8 years ago
fdaa098
ACPICA: ACPI 6.2: Add support for PinGroup() resource
by Mika Westerberg
· 8 years ago
97028ce
ACPICA: ACPI 6.2: Add support for PinConfig() resource
by Mika Westerberg
· 8 years ago
2b72693
ACPICA: ACPI 6.2: Add support for PinFunction() resource
by Mika Westerberg
· 8 years ago
Next »