1. dc00203 ACPICA: Update for acpi_install_table memory types by Zhang Rui · 9 years ago
  2. 8ea9865 ACPICA: Namespace: Change namespace override to avoid node deletion by Bob Moore · 9 years ago
  3. fe53699 ACPICA: Namespace: Add support of OSDT table by Bob Moore · 9 years ago
  4. 8f6f036 ACPICA: Namespace: Add support to allow overriding objects by Lv Zheng · 9 years ago
  5. f65358e ACPICA: Utilities: Add _CLS processing by Suravee Suthikulpanit · 9 years ago
  6. c04be18 ACPICA: Tables: Fix an issue that FACS initialization is performed twice by Lv Zheng · 9 years ago
  7. f06147f ACPICA: Hardware: Enable firmware waking vector for both 32-bit and 64-bit FACS by Lv Zheng · 9 years ago
  8. c04e1fb ACPICA: Tables: Enable both 32-bit and 64-bit FACS by Lv Zheng · 9 years ago
  9. aca2a5d ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACS by Lv Zheng · 9 years ago
  10. 7011bf4 ACPICA: Linuxize: Replace __FUNCTION__ with __func__ by Lv Zheng · 9 years ago
  11. 52c1d80 ACPICA: Linuxize: Reduce divergences for 20150616 release by Lv Zheng · 9 years ago
  12. 04f8e38 ACPICA: ACPI 6.0: Add support for NFIT table. by Bob Moore · 9 years ago
  13. 0bb346c ACPICA: acpi_help: Add option to display all known/supported ACPI tables. by Bob Moore · 9 years ago
  14. 5b0bbfb ACPICA: iASL/disassembler - fix possible fault for -e option. by Bob Moore · 9 years ago
  15. 2900d56 ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list(). by Lv Zheng · 9 years ago
  16. c8dec74 ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_method(). by Lv Zheng · 9 years ago
  17. a737222 ACPICA: iASL: Enhance detection of non-ascii or corrupted input files. by Bob Moore · 9 years ago
  18. b0e01c7 ACPICA: Parser: Move a couple externals to the proper header. by Bob Moore · 9 years ago
  19. e34a781 ACPICA: ACPI 6.0: Add support for new predefined names. by Bob Moore · 9 years ago
  20. ff284f3 Revert "ACPICA: Permanently set _REV to the value '2'." by Rafael J. Wysocki · 9 years ago
  21. 0ee0d34 ACPICA: Store GPE register enable masks upfront by Rafael J. Wysocki · 9 years ago
  22. cef9aaa ACPICA: Fix a couple issues with the local printf module. by Lv Zheng · 9 years ago
  23. d5a6f6b ACPICA: Add "//" before ascii output of buffers. by Bob Moore · 9 years ago
  24. 5394517 ACPICA: Remove unused internal AML opcode. by Bob Moore · 9 years ago
  25. b1ef297 ACPICA: Permanently set _REV to the value '2'. by Bob Moore · 9 years ago
  26. 796888e ACPICA: Add "Windows 2015" string to _OSI support. by Bob Moore · 9 years ago
  27. 56a3d5e ACPICA: Add infrastructure for External() opcode. by Bob Moore · 9 years ago
  28. 2e7cc46 ACPICA: iASL: Enhancement for constant folding. by Bob Moore · 9 years ago
  29. 8b0b1a9 ACPICA: iASL/Disassembler: Add option to assume table contains valid AML. by Bob Moore · 9 years ago
  30. 0a38113 ACPICA: Update AML Debugger global variables. by Bob Moore · 9 years ago
  31. 39239fe ACPICA: Update Resource descriptor dump module. by Bob Moore · 9 years ago
  32. 938ed10 ACPICA: Casting changes around acpi_physical_address/acpi_size. by Bob Moore · 9 years ago
  33. 27c481f ACPICA: Resources: Correct conditional compilation definitions. by Lv Zheng · 9 years ago
  34. 6306bf8 ACPICA: Utilities: Correct conditional compilation definitions. by Lv Zheng · 9 years ago
  35. 76cffa7 ACPICA: Tables: Move an iasl specific table function to iasl source file. by Lv Zheng · 9 years ago
  36. 9bd4ce3 ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push(). by Rickard Strandqvist · 9 years ago
  37. 1797d37 ACPICA: Applications: Remove use of __DATE__ macro. by Rasmus Villemoes · 9 years ago
  38. 09af8e8 ACPICA: Events: Add support to return both enable/status register values for GPE and fixed event. by Lv Zheng · 9 years ago
  39. 77ddc2f ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table(). by Octavian Purdila · 9 years ago
  40. 1d0a0b2 ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers. by Lv Zheng · 9 years ago
  41. cc2080b ACPICA: Utilities: Cleanup to convert physical address printing formats. by Lv Zheng · 9 years ago
  42. 6d3fd3c ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR(). by Lv Zheng · 9 years ago
  43. ea28492 ACPICA: Executer: Cleanup to remove an unnecessary conversion. by Lv Zheng · 9 years ago
  44. f254e3c ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address. by Lv Zheng · 9 years ago
  45. 18ae902 ACPICA: Linuxize: Reduce divergences for 20150410 release. by Lv Zheng · 9 years ago
  46. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 9 years ago
  47. 2eedd3d ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based GPE handling model by Lv Zheng · 9 years ago
  48. eb3d80f ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergences by Lv Zheng · 9 years ago
  49. 0d0988a ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for the current GPE APIs by Lv Zheng · 9 years ago
  50. 82a8094 ACPICA: Update Copyright headers to 2015 by David E. Box · 9 years ago
  51. d6c0266 ACPICA: Hardware: Cast GPE enable_mask before storing by David E. Box · 9 years ago
  52. 7c43312 ACPICA: Events: Cleanup GPE dispatcher type obtaining code by Lv Zheng · 9 years ago
  53. 779ba5a ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out of acpi_ev_gpe_dispatch() by Lv Zheng · 9 years ago
  54. c539251 ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removing by Lv Zheng · 9 years ago
  55. b7be688 ACPICA: Events: Fix uninitialized variable by David E. Box · 9 years ago
  56. b18da58 ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restriction by Lv Zheng · 9 years ago
  57. 833bb93 ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe() by Lv Zheng · 9 years ago
  58. 1c4c81a ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after enable register writes" by Lv Zheng · 9 years ago
  59. a45de93 ACPICA: Resources: Provide common part for struct acpi_resource_address structures. by Lv Zheng · 10 years ago
  60. e044d8f ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel by Lv Zheng · 10 years ago
  61. 97d7465 ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id() by Octavian Purdila · 10 years ago
  62. 7dd8821 ACPICA: Events: Always modify GPE registers under the GPE lock by Lv Zheng · 10 years ago
  63. c50f13c ACPICA: Save current masks of enabled GPEs after enable register writes by Rafael J. Wysocki · 10 years ago
  64. 1181173 ACPICA: Disassembler: Emit correct string for 0 stop bits. by Bob Moore · 10 years ago
  65. f8c73f8 ACPICA: Disassembler: Update for C-style expressions. by Bob Moore · 10 years ago
  66. 5f040fc ACPICA: Disassembler: Add support for C-style operators and expressions. by Bob Moore · 10 years ago
  67. b487867 ACPICA: acpiexec: Add option to specify an object initialization file. by Bob Moore · 10 years ago
  68. 4dcd78d ACPICA: iASL: Add support for to_PLD macro. by Bob Moore · 10 years ago
  69. f2d348f ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles. by Bob Moore · 10 years ago
  70. 2f85723 ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE renaming. by Lv Zheng · 10 years ago
  71. a08f813 ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE support. by Lv Zheng · 10 years ago
  72. 1809919 ACPICA: Events: Update GPE handler removal, match behavior of handler install. by Lv Zheng · 10 years ago
  73. 437b751 ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler(). by Lv Zheng · 10 years ago
  74. f19f1a7 ACPICA: Events: Reduce indent divergences of events files. by Lv Zheng · 10 years ago
  75. f1b6975 ACPICA: acpidump: Add ACPI 1.0 RSDP support. by Lv Zheng · 10 years ago
  76. e0fa975 ACPICA: Introduce acpi_enable_all_wakeup_gpes() by Rafael J. Wysocki · 10 years ago
  77. 5a0b8de ACPICA: Clear all non-wakeup GPEs in acpi_hw_enable_wakeup_gpe_block() by Rafael J. Wysocki · 10 years ago
  78. 2670e02 Merge back earlier 'acpica' material for v3.18. by Rafael J. Wysocki · 10 years ago
  79. 75ec6e5 ACPICA: Update to GPIO region handler interface. by Bob Moore · 10 years ago
  80. 4cc0909 ACPICA: Disassembler: Fix for gpio_int interrupt polarity flags. by Bob Moore · 10 years ago
  81. b1272e1 ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package. by Mika Westerberg · 10 years ago
  82. 8b80c0f Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
  83. bdc9b75 ACPICA: ACPI 5.1: Support for the _CCA predifined name. by Bob Moore · 10 years ago
  84. b3cc1356 ACPICA: ACPI 5.1: New notify value for System Affinity Update. by Bob Moore · 10 years ago
  85. a9f65e0 ACPICA: ACPI 5.1: Support for the _DSD predefined name. by David E. Box · 10 years ago
  86. 1aae3b9 ACPICA: Debug object: Add current value of Timer() to debug line prefix. by Bob Moore · 10 years ago
  87. 73bbca0 ACPICA: acpihelp: Add UUID support, restructure some existing files. by Bob Moore · 10 years ago
  88. 3589b8b ACPICA: Utilities: Fix local printf issue. by Lv Zheng · 10 years ago
  89. b95dd17 ACPICA: Remove some extraneous printf arguments. by Sascha Wildner · 10 years ago
  90. d38bb00 ACPICA: Update for comments/formatting. No functional changes. by Bob Moore · 10 years ago
  91. 90da690 ACPICA: Disassembler: Add support for the ToUUID opererator (macro). by Bob Moore · 10 years ago
  92. 8884de6 ACPICA: Work around an ancient GCC bug. by Bob Moore · 10 years ago
  93. 7e1c1a8 Merge branch 'acpi-headers' by Rafael J. Wysocki · 10 years ago
  94. c12f07d ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake. by Rafael J. Wysocki · 10 years ago
  95. b9ca3d7 ACPICA: GPEs: Do not allow enable for GPEs that have no handler(s). by Rafael J. Wysocki · 10 years ago
  96. 417b4a7 ACPI: Add support to force header inclusion rules for <acpi/acpi.h>. by Lv Zheng · 10 years ago
  97. 7817e26 ACPICA: Fix a regression for deletion of Alias() objects. by Bob Moore · 10 years ago
  98. 7d3e83b ACPICA: Hardware: back port of a recursive locking fix by Lv Zheng · 10 years ago
  99. ff2389f ACPICA: utprint/oslibcfs: cleanup - no functional change by Bob Moore · 10 years ago
  100. c046912 ACPICA: Executer: Fix trivial issues in acpi_get_serial_access_bytes() by Lv Zheng · 10 years ago