Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7e700d2c59e5853c9126642976b4f5768f64c9b3
/
drivers
/
acpi
/
acpica
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
a86c856
ACPICA: disassembler: improve Switch support
by David E. Box
· 8 years ago
d3ebc89
ACPICA: Add support for _HMA as a predefined method
by Erik Schmauss
· 8 years ago
b9ae9c2
ACPICA: Add support for _LSW as a predefined method
by Erik Schmauss
· 8 years ago
3758a97
ACPICA: Add support for _LSR as a predefined method
by Erik Schmauss
· 8 years ago
754d550
ACPICA: Add support for _LSI as a predefined method
by Erik Schmauss
· 8 years ago
a69b438
ACPICA: Utilities: Make a notify value reserved
by Bob Moore
· 8 years ago
e6f9193
ACPICA: Add new notify value for memory attributes update
by Bob Moore
· 8 years ago
05c3507
ACPICA: Change path's type from u8* to char*
by Erik Schmauss
· 8 years ago
83848fb
ACPICA: Tables: Mechanism to handle late stage acpi_get_table() imbalance
by Lv Zheng
· 8 years ago
186f0a0d
Revert "ACPICA: Disassembler: Enhance resource descriptor detection"
by Rafael J. Wysocki
· 8 years ago
2ea6532
ACPICA: Tables: Fix regression introduced by a too early mechanism enabling
by Lv Zheng
· 8 years ago
9cf7ade
ACPICA: iasl: add ASL conversion tool
by Bob Moore
· 8 years ago
c8e8ab1
ACPICA: Local cache support: Allow small cache objects
by Bob Moore
· 8 years ago
bee900d
ACPICA: Disassembler: Do not unconditionally remove temporary names
by David E. Box
· 8 years ago
9ff5a21a
ACPICA: Cleanup AML opcode definitions, no functional change
by Bob Moore
· 8 years ago
069f9bf
ACPICA: Debugger: Add interpreter blocking mark for single-step mode
by Lv Zheng
· 8 years ago
1f67ef69
ACPICA: debugger: fix memory leak on Pathname
by Colin Ian King
· 8 years ago
ed7f8bc
ACPICA: Update for automatic repair code for objects returned by evaluate_object
by Bob Moore
· 8 years ago
3b2d691
ACPICA: Namespace: fix operand cache leak
by Seunghun Han
· 8 years ago
2e337c7
ACPICA: Fix several incorrect invocations of ACPICA return macro
by Bob Moore
· 8 years ago
1b8f77a
ACPICA: Fix a module for excessive debug output
by Bob Moore
· 8 years ago
a202862
ACPICA: Update some function headers, no funtional change
by Bob Moore
· 8 years ago
da28e19
ACPICA: Disassembler: Enhance resource descriptor detection
by Bob Moore
· 8 years ago
f202f65
Merge back ACPICA changes for v4.12.
by Rafael J. Wysocki
· 8 years ago
1315f01
Revert "ACPICA: Resources: Not a valid resource if buffer length too long"
by Rafael J. Wysocki
· 8 years ago
6895baa
ACPICA: Add non-linux host build support
by Lv Zheng
· 8 years ago
03440c4
scripts/spelling.txt: add "an union" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
892411d
ACPICA: Tools: Update common signon, remove compilation bit width
by Bob Moore
· 8 years ago
7735ca0
ACPICA: Source tree: Update copyright notices to 2017
by Bob Moore
· 8 years ago
1b62d13
Merge back earlier ACPICA changes for v4.11.
by Rafael J. Wysocki
· 8 years ago
7a37052
ACPICA: Tables: Fix hidden logic related to acpi_tb_install_standard_table()
by Lv Zheng
· 8 years ago
6b50623
ACPICA: Parser: Update parse info table for some operators
by Bob Moore
· 8 years ago
9a94729
ACPICA: Fix a problem with recent extra support for control method invocations
by Bob Moore
· 8 years ago
ce87e09
ACPICA: Parser: Allow method invocations as target operands
by Bob Moore
· 8 years ago
74e30f9
ACPICA: Fix for implicit result conversion for the ToXXX functions
by Bob Moore
· 8 years ago
57707a9
ACPICA: Resources: Not a valid resource if buffer length too long
by Bob Moore
· 8 years ago
7225d04
ACPICA: Utilities: Update debug output
by Bob Moore
· 8 years ago
a654b8c
ACPICA: Disassembler: Add Switch/Case disassembly support
by David E. Box
· 8 years ago
0fc5e8f
ACPICA: Hardware: Add sleep register hooks
by Lv Zheng
· 8 years ago
fcfb455
ACPICA: Macro header: Fix some typos in comments
by Bob Moore
· 8 years ago
04cf053
ACPICA: Hardware: Sort access bit width algorithm
by Lv Zheng
· 8 years ago
cc573b9
ACPICA: Utilities: Add power of two rounding support
by Lv Zheng
· 8 years ago
dc4c737
ACPICA: Hardware: Add access_width/bit_offset support in acpi_hw_write()
by Lv Zheng
· 8 years ago
123a157
ACPICA: Hardware: Remove bit_offset masking support
by Lv Zheng
· 8 years ago
703ecd2
ACPICA: Debugger: Rename debugger OSL names
by Lv Zheng
· 8 years ago
66360fa
ACPICA: Tables: Allow FADT to be customized with virtual address
by Lv Zheng
· 8 years ago
174cc71
ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel
by Lv Zheng
· 8 years ago
5a6e7ec
ACPICA: Utilities: Add new decode function for parser values
by Bob Moore
· 8 years ago
173fcf8
ACPICA: Tables: Add an error message complaining driver bugs
by Lv Zheng
· 8 years ago
170564d
ACPICA: Tables: Add acpi_tb_unload_table()
by Lv Zheng
· 8 years ago
42cc87a
ACPICA: Tables: Cleanup acpi_tb_install_and_load_table()
by Lv Zheng
· 8 years ago
760235c
ACPICA: Events: Fix acpi_ev_initialize_region() return value
by Lv Zheng
· 8 years ago
f7cc874
ACPICA: Back port of "ACPICA: Dispatcher: Tune interpreter lock around AcpiEvInitializeRegion()"
by Lv Zheng
· 8 years ago
523db19
ACPICA: Namespace: Add acpi_ns_handle_to_name()
by Lv Zheng
· 8 years ago
d0ab671
Merge back earlier ACPICA material for v4.10.
by Rafael J. Wysocki
· 8 years ago
e2174b0
Revert "ACPICA: FADT support cleanup"
by Rafael J. Wysocki
· 8 years ago
8633db6
ACPICA: Dispatcher: Fix interpreter locking around acpi_ev_initialize_region()
by Lv Zheng
· 8 years ago
8121aa2
ACPICA: Dispatcher: Fix an unbalanced lock exit path in acpi_ds_auto_serialize_method()
by Lv Zheng
· 8 years ago
25ccd24
ACPICA: Dispatcher: Fix order issue of method termination
by Lv Zheng
· 8 years ago
066118f
ACPICA: Move acpi_gbl_max_loop_iterations to the public globals file
by Bob Moore
· 8 years ago
a335e95
ACPICA: Disassembler: Fix for Divide() support, new support for test suite
by Bob Moore
· 8 years ago
cacf547
ACPICA: Increase loop limit for AE_AML_INFINITE_LOOP exception
by Bob Moore
· 8 years ago
3a993ab
ACPICA: Update an info message during table load phase
by Bob Moore
· 8 years ago
7a0b71d
ACPICA: Parser: Fix a regression in LoadTable support
by Lv Zheng
· 8 years ago
9febcdc
ACPICA: Tables: Fix "UNLOAD" code path lock issues
by Lv Zheng
· 8 years ago
86ec64b
ACPICA: Tables: Fix a regression in acpi_tb_find_table()
by Lv Zheng
· 8 years ago
ac0f06e
ACPICA: Tables: Tune table mutex to be a leaf lock
by Lv Zheng
· 8 years ago
441ad11
ACPICA: Dispatcher: Fix a mutex issue for method auto serialization
by Lv Zheng
· 8 years ago
Next »