1. 58892c9 ACPICA: Add a lock to the internal object reference count mechanism by Bob Moore · 12 years ago
  2. 4041125 ACPICA: Disassembler: Add warnings for unresolved control methods by Bob Moore · 12 years ago
  3. 3cfcf50 ACPICA: Fix a couple warnings detected on FreeBSD build by Jung-uk Kim · 12 years ago
  4. d9652b4 ACPICA: iASL/Disassembler: Add option to ignore NOOP opcodes/operators by Bob Moore · 12 years ago
  5. 25f044e ACPICA: Update ACPICA copyrights to 2013 by Bob Moore · 12 years ago
  6. b43e106 ACPICA: Cleanup table handler naming conflicts. by Lv Zheng · 12 years ago
  7. 739dcbb ACPICA: Cleanup source to reduce differences between Linux and ACPICA. by Lv Zheng · 12 years ago
  8. 56324c1 ACPICA: Update codes under disabled build options. by Lv Zheng · 12 years ago
  9. 73a3090 ACPICA: Remove extra spaces after periods within comments by Bob Moore · 12 years ago
  10. 644ef74 ACPICA: Fix AcpiSrc caused divergences. by Lv Zheng · 12 years ago
  11. f540fad ACPICA: Fix unmerged debugger divergences. by Lv Zheng · 12 years ago
  12. bc7db14 ACPICA: Split exception code utilities to a new file, utexcep.c by Bob Moore · 12 years ago
  13. 40cdb36 ACPICA: Disassembler: Emit descriptions for ACPI predefined names by Bob Moore · 13 years ago
  14. 86ed4bc ACPICA: Add support for multiple notify handlers by Bob Moore · 13 years ago
  15. 33620c5 ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardware by Bob Moore · 13 years ago
  16. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  17. 7784813 ACPICA: Update all copyrights to 2012 by Bob Moore · 13 years ago
  18. f654c0f ACPICA: Add support for region address conflict checking by Lin Ming · 13 years ago
  19. 22e5b40 ACPI 5.0: Implement hardware-reduced option by Bob Moore · 13 years ago
  20. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  21. d57b23a ACPICA: Add option to disable method return value validation and repair by Bob Moore · 14 years ago
  22. 749c276 ACPICA: Fix code divergence of global lock handling by Lin Ming · 14 years ago
  23. 3854c8e ACPICA: Use acpi_os_create_lock interface by Lin Ming · 14 years ago
  24. ef09c4f ACPICA: Add mechanism to defer _REG methods for some installed handlers by Bob Moore · 14 years ago
  25. 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
  26. b4e104e ACPICA: Update all ACPICA copyrights and signons to 2011 by Bob Moore · 14 years ago
  27. 9a1fe2f ACPI / ACPICA: Initialize the global lock spinlock as appropriate by Rafael J. Wysocki · 14 years ago
  28. a0fcdb2 ACPICA: Global event handler by Lin Ming · 14 years ago
  29. 3a37898 ACPICA: Rename some function and variable names by Lin Ming · 14 years ago
  30. 6e04c41 Merge branch 'gpe-defer' into release by Len Brown · 14 years ago
  31. 31b3d4c ACPICA: Make acpi_gbl_system_awake_and_running publically available by Bob Moore · 14 years ago
  32. b0ed7a9 ACPICA/ACPI: Add new host interfaces for _OSI support by Lin Ming · 14 years ago
  33. a210080 ACPI / ACPICA: Defer enabling of runtime GPEs (v3) by Rafael J. Wysocki · 14 years ago
  34. c172cb7 Merge branch 'acpica-gpe' into release by Len Brown · 14 years ago
  35. c637e48 ACPI: introduce module parameter acpi.aml_debug_output by Zhang Rui · 14 years ago
  36. 9874647 ACPI / ACPICA: Do not execute _PRW methods during initialization by Rafael J. Wysocki · 15 years ago
  37. b681f7d ACPICA: Truncate I/O addresses to 16 bits for Windows compatibility by Matthew Garrett · 15 years ago
  38. b9ee204 ACPICA: Clarify/rename some root table descriptor fields by Bob Moore · 15 years ago
  39. 43323cb ACPICA: Update DSDT copy/detection. by Bob Moore · 15 years ago
  40. 69ec87e ACPICA: Add subsystem option to force copy of DSDT to local memory by Lin Ming · 15 years ago
  41. 729df0f ACPICA: Add detection of corrupted/replaced DSDT by Lin Ming · 15 years ago
  42. 4cdf1a5 ACPICA: Enhance configuration for output of AML Debug Object by Lin Ming · 15 years ago
  43. a8357b0 ACPICA: Update all ACPICA copyrights and signons to 2010 by Bob Moore · 15 years ago
  44. 7f0c826 ACPICA: Add support for module-level executable AML code by Lin Ming · 15 years ago
  45. 15b8dd5 ACPICA: Major update for acpi_get_object_info external interface by Bob Moore · 16 years ago
  46. f8d80cd ACPICA: Remove duplicate extern declarations for public globals by Bob Moore · 16 years ago
  47. 41bdd8e ACPICA: Remove unused global variables by Bob Moore · 16 years ago
  48. 7f07190 ACPICA: New: I/O port protection by Bob Moore · 16 years ago
  49. 8a335a23 ACPICA: Fix AcpiWalkNamespace race condition with table unload by Bob Moore · 16 years ago
  50. 531c633 ACPICA: Split out PM1 status registers from the FADT by Bob Moore · 16 years ago
  51. ac5f98d ACPICA: Allow OS override of all ACPI tables by Bob Moore · 16 years ago
  52. e2f7a77 ACPICA: hide private headers by Len Brown · 16 years ago[Renamed from include/acpi/acglobal.h]
  53. 4b67a0e ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by default by robert.moore@intel.com · 16 years ago
  54. 06f5541 ACPICA: FADT parsing changes and fixes by Bob Moore · 16 years ago
  55. e97d6bf ACPICA: New: acpi_get_gpe_device interface by Bob Moore · 16 years ago
  56. 889c78b ACPI: osl.c: replace return_ACPI_STATUS with return by Lin Ming · 16 years ago
  57. 009c4cbe ACPICA: Add global pointer for FACS table to simplify FACS access by Bob Moore · 16 years ago
  58. 67a119f ACPICA: Eliminate acpi_native_uint type v2 by Bob Moore · 17 years ago
  59. 75a44ce ACPICA: update Intel copyright by Len Brown · 17 years ago
  60. b7f9f04 ACPICA: Cosmetic changes only, no functional changes by Bob Moore · 17 years ago
  61. 3e08e2d ACPICA: New interfaces for table event handlers by Lin Ming · 17 years ago
  62. dbaaa95 ACPICA: Fixed a couple compiler warnings for extra extern statements by Bob Moore · 17 years ago
  63. ba886cd ACPICA: Update for mutiple global lock acquisitions by same thread by Bob Moore · 17 years ago
  64. 5229e87 ACPI: create /sys/firmware/acpi/interrupts by Len Brown · 17 years ago
  65. fd35094 ACPICA: Lindent by Len Brown · 18 years ago
  66. 6c9deb7 ACPICA: Update copyright to 2007. by Bob Moore · 18 years ago
  67. d41eb99 ACPICA: Added option to display memory statistics upon termination. by Bob Moore · 18 years ago
  68. cee324b ACPICA: use new ACPI headers. by Alexey Starikovskiy · 18 years ago
  69. 84fb2c9 ACPICA: Split acpi_format_exception into two parts by Bob Moore · 18 years ago
  70. 6987416 ACPICA: Store GPE number instead of bitmask by Alexey Starikovskiy · 18 years ago
  71. c5a7156 ACPICA: Disable all wake GPEs after first one recieved by Bob Moore · 18 years ago
  72. fdffb72 ACPICA: Add acpi_gpe_count global to track the number of GPE events by Bob Moore · 18 years ago
  73. ad71860a ACPICA: minimal patch to integrate new tables into Linux by Alexey Starikovskiy · 18 years ago
  74. f3d2e78 ACPICA: Implement simplified Table Manager by Bob Moore · 18 years ago
  75. c81da66 ACPICA: Delete recursive feature of ACPI Global Lock by Bob Moore · 18 years ago
  76. 967440e3 ACPI: ACPICA 20060623 by Bob Moore · 19 years ago
  77. 4c90ece ACPI: ACPICA 20060608 by Bob Moore · 19 years ago
  78. 958dd24 ACPI: ACPICA 20060512 by Bob Moore · 19 years ago
  79. b229cf9 ACPI: ACPICA 20060421 by Bob Moore · 19 years ago
  80. 793c238 ACPI: ACPICA 20060331 by Bob Moore · 19 years ago
  81. 61686124 [ACPI] ACPICA 20060317 by Bob Moore · 19 years ago
  82. 4a90c7e [ACPI] ACPICA 20060113 by Bob Moore · 19 years ago
  83. defba1d [ACPI] ACPICA 20051216 by Bob Moore · 19 years ago
  84. 28f55eb [ACPI] ACPICA 20051202 by Bob Moore · 19 years ago
  85. c51a4de [ACPI] ACPICA 20051117 by Bob Moore · 19 years ago
  86. 50eca3e [ACPI] ACPICA 20050930 by Bob Moore · 19 years ago
  87. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  88. f9f4601 ACPICA 20050708 from Bob Moore <robert.moore@intel.com> by Robert Moore · 20 years ago
  89. 73459f7 ACPICA 20050617-0624 from Bob Moore <robert.moore@intel.com> by Robert Moore · 20 years ago
  90. 44f6c01 ACPICA 20050408 from Bob Moore by Robert Moore · 20 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago