1. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  2. 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
  3. 4b3db70 ACPI, x86: Extended error log driver for x86 platform by Chen, Gong · 11 years ago
  4. b938a22 ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORD by Bjorn Helgaas · 11 years ago
  5. 0c58141 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  6. caf5c03 ACPI: Move acpi_bus_get_device() from bus.c to scan.c by Rafael J. Wysocki · 11 years ago
  7. 1129c92 ACPI: Cleanup sparse warning on acpi_os_initialize1() by Lv Zheng · 11 years ago
  8. 1696d9d ACPI: Remove the old /proc/acpi/event interface by Thomas Renninger · 11 years ago
  9. f716fc2 ACPI: Drop ACPI bus notifier call chain by Rafael J. Wysocki · 11 years ago
  10. 0db9820 ACPI: introduce helper function acpi_execute_simple_method() by Jiang Liu · 11 years ago
  11. 6a8c0af ACPI: Remove useless initializers by Bjorn Helgaas · 11 years ago
  12. e2cb5f0 ACPI: replace kmalloc+memcpy with kmemdup by Andrei Epure · 11 years ago
  13. 9ce4e60 ACPI / PM: Move device power management functions to device_pm.c by Rafael J. Wysocki · 11 years ago
  14. 96bfd3c ACPI / PM: Common string representations of device power states by Rafael J. Wysocki · 11 years ago
  15. ad0c3b0 ACPI / PM: More visible function for retrieving device power states by Rafael J. Wysocki · 11 years ago
  16. ff0c419 ACPI / PM: Change the way power transitions to D3cold are carried out by Rafael J. Wysocki · 11 years ago
  17. ddc150f ACPI / PM: Add check preventing transitioning to non-D0 state from D3. by Lv Zheng · 12 years ago
  18. 078eb12 ACPI / PM: Provide device PM functions operating on struct acpi_device by Rafael J. Wysocki · 12 years ago
  19. fc54ab7 ACPI: run _OSC after ACPI_FULL_INITIALIZATION by Lin Ming · 12 years ago
  20. 8f7412a ACPI / PM: Infer parent power state from child if unknown, v2 by Rafael J. Wysocki · 12 years ago
  21. 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
  22. c2f4191 ACPI: Set hotplug _OST support bit to _OSC by Toshi Kani · 12 years ago
  23. 38c92ff ACPI / PM: Make __acpi_bus_get_power() cover D3cold correctly by Rafael J. Wysocki · 12 years ago
  24. 63a1a76 ACPI / PM: Fix error messages in drivers/acpi/bus.c by Rafael J. Wysocki · 12 years ago
  25. 5c7dd71 ACPI / PCI / PM: Fix device PM regression related to D3hot/D3cold by Rafael J. Wysocki · 12 years ago
  26. f2d4753 ACPI: export acpi_kobj by Matthew Garrett · 12 years ago
  27. 4505a20 ACPI: Drop ACPI_NO_HARDWARE_INIT by Rafael J. Wysocki · 13 years ago
  28. a7e09d4 ACPI: APEI build fix by Len Brown · 13 years ago
  29. eccddd3 ACPI, APEI, Add APEI bit support in generic _OSC call by Huang Ying · 13 years ago
  30. 28c2103 ACPI: Add D3 cold state by Lin Ming · 13 years ago
  31. 6831c6e PM: Drop pm_flags that is not necessary by Rafael J. Wysocki · 13 years ago
  32. cd51e61c PM / ACPI: Remove references to pm_flags from bus.c by Rafael J. Wysocki · 13 years ago
  33. 53eac70 ACPI / PM: Drop acpi_power_nocheck by Rafael J. Wysocki · 14 years ago
  34. f6767dc ACPI / PM: Drop acpi_bus_get_power() by Rafael J. Wysocki · 14 years ago
  35. 488a76c ACPI / Fan: Rework the handling of power resources by Rafael J. Wysocki · 14 years ago
  36. 97d9a9e ACPI / PM: Register acpi_power_driver early by Rafael J. Wysocki · 14 years ago
  37. 25eed40 ACPI / PM: Add function for updating device power state consistently by Rafael J. Wysocki · 14 years ago
  38. ade3e7f ACPI / PM: Add function for device power state initialization by Rafael J. Wysocki · 14 years ago
  39. 5e6d4fe ACPI / PM: Introduce __acpi_bus_get_power() by Rafael J. Wysocki · 14 years ago
  40. 32a00d2 ACPI / PM: Prevent acpi_power_get_inferred_state() from making changes by Rafael J. Wysocki · 14 years ago
  41. b1d248d ACPI: install ACPI table handler before any dynamic tables being loaded by Zhang Rui · 14 years ago
  42. 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
  43. 100cf87 ACPI: invoke DSDT corruption workaround on all Toshiba Satellite by Len Brown · 14 years ago
  44. 58f87ed ACPI: Fix typos by Lucas De Marchi · 14 years ago
  45. 47f5c89 ACPI: remove deprecated ACPI procfs I/F by Zhang Rui · 14 years ago
  46. 1c8fce2 ACPI: introduce drivers/acpi/sysfs.c by Zhang Rui · 14 years ago
  47. a25ee92 ACPI: introduce drivers/acpi/debugfs.c by Zhang Rui · 14 years ago
  48. 965fd9e drivers: acpi: don't use own implementation of hex_to_bin() by Andy Shevchenko · 14 years ago
  49. 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
  50. cce4f63 ACPI: fix early DSDT dmi check warnings on ia64 by Lin Ming · 14 years ago
  51. 5cc4a0f ACPI: silence kmemcheck false positive by Dan Carpenter · 14 years ago
  52. aa2110c ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDT by Lin Ming · 14 years ago
  53. 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
  54. 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
  55. 6a4e2b7 ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes by Zhao Yakui · 15 years ago
  56. 0c99c52 ACPI: Disable explicit power state retrieval on fans by Zhang Rui · 15 years ago
  57. 309ddc5 Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into release by Len Brown · 15 years ago
  58. 9dc130f ACPI: fix OSC regression that caused aer and pciehp not to load by Shaohua Li · 15 years ago
  59. 78f1699 ACPI: processor: call _PDC early by Alex Chiang · 15 years ago
  60. 3563ff9 ACPI: Add platform-wide _OSC support. by Shaohua Li · 15 years ago
  61. 70023de ACPI: Add a generic API for _OSC -v2 by Shaohua Li · 15 years ago
  62. 402ac53 ACPI: add acpi_bus_get_status_handle() by Bjorn Helgaas · 15 years ago
  63. d26f052 Merge branch 'misc-2.6.32' into release by Len Brown · 15 years ago
  64. eb27cae ACPI: linux/acpi.h should not include linux/dmi.h by Len Brown · 15 years ago
  65. 8e4319c ACPICA: Fix several acpi_attach_data problems by Bob Moore · 15 years ago
  66. ff754e2 ACPI: use handle, not device, in system notification path by Bjorn Helgaas · 15 years ago
  67. cdd5b8c ACPI: remove unused return values from Bus Check & Device Check handling by Bjorn Helgaas · 15 years ago
  68. aa8a149 ACPI: remove unused "status_changed" return value from Check Device handling by Bjorn Helgaas · 15 years ago
  69. 02c37bd ACPI: simplify notification debug messages by Bjorn Helgaas · 15 years ago
  70. 6d27813 ACPI: allow drivers to request both device and system notify events by Bjorn Helgaas · 15 years ago
  71. ddc50b6 ACPI: power: update error message by Len Brown · 15 years ago
  72. 9a38f4e Merge branch 'bjorn-initcall-cleanup' into release by Len Brown · 15 years ago
  73. 201b8c6 ACPI: call acpi_wakeup_device_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  74. 9cee43e ACPI: call acpi_sleep_proc_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  75. 0e46517 ACPI: call init_acpi_device_notify() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  76. 84f810c ACPI: call acpi_debug_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  77. 141a0af ACPI: call acpi_system_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  78. 4451537 ACPI: call acpi_power_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  79. a5f820f ACPI: call acpi_ec_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  80. e747f27 ACPI: call acpi_scan_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  81. 81d0273 ACPI: skip DMI power state check when ACPI disabled by Bjorn Helgaas · 15 years ago
  82. e60cc7a ACPI: move private declarations to internal.h by Bjorn Helgaas · 15 years ago
  83. 176f9c1 ACPI: remove doubled status checking by Jiri Slaby · 15 years ago
  84. e76f427 ACPI: fix 2.6.28 acpi.debug_level regression by Bjorn Helgaas · 16 years ago
  85. 87b5860 ACPI: turn off all debug output by default by Bjorn Helgaas · 16 years ago
  86. 8950d89 ACPI: remove CONFIG_ACPI_EC by Bjorn Helgaas · 16 years ago
  87. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  88. 0fbb372 Merge branch 'ec' into test by Len Brown · 16 years ago
  89. 47bf31a Merge branch 'dock' into test by Len Brown · 16 years ago
  90. 39a0ad8 ACPI : Load device driver according to the status of acpi device by Zhao Yakui · 16 years ago
  91. 6415e12 ACPI: Add DMI check to disable power state check in power transition by Zhao Yakui · 16 years ago
  92. f5adfaa ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transition by Zhao Yakui · 16 years ago
  93. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  94. 455c879 ACPI: Enable EC device immediately after ACPI full initialization by Zhao Yakui · 16 years ago
  95. 6bd00a6 ACPI: introduce notifier change to avoid duplicates by Shaohua Li · 16 years ago
  96. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  97. 67a119f ACPICA: Eliminate acpi_native_uint type v2 by Bob Moore · 16 years ago
  98. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  99. 3737b2b ACPI: Introduce acpi_bus_power_manageable function by Rafael J. Wysocki · 16 years ago
  100. 7752d5c x86: validate against acpi motherboard resources by Robert Hancock · 16 years ago