1. c50f13c ACPICA: Save current masks of enabled GPEs after enable register writes by Rafael J. Wysocki · 10 years ago
  2. 1181173 ACPICA: Disassembler: Emit correct string for 0 stop bits. by Bob Moore · 10 years ago
  3. f8c73f8 ACPICA: Disassembler: Update for C-style expressions. by Bob Moore · 10 years ago
  4. 5f040fc ACPICA: Disassembler: Add support for C-style operators and expressions. by Bob Moore · 10 years ago
  5. b487867 ACPICA: acpiexec: Add option to specify an object initialization file. by Bob Moore · 10 years ago
  6. 4dcd78d ACPICA: iASL: Add support for to_PLD macro. by Bob Moore · 10 years ago
  7. f2d348f ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles. by Bob Moore · 10 years ago
  8. 2f85723 ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE renaming. by Lv Zheng · 10 years ago
  9. a08f813 ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE support. by Lv Zheng · 10 years ago
  10. 1809919 ACPICA: Events: Update GPE handler removal, match behavior of handler install. by Lv Zheng · 10 years ago
  11. 437b751 ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler(). by Lv Zheng · 10 years ago
  12. f19f1a7 ACPICA: Events: Reduce indent divergences of events files. by Lv Zheng · 10 years ago
  13. f1b6975 ACPICA: acpidump: Add ACPI 1.0 RSDP support. by Lv Zheng · 10 years ago
  14. e0fa975 ACPICA: Introduce acpi_enable_all_wakeup_gpes() by Rafael J. Wysocki · 10 years ago
  15. 5a0b8de ACPICA: Clear all non-wakeup GPEs in acpi_hw_enable_wakeup_gpe_block() by Rafael J. Wysocki · 10 years ago
  16. 2670e02 Merge back earlier 'acpica' material for v3.18. by Rafael J. Wysocki · 10 years ago
  17. 75ec6e5 ACPICA: Update to GPIO region handler interface. by Bob Moore · 10 years ago
  18. 4cc0909 ACPICA: Disassembler: Fix for gpio_int interrupt polarity flags. by Bob Moore · 10 years ago
  19. b1272e1 ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package. by Mika Westerberg · 10 years ago
  20. 8b80c0f Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
  21. bdc9b75 ACPICA: ACPI 5.1: Support for the _CCA predifined name. by Bob Moore · 10 years ago
  22. b3cc1356 ACPICA: ACPI 5.1: New notify value for System Affinity Update. by Bob Moore · 10 years ago
  23. a9f65e0 ACPICA: ACPI 5.1: Support for the _DSD predefined name. by David E. Box · 10 years ago
  24. 1aae3b9 ACPICA: Debug object: Add current value of Timer() to debug line prefix. by Bob Moore · 10 years ago
  25. 73bbca0 ACPICA: acpihelp: Add UUID support, restructure some existing files. by Bob Moore · 10 years ago
  26. 3589b8b ACPICA: Utilities: Fix local printf issue. by Lv Zheng · 10 years ago
  27. b95dd17 ACPICA: Remove some extraneous printf arguments. by Sascha Wildner · 10 years ago
  28. d38bb00 ACPICA: Update for comments/formatting. No functional changes. by Bob Moore · 10 years ago
  29. 90da690 ACPICA: Disassembler: Add support for the ToUUID opererator (macro). by Bob Moore · 10 years ago
  30. 8884de6 ACPICA: Work around an ancient GCC bug. by Bob Moore · 10 years ago
  31. 7e1c1a8 Merge branch 'acpi-headers' by Rafael J. Wysocki · 10 years ago
  32. c12f07d ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake. by Rafael J. Wysocki · 10 years ago
  33. b9ca3d7 ACPICA: GPEs: Do not allow enable for GPEs that have no handler(s). by Rafael J. Wysocki · 10 years ago
  34. 417b4a7 ACPI: Add support to force header inclusion rules for <acpi/acpi.h>. by Lv Zheng · 10 years ago
  35. 7817e26 ACPICA: Fix a regression for deletion of Alias() objects. by Bob Moore · 10 years ago
  36. 7d3e83b ACPICA: Hardware: back port of a recursive locking fix by Lv Zheng · 10 years ago
  37. ff2389f ACPICA: utprint/oslibcfs: cleanup - no functional change by Bob Moore · 10 years ago
  38. c046912 ACPICA: Executer: Fix trivial issues in acpi_get_serial_access_bytes() by Lv Zheng · 10 years ago
  39. 846d6ef ACPICA: acpidump: Reduce freopen() invocations to improve portability by Lv Zheng · 10 years ago
  40. a92e957 ACPICA: Common: Enhance acpi_getopt() to improve portability by Lv Zheng · 10 years ago
  41. 3c9349c ACPICA: Common: Enhance cm_get_file_size() to improve portability by Lv Zheng · 10 years ago
  42. d9cf147 ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf() to improve portability by Lv Zheng · 10 years ago
  43. 2e70da4 ACPICA: Utilities: Introduce acpi_log_error() to improve portability by Lv Zheng · 10 years ago
  44. 80a648c ACPICA: Utilities: Add formatted printing APIs by Lv Zheng · 10 years ago
  45. 83b80bac ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubs by Lv Zheng · 10 years ago
  46. e8c038a ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global() from utglobal.c to utinit.c by Lv Zheng · 10 years ago
  47. e23d9b8 ACPICA: Namespace: Properly null terminate objects detached from a namespace node by David E. Box · 10 years ago
  48. ce5eb07 ACPICA: Utilities: Validate full RSDP header by David E. Box · 10 years ago
  49. e740304 ACPICA: Utilities: Add support to read table from files by Lv Zheng · 10 years ago
  50. ae8ffc7 ACPICA: Utilities: Fix an issue with non-native ACPI_IS_PRINT() by Lv Zheng · 10 years ago
  51. 8aa5e56 ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobject by David E. Box · 10 years ago
  52. 6ec5e12 ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it. by Lv Zheng · 10 years ago
  53. 729ddb6 ACPICA: Namespace: Remove _PRP method support. by Lv Zheng · 10 years ago
  54. 47d68c7 ACPICA: Tables: Add mechanism to control early table checksum verification. by Lv Zheng · 10 years ago
  55. 7505da4 ACPICA: Events: Update GPE handling and initialization code. by Bob Moore · 10 years ago
  56. 21126b2 ACPICA: Remove extraneous error message for large number of GPEs. by Bob Moore · 10 years ago
  57. 57429a4 ACPICA: Tables: Remove old mechanism to validate if XSDT contains NULL entries. by Lv Zheng · 10 years ago
  58. 0f929fb ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT. by Lv Zheng · 10 years ago
  59. 407e22a ACPICA: OSL: Add configurability for error message functions. by Lv Zheng · 10 years ago
  60. 3a2f3a3 ACPICA: OSL: Move external globals from utglobal.c to acpixf.h using ACPI_INIT_GLOBAL/ACPI_GLOBAL. by Lv Zheng · 10 years ago
  61. c28fa24 ACPICA: Update handling of PCI ID lists. by David E. Box · 10 years ago
  62. 92cb3a8 ACPICA: Add support for _LPD and _PRP methods. by Bob Moore · 10 years ago
  63. 51e3582 ACPICA: Update acpi_buffer_to_resource interface. by Bob Moore · 10 years ago
  64. 3035ff7 ACPICA: Update global variable definitions. No functional change. by Lv Zheng · 10 years ago
  65. fad6449 ACPICA: Utilities: Deploy ACPI_DEBUGGER_EXEC for ACPI_DEBUGGER enabled code in utglobal.c. by Lv Zheng · 10 years ago
  66. 7bb516f ACPICA: Utilities: Cleanup obsoleted global variables. by Lv Zheng · 10 years ago
  67. 23a75c5 Merge back earlier ACPICA material. by Rafael J. Wysocki · 10 years ago
  68. d48dc06 ACPICA: Tables: Fix invalid pointer accesses in acpi_tb_parse_root_table(). by Lv Zheng · 10 years ago
  69. fd0c940 Merge back earlier ACPICA material. by Rafael J. Wysocki · 10 years ago
  70. 6273f00 ACPICA: Fix buffer allocation issue for generic_serial_bus region accesses. by Lv Zheng · 10 years ago
  71. e2b9035 ACPICA: acpidump: Update new structures and add missing file. by Lv Zheng · 10 years ago
  72. 506f57d ACPICA: acpidump: Add support to generate acpidump release. by Lv Zheng · 10 years ago
  73. c418ce1 ACPICA: Table Manager: Split tbinstal.c into two files. by Bob Moore · 10 years ago
  74. ed6f1d4 ACPICA: Table Manager: Misc cleanup and renames, no functional change. by Bob Moore · 10 years ago
  75. caf4a15 ACPICA: Tables: Add acpi_install_table() API for early table installation. by Lv Zheng · 10 years ago
  76. a94e88c ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load. by Lv Zheng · 10 years ago
  77. 8a216d7 ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags. by Lv Zheng · 10 years ago
  78. 86dfc6f3 ACPICA: Tables: Fix table checksums verification before installation. by Lv Zheng · 10 years ago
  79. eb0c65b ACPICA: Tables: Fix unbalanced table validations. by Lv Zheng · 10 years ago
  80. 7f9fc99 ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics. by Lv Zheng · 10 years ago
  81. 55df23f ACPICA: Tables: Fix multiple ACPI_FREE()s around acpi_tb_add_table(). by Lv Zheng · 10 years ago
  82. dc156ad ACPICA: Tables: Fix the issues in handling virtual addressed tables. by Lv Zheng · 10 years ago
  83. 5582982 ACPICA: Remove indent divergences to reduce maintenance overhead. by Lv Zheng · 10 years ago
  84. 0745fb4 ACPICA: Add a missing field for debug dump of mutex objects. by Bob Moore · 10 years ago
  85. 69c841b ACPICA: Update use of acpi_os_wait_events_complete interface. by Lv Zheng · 10 years ago
  86. 06a63e3 ACPICA: Disassembler: Add decoding of Notify() values. by Bob Moore · 10 years ago
  87. b944b29 ACPICA: Disassembler: Add support to decode _HID and _CID values. by Bob Moore · 10 years ago
  88. 43d1a62 ACPICA: Unload operator: Emit a warning if and when it is ever used. by Bob Moore · 10 years ago
  89. 6085bb1 ACPICA: Update comments for ACPICA name - no functional change. by Bob Moore · 10 years ago
  90. 5d42b0f ACPICA: utstring: Check array index bound before use. by David Binderman · 10 years ago
  91. 1d44efa ACPICA: Add EXPORT_SYMBOL macros for install/remove SCI handler interfaces. by Bob Moore · 10 years ago
  92. 0847690 Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
  93. 08e1d7c ACPICA: Enable auto-serialization as a default kernel behavior. by Lv Zheng · 10 years ago
  94. d182557 ACPICA: Ignore sync_level for methods that have been auto-serialized. by Bob Moore · 10 years ago
  95. 21bd7e6 ACPICA: Add additional named objects for the auto-serialize method scan. by Lv Zheng · 10 years ago
  96. 22b5afc ACPICA: Add auto-serialization support for ill-behaved control methods. by Bob Moore · 10 years ago
  97. e2b8ddc ACPICA: Remove global option to serialize all control methods. by Lv Zheng · 10 years ago
  98. 6ac4a2a Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
  99. 6e59608 ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)." by Robert Moore · 10 years ago
  100. f953529 ACPICA: Prevent infinite loops when traversing corrupted lists. by Bob Moore · 10 years ago