1. cd50b70 Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  2. 9d0de5a Merge branches 'acpi-ec', 'acpi-soc', 'acpi-video' and 'acpi-resources' by Rafael J. Wysocki · 9 years ago
  3. 89d3fa4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  4. 3095794 ACPI / LPSS: Deassert resets for SPI host controllers on Braswell by Mika Westerberg · 9 years ago
  5. 3293c7b ACPI / LPSS: Always disable I2C host controllers by Mika Westerberg · 9 years ago
  6. 6a239af ACPI / resources: Change pr_info() to pr_debug() for debug information by Rafael J. Wysocki · 9 years ago
  7. 3120d03 ACPI / video: Disable native backlight on Samsung Series 9 laptops by Jens Reyer · 9 years ago
  8. f8f87c0 Revert "ACPI / LPSS: Remove non-existing clock control from Intel Lynxpoint I2C" by Jarkko Nikula · 9 years ago
  9. 92e4b1b ACPI / EC: Remove non-standard log emphasis by Scot Doyle · 9 years ago
  10. 5f50818 ACPI / idle: Implement ->enter_freeze callback routine by Rafael J. Wysocki · 9 years ago
  11. 18320f2 Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  12. 69bf75e Merge branch 'acpi-ec' by Rafael J. Wysocki · 9 years ago
  13. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 9 years ago
  14. 37d1139 Revert "ACPI / EC: Add query flushing support" by Rafael J. Wysocki · 9 years ago
  15. e06bf91 Revert "ACPI / EC: Add GPE reference counting debugging messages" by Rafael J. Wysocki · 9 years ago
  16. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  17. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  18. f523868 Merge branches 'pm-sleep' and 'pm-runtime' by Rafael J. Wysocki · 9 years ago
  19. 8fbcf5e Merge branch 'acpi-resources' by Rafael J. Wysocki · 9 years ago
  20. d232096 Merge branch 'acpi-processor' by Rafael J. Wysocki · 9 years ago
  21. ca45c87 Merge branches 'acpi-doc', 'acpi-pm', 'acpi-pcc' and 'acpi-tables' by Rafael J. Wysocki · 9 years ago
  22. 99e4d89 Merge branches 'acpi-video' and 'acpi-soc' by Rafael J. Wysocki · 9 years ago
  23. 716bc41 Merge branch 'acpi-ec' by Rafael J. Wysocki · 9 years ago
  24. 55c39fc Merge branch 'acpica' by Rafael J. Wysocki · 9 years ago
  25. e07e0d4 Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  26. e77a163 ACPI / video: Add disable_native_backlight quirk for Samsung 510R by Hans de Goede · 9 years ago
  27. 8dcb52c ACPI / PM: Remove unneeded nested #ifdef by Andreas Ruprecht · 9 years ago
  28. b5bca89 ACPI / EC: Add GPE reference counting debugging messages by Lv Zheng · 9 years ago
  29. f252cb0 ACPI / EC: Add query flushing support by Lv Zheng · 9 years ago
  30. e1d4d90 ACPI / EC: Refine command storm prevention support by Lv Zheng · 9 years ago
  31. 9887d22 ACPI / EC: Add command flushing support. by Lv Zheng · 9 years ago
  32. ad479e7 ACPI / EC: Introduce STARTED/STOPPED flags to replace BLOCKED flag by Lv Zheng · 9 years ago
  33. 92082a8 ACPI: add AMD ACPI2Platform device support for x86 system by Ken Xue · 9 years ago
  34. 02c0917 Merge back earlier 'acpi-lpss' material for v3.20 by Rafael J. Wysocki · 9 years ago
  35. 2fad930 ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse() by Hanjun Guo · 9 years ago
  36. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  37. a8d4fc2 ACPI / EC: Update revision due to raw handler mode. by Lv Zheng · 9 years ago
  38. 9e295ac ACPI / EC: Reduce ec_poll() by referencing the last register access timestamp. by Lv Zheng · 9 years ago
  39. ca37bfd ACPI / EC: Fix several GPE handling issues by deploying ACPI_GPE_DISPATCH_RAW_HANDLER mode. by Lv Zheng · 9 years ago
  40. 38220a5 Merge branch 'acpica' into acpi-ec by Rafael J. Wysocki · 9 years ago
  41. 2eedd3d ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based GPE handling model by Lv Zheng · 9 years ago
  42. eb3d80f ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergences by Lv Zheng · 9 years ago
  43. 0d0988a ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for the current GPE APIs by Lv Zheng · 9 years ago
  44. 82a8094 ACPICA: Update Copyright headers to 2015 by David E. Box · 9 years ago
  45. d6c0266 ACPICA: Hardware: Cast GPE enable_mask before storing by David E. Box · 9 years ago
  46. 7c43312 ACPICA: Events: Cleanup GPE dispatcher type obtaining code by Lv Zheng · 9 years ago
  47. 779ba5a ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out of acpi_ev_gpe_dispatch() by Lv Zheng · 9 years ago
  48. c539251 ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removing by Lv Zheng · 9 years ago
  49. b7be688 ACPICA: Events: Fix uninitialized variable by David E. Box · 9 years ago
  50. b18da58 ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restriction by Lv Zheng · 9 years ago
  51. 833bb93 ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe() by Lv Zheng · 9 years ago
  52. 1c4c81a ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after enable register writes" by Lv Zheng · 9 years ago
  53. c183619 x86/irq, ACPI: Implement ACPI driver to support IOAPIC hotplug by Jiang Liu · 9 years ago
  54. ecf5636 ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug by Yinghai Lu · 9 years ago
  55. b4b55cd x86/PCI: Refine the way to release PCI IRQ resources by Jiang Liu · 9 years ago
  56. 90e9782 resources: Move struct resource_list_entry from ACPI into resource core by Jiang Liu · 9 years ago
  57. 62d1141 ACPI: Introduce helper function acpi_dev_filter_resource_type() by Jiang Liu · 9 years ago
  58. 93286f4 ACPI: Add field offset to struct resource_list_entry by Jiang Liu · 9 years ago
  59. 2ea3d26 ACPI: Translate resource into master side address for bridge window resources by Jiang Liu · 9 years ago
  60. a49170b ACPI: Return translation offset when parsing ACPI address space resources by Jiang Liu · 9 years ago
  61. a274019 ACPI: Enforce stricter checks for address space descriptors by Jiang Liu · 9 years ago
  62. c78b688 ACPI: Set flag IORESOURCE_UNSET for unassigned resources by Jiang Liu · 9 years ago
  63. 581c19f ACPI: Normalize return value of resource parser functions by Jiang Liu · 9 years ago
  64. 8515f93 ACPI: Fix a bug in parsing ACPI Memory24 resource by Jiang Liu · 9 years ago
  65. fcb29bb ACPI: Add prefetch decoding to the address space parser by Thomas Gleixner · 9 years ago
  66. 72e26b0 ACPI: Move the window flag logic to the combined parser by Thomas Gleixner · 9 years ago
  67. eb76d55 ACPI: Unify the parsing of address_space and ext_address_space by Thomas Gleixner · 9 years ago
  68. e814f6d ACPI: Let the parser return false for disabled resources by Thomas Gleixner · 9 years ago
  69. 1d0420f ACPI: Use the length check for io resources as well by Thomas Gleixner · 9 years ago
  70. c420dbd ACPI: Implement proper length checks for mem resources by Thomas Gleixner · 9 years ago
  71. c793504 ACPI: Remove redundant check in function acpi_dev_resource_address_space() by Thomas Gleixner · 9 years ago
  72. b2cd5dd Merge branch 'acpica' into acpi-resources by Rafael J. Wysocki · 9 years ago
  73. 6491bc0 ACPI / cpuidle: Common callback routine for entering states by Rafael J. Wysocki · 9 years ago
  74. d2cecb3 ACPI / cpuidle: Merge acpi_idle_enter_c1() and acpi_idle_enter_simple() by Rafael J. Wysocki · 9 years ago
  75. 3df2da9 Revert "ACPI / LPSS: introduce a 'proxy' device to power on LPSS for DMA" by Rafael J. Wysocki · 9 years ago
  76. 2a73835 ACPI / cpuidle: Drop flags.bm_check tests from acpi_idle_enter_bm() by Rafael J. Wysocki · 9 years ago
  77. 5f97d66 ACPI / cpuidle: Clean up white space in a switch statement by Rafael J. Wysocki · 9 years ago
  78. de6cc4e ACPI / cpuidle: Drop irrelevant comment from acpi_idle_enter_simple() by Rafael J. Wysocki · 9 years ago
  79. adcb262 ACPI / cpuidle: Clean up fallback to C1 checks by Rafael J. Wysocki · 9 years ago
  80. 67f592c ACPI / cpuidle: Drop unnecessary calls from ->enter callback routines by Rafael J. Wysocki · 9 years ago
  81. b00783f ACPI / cpuidle: Drop unnecessary calls from acpi_idle_do_entry() by Rafael J. Wysocki · 9 years ago
  82. ac586e2 ACPI / PMIC: Use common LPAT table handling functions by Srinivas Pandruvada · 9 years ago
  83. c55d628 ACPI / LPAT: Common table processing functions by Srinivas Pandruvada · 9 years ago
  84. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  85. a45de93 ACPICA: Resources: Provide common part for struct acpi_resource_address structures. by Lv Zheng · 9 years ago
  86. e044d8f ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel by Lv Zheng · 9 years ago
  87. 8b691c9 ACPI / sleep: mark acpi_sleep_dmi_check() __init by Jan Beulich · 9 years ago
  88. b893e80 ACPI / LPSS: Remove non-existing clock control from Intel Lynxpoint I2C by Jarkko Nikula · 9 years ago
  89. 550b3aac ACPI / EC: Cleanup QR_EC related code by Lv Zheng · 10 years ago
  90. 74443bb ACPI / EC: Fix issues related to the SCI_EVT handling by Lv Zheng · 10 years ago
  91. f3e1432 ACPI / EC: Fix a code path that global lock is not held by Lv Zheng · 10 years ago
  92. c2cf576 ACPI / EC: Fix returning values in acpi_ec_sync_query() by Lv Zheng · 10 years ago
  93. 01305d4 ACPI / EC: Add reference counting for query handlers by Lv Zheng · 10 years ago
  94. 0c78808 ACPI / EC: Cleanup transaction wakeup code by Lv Zheng · 10 years ago
  95. 4483d59 ACPI / LPSS: check the result of ioremap() by Heikki Krogerus · 10 years ago
  96. 97d7465 ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id() by Octavian Purdila · 10 years ago
  97. 3295d73 ACPI / video: Add disable_native_backlight quirk for Samsung 730U3E/740U3E by Hans de Goede · 10 years ago
  98. 9889eae ACPI: pci: Do not clear pci_dev->irq in acpi_pci_irq_disable() by Jiang Liu · 10 years ago
  99. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  100. 93d76c8 Merge tag 'please-pull-einj-mmcfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/ras by Ingo Molnar · 10 years ago