1. f9d472e ACPICA: Tables: Combine checksum/duplication verification together by Lv Zheng · 7 years ago
  2. 023e2ee ACPICA: Tables: Change table duplication check to be related to acpi_gbl_verify_table_checksum by Lv Zheng · 7 years ago
  3. 04ba15a ACPICA: Tables: Do not validate signature for dynamic table load by Lv Zheng · 7 years ago
  4. 9b019b0 ACPICA: Tables: Cleanup table handler invokers by Lv Zheng · 7 years ago
  5. 7735ca0 ACPICA: Source tree: Update copyright notices to 2017 by Bob Moore · 8 years ago
  6. 7a37052 ACPICA: Tables: Fix hidden logic related to acpi_tb_install_standard_table() by Lv Zheng · 8 years ago
  7. bdbe5df ACPICA: Tables: Add new table events indicating table installation/uninstallation by Lv Zheng · 8 years ago
  8. 752db10 ACPICA: Tables: Remove acpi_tb_install_fixed_table() by Lv Zheng · 8 years ago
  9. 6a0df32 ACPICA: Move all ASCII utilities to a common file by Bob Moore · 9 years ago
  10. 05fb04b ACPICA: Remove unnecessary arguments to ACPI_INFO by Bob Moore · 9 years ago
  11. c8100dc ACPICA: Additional 2016 copyright changes by Bob Moore · 9 years ago
  12. 1fad873 ACPICA: Core: Major update for code formatting, no functional changes by Bob Moore · 9 years ago
  13. 8ec3f45 ACPICA: Tables: Fix global table list issues by removing fixed table indexes by Lv Zheng · 9 years ago
  14. 4fa4616 ACPICA: De-macroize calls to standard C library functions by Bob Moore · 9 years ago
  15. 76cffa7 ACPICA: Tables: Move an iasl specific table function to iasl source file. by Lv Zheng · 10 years ago
  16. 77ddc2f ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table(). by Octavian Purdila · 10 years ago
  17. 1d0a0b2 ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers. by Lv Zheng · 10 years ago
  18. cc2080b ACPICA: Utilities: Cleanup to convert physical address printing formats. by Lv Zheng · 10 years ago
  19. 6d3fd3c ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR(). by Lv Zheng · 10 years ago
  20. 82a8094 ACPICA: Update Copyright headers to 2015 by David E. Box · 10 years ago
  21. 47d68c7 ACPICA: Tables: Add mechanism to control early table checksum verification. by Lv Zheng · 11 years ago
  22. c418ce1 ACPICA: Table Manager: Split tbinstal.c into two files. by Bob Moore · 11 years ago
  23. ed6f1d4 ACPICA: Table Manager: Misc cleanup and renames, no functional change. by Bob Moore · 11 years ago
  24. caf4a15 ACPICA: Tables: Add acpi_install_table() API for early table installation. by Lv Zheng · 11 years ago
  25. a94e88c ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load. by Lv Zheng · 11 years ago
  26. 8a216d7 ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags. by Lv Zheng · 11 years ago
  27. 86dfc6f3 ACPICA: Tables: Fix table checksums verification before installation. by Lv Zheng · 11 years ago
  28. eb0c65b ACPICA: Tables: Fix unbalanced table validations. by Lv Zheng · 11 years ago
  29. 7f9fc99 ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics. by Lv Zheng · 11 years ago
  30. 55df23f ACPICA: Tables: Fix multiple ACPI_FREE()s around acpi_tb_add_table(). by Lv Zheng · 11 years ago
  31. dc156ad ACPICA: Tables: Fix the issues in handling virtual addressed tables. by Lv Zheng · 11 years ago
  32. 5582982 ACPICA: Remove indent divergences to reduce maintenance overhead. by Lv Zheng · 11 years ago
  33. fbb7a2d ACPICA: Update ACPICA copyrights to 2014. by Bob Moore · 11 years ago
  34. 2e19f8d ACPICA: Deploy new 32/64 printf support for table override mechanism. by Bob Moore · 11 years ago
  35. 10622bf ACPICA: Linuxize: Change indentation of C labels. by Lv Zheng · 11 years ago
  36. 94d4be6 ACPICA: Tables: Cleanup table checksum verification code. by Lv Zheng · 11 years ago
  37. de8e7db ACPICA: Update interface to acpi_ut_valid_acpi_name() by Bob Moore · 11 years ago
  38. 1d1ea1b ACPICA: Standardize all switch() blocks by Chao Guan · 11 years ago
  39. 25f044e ACPICA: Update ACPICA copyrights to 2013 by Bob Moore · 12 years ago
  40. 68aafc3 ACPICA: Audit/update for ACPICA return macros and debug depth counter by Bob Moore · 12 years ago
  41. 2bc198c ACPICA: Table Manager: Merge duplicate code (root table) by Lv Zheng · 12 years ago
  42. ba494be ACPICA: AcpiSrc: Fix some translation issues for Linux conversion by Bob Moore · 12 years ago
  43. 3b3ea77 ACPICA: Table manager: deploy new firmware error/warning interfaces by Bob Moore · 12 years ago
  44. f7b004a ACPICA: Add acpi_os_physical_table_override interface by Bob Moore · 13 years ago
  45. 7784813 ACPICA: Update all copyrights to 2012 by Bob Moore · 13 years ago
  46. c8cefe3 ACPICA: Load operator: re-instate most restrictions on incoming table signature by Bob Moore · 13 years ago
  47. b4e104e ACPICA: Update all ACPICA copyrights and signons to 2011 by Bob Moore · 14 years ago
  48. b9ee204 ACPICA: Clarify/rename some root table descriptor fields by Bob Moore · 15 years ago
  49. a8357b0 ACPICA: Update all ACPICA copyrights and signons to 2010 by Bob Moore · 15 years ago
  50. e4c1ebf ACPICA: Miscellaneous lint changes by Bob Moore · 16 years ago
  51. 8a335a23 ACPICA: Fix AcpiWalkNamespace race condition with table unload by Bob Moore · 16 years ago
  52. ec41f19 ACPICA: Formatting update - no functional changes by Bob Moore · 16 years ago
  53. d3ccaff ACPICA: Add override for dynamic tables by Bob Moore · 16 years ago
  54. e2f7a77 ACPICA: hide private headers by Len Brown · 16 years ago
  55. 95b482a ACPICA: create acpica/ directory by Len Brown · 16 years ago[Renamed from drivers/acpi/tables/tbinstal.c]
  56. 50df4d8 ACPICA: Restructure includes into public/private by Bob Moore · 16 years ago
  57. a6f3053 ACPICA: Fix table compare code, length then data by Bob Moore · 16 years ago
  58. e56f561 ACPICA: Allow same ACPI table to be loaded/unloaded more than once by Bob Moore · 16 years ago
  59. 67a119f ACPICA: Eliminate acpi_native_uint type v2 by Bob Moore · 16 years ago
  60. bc45b1d ACPICA: Ignore ACPI table signature for Load() operator by Bob Moore · 16 years ago
  61. 75a44ce ACPICA: update Intel copyright by Len Brown · 17 years ago
  62. 200cce6 ACPICA: Fix for Load operator by Lin Ming · 17 years ago
  63. 5eb6918 ACPICA: Fix for fault if Load() fails by Bob Moore · 17 years ago
  64. 0efabac ACPICA: allow Load(OEMx) tables by Len Brown · 18 years ago
  65. 6c9deb7 ACPICA: Update copyright to 2007. by Bob Moore · 18 years ago
  66. 428f211 ACPICA: Miscellaneous table manager updates and optimizations by Alexey Starikovskiy · 18 years ago
  67. c5fc42a ACPICA: misc fixes for new Table Manager: by Bob Moore · 18 years ago
  68. f3d2e78 ACPICA: Implement simplified Table Manager by Bob Moore · 18 years ago
  69. f6dd922 ACPI: ACPICA 20060707 by Bob Moore · 18 years ago
  70. b229cf9 ACPI: ACPICA 20060421 by Bob Moore · 19 years ago
  71. 8313524 ACPI: ACPICA 20060310 by Bob Moore · 18 years ago
  72. 52fc0b0 [ACPI] ACPICA 20060210 by Bob Moore · 18 years ago
  73. b8e4d89 [ACPI] ACPICA 20060127 by Bob Moore · 19 years ago
  74. 4a90c7e [ACPI] ACPICA 20060113 by Bob Moore · 19 years ago
  75. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  76. 0c9938c [ACPI] ACPICA 20050729 from Bob Moore by Robert Moore · 19 years ago
  77. f9f4601 ACPICA 20050708 from Bob Moore <robert.moore@intel.com> by Robert Moore · 19 years ago
  78. 44f6c01 ACPICA 20050408 from Bob Moore by Robert Moore · 20 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago