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