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