1. 62c153f ACPICA: Linuxize: Restore and fix Intel compiler build by Lv Zheng · 7 years ago
  2. aab0b24 Merge branches 'acpica-fixes', 'acpi-cppc-fixes' and 'acpi-tools-fixes' by Rafael J. Wysocki · 7 years ago
  3. d5a4b1a tools/power/acpi: Remove direct kernel source include reference by Lv Zheng · 7 years ago
  4. e2174b0 Revert "ACPICA: FADT support cleanup" by Rafael J. Wysocki · 7 years ago
  5. 956c897 Merge branches 'acpi-wdat' and 'acpi-cppc' by Rafael J. Wysocki · 8 years ago
  6. d0679cf mailbox: PCC: Fix return value of pcc_mbox_request_channel() by Hoan Tran · 8 years ago
  7. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 0d573c6 Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc' by Rafael J. Wysocki · 8 years ago
  9. 64f3bf2 ACPI/processor: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  10. cb7d668 ACPICA: Update version to 20160831 by Bob Moore · 8 years ago
  11. de56ba9 ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for table loading by Lv Zheng · 8 years ago
  12. bdbe5df ACPICA: Tables: Add new table events indicating table installation/uninstallation by Lv Zheng · 8 years ago
  13. 6eecbc9 ACPICA: Tables: Remove wrong table event macros by Lv Zheng · 8 years ago
  14. 41dd640 ACPI / CPPC: Add prefix cppc to cpudata structure name by Srinivas Pandruvada · 8 years ago
  15. 139aee7 ACPI / CPPC: check for error bit in PCC status field by Prakash, Prashanth · 8 years ago
  16. 158c998 ACPI / CPPC: add sysfs support to compute delivered performance by Ashwin Chaugule · 8 years ago
  17. be8b88d ACPI / CPPC: set a non-zero value for transition_latency by Prakash, Prashanth · 8 years ago
  18. 80b8286 ACPI / CPPC: support for batching CPPC requests by Prakash, Prashanth · 8 years ago
  19. 5bbb86a ACPI / CPPC: restructure read/writes for efficient sys mapped reg ops by Ashwin Chaugule · 8 years ago
  20. 6bd483c ACPICA: Update version to 20160729 by Bob Moore · 8 years ago
  21. 34f3a91b ACPICA: OSL: Fix a regression that old GCC requires a workaround for strchr() by Lv Zheng · 8 years ago
  22. 9fa1ceb ACPICA: OSL: Cleanup the inclusion order of the compiler-specific headers by Lv Zheng · 8 years ago
  23. d2d48ea ACPICA: EFI: Port acpidump to EDK2 environment by Lv Zheng · 8 years ago
  24. dd99cbc ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fxxx()/errno/perror() instead by Lv Zheng · 8 years ago
  25. e323c02 ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issue by Lv Zheng · 8 years ago
  26. 4e2fc6a ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handles by Lv Zheng · 8 years ago
  27. da24f31 ACPICA: Clib: Fix wrong mini C library usage by Lv Zheng · 8 years ago
  28. 5fb3ab8 ACPICA: Clib: Cleanup va_arg related code by Lv Zheng · 8 years ago
  29. 556eae8 ACPICA: Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all applications by Lv Zheng · 8 years ago
  30. 6ea8c54 ACPICA: FADT support cleanup by Bob Moore · 8 years ago
  31. 2af52c2 ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanism by Lv Zheng · 8 years ago
  32. 2368b1a ACPICA: Divergence: Port declarators back to ACPICA by Lv Zheng · 8 years ago
  33. 02dcdc3 ACPICA: Simplify configuration for "Max Loops" system parameter by Bob Moore · 8 years ago
  34. b5c0875 ACPICA: Utilities: Introduce facility to allow Linux to set correct logging levels by Lv Zheng · 8 years ago
  35. 4857a94 ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces. by Jung-uk Kim · 8 years ago
  36. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  37. c9b95e5 Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  38. 6149dff Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep' by Rafael J. Wysocki · 8 years ago
  39. f6bc0a1 Merge branches 'acpi-ec', 'acpi-video', 'acpi-button' and 'acpi-thermal' by Rafael J. Wysocki · 8 years ago
  40. 2547427 Merge branches 'acpi-bus', 'acpi-pci', 'acpica' and 'acpi-doc' by Rafael J. Wysocki · 8 years ago
  41. d85f4eb Merge branch 'acpi-numa' by Rafael J. Wysocki · 8 years ago
  42. 3ceeda1 Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'asoc/topic/da7219' and 'asoc/topic/davinci' into asoc-next by Mark Brown · 8 years ago
  43. a36a7fe ACPI / processor_idle: Add support for Low Power Idle(LPI) states by Sudeep Holla · 8 years ago
  44. 35ae713 ACPI / processor_idle: introduce ACPI_PROCESSOR_CSTATE by Sudeep Holla · 8 years ago
  45. b4219a8 ACPICA: Linux: Enable ACPI_MUTEX_DEBUG for Linux kernel by Lv Zheng · 8 years ago
  46. 00c611d Revert "ACPI 2.0 / AML: Improve module level execution by moving the If/Else/While execution to per-table basis" by Rafael J. Wysocki · 8 years ago
  47. 487cf917 Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()" by Sinan Kaya · 8 years ago
  48. 613e972 device property: Add function to search for named child of device by Adam Thomson · 8 years ago
  49. 0346223 ACPI / video: Dummy acpi_video_register should return error code by Arvind Yadav · 8 years ago
  50. 866ae69 mailbox: pcc: Add PCC request and free channel declarations by Hoan Tran · 8 years ago
  51. 60c07f8 Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor' by Rafael J. Wysocki · 8 years ago
  52. fb7c2ba ACPI / processor: Add acpi_map_madt_entry() by David Daney · 8 years ago
  53. e84025e ACPI / NUMA: move bad_srat() and srat_disabled() to drivers/acpi/numa.c by David Daney · 8 years ago
  54. 9f9cd7e ACPI / Thermal / video: fix max_level incorrect value by Aaron Lu · 8 years ago
  55. 1f40c49 Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  56. 1b982ba Merge branch 'for-4.7/acpi6.1' into libnvdimm-for-next by Dan Williams · 8 years ago
  57. fc72395 Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools' by Rafael J. Wysocki · 8 years ago
  58. a6becfb Merge branches 'acpi-drivers', 'acpi-pm', 'acpi-ec' and 'acpi-video' by Rafael J. Wysocki · 8 years ago
  59. 407aa3ff Merge branch 'acpica' by Rafael J. Wysocki · 8 years ago
  60. e4f35c1 ACPI / video: mark acpi_video_get_levels() inline by Arnd Bergmann · 8 years ago
  61. 878a872 ACPICA: Update version to 20160422 by Bob Moore · 8 years ago
  62. 14f9857 ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors by Bob Moore · 8 years ago
  63. 2a397a3 ACPICA: ACPI 6.1: Support for new PCCT subtable by Bob Moore · 8 years ago
  64. f5c1e1c ACPICA: Divergence: remove unwanted spaces for typedef by Lv Zheng · 8 years ago
  65. 1fcb6a8 ACPI,PCI,IRQ: remove redundant code in acpi_irq_penalty_init() by Sinan Kaya · 8 years ago
  66. 0595009 ACPI/video: export acpi_video_get_levels by Aaron Lu · 8 years ago
  67. 0224a4a device property: Avoid potential dereferences of invalid pointers by Heikki Krogerus · 8 years ago
  68. c7e16e5 acpi: widen acpi_evaluate_dsm() revision and function-index arguments by Jerry Hoemann · 8 years ago
  69. c68ae33e ACPI / utils: Rename acpi_dev_present() by Lukas Wunner · 8 years ago
  70. 3d4b7ae ACPI 2.0 / AML: Improve module level execution by moving the If/Else/While execution to per-table basis by Lv Zheng · 8 years ago
  71. 8804f25 ACPICA: Update version to 20160318 by Bob Moore · 8 years ago
  72. 0dfaaa3 ACPICA: All: const keyword changes across the ACPICA source by Bob Moore · 8 years ago
  73. 53c78d7 ACPICA: Add support for QNX 6.6 platform by Will Miles · 8 years ago
  74. 95df7b5 ACPICA: Headers: Update generation of the ACPICA library by Bob Moore · 8 years ago
  75. 28a9a69 ACPICA: iASL/Headers: Fix incorrect definition of FPDT table by Bob Moore · 8 years ago
  76. a88e0ce ACPICA: ACPI 6.1: Add full support for this version of ACPI spec by Bob Moore · 8 years ago
  77. b94cd81 ACPICA: Tables: Update FADT handling by Bob Moore · 8 years ago
  78. 3a9ca4d ACPICA: Headers: Update DMAR table for October 2014 I/O spec by Bob Moore · 8 years ago
  79. 138a955 ACPICA: ACPI 6.1: Update NFIT table for additional new fields by Bob Moore · 8 years ago
  80. 4ac78ba ACPICA: IORT: Add in support for the SMMUv3 subtable by Al Stone · 8 years ago
  81. 7cd55c7 ACPICA: ACPI 6.1: Updates for the HEST ACPI table by Bob Moore · 8 years ago
  82. 29a3f38 ACPICA: Headers: Minor update for SPCR ACPI table by Bob Moore · 8 years ago
  83. c7200ff ACPICA: Headers: Add new constants for the DBG2 ACPI table by Aleksey Makarov · 8 years ago
  84. f1974b48 ACPICA: Linuxize: Remove useless platform headers by Lv Zheng · 8 years ago
  85. 80b2881 ACPICA: Linuxize: reduce divergences for 20160212 release by Lv Zheng · 8 years ago
  86. 6a8ccb1 Merge branches 'acpi-processor' and 'acpi-cppc' by Rafael J. Wysocki · 8 years ago
  87. 1e059e2 ACPICA: Utilities: Update trace mechinism for acquire_object by Bob Moore · 8 years ago
  88. 05fb04b ACPICA: Remove unnecessary arguments to ACPI_INFO by Bob Moore · 8 years ago
  89. 504997c ACPI / sleep: move acpi_processor_sleep to sleep.c by Sudeep Holla · 8 years ago
  90. db62fda ACPI / processor : add support for ACPI0010 processor container by Sudeep Holla · 8 years ago
  91. 2db8f9a ACPI / CPPC: remove redundant mbox_send_message() declaration by Timur Tabi · 8 years ago
  92. a72aea7 Merge branches 'acpica', 'acpi-video' and 'acpi-fan' by Rafael J. Wysocki · 8 years ago
  93. 770188f ACPICA: Update version to 20160108 by Bob Moore · 8 years ago
  94. c8100dc ACPICA: Additional 2016 copyright changes by Bob Moore · 8 years ago
  95. 382d116 ACPI / video: Document acpi_video_handles_brightness_key_presses() a bit by Hans de Goede · 8 years ago
  96. 42d287d Merge branches 'acpi-scan', 'acpi-bus', 'acpi-osl' and 'acpi-pm' by Rafael J. Wysocki · 8 years ago
  97. b12745c Merge branch 'acpi-video' by Rafael J. Wysocki · 8 years ago
  98. e3e9b57 ACPICA: Drop Linux-specific waking vector functions by Rafael J. Wysocki · 8 years ago
  99. 6b0e2b3 ACPICA: Update version to 20151218 by Bob Moore · 8 years ago
  100. 2785ce8 ACPICA: Add per-table execution of module-level code by Bob Moore · 8 years ago