1. 3b0ba54d mm: add comments for allocation helpers explaining why they are macros by Suren Baghdasaryan · 8 months ago
  2. 2c321f3 mm: change inlined allocation helpers to account at the call site by Suren Baghdasaryan · 11 months ago
  3. 9558c2a ACPICA: fix for conflict macro definition on zephyr interface by Najumon B.A · 1 year, 10 months ago
  4. 7c94858 ACPICA: Fix GCC 12 dangling-pointer warning by Philip Prindeville · 1 year, 11 months ago
  5. beadd51 ACPICA: add os specific support for Zephyr RTOS by Najumon · 1 year, 11 months ago
  6. 11132ad ACPICA: Introduce ACPI_FLEX_ARRAY by Kees Cook · 1 year, 11 months ago
  7. 4cf8a60 ACPICA: Avoid undefined behavior: member access within null pointer by Tamir Duberstein · 1 year, 11 months ago
  8. 612c2932 ACPICA: Update all copyrights/signons to 2023 by Bob Moore · 1 year, 11 months ago
  9. a47a0c2 ACPICA: Add support for 64 bit loong_arch compilation by Huacai Chen · 1 year, 11 months ago
  10. 95207db Remove Intel compiler support by Masahiro Yamada · 2 years, 5 months ago
  11. 487ea80 ACPICA: Update copyright notices to the year 2022 by Bob Moore · 2 years, 11 months ago
  12. ae57857 ACPICA: Use uintptr_t and offsetof() in Linux kernel builds by Rafael J. Wysocki · 3 years, 2 months ago
  13. 63b0a7b ACPI: Drop ACPI_USE_BUILTIN_STDARG ifdef from acgcc.h by Rafael J. Wysocki · 3 years, 4 months ago
  14. 136f282 ACPI: tools: fix compilation error by Miguel Bernal Marin · 3 years, 5 months ago
  15. c0891ac isystem: ship and use stdarg.h by Alexey Dobriyan · 3 years, 7 months ago
  16. e527db8 ACPICA: Tree-wide: fix various typos and spelling mistakes by Colin Ian King · 4 years ago
  17. 4441e55 ACPICA: Updated all copyrights to 2021 by Bob Moore · 4 years, 2 months ago
  18. c1a7c2c ACPICA: fix -Wfallthrough by Nick Desaulniers · 4 years, 1 month ago
  19. 9a15da1b Merge back earlier ACPICA-related changes for 5.10. by Rafael J. Wysocki · 4 years, 5 months ago
  20. 3d21044 ACPICA: Add support for 64 bit risc-v compilation by Colin Ian King · 4 years, 5 months ago
  21. 85f9402 ACPI: OSL: Make ACPICA use logical addresses of GPE blocks by Rafael J. Wysocki · 4 years, 6 months ago
  22. 800ba7c ACPICA: All acpica: Update copyrights to 2020 Including tool signons. by Bob Moore · 5 years ago
  23. 69e86e5 ACPICA: acpisrc: add unix line ending support for non-windows build by Erik Kaneda · 5 years ago
  24. 11207b4 ACPICA: Linux: move ACPI_DEBUG_DEFAULT flag out of ifndef by Erik Schmauss · 6 years ago
  25. aa9aaa4 ACPI: use different default debug value than ACPICA by Erik Schmauss · 6 years ago
  26. 840c02c ACPICA: All acpica: Update copyrights to 2019 by Bob Moore · 6 years ago
  27. bd23fac ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unset by Sinan Kaya · 6 years ago
  28. c305259 ACPICA: provide abstraction for raw_spinlock_t by Sebastian Andrzej Siewior · 7 years ago
  29. 9585763 ACPICA: adding SPDX headers by Erik Schmauss · 7 years ago
  30. 87cd826 ACPICA: Events: Dispatch GPEs after enabling for the first time by Erik Schmauss · 7 years ago
  31. 959c38a ACPICA: Add option to disable Package object name resolution errors by Bob Moore · 7 years ago
  32. da6f832 ACPICA: All acpica: Update copyrights to 2018 by Bob Moore · 7 years ago
  33. 0eedae8 ACPICA: Linux: add support for X32 ABI compilation by Anuj Mittal · 7 years ago
  34. 65082bf ACPICA: CLib: Add short multiply/shift support by Lv Zheng · 8 years ago
  35. 99e597a Back port of "ACPICA: Use designated initializers" by Kees Cook · 8 years ago
  36. 3d867f6 ACPICA: Use designated initializers by Kees Cook · 8 years ago
  37. 84676b8 ACPICA: OSL: Add support to exclude stdarg.h by Lv Zheng · 8 years ago
  38. 7735ca0 ACPICA: Source tree: Update copyright notices to 2017 by Bob Moore · 8 years ago
  39. ffab918 ACPICA: Linuxize: Restore and fix Intel compiler build by Lv Zheng · 8 years ago
  40. 5533308 ACPICA: EFI: Add efihello demo application by Lv Zheng · 8 years ago
  41. 0822d4f ACPICA: MSVC: Fix MSVC6 build issues by Lv Zheng · 8 years ago
  42. 2374156 ACPICA: Linux-specific header: Add support for s390x compilation by Colin Ian King · 8 years ago
  43. 703ecd2 ACPICA: Debugger: Rename debugger OSL names by Lv Zheng · 8 years ago
  44. c8e008e Merge branches 'acpica' and 'acpi-scan' by Rafael J. Wysocki · 8 years ago
  45. 174cc71 ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel by Lv Zheng · 8 years ago
  46. d5a4b1a tools/power/acpi: Remove direct kernel source include reference by Lv Zheng · 8 years ago
  47. 34f3a91b ACPICA: OSL: Fix a regression that old GCC requires a workaround for strchr() by Lv Zheng · 9 years ago
  48. 9fa1ceb ACPICA: OSL: Cleanup the inclusion order of the compiler-specific headers by Lv Zheng · 9 years ago
  49. d2d48ea ACPICA: EFI: Port acpidump to EDK2 environment by Lv Zheng · 9 years ago
  50. e323c02 ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issue by Lv Zheng · 9 years ago
  51. 4e2fc6a ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handles by Lv Zheng · 9 years ago
  52. da24f31 ACPICA: Clib: Fix wrong mini C library usage by Lv Zheng · 9 years ago
  53. 5fb3ab8 ACPICA: Clib: Cleanup va_arg related code by Lv Zheng · 9 years ago
  54. 556eae8 ACPICA: Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all applications by Lv Zheng · 9 years ago
  55. 2368b1a ACPICA: Divergence: Port declarators back to ACPICA by Lv Zheng · 9 years ago
  56. b5c0875 ACPICA: Utilities: Introduce facility to allow Linux to set correct logging levels by Lv Zheng · 9 years ago
  57. b4219a8 ACPICA: Linux: Enable ACPI_MUTEX_DEBUG for Linux kernel by Lv Zheng · 9 years ago
  58. 53c78d7 ACPICA: Add support for QNX 6.6 platform by Will Miles · 9 years ago
  59. 95df7b5 ACPICA: Headers: Update generation of the ACPICA library by Bob Moore · 9 years ago
  60. f1974b48 ACPICA: Linuxize: Remove useless platform headers by Lv Zheng · 9 years ago
  61. c8100dc ACPICA: Additional 2016 copyright changes by Bob Moore · 9 years ago
  62. 5431b65 ACPICA: Linuxize: reduce divergences for 20151218 release by Lv Zheng · 9 years ago
  63. 8cfb0cd ACPI / debugger: Add IO interface to access debugger functionalities by Lv Zheng · 9 years ago
  64. f8d3148 ACPICA: Debugger: Convert some mechanisms to OSPM specific by Lv Zheng · 9 years ago
  65. 4d946f7 ACPI: Enable build of AML interpreter debugger by Lv Zheng · 9 years ago
  66. cd64bbf ACPICA: Debugger: Update mutexes used for multithreaded debugger by Bob Moore · 9 years ago
  67. 9355611 ACPICA: Remove unnecessary conditional compilation by Bob Moore · 9 years ago
  68. cff9406 ACPICA: Header support to improve compatibility with MSVC by Bob Moore · 10 years ago
  69. 10ac218e ACPICA: Headers: Fix some comments, no functional change by Bob Moore · 10 years ago
  70. 5a4f069 ACPICA: MSVC: Fix inclusion order issue of <crtdbg.h> by Lv Zheng · 10 years ago
  71. 4fa4616 ACPICA: De-macroize calls to standard C library functions by Bob Moore · 10 years ago
  72. 07cf6ce ACPICA: EFI: Add EFI interface definitions to eliminate dependency of GNU EFI by Lv Zheng · 10 years ago
  73. 7b09d8f ACPICA: MSVC6: Fix build issue for variable argument macros by Lv Zheng · 10 years ago
  74. 52c1d80 ACPICA: Linuxize: Reduce divergences for 20150616 release by Lv Zheng · 10 years ago
  75. f38a437 ACPICA: Additional dragon_fly BSD support. by Bob Moore · 10 years ago
  76. 2b87601 ACPICA: Utilities: split IO address types from data type models. by Lv Zheng · 10 years ago
  77. 82a8094 ACPICA: Update Copyright headers to 2015 by David E. Box · 10 years ago
  78. 7e1c1a8 Merge branch 'acpi-headers' by Rafael J. Wysocki · 11 years ago
  79. 417b4a7 ACPI: Add support to force header inclusion rules for <acpi/acpi.h>. by Lv Zheng · 11 years ago
  80. d334c82 ACPICA: Linux: Add support to exclude <asm/acenv.h> inclusion. by Lv Zheng · 11 years ago
  81. daba25d ACPICA: Linux: Add stub implementation of ACPICA 64-bit mathematics. by Lv Zheng · 11 years ago
  82. fbee6b2 ACPICA: acpidump: Add memory/string OSL usage to improve portability by Lv Zheng · 11 years ago
  83. 2e70da4 ACPICA: Utilities: Introduce acpi_log_error() to improve portability by Lv Zheng · 11 years ago
  84. afbdc6a ACPICA: OSL: Update environments to improve portability by Lv Zheng · 11 years ago
  85. a238317 ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem. by Lv Zheng · 11 years ago
  86. 92985ef ACPICA: Clean up redudant definitions already defined elsewhere by Lv Zheng · 11 years ago
  87. 07d8391 ACPICA: Linux headers: Add <asm/acenv.h> to remove mis-ordered inclusion of <asm/acpi.h> by Lv Zheng · 11 years ago
  88. d13bd5a ACPICA: Linux headers: Add <acpi/platform/aclinuxex.h> by Lv Zheng · 11 years ago
  89. 636fcfe ACPICA: Linux headers: Remove ACPI_PREEMPTION_POINT() due to no usages. by Lv Zheng · 11 years ago
  90. 42873a8 ACPICA: Linux header: Add support for stubbed externals. by Lv Zheng · 11 years ago
  91. 72bdad9 ACPICA: Linux-specific header: Add support for PPC64 compilation. by Colin Ian King · 11 years ago
  92. a3a80da ACPICA: Clean up comment divergences in aclinux.h by Lv Zheng · 11 years ago
  93. 7ed8232 ACPICA: gcc-specific: Fix possible issue with the strchr function. by Bob Moore · 11 years ago
  94. bcef508 Merge branch 'acpi-config' into acpica by Rafael J. Wysocki · 11 years ago
  95. e252652 ACPICA: acpidump: Remove integer types translation protection. by Lv Zheng · 11 years ago
  96. 7e66b46 ACPICA: acpidump: Add sparse declarators support. by Lv Zheng · 11 years ago
  97. fbb7a2d ACPICA: Update ACPICA copyrights to 2014. by Bob Moore · 11 years ago
  98. af1ae78 ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLY by Al Stone · 11 years ago
  99. 71487f3f ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global. by Lv Zheng · 11 years ago
  100. a2c8633 ACPICA: Update ACPI example code to make it an actual working program. by Bob Moore · 11 years ago