1. 6ef2f01 ACPI / scan: Set the visited flag for all enumerated devices by Rafael J. Wysocki · 7 years ago
  2. c1e9414 ACPI / sysfs: Provide quirk mechanism to prevent GPE flooding by Lv Zheng · 7 years ago
  3. 66f5854 Merge branch 'device-properties' by Rafael J. Wysocki · 8 years ago
  4. 1571875 ACPI / platform: Add support for build-in properties by Heikki Krogerus · 8 years ago
  5. 0137a33 Merge branches 'acpi-wdat' and 'acpi-ec' by Rafael J. Wysocki · 8 years ago
  6. 058dfc7 ACPI / watchdog: Add support for WDAT hardware watchdog by Mika Westerberg · 8 years ago
  7. 2a57084 ACPI / EC: Fix a gap that ECDT EC cannot handle EC events by Lv Zheng · 8 years ago
  8. 5331d9c ACPI / drivers: replace acpi_probe_lock spinlock with mutex by Lorenzo Pieralisi · 8 years ago
  9. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  10. 68bdb67 ACPI: add support for ACPI reconfiguration notifiers by Octavian Purdila · 8 years ago
  11. 10c7e20 ACPI / scan: fix enumeration (visited) flags for bus rescans by Octavian Purdila · 8 years ago
  12. a4e081b Xen: ACPI: Hide UART used by Xen by Shannon Zhao · 8 years ago
  13. 6ce2e18 ACPI / scan: AMBA bus probing support by Graeme Gregory · 8 years ago
  14. 2d12b6b ACPI / utils: Add acpi_dev_present() by Lukas Wunner · 8 years ago
  15. ca9dc8d4 ACPI / scan: Fix acpi_bus_id_list bookkeeping by Lukas Wunner · 8 years ago
  16. e399037 ACPI / scan: set status to 0 if _STA failed by Aaron Lu · 9 years ago
  17. f2115fa Merge branch 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  18. b84f196 ACPI: Adding DMA Attribute APIs for ACPI Device by Suthikulpanit, Suravee · 9 years ago
  19. e3ed766 Merge branch 'acpi-init' by Rafael J. Wysocki · 9 years ago
  20. 343ccb0 Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted' by Rafael J. Wysocki · 9 years ago
  21. e647b53 ACPI: Add early device probing infrastructure by Marc Zyngier · 9 years ago
  22. 6a0d12e ACPI / scan: use kstrdup_const() in acpi_add_id() by Rasmus Villemoes · 9 years ago
  23. 844142c ACPI / scan: constify struct acpi_hardware_id::id by Rasmus Villemoes · 9 years ago
  24. 504a337 ACPI / property: Extend device_get_next_child_node() to data-only nodes by Rafael J. Wysocki · 9 years ago
  25. 3431e49 Merge branch 'acpi-scan' into acpi-pm by Rafael J. Wysocki · 9 years ago
  26. 712e960 ACPI / PM: Attach ACPI power domain only once by Mika Westerberg · 9 years ago
  27. 1dcc3d3 ACPI / bus: Move ACPI bus type registration by Rafael J. Wysocki · 9 years ago
  28. 5894b0c ACPI / scan: Move bus operations and notification routines to bus.c by Rafael J. Wysocki · 9 years ago
  29. 68c6b14 ACPI / scan: Move device matching code to bus.c by Rafael J. Wysocki · 9 years ago
  30. c2efefb ACPI / scan: Move sysfs-related device code to a separate file by Rafael J. Wysocki · 9 years ago
  31. 26095a0 ACPI / scan: Add support for ACPI _CLS device matching by Suthikulpanit, Suravee · 9 years ago
  32. e193cd1 Merge branch 'acpi-cca' by Rafael J. Wysocki · 9 years ago
  33. 4def8a3 Merge branch 'acpi-video' by Rafael J. Wysocki · 9 years ago
  34. 4f1fd90 Merge branches 'acpi-pm', 'acpi-apei', 'acpi-osl' and 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  35. adc8bb8 acpi-video-detect: Move acpi_is_video_device() to acpi/scan.c by Hans de Goede · 9 years ago
  36. d056267 ACPI / scan: Parse _CCA and setup device coherency by Suthikulpanit, Suravee · 9 years ago
  37. 0519ade ACPI / scan: constify ACPI device ids by Mathias Krause · 9 years ago
  38. ee89209 ACPI / property: Define a symbol for PRP0001 by Rafael J. Wysocki · 9 years ago
  39. 20dacb7 ACPI / PM: Rework device power management to follow ACPI 6 by Rafael J. Wysocki · 9 years ago
  40. 7d28435 ACPI / scan: Add a scan handler for PRP0001 by Rafael J. Wysocki · 9 years ago
  41. 4c533c8 ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline() by Rafael J. Wysocki · 9 years ago
  42. 5f2e327 ACPI / scan: Fix NULL pointer dereference in acpi_companion_match() by Rafael J. Wysocki · 9 years ago
  43. 8765c5b ACPI / scan: Rework modalias creation when "compatible" is present by Rafael J. Wysocki · 9 years ago
  44. 2b9c698 ACPI / scan: Take the PRP0001 position in the list of IDs into account by Rafael J. Wysocki · 9 years ago
  45. e1acdeb ACPI / scan: Simplify acpi_match_device() by Rafael J. Wysocki · 9 years ago
  46. 54fe9ce ACPI / scan: Generalize of_compatible matching by Rafael J. Wysocki · 9 years ago
  47. fd9caef ACPI / scan: fix fixed event handler return value by Aaron Lu · 9 years ago
  48. 92082a8 ACPI: add AMD ACPI2Platform device support for x86 system by Ken Xue · 9 years ago
  49. 1b1f3e1 ACPI / PM: Fix PM initialization for devices that are not present by Rafael J. Wysocki · 9 years ago
  50. be10f60 Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm' by Rafael J. Wysocki · 9 years ago
  51. 80167a2 ACPI / scan: Change the level of _DEP-related messages to KERN_DEBUG by Rafael J. Wysocki · 9 years ago
  52. 69bad36 Merge branches 'acpi-scan', 'acpi-pm', 'acpi-lpss' and 'acpi-processor' by Rafael J. Wysocki · 9 years ago
  53. 40e7fcb ACPI: Add _DEP support to fix battery issue on Asus T100TA by Lan Tianyu · 9 years ago
  54. 8a0662d Driver core: Unified interface for firmware node properties by Rafael J. Wysocki · 10 years ago
  55. 733e625 ACPI: Allow drivers to match using Device Tree compatible property by Mika Westerberg · 10 years ago
  56. ffdcd95 ACPI: Add support for device specific properties by Mika Westerberg · 10 years ago
  57. 5287078 ACPI: Use ACPI companion to match only the first physical device by Mika Westerberg · 10 years ago
  58. 1c45d9a Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  59. 8264fce6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  60. 2f85723 ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE renaming. by Lv Zheng · 10 years ago
  61. 9ef5a30 Merge branches 'acpi-hotplug', 'acpi-scan', 'acpi-lpss', 'acpi-gpio' and 'acpi-video' by Rafael J. Wysocki · 10 years ago
  62. 98d28d0 ACPI / scan: Correct error return value of create_modalias() by Mika Westerberg · 10 years ago
  63. 8ab17fc ACPI / hotplug: Generate online uevents for ACPI containers by Rafael J. Wysocki · 10 years ago
  64. 3230bbf ACPI: introduce ACPI int340x thermal scan handler by Zhang Rui · 10 years ago
  65. a383b68 ACPI / scan: not cache _SUN value in struct acpi_device_pnp by Yasuaki Ishimatsu · 10 years ago
  66. 236105d ACPI: Run fixed event device notifications in process context by Lan Tianyu · 10 years ago
  67. fc2e0a8 ACPI / scan: Allow ACPI drivers to bind to PNP device objects by Rafael J. Wysocki · 10 years ago
  68. 21c806d Merge branches 'acpi-processor', 'acpi-hotplug' and 'acpi-battery' by Rafael J. Wysocki · 10 years ago
  69. dee1592 ACPI / hotplug: Check scan handlers in acpi_scan_hot_remove() by Tang Chen · 10 years ago
  70. e5e0243 Merge branches 'acpi-video' and 'acpi-hotplug' by Rafael J. Wysocki · 10 years ago
  71. bd9b2f9 ACPI / scan: No implicit wake notification for buttons by Rafael J. Wysocki · 10 years ago
  72. ba574dc ACPI / hotplug: Simplify acpi_set_hp_context() by Rafael J. Wysocki · 10 years ago
  73. b04c58b Merge branch 'acpi-enumeration' by Rafael J. Wysocki · 10 years ago
  74. a392f7d Merge branch 'acpi-pm' by Rafael J. Wysocki · 10 years ago
  75. 4845934 ACPI / scan: use platform bus type by default for _HID enumeration by Zhang Rui · 10 years ago
  76. d34afa9 ACPI / scan: Change the meaning of missing .attach() in scan handlers by Rafael J. Wysocki · 10 years ago
  77. 549e684 ACPI / scan: introduce platform_id device PNP type flag by Rafael J. Wysocki · 10 years ago
  78. eec15ed ACPI / PNP: use device ID list for PNPACPI device enumeration by Zhang Rui · 10 years ago
  79. aca0a4e ACPI / scan: .match() callback for ACPI scan handlers by Rafael J. Wysocki · 10 years ago
  80. f25c0ae ACPI / PM: Avoid resuming devices in ACPI PM domain during system suspend by Rafael J. Wysocki · 10 years ago
  81. 2650ef4 ACPI / scan: do not scan fixed hardware on HW-reduced platform by Aaron Lu · 10 years ago
  82. 165f5fd Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers' by Rafael J. Wysocki · 10 years ago
  83. 2eb0609 Merge branch 'acpi-ost' by Rafael J. Wysocki · 10 years ago
  84. 1e3bcb59 ACPI / hotplug: Rework deferred execution of acpi_device_hotplug() by Rafael J. Wysocki · 10 years ago
  85. 700b842 ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OST by Rafael J. Wysocki · 10 years ago
  86. 5d51320 ACPI / ATA: Add hotplug contexts to ACPI companions of SATA devices by Rafael J. Wysocki · 10 years ago
  87. be27b3d ACPI / dock: Add .uevent() callback to struct acpi_hotplug_context by Rafael J. Wysocki · 10 years ago
  88. 2bd74d9 Merge branch 'acpi-pci-hotplug' into acpi-ost by Rafael J. Wysocki · 10 years ago
  89. ae3caa8 ACPI: use device name LNXSYBUS.xx for ACPI \_SB and \_TZ objects by Jiang Liu · 10 years ago
  90. b43109f ACPI / dock: Pass ACPI device pointer to acpi_device_is_battery() by Rafael J. Wysocki · 10 years ago
  91. 1e2380c ACPI / dock: Dispatch dock notifications from the global notify handler by Rafael J. Wysocki · 10 years ago
  92. 9cb32ac ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handler by Rafael J. Wysocki · 10 years ago
  93. 1a69947 ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify() by Rafael J. Wysocki · 10 years ago
  94. 5e6f236 ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler() by Rafael J. Wysocki · 10 years ago
  95. dd2151b ACPI / hotplug / PCI: Rework the handling of eject requests by Rafael J. Wysocki · 10 years ago
  96. 3c2cc7f ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplug by Rafael J. Wysocki · 10 years ago
  97. e525506 ACPI / hotplug / PCI: Define hotplug context lock in the core by Rafael J. Wysocki · 10 years ago
  98. 78ea463 ACPI / hotplug: Fix potential race in acpi_bus_notify() by Rafael J. Wysocki · 10 years ago
  99. 8fcfb99 ACPI / hotplug: Fix panic on eject to ejected device by Toshi Kani · 10 years ago
  100. 82e1805 Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and 'acpica' by Rafael J. Wysocki · 10 years ago