1. a15a3d9 ACPI / scan: Prefer devices without _HID/_CID for _ADR matching by Rafael J. Wysocki · 7 years ago
  2. f2115fa Merge branch 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  3. 1831eff device property: ACPI: Make use of the new DMA Attribute APIs by Suthikulpanit, Suravee · 9 years ago
  4. c33cab6 ACPI: change init_acpi_device_notify() to return void by Rami Rosen · 9 years ago
  5. d056267 ACPI / scan: Parse _CCA and setup device coherency by Suthikulpanit, Suravee · 9 years ago
  6. ca5b74d ACPI: Introduce has_acpi_companion() by Rafael J. Wysocki · 9 years ago
  7. 9cb32ac ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handler by Rafael J. Wysocki · 10 years ago
  8. bfecc2b ACPI / bind: Move acpi_get_child() to drivers/ide/ide-acpi.c by Rafael J. Wysocki · 10 years ago
  9. 24dee1f ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one() by Rafael J. Wysocki · 10 years ago
  10. e3f02c5 ACPI / bind: Rework struct acpi_bus_type by Rafael J. Wysocki · 10 years ago
  11. 9c5ad36 ACPI / bind: Redefine acpi_preset_companion() by Rafael J. Wysocki · 10 years ago
  12. 11dcc75 ACPI / bind: Redefine acpi_get_child() by Rafael J. Wysocki · 10 years ago
  13. 5ce79d2 PCI / ACPI: Use acpi_find_child_device() for child devices lookup by Rafael J. Wysocki · 10 years ago
  14. d9fef0c ACPI / bind: Simplify child device lookups by Rafael J. Wysocki · 10 years ago
  15. a104b4d ACPI / bind: Use (put|get)_device() on ACPI device objects too by Rafael J. Wysocki · 11 years ago
  16. 7b19981 ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node by Rafael J. Wysocki · 11 years ago
  17. 11b88ee ACPI / bind: Prefer device objects with _STA to those without it by Rafael J. Wysocki · 11 years ago
  18. 464c114 ACPI: Print diagnostic messages if device links cannot be created by Rafael J. Wysocki · 11 years ago
  19. 3342c75 ACPI: Drop unnecessary label from acpi_bind_one() by Rafael J. Wysocki · 11 years ago
  20. 38e88839 ACPI: Clean up error code path in acpi_unbind_one() by Rafael J. Wysocki · 11 years ago
  21. 3e33278 ACPI: Use list_for_each_entry() in acpi_unbind_one() by Rafael J. Wysocki · 11 years ago
  22. f501b6e ACPI: acpi_bind_one()/acpi_unbind_one() whitespace cleanups by Rafael J. Wysocki · 11 years ago
  23. 4005520 ACPI: Create symlinks in acpi_bind_one() under physical_node_lock by Rafael J. Wysocki · 11 years ago
  24. bdbdbf9 ACPI: Reduce acpi_bind_one()/acpi_unbind_one() code duplication by Rafael J. Wysocki · 11 years ago
  25. 3fe444a ACPI: Do not fail acpi_bind_one() if device is already bound correctly by Rafael J. Wysocki · 11 years ago
  26. 60f75b8 ACPI: Try harder to resolve _ADR collisions for bridges by Rafael J. Wysocki · 11 years ago
  27. 007ccfc ACPI: Drop physical_node_id_bitmap from struct acpi_device by Rafael J. Wysocki · 11 years ago
  28. bdc8f09 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  29. c7d9ca90 ACPI: add _STA evaluation at do_acpi_find_child() by Jeff Wu · 11 years ago
  30. ac212b6 ACPI / processor: Use common hotplug infrastructure by Rafael J. Wysocki · 11 years ago
  31. 9241448 ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_type by Rafael J. Wysocki · 11 years ago
  32. 5354009 ACPI / glue: Add .match() callback to struct acpi_bus_type by Rafael J. Wysocki · 11 years ago
  33. a68d353 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  34. 5989329 Merge branch 'acpi-scan' by Rafael J. Wysocki · 11 years ago
  35. 33f767d ACPI: Rework acpi_get_child() to be more efficient by Rafael J. Wysocki · 11 years ago
  36. a412a11 ACPI / glue: Fix build with ACPI_GLUE_DEBUG set by Yinghai Lu · 11 years ago
  37. 23415eb ACPI / glue: Update DBG macro to include KERN_DEBUG by Joe Perches · 11 years ago
  38. 11909ca ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type by Rafael J. Wysocki · 11 years ago
  39. 95f8a08 ACPI / driver core: Introduce struct acpi_dev_node and related macros by Rafael J. Wysocki · 11 years ago
  40. f3fd0c8 ACPI: Allow ACPI handles of devices to be initialized in advance by Rafael J. Wysocki · 11 years ago
  41. 06f64c8 driver core / ACPI: Move ACPI support to core device and driver types by Mika Westerberg · 12 years ago
  42. 2978af5 ACPI: Fix memory leak in acpi_bind_one() by Jesper Juhl · 12 years ago
  43. 1033f90 ACPI: Allow ACPI binding with USB-3.0 hub by Lan Tianyu · 12 years ago
  44. 91e4d5a drivers/acpi/glue: revert accidental license-related 6b66d95895c bits by Jeff Garzik · 12 years ago
  45. 6b66d95 libata: bind the Linux device tree to the ACPI device tree by Matthew Garrett · 12 years ago
  46. 66886d6 ACPI: Add stubs for (un)register_acpi_bus_type by Matthew Garrett · 12 years ago
  47. 214f2c9 acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  48. 7fa69ba ACPI / PM: Drop special ACPI wakeup flags by Rafael J. Wysocki · 13 years ago
  49. 108029f ACPI: Add the check of ADR flag in course of finding ACPI handle for PCI device by Zhao Yakui · 14 years ago
  50. 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
  51. 439913f ACPI: replace acpi_integer by u64 by Lin Ming · 14 years ago
  52. 2263576 ACPICA: Add post-order callback to acpi_walk_namespace by Lin Ming · 15 years ago
  53. 985f3878 Merge branch 'acpica' into release by Len Brown · 15 years ago
  54. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  55. 8e4319c ACPICA: Fix several acpi_attach_data problems by Bob Moore · 15 years ago
  56. 15b8dd5 ACPICA: Major update for acpi_get_object_info external interface by Bob Moore · 15 years ago
  57. 7fe2a6c ACPI: kill acpi_get_physical_pci_device() by Alexander Chiang · 15 years ago
  58. 0e46517d ACPI: call init_acpi_device_notify() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  59. db1461a ACPI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  60. 22c13f9 ACPI: video: Ignore devices that aren't present in hardware by Thomas Renninger · 16 years ago
  61. a474aae rtc-cmos: move wake setup from ACPI glue into RTC driver by Bjorn Helgaas · 16 years ago
  62. 1efd325 Fix RTC wakealarm sysfs interface breakage. by Linus Torvalds · 16 years ago
  63. 76acae0 ACPI: Make /proc/acpi/wakeup interface handle PCI devices (again) by Rafael J. Wysocki · 16 years ago
  64. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 16 years ago
  65. 5e248ac APCI: revert another duplicated patch by Thomas Gleixner · 16 years ago
  66. 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
  67. d185705 ACPI: don't walk tables if ACPI was disabled by Vegard Nossum · 16 years ago
  68. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  69. 4389ed2 ACPI: don't walk tables if ACPI was disabled by Vegard Nossum · 16 years ago
  70. e1094bf ACPI: Disable Fixed_RTC event when installing RTC handler by Zhao Yakui · 16 years ago
  71. 1071695 ACPI: crosslink ACPI and "real" device nodes by David Brownell · 16 years ago
  72. e5685b9 ACPI: misc cleanups by Adrian Bunk · 17 years ago
  73. 4ebf83c ACPI: fix empty macros found by -Wextra by Dave Jones · 17 years ago
  74. 19bfe37 workaround rtc-related acpi table bugs by David Brownell · 17 years ago
  75. f5f72b4 ACPI wakeup hooks for rtc-cmos by David Brownell · 17 years ago
  76. 8d4956c ACPI: remove non-PNPACPI version of get_rtc_dev() by Len Brown · 17 years ago
  77. a74388e ACPI: updates rtc-cmos device platform_data by David Brownell · 17 years ago
  78. d91a007 ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot faster by Justin Chen · 17 years ago
  79. cece901 Pull style into test branch by Len Brown · 17 years ago
  80. 463e7c7 Pull trivial into test branch by Len Brown · 17 years ago
  81. 465ae64 ACPI: Change ACPI to use dev_archdata instead of firmware_data by Benjamin Herrenschmidt · 18 years ago
  82. 2f000f5 ACPI: optimize pci_rootbridge search by Chen, Justin · 18 years ago
  83. 50dd096 ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi by Jan Engelhardt · 18 years ago
  84. 02438d8 ACPI: delete acpi_os_free(), use kfree() directly by Len Brown · 18 years ago
  85. 50eca3e [ACPI] ACPICA 20050930 by Bob Moore · 19 years ago
  86. 3d5271f Pull release into acpica branch by Len Brown · 18 years ago
  87. a3a45ec [PATCH] pciehp: clean-up how we request control of hotplug hardware by rajesh.shah@intel.com · 19 years ago
  88. 51b190b [PATCH] `unaligned access' in acpi get_root_bridge_busnr() by Peter Chubb · 19 years ago
  89. eca008c [ACPI] handle ACPICA 20050916's acpi_resource.type rename by Len Brown · 19 years ago
  90. 1dadb3d [ACPI] don't complain about PCI root bridges without _SEG by Bjorn Helgaas · 19 years ago
  91. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  92. ef7b06c [ACPI] quiet dmesg related to ACPI PM of PCI devices by David Shaohua Li · 19 years ago
  93. 4e10d12 [ACPI] Bind PCI devices with ACPI devices by David Shaohua Li · 19 years ago