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