index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
Age
Commit message (
Expand
)
Author
2018-05-30
ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c
Seunghun Han
2018-05-30
ACPICA: Fix memory leak on unusual memory leak
Bob Moore
2018-05-30
ACPICA: Events: add a return on failure from acpi_hw_register_read
Erik Schmauss
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-03
Merge branches 'acpi-scan' and 'acpi-pm'
Rafael J. Wysocki
2017-09-03
Merge branch 'acpica'
Rafael J. Wysocki
2017-08-22
ACPICA: Fix acpi_evaluate_object_typed()
Rafael J. Wysocki
2017-08-17
ACPICA: Make it possible to enable runtime GPEs earlier
Rafael J. Wysocki
2017-08-17
ACPICA: Dispatch active GPEs at init time
Rafael J. Wysocki
2017-08-03
ACPICA: Revert "Update resource descriptor handling"
Erik Schmauss
2017-08-03
ACPICA: Resources: Allow _DMA method in walk resources
Bob Moore
2017-08-03
ACPICA: Ensure all instances of AE_AML_INTERNAL have error messages
Bob Moore
2017-08-03
ACPICA: Implement deferred resolution of reference package elements
Bob Moore
2017-08-03
ACPICA: Debugger: Improve support for Alias objects
Bob Moore
2017-08-03
ACPICA: Interpreter: Update handling for Alias operator
Bob Moore
2017-08-03
ACPICA: EFI/EDK2: Cleanup to enable /WX for MSVC builds
Lv Zheng
2017-08-03
ACPICA: CLib: Add short multiply/shift support
Lv Zheng
2017-08-03
ACPICA: Add a comment, no functional change
Bob Moore
2017-08-03
ACPICA: Namespace: Update/fix an error message
Bob Moore
2017-08-03
ACPICA: Divergences: reduce access size definitions
Lv Zheng
2017-07-20
ACPICA: Update resource descriptor handling
Bob Moore
2017-07-20
ACPICA: Disassembler: skip parsing of incorrect external declarations
Erik Schmauss
2017-07-20
ACPICA: iASL: Ensure that the target node is valid in acpi_ex_create_alias
Alex James
2017-07-20
ACPICA: Tables: Add deferred table verification support
Lv Zheng
2017-07-20
ACPICA: Tables: Combine checksum/duplication verification together
Lv Zheng
2017-07-20
ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri...
Lv Zheng
2017-07-20
ACPICA: Tables: Do not validate signature for dynamic table load
Lv Zheng
2017-07-20
ACPICA: Tables: Cleanup table handler invokers
Lv Zheng
2017-07-20
ACPICA: Tables: Add sanity check in acpi_put_table()
Lv Zheng
2017-07-20
ACPICA: linuxize: cleanup typedef definitions
Lv Zheng
2017-07-20
Back port of "ACPICA: Use designated initializers"
Kees Cook
2017-07-20
ACPICA: iASL compiler: allow compilation of externals with paths that refer t...
Erik Schmauss
2017-07-20
ACPICA: Tools: Deallocate memory allocated by ac_get_all_tables_from_file via...
Erik Schmauss
2017-07-20
ACPICA: Small indentation changes, no functional change
Bob Moore
2017-07-03
Merge branches 'acpi-pmic', 'acpi-misc' and 'acpi-tables'
Rafael J. Wysocki
2017-06-27
ACPICA: Use designated initializers
Kees Cook
2017-06-27
Merge back ACPICA material for v4.13.
Rafael J. Wysocki
2017-06-27
ACPICA: Update a couple of debug output messages
Bob Moore
2017-06-27
ACPICA: acpiexec: enhance local signal handler
Bob Moore
2017-06-27
ACPICA: Simplify output for the ACPI Debug Object
Bob Moore
2017-06-27
ACPICA: Improvements for debug output only
Bob Moore
2017-06-27
ACPICA: Disassembler: allow conflicting external declarations to be emitted.
Erik Schmauss
2017-06-27
ACPICA: Disassembler: add external op to namespace on first pass
Erik Schmauss
2017-06-27
ACPICA: Disassembler: prevent external op's from opening a new scope
Erik Schmauss
2017-06-27
ACPICA: Changed Gbl_disasm_flag to acpi_gbl_disasm_flag
Erik Schmauss
2017-06-27
ACPICA: Changing External to a named object
Erik Schmauss
2017-06-27
ACPICA: Update two error messages to emit control method name
Bob Moore
2017-06-27
ACPICA: Fix for Device/Thermal objects with ObjectType and DerefOf
Bob Moore
2017-06-27
ACPICA: Update comments, no functional change
Cao Jin
2017-06-27
ACPICA: Split resource descriptor decode strings to a new file
Bob Moore
[next]