1. c8100dc ACPICA: Additional 2016 copyright changes by Bob Moore · 9 years ago
  2. d815346 ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to acpi_ev_execute_reg_methods() by Lv Zheng · 9 years ago
  3. 8d0b5b7 ACPICA: iasl/Disassembler: Support ASL ElseIf operator by Bob Moore · 9 years ago
  4. 4debda5 ACPICA: Namespace: Add scope information to the simple object repair mechanism by Lv Zheng · 9 years ago
  5. 2ba7379 ACPICA: Disassembler/tools: Support for multiple ACPI tables in one file by Bob Moore · 9 years ago
  6. f988f24 ACPICA: Debugger: Add thread ID support so that single step mode can only apply to the debugger thread by Lv Zheng · 9 years ago
  7. a5922a1 ACPICA: Improve typechecking, both compile-time and runtime by Bob Moore · 9 years ago
  8. cd64bbf ACPICA: Debugger: Update mutexes used for multithreaded debugger by Bob Moore · 9 years ago
  9. 69058dd ACPICA: iASL: Add symbolic operator support for Index() operator by Bob Moore · 9 years ago
  10. e69ab9a ACPICA: Debugger: Add option to display namespace summary/counts by Bob Moore · 9 years ago
  11. 25823e7 ACPICA: Add additional debug info/statements by Bob Moore · 9 years ago
  12. 8ec3f45 ACPICA: Tables: Fix global table list issues by removing fixed table indexes by Lv Zheng · 9 years ago
  13. 02ca26b ACPICA: Debugger: Reduce structure size for debugger by Lv Zheng · 9 years ago
  14. 53d9edc ACPICA: iASL: Add new warnings for method local_x and arg_x variables by Bob Moore · 9 years ago
  15. a616dc2 ACPICA: Dispatcher: Add trace support for interpreter by Lv Zheng · 9 years ago
  16. 950a429 ACPICA: Parser: Cleanup aml_offset in union acpi_operand_object by Lv Zheng · 9 years ago
  17. c04e1fb ACPICA: Tables: Enable both 32-bit and 64-bit FACS by Lv Zheng · 9 years ago
  18. 0bb346c ACPICA: acpi_help: Add option to display all known/supported ACPI tables. 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. 56a3d5e ACPICA: Add infrastructure for External() opcode. by Bob Moore · 9 years ago
  21. 82a8094 ACPICA: Update Copyright headers to 2015 by David E. Box · 9 years ago
  22. c50f13c ACPICA: Save current masks of enabled GPEs after enable register writes by Rafael J. Wysocki · 10 years ago
  23. f8c73f8 ACPICA: Disassembler: Update for C-style expressions. by Bob Moore · 10 years ago
  24. 5f040fc ACPICA: Disassembler: Add support for C-style operators and expressions. by Bob Moore · 10 years ago
  25. f19f1a7 ACPICA: Events: Reduce indent divergences of events files. by Lv Zheng · 10 years ago
  26. 75ec6e5 ACPICA: Update to GPIO region handler interface. by Bob Moore · 10 years ago
  27. 73bbca0 ACPICA: acpihelp: Add UUID support, restructure some existing files. by Bob Moore · 10 years ago
  28. 90da690 ACPICA: Disassembler: Add support for the ToUUID opererator (macro). by Bob Moore · 10 years ago
  29. 7505da4 ACPICA: Events: Update GPE handling and initialization code. by Bob Moore · 10 years ago
  30. b944b29 ACPICA: Disassembler: Add support to decode _HID and _CID values. by Bob Moore · 10 years ago
  31. 6e59608 ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)." by Robert Moore · 10 years ago
  32. 4ac4c5f ACPICA: Headers: Deploy #pragma pack (push) and (pop). by Bob Moore · 10 years ago
  33. fbb7a2d ACPICA: Update ACPICA copyrights to 2014. by Bob Moore · 10 years ago
  34. 5af2b63 ACPICA: Disassembler: Improve pathname support for emitted External() statements. by Bob Moore · 11 years ago
  35. 7342447 ACPICA: Add safe versions of common string functions. by Bob Moore · 11 years ago
  36. 1b673f2 ACPICA: Ensure that debug output is immediately disabled on termination. by Tomasz Nowicki · 11 years ago
  37. a2fd4b4 ACPICA: Add support for host-installed SCI handlers. by Lv Zheng · 11 years ago
  38. b268cee ACPICA: Emit all unresolved method externals in a text block by Bob Moore · 11 years ago
  39. 2cf9f5b ACPICA: Add acpi_update_interfaces() public interface by Lv Zheng · 11 years ago
  40. 242b228 ACPICA: expose OSI version by Aaron Lu · 11 years ago
  41. 29a241c ACPICA: Add argument typechecking for all predefined ACPI names by Bob Moore · 11 years ago
  42. c34c82b ACPICA: Predefine names: Add allowed argument types to master info table by Bob Moore · 11 years ago
  43. 4041125 ACPICA: Disassembler: Add warnings for unresolved control methods by Bob Moore · 11 years ago
  44. d5a3610 ACPICA: Add mechanism for early object repairs on a per-name basis by Bob Moore · 11 years ago
  45. 25f044e ACPICA: Update ACPICA copyrights to 2013 by Bob Moore · 12 years ago
  46. 3e8214e ACPICA: Cleanup indentation to reduce differences between Linux and ACPICA. by Lv Zheng · 12 years ago
  47. 739dcbb ACPICA: Cleanup source to reduce differences between Linux and ACPICA. by Lv Zheng · 12 years ago
  48. 56324c1 ACPICA: Update codes under disabled build options. by Lv Zheng · 12 years ago
  49. 75c8044 ACPICA: Cleanup updated comments. by Lv Zheng · 12 years ago
  50. 73a3090 ACPICA: Remove extra spaces after periods within comments by Bob Moore · 12 years ago
  51. 1f86e8c ACPICA: Fix indent caused divergences. by Lv Zheng · 12 years ago
  52. 644ef74 ACPICA: Fix AcpiSrc caused divergences. by Lv Zheng · 12 years ago
  53. f540fad ACPICA: Fix unmerged debugger divergences. by Lv Zheng · 12 years ago
  54. be030a5 ACPICA: Add support for complex _PLD buffers. by Bob Moore · 12 years ago
  55. a57f7f9 ACPICA: Add Windows8/Server2012 string for _OSI method. by Bob Moore · 12 years ago
  56. ba494be ACPICA: AcpiSrc: Fix some translation issues for Linux conversion by Bob Moore · 12 years ago
  57. 5816b34 ACPICA: Add support for implicit notify on multiple devices by Bob Moore · 12 years ago
  58. 40cdb36 ACPICA: Disassembler: Emit descriptions for ACPI predefined names by Bob Moore · 12 years ago
  59. 86ed4bc ACPICA: Add support for multiple notify handlers by Bob Moore · 12 years ago
  60. 6a99b1c ACPICA: Object repair code: Support to add Package wrappers by Bob Moore · 12 years ago
  61. 7784813 ACPICA: Update all copyrights to 2012 by Bob Moore · 13 years ago
  62. f654c0f ACPICA: Add support for region address conflict checking by Lin Ming · 13 years ago
  63. 7fce7a4 ACPI 5.0: Add new predefined names by Bob Moore · 13 years ago
  64. e0fe0a8 ACPI 5.0: Support for all new resource descriptors by Lin Ming · 13 years ago
  65. 9ce8178 ACPI 5.0: Implement Connection() and AccessAs() changes by Bob Moore · 13 years ago
  66. 8f9c912 ACPICA: Do not repair _TSS return package if _PSS is present by Fenghua Yu · 13 years ago
  67. 05534c9 Merge branch 'acpica' into release by Len Brown · 13 years ago
  68. a257e07 ACPICA: Split large utglobal into utdecode.c. by Bob Moore · 13 years ago
  69. 981858b ACPI / ACPICA: Implicit notify for multiple devices by Rafael J. Wysocki · 13 years ago
  70. b4e104e ACPICA: Update all ACPICA copyrights and signons to 2011 by Bob Moore · 14 years ago
  71. bba63a2 ACPICA: Implicit notify support by Lin Ming · 14 years ago
  72. 8b6cd8a ACPICA: New GPE handler callback definition by Lin Ming · 14 years ago
  73. 3a37898 ACPICA: Rename some function and variable names by Lin Ming · 14 years ago
  74. 6e04c41 Merge branch 'gpe-defer' into release by Len Brown · 14 years ago
  75. 49b3c1e ACPICA: Clear PCIEXP_WAKE_STS when clearing ACPI events by Colin Ian King · 14 years ago
  76. 23ebbf0 ACPICA: Add Vista SP2 to supported _OSI strings by Bob Moore · 14 years ago
  77. 28eb3fc ACPICA: Make acpi_thread_id no longer configurable, always u64 by Lin Ming · 14 years ago
  78. b0ed7a9 ACPICA/ACPI: Add new host interfaces for _OSI support by Lin Ming · 14 years ago
  79. a210080 ACPI / ACPICA: Defer enabling of runtime GPEs (v3) by Rafael J. Wysocki · 14 years ago
  80. 28f4f8a ACPI / ACPICA: Fix reference counting problems with GPE handlers by Rafael J. Wysocki · 14 years ago
  81. a44061a ACPICA: Remove wakeup GPE reference counting which is not used by Rafael J. Wysocki · 14 years ago
  82. c45b5c0 ACPICA: Performance enhancement for namespace search and access by Alexey Starikovskiy · 14 years ago
  83. 186c307 ACPICA: Add GPE support for dynamically loaded ACPI tables by Bob Moore · 14 years ago
  84. b9ee204 ACPICA: Clarify/rename some root table descriptor fields by Bob Moore · 14 years ago
  85. 0f849d2 ACPICA: Minimize the differences between linux GPE code and ACPICA code base by Lin Ming · 14 years ago
  86. bc53515 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  87. 9630bdd ACPI: Use GPE reference counting to support shared GPEs by Rafael J. Wysocki · 14 years ago
  88. 758d493 ACPICA: Disassembler: Remove obsolete "Integer64" field in parse object by Bob Moore · 15 years ago
  89. 5df7e6c ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) type by Bob Moore · 15 years ago
  90. 091f4d7 ACPICA: Predefined name repair: fix NULL package elements by Bob Moore · 15 years ago
  91. a8357b0 ACPICA: Update all ACPICA copyrights and signons to 2010 by Bob Moore · 15 years ago
  92. eb75255 ACPICA: Update _OSI with new Windows OS strings by Bob Moore · 15 years ago
  93. 0444e8f ACPICA: Fix: Predefined object repair executed only once by Bob Moore · 15 years ago
  94. b1cd843 ACPICA: Disable preservation of SCI enable bit (SCI_EN) by Bob Moore · 15 years ago
  95. b2f7ddc ACPICA: New: AcpiInstallMethod - install a single control method by Lin Ming · 15 years ago
  96. 975b3c4 ACPI: resume: re-enable SCI-enable workaround by Lin Ming · 15 years ago
  97. c3dd25f ACPICA: Clear PM register write-only bits on reading by Lin Ming · 15 years ago
  98. 7f07190 ACPICA: New: I/O port protection by Bob Moore · 15 years ago
  99. 20869dc ACPICA: Preserve all PM control reserved and ignored bits by Bob Moore · 15 years ago
  100. 8a335a23 ACPICA: Fix AcpiWalkNamespace race condition with table unload by Bob Moore · 15 years ago