1. 481c138 ACPICA: Remove bool usage from ACPICA. by Lv Zheng · 11 years ago
  2. 71487f3f ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global. by Lv Zheng · 11 years ago
  3. ed60694 ACPICA: Linuxize: Cleanup spaces after special macro invocations. by Lv Zheng · 11 years ago
  4. 06d1860 ACPICA: Interpreter: Add additional debug info for an error case. by Bob Moore · 11 years ago
  5. 1a2c478 ACPICA: Add an error message if the Debugger fails initialization. by Bob Moore · 11 years ago
  6. 5d4de9a ACPICA: Conditionally define a local variable that is used for debug only. by Bob Moore · 11 years ago
  7. 20c40de ACPICA: Parser: Updates/fixes for debug output. by Bob Moore · 11 years ago
  8. 0f607cb ACPICA: Enhance ACPI warning for memory/IO address conflicts. by Bob Moore · 11 years ago
  9. 87beb7e ACPICA: Update several debug statements - no functional change. by Bob Moore · 11 years ago
  10. 4bec3d8 ACPICA: Improve exception handling for GPE block installation. by Bob Moore · 11 years ago
  11. 0249ed2 ACPICA: Add option to favor 32-bit FADT addresses. by Bob Moore · 11 years ago
  12. fab4610 ACPICA: Cleanup the option of forcing the use of the RSDT. by Lv Zheng · 11 years ago
  13. 671cc68 ACPICA: Back port and refine validation of the XSDT root table. by Lv Zheng · 11 years ago
  14. bb3fec1 ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change. by Lv Zheng · 11 years ago
  15. 5af2b63 ACPICA: Disassembler: Improve pathname support for emitted External() statements. by Bob Moore · 11 years ago
  16. 5076f00 ACPICA: Debug output: Fix a couple of small output issues. by Bob Moore · 11 years ago
  17. 2d304ba Merge branch 'acpica' by Rafael J. Wysocki · 11 years ago
  18. 3f69fe1 ACPICA: Add support to delete all objects attached to the root namespace node. by Bob Moore · 11 years ago
  19. 794ba09 ACPICA: Delete all attached data objects during namespace node deletion. by Tomasz Nowicki · 11 years ago
  20. 9a0a359 ACPICA: Resources: Fix loop termination for the get AML length function. by Lv Zheng · 11 years ago
  21. bf9b448 ACPICA: Debug output: Do not emit function nesting level for kernel build. by Bob Moore · 11 years ago
  22. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  23. 45c9f78 ACPICA: Add __init for ACPICA initializers/finalizers. by Lv Zheng · 11 years ago
  24. 40bce10 ACPICA: Cleanup asmlinkage for ACPICA APIs. by Lv Zheng · 11 years ago
  25. dba47d3 ACPICA: Fix cached object deletion code. by Lv Zheng · 11 years ago
  26. 2faa046 ACPICA: Remove dead AOPOBJ_INVALID check. by Lv Zheng · 11 years ago
  27. 6208a3d ACPICA: Cleanup useless memset invocations. by Lv Zheng · 11 years ago
  28. bd48d67 ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal. by Lv Zheng · 11 years ago
  29. 130797a ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size(). by Lv Zheng · 11 years ago
  30. 9187a41 ACPICA: Add new statistics interface. by Lv Zheng · 11 years ago
  31. 98f7eb8 ACPICA: Update namespace dump code. by Lv Zheng · 11 years ago
  32. 99567bc ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag. by Lv Zheng · 11 years ago
  33. bb42cc2 ACPICA: Update default space handlers. by Lv Zheng · 11 years ago
  34. cd27d79 ACPICA: Fix indentation issues for macro invocations. by Lv Zheng · 11 years ago
  35. d21f600 ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfaces. by Lv Zheng · 11 years ago
  36. 10622bf ACPICA: Linuxize: Change indentation of C labels. by Lv Zheng · 11 years ago
  37. bb1cab3 ACPICA: Clarify ACPI_FREE_BUFFER usage. by Bob Moore · 11 years ago
  38. 839e928 ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules. by Lv Zheng · 11 years ago
  39. e07fcfd ACPICA: Hardcode access width for the reset register. by Bob Moore · 11 years ago
  40. ab3b248 ACPICA: Fix possible memory leaks in the GPE handling. by Lv Zheng · 11 years ago
  41. b3c86c3 ACPICA: Cleanup memory allocation macros and configurability. by Lv Zheng · 11 years ago
  42. 7342447 ACPICA: Add safe versions of common string functions. by Bob Moore · 11 years ago
  43. 1d98e9e ACPICA: Add history/line-editing for Unix/Linux systems. by Bob Moore · 11 years ago
  44. 48961ce ACPICA: Add a check for a null node during namespace walk. by Bob Moore · 11 years ago
  45. d7da179 ACPICA: Table print header function: Increase default width for table length. by Bob Moore · 11 years ago
  46. 1b673f2 ACPICA: Ensure that debug output is immediately disabled on termination. by Tomasz Nowicki · 11 years ago
  47. 6d3be30 treewide: Fix typo in printk by Masanari Iida · 11 years ago
  48. c53ae3a ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument. by Bob Moore · 11 years ago
  49. cacba86 ACPICA: Tables: Cleanup RSDP signature codes. by Lv Zheng · 11 years ago
  50. 94d4be6 ACPICA: Tables: Cleanup table checksum verification code. by Lv Zheng · 11 years ago
  51. 424deb3 ACPICA: Debugger: Add new command to display full namespace pathnames. by Bob Moore · 11 years ago
  52. d2e7d07 ACPICA: Operation region support: Never free the handler "context" pointer. by David E. Box · 11 years ago
  53. a2fd4b4 ACPICA: Add support for host-installed SCI handlers. by Lv Zheng · 11 years ago
  54. d53d820 ACPICA: Validate start object for acpi_walk_namespace. by Bob Moore · 11 years ago
  55. 1f5210a ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behavior is not affected. by Bob Moore · 11 years ago
  56. 2856846 ACPICA: Debug output: small formatting update, no functional change. by Bob Moore · 11 years ago
  57. c3faedc ACPICA: acpi_read: On error, do not modify the return value target location. by Bjorn Helgaas · 11 years ago
  58. f28eb9f ACPICA: Improve error message for "too many parent prefixes" condition. by Bob Moore · 11 years ago
  59. 4be4be8 ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field. by Bob Moore · 11 years ago
  60. afdca01 Merge branch 'acpica' by Rafael J. Wysocki · 11 years ago
  61. 4ef1750 ACPICA: Update names for walk_namespace callbacks to clarify usage. by Bob Moore · 11 years ago
  62. a50abf4 ACPICA: Return error if DerefOf resolves to a null package element. by Bob Moore · 11 years ago
  63. 1d82980c9 ACPICA: Make ACPI Power Management Timer (PM Timer) optional. by Bob Moore · 11 years ago
  64. 2641f54 ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version. by Lv Zheng · 11 years ago
  65. bf0dd26 ACPICA: Fix possible fault for methods that optionally have no return value. by Bob Moore · 11 years ago
  66. 63660e0 ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField refs. by Bob Moore · 11 years ago
  67. b268cee ACPICA: Emit all unresolved method externals in a text block by Bob Moore · 11 years ago
  68. 38f7c5a ACPICA: Export acpi_tb_validate_rsdp(). by Bob Moore · 11 years ago
  69. d6b47b1 ACPI / sleep: Introduce acpi_os_prepare_extended_sleep() for extended sleep path by Ben Guthro · 11 years ago
  70. 2cf9f5b ACPICA: Add acpi_update_interfaces() public interface by Lv Zheng · 11 years ago
  71. bbe707e ACPICA: Fix compiler warnings for casting issues (only some compilers) by Jung-uk Kim · 11 years ago
  72. 2c48e3e ACPICA: Remove restriction of 256 maximum GPEs in any GPE block by Bob Moore · 11 years ago
  73. 0fb3adf ACPICA: Disassembler: Expand maximum output string length to 64K by Bob Moore · 11 years ago
  74. 57987ca ACPICA: TableManager: Export acpi_tb_scan_memory_for_rsdp() by Bob Moore · 11 years ago
  75. a7d5caf ACPICA: Update comments about behavior when _STA does not exist by Bob Moore · 11 years ago
  76. 242b228 ACPICA: expose OSI version by Aaron Lu · 11 years ago
  77. 341e7ba ACPICA: _CST repair: Handle null package entries by Lv Zheng · 11 years ago
  78. 5a9792f ACPICA: Add several repairs for _CST predefined name by Lv Zheng · 11 years ago
  79. aa6329c ACPICA: Move _PRT repair into the standard complex repair module by Lv Zheng · 11 years ago
  80. 64f3af5 ACPICA: Clear events initialized flag upon event component termination by Tomasz Nowicki · 11 years ago
  81. b739f10 ACPICA: Fix possible memory leak in GPE init error path by Tomasz Nowicki · 11 years ago
  82. 9dae7bb ACPICA: ACPICA Termination: Delete global lock pending lock by Tomasz Nowicki · 11 years ago
  83. de8e7db ACPICA: Update interface to acpi_ut_valid_acpi_name() by Bob Moore · 11 years ago
  84. 7cec704 ACPICA: Do not use extended sleep registers unless HW-reduced bit is set by Lv Zheng · 11 years ago
  85. 42f4786 ACPICA: Split table print utilities to a new a separate file by Bob Moore · 11 years ago
  86. b75dd29 ACPICA: Add option to disable loading of SSDTs from the RSDT/XSDT by Lv Zheng · 11 years ago
  87. 1d1ea1b ACPICA: Standardize all switch() blocks by Chao Guan · 11 years ago
  88. b6872ff ACPICA: Split internal error msg routines to a separate file by Bob Moore · 11 years ago
  89. 88ec286 ACPICA: Split buffer dump routines into separate file by Bob Moore · 11 years ago
  90. 8f4f5e7 ACPICA: Update for "orphan" embedded controller _REG method support by Zhang Rui · 11 years ago
  91. 43e5318 ACPICA: Predefined name support: Remove unused local variable by Bob Moore · 11 years ago
  92. 29a241c ACPICA: Add argument typechecking for all predefined ACPI names by Bob Moore · 11 years ago
  93. e1405ca ACPICA: Add BIOS error interface for predefined name validation support by Bob Moore · 11 years ago
  94. f6f57f6 ACPICA: Change an exception code for the ASL UnLoad() operator by Bob Moore · 11 years ago
  95. 04a29a1 ACPICA: ACPICA: Fix for _INI regression by Tomasz Nowicki · 11 years ago
  96. 3aa2eea ACPICA: _OSI support: Fix possible memory leak by Jung-uk Kim · 11 years ago
  97. 61388f9 ACPICA: Fix possible buffer overflow during a field unit read operation by Bob Moore · 11 years ago
  98. 58892c9 ACPICA: Add a lock to the internal object reference count mechanism by Bob Moore · 11 years ago
  99. 475df48 ACPICA: Fix a format string for 64-bit generation by Bob Moore · 11 years ago
  100. 60f3deb ACPICA: Remove FORCE_DELETE option for global reference count mechanism by Bob Moore · 11 years ago