1. 5f040fc ACPICA: Disassembler: Add support for C-style operators and expressions. by Bob Moore · 10 years ago
  2. 80a648c ACPICA: Utilities: Add formatted printing APIs by Lv Zheng · 10 years ago
  3. 83b80bac ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubs by Lv Zheng · 10 years ago
  4. 3035ff7 ACPICA: Update global variable definitions. No functional change. by Lv Zheng · 11 years ago
  5. 7bb516f ACPICA: Utilities: Cleanup obsoleted global variables. by Lv Zheng · 11 years ago
  6. e2b9035 ACPICA: acpidump: Update new structures and add missing file. by Lv Zheng · 11 years ago
  7. a94e88c ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load. by Lv Zheng · 11 years ago
  8. b944b29 ACPICA: Disassembler: Add support to decode _HID and _CID values. by Bob Moore · 11 years ago
  9. 6085bb1 ACPICA: Update comments for ACPICA name - no functional change. by Bob Moore · 11 years ago
  10. 08e1d7c ACPICA: Enable auto-serialization as a default kernel behavior. by Lv Zheng · 11 years ago
  11. 22b5afc ACPICA: Add auto-serialization support for ill-behaved control methods. by Bob Moore · 11 years ago
  12. e2b8ddc ACPICA: Remove global option to serialize all control methods. by Lv Zheng · 11 years ago
  13. 6e59608 ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)." by Robert Moore · 11 years ago
  14. 3aa0b08 ACPICA: Cleanup/improve global variable declarations. by Lv Zheng · 11 years ago
  15. 4ac4c5f ACPICA: Headers: Deploy #pragma pack (push) and (pop). by Bob Moore · 11 years ago
  16. fbb7a2d ACPICA: Update ACPICA copyrights to 2014. by Bob Moore · 11 years ago
  17. 481c138 ACPICA: Remove bool usage from ACPICA. by Lv Zheng · 11 years ago
  18. 71487f3f ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global. by Lv Zheng · 11 years ago
  19. 0249ed2 ACPICA: Add option to favor 32-bit FADT addresses. by Bob Moore · 11 years ago
  20. fab4610 ACPICA: Cleanup the option of forcing the use of the RSDT. by Lv Zheng · 11 years ago
  21. 9187a41 ACPICA: Add new statistics interface. by Lv Zheng · 11 years ago
  22. a2fd4b4 ACPICA: Add support for host-installed SCI handlers. by Lv Zheng · 11 years ago
  23. 1f5210a ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behavior is not affected. by Bob Moore · 11 years ago
  24. 2641f54 ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version. by Lv Zheng · 11 years ago
  25. b75dd29 ACPICA: Add option to disable loading of SSDTs from the RSDT/XSDT by Lv Zheng · 11 years ago
  26. 58892c9 ACPICA: Add a lock to the internal object reference count mechanism by Bob Moore · 12 years ago
  27. 4041125 ACPICA: Disassembler: Add warnings for unresolved control methods by Bob Moore · 12 years ago
  28. 3cfcf50 ACPICA: Fix a couple warnings detected on FreeBSD build by Jung-uk Kim · 12 years ago
  29. d9652b4 ACPICA: iASL/Disassembler: Add option to ignore NOOP opcodes/operators by Bob Moore · 12 years ago
  30. 25f044e ACPICA: Update ACPICA copyrights to 2013 by Bob Moore · 12 years ago
  31. b43e106 ACPICA: Cleanup table handler naming conflicts. by Lv Zheng · 12 years ago
  32. 739dcbb ACPICA: Cleanup source to reduce differences between Linux and ACPICA. by Lv Zheng · 12 years ago
  33. 56324c1 ACPICA: Update codes under disabled build options. by Lv Zheng · 12 years ago
  34. 73a3090 ACPICA: Remove extra spaces after periods within comments by Bob Moore · 12 years ago
  35. 644ef74 ACPICA: Fix AcpiSrc caused divergences. by Lv Zheng · 12 years ago
  36. f540fad ACPICA: Fix unmerged debugger divergences. by Lv Zheng · 12 years ago
  37. bc7db14 ACPICA: Split exception code utilities to a new file, utexcep.c by Bob Moore · 12 years ago
  38. 40cdb36 ACPICA: Disassembler: Emit descriptions for ACPI predefined names by Bob Moore · 12 years ago
  39. 86ed4bc ACPICA: Add support for multiple notify handlers by Bob Moore · 13 years ago
  40. 33620c5 ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardware by Bob Moore · 13 years ago
  41. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  42. 7784813 ACPICA: Update all copyrights to 2012 by Bob Moore · 13 years ago
  43. f654c0f ACPICA: Add support for region address conflict checking by Lin Ming · 13 years ago
  44. 22e5b40 ACPI 5.0: Implement hardware-reduced option by Bob Moore · 13 years ago
  45. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  46. d57b23a ACPICA: Add option to disable method return value validation and repair by Bob Moore · 13 years ago
  47. 749c276 ACPICA: Fix code divergence of global lock handling by Lin Ming · 14 years ago
  48. 3854c8e ACPICA: Use acpi_os_create_lock interface by Lin Ming · 14 years ago
  49. ef09c4f ACPICA: Add mechanism to defer _REG methods for some installed handlers by Bob Moore · 14 years ago
  50. e589501 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  51. b4e104e ACPICA: Update all ACPICA copyrights and signons to 2011 by Bob Moore · 14 years ago
  52. 9a1fe2f ACPI / ACPICA: Initialize the global lock spinlock as appropriate by Rafael J. Wysocki · 14 years ago
  53. a0fcdb2 ACPICA: Global event handler by Lin Ming · 14 years ago
  54. 3a37898 ACPICA: Rename some function and variable names by Lin Ming · 14 years ago
  55. 6e04c41 Merge branch 'gpe-defer' into release by Len Brown · 14 years ago
  56. 31b3d4c ACPICA: Make acpi_gbl_system_awake_and_running publically available by Bob Moore · 14 years ago
  57. b0ed7a9 ACPICA/ACPI: Add new host interfaces for _OSI support by Lin Ming · 14 years ago
  58. a210080 ACPI / ACPICA: Defer enabling of runtime GPEs (v3) by Rafael J. Wysocki · 14 years ago
  59. c172cb7 Merge branch 'acpica-gpe' into release by Len Brown · 14 years ago
  60. c637e48 ACPI: introduce module parameter acpi.aml_debug_output by Zhang Rui · 14 years ago
  61. 9874647 ACPI / ACPICA: Do not execute _PRW methods during initialization by Rafael J. Wysocki · 14 years ago
  62. b681f7d ACPICA: Truncate I/O addresses to 16 bits for Windows compatibility by Matthew Garrett · 14 years ago
  63. b9ee204 ACPICA: Clarify/rename some root table descriptor fields by Bob Moore · 15 years ago
  64. 43323cb ACPICA: Update DSDT copy/detection. by Bob Moore · 15 years ago
  65. 69ec87e ACPICA: Add subsystem option to force copy of DSDT to local memory by Lin Ming · 15 years ago
  66. 729df0f ACPICA: Add detection of corrupted/replaced DSDT by Lin Ming · 15 years ago
  67. 4cdf1a5 ACPICA: Enhance configuration for output of AML Debug Object by Lin Ming · 15 years ago
  68. a8357b0 ACPICA: Update all ACPICA copyrights and signons to 2010 by Bob Moore · 15 years ago
  69. 7f0c826 ACPICA: Add support for module-level executable AML code by Lin Ming · 15 years ago
  70. 15b8dd5 ACPICA: Major update for acpi_get_object_info external interface by Bob Moore · 15 years ago
  71. f8d80cd ACPICA: Remove duplicate extern declarations for public globals by Bob Moore · 15 years ago
  72. 41bdd8e ACPICA: Remove unused global variables by Bob Moore · 16 years ago
  73. 7f07190 ACPICA: New: I/O port protection by Bob Moore · 16 years ago
  74. 8a335a23 ACPICA: Fix AcpiWalkNamespace race condition with table unload by Bob Moore · 16 years ago
  75. 531c633 ACPICA: Split out PM1 status registers from the FADT by Bob Moore · 16 years ago
  76. ac5f98d ACPICA: Allow OS override of all ACPI tables by Bob Moore · 16 years ago
  77. e2f7a77 ACPICA: hide private headers by Len Brown · 16 years ago[Renamed from include/acpi/acglobal.h]
  78. 4b67a0e ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by default by robert.moore@intel.com · 16 years ago
  79. 06f5541 ACPICA: FADT parsing changes and fixes by Bob Moore · 16 years ago
  80. e97d6bf ACPICA: New: acpi_get_gpe_device interface by Bob Moore · 16 years ago
  81. 889c78b ACPI: osl.c: replace return_ACPI_STATUS with return by Lin Ming · 16 years ago
  82. 009c4cbe ACPICA: Add global pointer for FACS table to simplify FACS access by Bob Moore · 16 years ago
  83. 67a119f ACPICA: Eliminate acpi_native_uint type v2 by Bob Moore · 16 years ago
  84. 75a44ce ACPICA: update Intel copyright by Len Brown · 17 years ago
  85. b7f9f04 ACPICA: Cosmetic changes only, no functional changes by Bob Moore · 17 years ago
  86. 3e08e2d ACPICA: New interfaces for table event handlers by Lin Ming · 17 years ago
  87. dbaaa95 ACPICA: Fixed a couple compiler warnings for extra extern statements by Bob Moore · 17 years ago
  88. ba886cd ACPICA: Update for mutiple global lock acquisitions by same thread by Bob Moore · 17 years ago
  89. 5229e87 ACPI: create /sys/firmware/acpi/interrupts by Len Brown · 17 years ago
  90. fd35094 ACPICA: Lindent by Len Brown · 18 years ago
  91. 6c9deb7 ACPICA: Update copyright to 2007. by Bob Moore · 18 years ago
  92. d41eb99 ACPICA: Added option to display memory statistics upon termination. by Bob Moore · 18 years ago
  93. cee324b ACPICA: use new ACPI headers. by Alexey Starikovskiy · 18 years ago
  94. 84fb2c9 ACPICA: Split acpi_format_exception into two parts by Bob Moore · 18 years ago
  95. 6987416 ACPICA: Store GPE number instead of bitmask by Alexey Starikovskiy · 18 years ago
  96. c5a7156 ACPICA: Disable all wake GPEs after first one recieved by Bob Moore · 18 years ago
  97. fdffb72 ACPICA: Add acpi_gpe_count global to track the number of GPE events by Bob Moore · 18 years ago
  98. ad71860a ACPICA: minimal patch to integrate new tables into Linux by Alexey Starikovskiy · 18 years ago
  99. f3d2e78 ACPICA: Implement simplified Table Manager by Bob Moore · 18 years ago
  100. c81da66 ACPICA: Delete recursive feature of ACPI Global Lock by Bob Moore · 18 years ago