1. ef5f5de Merge branch 'acpi-pm' by Rafael J. Wysocki · 9 years ago
  2. 73990fc Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted' by Rafael J. Wysocki · 9 years ago
  3. e91a398 ACPI / bus: Move duplicate code to a separate new function by Rafael J. Wysocki · 9 years ago
  4. 3431e49 Merge branch 'acpi-scan' into acpi-pm by Rafael J. Wysocki · 9 years ago
  5. 1dcc3d3 ACPI / bus: Move ACPI bus type registration by Rafael J. Wysocki · 9 years ago
  6. 5894b0c ACPI / scan: Move bus operations and notification routines to bus.c by Rafael J. Wysocki · 9 years ago
  7. 68c6b14 ACPI / scan: Move device matching code to bus.c by Rafael J. Wysocki · 9 years ago
  8. 4c62dbb ACPI: Remove FSF mailing addresses by Jarkko Nikula · 9 years ago
  9. b064a8f ACPI / init: Switch over platform to the ACPI mode later by Rafael J. Wysocki · 9 years ago
  10. fbe61ec ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi by Hanjun Guo · 9 years ago
  11. f91ce35 ACPIPHP / radeon / nouveau: Remove acpi_bus_no_hotplug() by Bjorn Helgaas · 10 years ago
  12. a8278ef ACPICA: Linux: Add stub support for Linux specific variables and functions. by Lv Zheng · 10 years ago
  13. 0e36d43 Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
  14. 91ab377 Merge branches 'acpi-tables' and 'acpi-general' by Rafael J. Wysocki · 10 years ago
  15. 4fc0a7e ACPI: Fix x86 regression related to early mapping size limitation by Lv Zheng · 10 years ago
  16. 7201379 ACPI: Add acpi_bus_attach_private_data() to attach data to ACPI handle by Lan Tianyu · 10 years ago
  17. 73577d1 ACPI: Fix conflict between customized DSDT and DSDT local copy by Lv Zheng · 10 years ago
  18. d010338 ACPI / notify: Clean up handling of hotplug events by Rafael J. Wysocki · 10 years ago
  19. f66abe9 ACPI / notify: Do not block unknown type notifications in root handler by Rafael J. Wysocki · 10 years ago
  20. 2eb0609 Merge branch 'acpi-ost' by Rafael J. Wysocki · 10 years ago
  21. 1e3bcb5 ACPI / hotplug: Rework deferred execution of acpi_device_hotplug() by Rafael J. Wysocki · 10 years ago
  22. 700b842 ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OST by Rafael J. Wysocki · 10 years ago
  23. 1a69947 ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify() by Rafael J. Wysocki · 10 years ago
  24. 78ea463 ACPI / hotplug: Fix potential race in acpi_bus_notify() by Rafael J. Wysocki · 10 years ago
  25. 82e1805 Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and 'acpica' by Rafael J. Wysocki · 11 years ago
  26. 49a1287 ACPI / init: Flag use of ACPI and ACPI idioms for power supplies to regulator API by Mark Brown · 11 years ago
  27. d1badf8 Merge branch 'acpi-pci-hotplug' into acpi-hotplug by Rafael J. Wysocki · 11 years ago
  28. f244d8b ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplug by Rafael J. Wysocki · 11 years ago
  29. 9ccad66 Merge branch 'acpi-cleanup' into acpi-hotplug by Rafael J. Wysocki · 11 years ago
  30. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  31. 25db115 ACPI: Introduce acpi_set_device_status() by Rafael J. Wysocki · 11 years ago
  32. f4b734c ACPI / hotplug: Drop unfinished global notification handling routines by Rafael J. Wysocki · 11 years ago
  33. 2f466d3 Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  34. 4b3db70 ACPI, x86: Extended error log driver for x86 platform by Chen, Gong · 11 years ago
  35. b938a22 ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORD by Bjorn Helgaas · 11 years ago
  36. 0c58141 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  37. caf5c03 ACPI: Move acpi_bus_get_device() from bus.c to scan.c by Rafael J. Wysocki · 11 years ago
  38. 1129c92 ACPI: Cleanup sparse warning on acpi_os_initialize1() by Lv Zheng · 11 years ago
  39. 1696d9d ACPI: Remove the old /proc/acpi/event interface by Thomas Renninger · 11 years ago
  40. f716fc2 ACPI: Drop ACPI bus notifier call chain by Rafael J. Wysocki · 11 years ago
  41. 0db9820 ACPI: introduce helper function acpi_execute_simple_method() by Jiang Liu · 11 years ago
  42. 6a8c0af ACPI: Remove useless initializers by Bjorn Helgaas · 11 years ago
  43. e2cb5f0 ACPI: replace kmalloc+memcpy with kmemdup by Andrei Epure · 11 years ago
  44. 9ce4e60 ACPI / PM: Move device power management functions to device_pm.c by Rafael J. Wysocki · 12 years ago
  45. 96bfd3c ACPI / PM: Common string representations of device power states by Rafael J. Wysocki · 12 years ago
  46. ad0c3b0 ACPI / PM: More visible function for retrieving device power states by Rafael J. Wysocki · 12 years ago
  47. ff0c419 ACPI / PM: Change the way power transitions to D3cold are carried out by Rafael J. Wysocki · 12 years ago
  48. ddc150f ACPI / PM: Add check preventing transitioning to non-D0 state from D3. by Lv Zheng · 12 years ago
  49. 078eb12 ACPI / PM: Provide device PM functions operating on struct acpi_device by Rafael J. Wysocki · 12 years ago
  50. fc54ab7 ACPI: run _OSC after ACPI_FULL_INITIALIZATION by Lin Ming · 12 years ago
  51. 8f7412a ACPI / PM: Infer parent power state from child if unknown, v2 by Rafael J. Wysocki · 12 years ago
  52. ec033d0 Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into release by Len Brown · 12 years ago
  53. c2f4191 ACPI: Set hotplug _OST support bit to _OSC by Toshi Kani · 12 years ago
  54. 38c92ff ACPI / PM: Make __acpi_bus_get_power() cover D3cold correctly by Rafael J. Wysocki · 12 years ago
  55. 63a1a76 ACPI / PM: Fix error messages in drivers/acpi/bus.c by Rafael J. Wysocki · 12 years ago
  56. 5c7dd71 ACPI / PCI / PM: Fix device PM regression related to D3hot/D3cold by Rafael J. Wysocki · 12 years ago
  57. f2d4753 ACPI: export acpi_kobj by Matthew Garrett · 12 years ago
  58. 4505a20 ACPI: Drop ACPI_NO_HARDWARE_INIT by Rafael J. Wysocki · 13 years ago
  59. a7e09d4 ACPI: APEI build fix by Len Brown · 13 years ago
  60. eccddd3 ACPI, APEI, Add APEI bit support in generic _OSC call by Huang Ying · 13 years ago
  61. 28c2103 ACPI: Add D3 cold state by Lin Ming · 13 years ago
  62. 6831c6e PM: Drop pm_flags that is not necessary by Rafael J. Wysocki · 13 years ago
  63. cd51e61c PM / ACPI: Remove references to pm_flags from bus.c by Rafael J. Wysocki · 13 years ago
  64. 53eac70 ACPI / PM: Drop acpi_power_nocheck by Rafael J. Wysocki · 14 years ago
  65. f6767dc ACPI / PM: Drop acpi_bus_get_power() by Rafael J. Wysocki · 14 years ago
  66. 488a76c ACPI / Fan: Rework the handling of power resources by Rafael J. Wysocki · 14 years ago
  67. 97d9a9e ACPI / PM: Register acpi_power_driver early by Rafael J. Wysocki · 14 years ago
  68. 25eed40 ACPI / PM: Add function for updating device power state consistently by Rafael J. Wysocki · 14 years ago
  69. ade3e7f ACPI / PM: Add function for device power state initialization by Rafael J. Wysocki · 14 years ago
  70. 5e6d4fe ACPI / PM: Introduce __acpi_bus_get_power() by Rafael J. Wysocki · 14 years ago
  71. 32a00d2 ACPI / PM: Prevent acpi_power_get_inferred_state() from making changes by Rafael J. Wysocki · 14 years ago
  72. b1d248d ACPI: install ACPI table handler before any dynamic tables being loaded by Zhang Rui · 14 years ago
  73. fdb8c58 Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736', 'bugzilla-14679', 'bugzilla-16396', 'launchpad-613381' and 'misc' into release by Len Brown · 14 years ago
  74. 100cf87 ACPI: invoke DSDT corruption workaround on all Toshiba Satellite by Len Brown · 14 years ago
  75. 58f87ed ACPI: Fix typos by Lucas De Marchi · 14 years ago
  76. 47f5c89 ACPI: remove deprecated ACPI procfs I/F by Zhang Rui · 14 years ago
  77. 1c8fce2 ACPI: introduce drivers/acpi/sysfs.c by Zhang Rui · 14 years ago
  78. a25ee92 ACPI: introduce drivers/acpi/debugfs.c by Zhang Rui · 14 years ago
  79. 965fd9e drivers: acpi: don't use own implementation of hex_to_bin() by Andy Shevchenko · 14 years ago
  80. 04afb40 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  81. cce4f63 ACPI: fix early DSDT dmi check warnings on ia64 by Lin Ming · 14 years ago
  82. 5cc4a0f ACPI: silence kmemcheck false positive by Dan Carpenter · 14 years ago
  83. aa2110c ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDT by Lin Ming · 14 years ago
  84. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  85. ec28dcc Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into release by Len Brown · 14 years ago
  86. 6a4e2b7 ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes by Zhao Yakui · 15 years ago
  87. 0c99c52 ACPI: Disable explicit power state retrieval on fans by Zhang Rui · 15 years ago
  88. 309ddc5 Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into release by Len Brown · 15 years ago
  89. 9dc130f ACPI: fix OSC regression that caused aer and pciehp not to load by Shaohua Li · 15 years ago
  90. 78f1699 ACPI: processor: call _PDC early by Alex Chiang · 15 years ago
  91. 3563ff9 ACPI: Add platform-wide _OSC support. by Shaohua Li · 15 years ago
  92. 70023de ACPI: Add a generic API for _OSC -v2 by Shaohua Li · 15 years ago
  93. 402ac53 ACPI: add acpi_bus_get_status_handle() by Bjorn Helgaas · 15 years ago
  94. d26f052 Merge branch 'misc-2.6.32' into release by Len Brown · 15 years ago
  95. eb27cae ACPI: linux/acpi.h should not include linux/dmi.h by Len Brown · 15 years ago
  96. 8e4319c ACPICA: Fix several acpi_attach_data problems by Bob Moore · 15 years ago
  97. ff754e2 ACPI: use handle, not device, in system notification path by Bjorn Helgaas · 15 years ago
  98. cdd5b8c ACPI: remove unused return values from Bus Check & Device Check handling by Bjorn Helgaas · 15 years ago
  99. aa8a149 ACPI: remove unused "status_changed" return value from Check Device handling by Bjorn Helgaas · 15 years ago
  100. 02c37bd ACPI: simplify notification debug messages by Bjorn Helgaas · 15 years ago