1. d5a4b1a tools/power/acpi: Remove direct kernel source include reference by Lv Zheng · 8 years ago
  2. 5ebd2ea ACPICA: Cleanup for all string-to-integer conversions by Bob Moore · 8 years ago
  3. dd99cbc ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fxxx()/errno/perror() instead by Lv Zheng · 8 years ago
  4. f173a77 ACPICA: Clib: Add -nostdinc support for EFI layer by Lv Zheng · 8 years ago
  5. e323c02 ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issue by Lv Zheng · 8 years ago
  6. 4e2fc6a ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handles by Lv Zheng · 8 years ago
  7. b597664 ACPICA: Clib: Fix build issues when ACPI_USE_STANDARD_HEADERS is not defined by converting size_t to acpi_size by Lv Zheng · 8 years ago
  8. eba4ed2 ACPICA: acpidump: Fix a duplicate variable definition by Lv Zheng · 8 years ago
  9. 722280e ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to link by Lv Zheng · 8 years ago
  10. d8303ac ACPICA: iASL/Disassembler: Add a check for missing filename by Bob Moore · 8 years ago
  11. a3bcf2d tools/acpi: use CROSS_COMPILE to define prefix by Andy Shevchenko · 8 years ago
  12. fc72395 Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools' by Rafael J. Wysocki · 8 years ago
  13. 6a0df32 ACPICA: Move all ASCII utilities to a common file by Bob Moore · 8 years ago
  14. f5c1e1c ACPICA: Divergence: remove unwanted spaces for typedef by Lv Zheng · 8 years ago
  15. 60438d9 tools/power/acpi: close file only if it is open by Lv Zheng · 8 years ago
  16. 3a05be7 ACPICA: Utilities: Update for strtoul64 merger by Bob Moore · 8 years ago
  17. 53c78d7 ACPICA: Add support for QNX 6.6 platform by Will Miles · 8 years ago
  18. c8100dc ACPICA: Additional 2016 copyright changes by Bob Moore · 9 years ago
  19. 5920380 ACPICA: getopt: Comment update, no functional change by Bob Moore · 9 years ago
  20. 1fad873 ACPICA: Core: Major update for code formatting, no functional changes by Bob Moore · 9 years ago
  21. 37645d6 tools/power/acpi: Add userspace AML interface support by Lv Zheng · 9 years ago
  22. 842e7133 ACPICA: iASL: General cleanup of the file suffix #defines by Bob Moore · 9 years ago
  23. 4305cd0 tools/power/acpi: Enable build for EC userspace tool by Lv Zheng · 9 years ago
  24. 391fc23 tools/power/acpi: Add descend support in ACPI tools Makefile by Lv Zheng · 9 years ago
  25. 4fa4616 ACPICA: De-macroize calls to standard C library functions by Bob Moore · 9 years ago
  26. 63c4381 ACPI / acpidump: Update acpidump manual by Lv Zheng · 9 years ago
  27. 4fb80c3 ACPICA: acpidump: Convert the default behavior to dump from /sys/firmware/acpi/tables by Lv Zheng · 9 years ago
  28. 428394d ACPICA: acpidump: Allow customized tables to be dumped without accessing /dev/mem by Lv Zheng · 9 years ago
  29. cbc8234 ACPICA: Add dragon_fly support to unix file mapping file by Sascha Wildner · 9 years ago
  30. 81ed793 ACPICA: Fix a sscanf format string. by Bob Moore · 9 years ago
  31. e0423ed ACPICA: Unix: Cleanup to use ACPI_TO_INTEGER() to calc page offset. by Lv Zheng · 9 years ago
  32. 82a8094 ACPICA: Update Copyright headers to 2015 by David E. Box · 10 years ago
  33. 63c9043 ACPICA: acpiexec: Do not put STDIN into raw mode unless it is a terminal. by Bob Moore · 10 years ago
  34. f1b6975 ACPICA: acpidump: Add ACPI 1.0 RSDP support. by Lv Zheng · 10 years ago
  35. ff2389f ACPICA: utprint/oslibcfs: cleanup - no functional change by Bob Moore · 10 years ago
  36. 4d2c822 ACPICA: OSL: Update acpidump to reduce source code differences by Lv Zheng · 10 years ago
  37. 846d6ef ACPICA: acpidump: Reduce freopen() invocations to improve portability by Lv Zheng · 10 years ago
  38. dcaff16 ACPICA: acpidump: Replace file IOs with new APIs to improve portability by Lv Zheng · 10 years ago
  39. 135610f ACPICA: acpidump: Remove exit() from generic layer to improve portability by Lv Zheng · 10 years ago
  40. fbee6b2 ACPICA: acpidump: Add memory/string OSL usage to improve portability by Lv Zheng · 10 years ago
  41. a92e957 ACPICA: Common: Enhance acpi_getopt() to improve portability by Lv Zheng · 10 years ago
  42. 3c9349c ACPICA: Common: Enhance cm_get_file_size() to improve portability by Lv Zheng · 10 years ago
  43. d9cf147 ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf() to improve portability by Lv Zheng · 10 years ago
  44. 80a648c ACPICA: Utilities: Add formatted printing APIs by Lv Zheng · 10 years ago
  45. 7824f44 ACPICA: OSL: Add portable file IO to improve portability by Lv Zheng · 10 years ago
  46. 83b80bac ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubs by Lv Zheng · 10 years ago
  47. 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
  48. 890fbfa0 ACPICA: acpidump: Add support for ACPI 1.0 GUID in Linux by Lv Zheng · 10 years ago
  49. 2e30baa Merge branches 'acpi-tools' and 'pm-tools' by Rafael J. Wysocki · 10 years ago
  50. 2947c1d ACPICA: acpidump: Fix repetitive table dump in -n mode. by Lv Zheng · 10 years ago
  51. 0f929fb ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT. by Lv Zheng · 10 years ago
  52. c793226 ACPICA: acpidump: Add support to force using RSDT. by Lv Zheng · 10 years ago
  53. d63f379 ACPICA: acpidump: Fix truncated RSDP signature validation. by Lv Zheng · 10 years ago
  54. d87a2b7 ACPICA: acpidump: Fix code issue in invoking fread in the loop. by Lv Zheng · 10 years ago
  55. 23a75c5 Merge back earlier ACPICA material. by Rafael J. Wysocki · 10 years ago
  56. d7cddbb ACPI / tools: Introduce ec_access.c - tool to access the EC by Thomas Renninger · 10 years ago
  57. 75e4f20 tools/power/acpi: Minor bugfixes by Thomas Renninger · 10 years ago
  58. 6c87021 ACPICA: acpidump: Update man page. by Lv Zheng · 10 years ago
  59. bf5afef ACPICA: acpidump: Remove old acpidump source. by Lv Zheng · 10 years ago
  60. edbe47c ACPICA: acpidump: Update Makefile to build acpidump from ACPICA. by Lv Zheng · 10 years ago
  61. e2b9035 ACPICA: acpidump: Update new structures and add missing file. by Lv Zheng · 10 years ago
  62. 506f57d ACPICA: acpidump: Add support to generate acpidump release. by Lv Zheng · 10 years ago
  63. f677b30 ACPICA: acpidump: Cleanup tools/power/acpi makefiles. by Lv Zheng · 11 years ago
  64. e183fcb ACPI tools / acpidump: must be run as root - install it into /usr/sbin by Thomas Renninger · 12 years ago
  65. 4084a9b tools/power/acpi/acpidump: remove duplicated include from acpidump.c by Wei Yongjun · 12 years ago
  66. 0e7cc27 tools/power/acpi/acpidump: create acpidump(8), local make install targets by Len Brown · 12 years ago
  67. d4bb1c9 tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfs by Len Brown · 12 years ago
  68. 39a55ff tools/power/acpi/acpidump: version 20071116 by Len Brown · 12 years ago
  69. 981efe9 tools/power/acpi/acpidump: version 20070714 by Len Brown · 12 years ago
  70. 4f10042 tools/power/acpi/acpidump: version 20060606 by Len Brown · 12 years ago
  71. 0efea7b tools/power/acpi/acpidump: version 20051111 by Len Brown · 12 years ago