1. 8ad928d ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere by Rafael J. Wysocki · 11 years ago
  2. b69137a ACPI / PM: Make messages in acpi_device_set_power() print device names by Rafael J. Wysocki · 11 years ago
  3. 2c7d132 ACPI / PM: Only set power states of devices that are power manageable by Rafael J. Wysocki · 11 years ago
  4. 016d5ba ACPI / battery: Fix parsing _BIX return value by Lan Tianyu · 11 years ago
  5. 8e5c2b7 Revert "ACPI / video / i915: No ACPI backlight if firmware expects Windows 8" by Rafael J. Wysocki · 11 years ago
  6. 1129c92 ACPI: Cleanup sparse warning on acpi_os_initialize1() by Lv Zheng · 11 years ago
  7. 0177f29 ACPI / dock: fix error return code in dock_add() by Wei Yongjun · 11 years ago
  8. 3977203 PCI: Assign resources for hot-added host bridge more aggressively by Yinghai Lu · 11 years ago
  9. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  10. 741d812 ACPI: Add facility to remove all _OSI strings by Lv Zheng · 11 years ago
  11. 5dc1798 ACPI: Add facility to disable all _OSI OS vendor strings by Lv Zheng · 11 years ago
  12. 2cf9f5b ACPICA: Add acpi_update_interfaces() public interface by Lv Zheng · 11 years ago
  13. be1c9de ACPI / PCI: Make bus registration and unregistration symmetric by Rafael J. Wysocki · 11 years ago
  14. b9eb179 Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
  15. bbe707e ACPICA: Fix compiler warnings for casting issues (only some compilers) by Jung-uk Kim · 11 years ago
  16. 2c48e3e ACPICA: Remove restriction of 256 maximum GPEs in any GPE block by Bob Moore · 11 years ago
  17. 0fb3adf ACPICA: Disassembler: Expand maximum output string length to 64K by Bob Moore · 11 years ago
  18. 57987ca ACPICA: TableManager: Export acpi_tb_scan_memory_for_rsdp() by Bob Moore · 11 years ago
  19. a7d5caf ACPICA: Update comments about behavior when _STA does not exist by Bob Moore · 11 years ago
  20. ea45ea7 Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  21. b7356ab Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  22. 9657a56 ACPI / video: ignore BIOS initial backlight value for Fujitsu E753 by Lan Tianyu · 11 years ago
  23. efaa14c ACPI / video: no automatic brightness changes by win8-compatible firmware by Aaron Lu · 11 years ago
  24. 8c5bd7a ACPI / video / i915: No ACPI backlight if firmware expects Windows 8 by Rafael J. Wysocki · 11 years ago
  25. c04c697 ACPI / video: Always call acpi_video_init_brightness() on init by Matthew Garrett · 11 years ago
  26. 242b228 ACPICA: expose OSI version by Aaron Lu · 11 years ago
  27. 1696d9d ACPI: Remove the old /proc/acpi/event interface by Thomas Renninger · 11 years ago
  28. 5d7e438 acpi: Replace weird use of PTR_RET. by Rusty Russell · 11 years ago
  29. fe7bf10 acpi: delete __cpuinit usage from all acpi files by Paul Gortmaker · 11 years ago
  30. 2efbca4 ACPI / dock: Drop unnecessary local variable from dock_add() by Rafael J. Wysocki · 11 years ago
  31. f09ce74 ACPI / dock / PCI: Drop ACPI dock notifier chain by Rafael J. Wysocki · 11 years ago
  32. a30c4c5 ACPI / dock: Do not leak memory on falilures to add a dock station by Rafael J. Wysocki · 11 years ago
  33. f716fc2 ACPI: Drop ACPI bus notifier call chain by Rafael J. Wysocki · 11 years ago
  34. 59401cc ACPI / dock: Rework the handling of notifications by Rafael J. Wysocki · 11 years ago
  35. 4ec2406 ACPI / dock: Simplify dock_init_hotplug() and dock_release_hotplug() by Rafael J. Wysocki · 11 years ago
  36. 37f9087 ACPI / dock: Walk list in reverse order during removal of devices by Rafael J. Wysocki · 11 years ago
  37. 96c0a4d ACPI / dock: Rework and simplify find_dock_devices() by Rafael J. Wysocki · 11 years ago
  38. d460ace ACPI / dock: Drop the hp_lock mutex from struct dock_station by Rafael J. Wysocki · 11 years ago
  39. c9b5471 ACPI: simplify dock driver with new helper functions by Jiang Liu · 11 years ago
  40. ebf4df8 ACPI: Export acpi_(bay)|(dock)_match() from scan.c by Jiang Liu · 11 years ago
  41. 7d2421f ACPI: introduce two helper functions for _EJ0 and _LCK by Jiang Liu · 11 years ago
  42. 0db9820 ACPI: introduce helper function acpi_execute_simple_method() by Jiang Liu · 11 years ago
  43. 952c63e ACPI: introduce helper function acpi_has_method() by Jiang Liu · 11 years ago
  44. 472d963 ACPI / dock: simplify dock_create_acpi_device() by Jiang Liu · 11 years ago
  45. d423c08 ACPI / dock: mark initialization functions with __init by Jiang Liu · 11 years ago
  46. ed633e7 ACPI / dock: drop redundant spin lock in dock station object by Jiang Liu · 11 years ago
  47. f22ff55 ACPI / dock: avoid initializing acpi_dock_notifier_list multiple times by Jiang Liu · 11 years ago
  48. d19f503 ACPI / memhotplug: Fix a stale pointer in error path by Toshi Kani · 11 years ago
  49. 8832f7e ACPI / scan: Always call acpi_bus_scan() for bus check notifications by Rafael J. Wysocki · 11 years ago
  50. 3a391a3 ACPI / scan: Do not try to attach scan handlers to devices having them by Rafael J. Wysocki · 11 years ago
  51. 7728f03 Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  52. cf870c7 mce: acpi/apei: Soft-offline a page on firmware GHES notification by Naveen N. Rao · 11 years ago
  53. 9ad9587 mce: acpi/apei: Add a boot option to disable ff mode for corrected errors by Naveen N. Rao · 11 years ago
  54. c3d1fb5 mce: acpi/apei: Honour Firmware First for MCA banks listed in APEI HEST CMC by Naveen N. Rao · 11 years ago
  55. 10a0b61 ACPI / power: add missing newline to debug messages by Mika Westerberg · 11 years ago
  56. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  57. 85eb982 ACPI / fan: Initialize acpi_state variable by Naresh Bhat · 11 years ago
  58. b67cf7c ACPI / scan: remove unused LIST_HEAD(acpi_device_list) by Haicheng Li · 11 years ago
  59. 2ce65fe ACPI / dock: Actually define acpi_dock_init() as void by Rafael J. Wysocki · 11 years ago
  60. 91bdad0 ACPI / PM: Fix corner case in acpi_bus_update_power() by Rafael J. Wysocki · 11 years ago
  61. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  62. 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  63. 096a8aa clean up scary strncpy(dst, src, strlen(src)) uses by Kees Cook · 11 years ago
  64. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  65. 04bbc8e Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  66. 3045f94 Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. 6bbbca7 pstore: Pass header size in the pstore write callback by Aruna Balakrishnaiah · 11 years ago
  68. 5c0b1b20 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  69. d5ba5b1 Merge branch 'acpi-pm' by Rafael J. Wysocki · 11 years ago
  70. 996e256 Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  71. 74fd6c6 acpi: Eliminate console msg if pstore.backend excludes ERST by Lenny Szubowicz · 11 years ago
  72. e52cff8 Merge branch 'pm-assorted' by Rafael J. Wysocki · 11 years ago
  73. bdc8f09 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  74. f4c9f40 Merge branch 'acpi-lpss' by Rafael J. Wysocki · 11 years ago
  75. 3b4550e Merge branch 'acpi-pm' by Rafael J. Wysocki · 11 years ago
  76. 8e9914d Merge branch 'acpi-scan' by Rafael J. Wysocki · 11 years ago
  77. 8033868 Merge branch 'acpica' by Rafael J. Wysocki · 11 years ago
  78. a204dbc Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  79. 9b5c7a5 ACPI / PM: Fix possible NULL pointer deref in acpi_pm_device_sleep_state() by Rafael J. Wysocki · 11 years ago
  80. 1061906 ACPI: implement acpi_os_get_timer() according the spec by Mika Westerberg · 11 years ago
  81. eff9a4b ACPI / EC: Add HP Folio 13 to ec_dmi_table in order to skip DSDT scan by Lan Tianyu · 11 years ago
  82. 2fa97fe ACPI: Add CMOS RTC Operation Region handler support by Lan Tianyu · 11 years ago
  83. ca02c21 Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/ras by Ingo Molnar · 11 years ago
  84. 09d5ca8 ACPI / processor: Drop unused variable from processor_perflib.c by Lan Tianyu · 11 years ago
  85. 86d6725 ACPI / processor: Remove unused macros in processor_driver.c by Hanjun Guo · 11 years ago
  86. 21a3101 ACPI / dock / PCI: Synchronous handling of dock events for PCI devices by Rafael J. Wysocki · 11 years ago
  87. 94add0f ACPI / dock: Initialize ACPI dock subsystem upfront by Jiang Liu · 11 years ago
  88. 341e7ba ACPICA: _CST repair: Handle null package entries by Lv Zheng · 11 years ago
  89. 5a9792f ACPICA: Add several repairs for _CST predefined name by Lv Zheng · 11 years ago
  90. aa6329c ACPICA: Move _PRT repair into the standard complex repair module by Lv Zheng · 11 years ago
  91. 24071f4 ACPI / scan: Do not bind ACPI drivers to objects with scan handlers by Rafael J. Wysocki · 11 years ago
  92. b9e95fc ACPI / LPSS: Power up LPSS devices during enumeration by Rafael J. Wysocki · 11 years ago
  93. 6ee22e9d ACPI / PM: Fix error code path for power resources initialization by Rafael J. Wysocki · 11 years ago
  94. 8112006 ACPI / dock: Take ACPI scan lock in write_undock() by Rafael J. Wysocki · 11 years ago
  95. 204ebc0 ACPI / resources: call acpi_get_override_irq() only for legacy IRQ resources by Mika Westerberg · 11 years ago
  96. fa1675b ACPI / PM: Rework and clean up acpi_dev_pm_get_state() by Rafael J. Wysocki · 11 years ago
  97. 4c164ae ACPI / PM: Replace ACPI_STATE_D3 with ACPI_STATE_D3_COLD in device_pm.c by Rafael J. Wysocki · 11 years ago
  98. b25c77e ACPI / PM: Rename function acpi_device_power_state() and make it static by Rafael J. Wysocki · 11 years ago
  99. 95d45d4 ACPI / PM: acpi_processor_suspend() can be static by Fengguang Wu · 11 years ago
  100. d6a77ea x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel. by Konrad Rzeszutek Wilk · 11 years ago