1. fc68f42 ACPI: fix NULL pointer dereference by Linus Torvalds · 3 years, 5 months ago
  2. 71f6428 ACPI: utils: Fix reference counting in for_each_acpi_dev_match() by Andy Shevchenko · 3 years, 6 months ago
  3. cd3eb7e Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 6 months ago
  4. 349a2d5 Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 6 months ago
  5. 11a8c5e ACPI: Move IOMMU setup code out of IORT by Jean-Philippe Brucker · 3 years, 7 months ago
  6. 2d07951 ACPI: scan: Define acpi_bus_put_acpi_device() as static inline by Rafael J. Wysocki · 3 years, 7 months ago
  7. b83e2b3 ACPI: scan: Add function to fetch dependent of ACPI device by Daniel Scally · 3 years, 7 months ago
  8. a9e10e5 ACPI: scan: Extend acpi_walk_dep_device_list() by Daniel Scally · 3 years, 7 months ago
  9. 3d7c821 ACPI: scan: Constify acpi_dma_supported() helper function by Andy Shevchenko · 3 years, 7 months ago
  10. aad659e Merge branches 'acpi-cppc', 'acpi-video' and 'acpi-utils' by Rafael J. Wysocki · 3 years, 8 months ago
  11. 81eeb2f5 ACPI: utils: Document for_each_acpi_dev_match() macro by Andy Shevchenko · 3 years, 9 months ago
  12. 4cbaba4 ACPI: bus: Introduce acpi_dev_get() and reuse it in ACPI code by Andy Shevchenko · 3 years, 9 months ago
  13. 8eb99e9 ACPI: utils: Add acpi_reduced_hardware() helper by Hans de Goede · 3 years, 9 months ago
  14. eb50aaf ACPI: scan: Use unique number for instance_no by Andy Shevchenko · 3 years, 10 months ago
  15. bf263f6 media: ACPI / bus: Add acpi_dev_get_next_match_dev() and helper macro by Daniel Scally · 4 years ago
  16. 7482c5c PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup() by Rafael J. Wysocki · 4 years, 1 month ago
  17. b8e069a ACPI/IORT: Add an input ID to acpi_dma_configure() by Lorenzo Pieralisi · 4 years, 7 months ago
  18. 132565d ACPI: utils: Add acpi_evaluate_reg() helper by Hans de Goede · 4 years, 8 months ago
  19. df23e2b acpi: Remove header dependency by Peter Zijlstra · 4 years, 10 months ago
  20. 35009c8 ACPI / utils: Introduce acpi_dev_hid_uid_match() helper by Andy Shevchenko · 5 years ago
  21. a814dcc ACPI / utils: Move acpi_dev_get_first_match_dev() under CONFIG_ACPI by Andy Shevchenko · 5 years ago
  22. 50e163d Merge branches 'acpi-pm' and 'pm-pci' by Rafael J. Wysocki · 5 years ago
  23. ad5a449 ACPI: PM: Make acpi_sleep_state_supported() non-static by Dexuan Cui · 6 years ago
  24. 9ed411c ACPI: PM: Unexport acpi_device_get_power() by Rafael J. Wysocki · 6 years ago
  25. 4533771 ACPI / PM: Introduce concept of a _PR0 dependent device by Mika Westerberg · 6 years ago
  26. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  27. ca6f998 ACPI: bus: change _ADR representation to 64 bits by Pierre-Louis Bossart · 6 years ago
  28. fe06662 gpio: merrifield: Fix build err without CONFIG_ACPI by YueHaibing · 6 years ago
  29. 257f905 ACPI / utils: Remove deprecated function since no user left by Andy Shevchenko · 6 years ago
  30. 817b4d6 ACPI / utils: Introduce acpi_dev_get_first_match_dev() helper by Andy Shevchenko · 6 years ago
  31. bd6bf7c Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  32. 5f5e489 ACPI / property: Allow multiple property compatible _DSD entries by Mika Westerberg · 6 years ago
  33. dc3c055 dma-mapping: remove dma_deconfigure by Christoph Hellwig · 6 years ago
  34. d87fb09 ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use by John Garry · 7 years ago
  35. 67dcf8a ACPI: utils: Introduce acpi_dev_get_first_match_name() by Andy Shevchenko · 7 years ago
  36. b6c7026 Merge branch 'acpi-ec' into acpi by Rafael J. Wysocki · 7 years ago
  37. a64a62c ACPI / EC: Fix regression related to PM ops support in ECDT device by Lv Zheng · 7 years ago
  38. e361d1f ACPI / scan: Fix enumeration for special UART devices by Frédéric Danis · 7 years ago
  39. 9e987b7 ACPI / bus: Make ACPI_HANDLE() work for non-GPL code again by John Hubbard · 7 years ago
  40. e7d0c41 Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  41. f928a49 Merge branches 'acpi-ec', 'acpi-dma', 'acpi-processor' and 'acpi-cppc' by Rafael J. Wysocki · 7 years ago
  42. c04ac67 ACPI: Introduce DMA ranges parsing by Lorenzo Pieralisi · 7 years ago
  43. 1ba51a7 ACPI / PCI / PM: Rework acpi_pci_propagate_wakeup() by Rafael J. Wysocki · 7 years ago
  44. 99d8845 ACPI / PM: Split acpi_device_wakeup() by Rafael J. Wysocki · 7 years ago
  45. 8b9d680 ACPI: Constify acpi_bus helper functions, switch to macros by Sakari Ailus · 7 years ago
  46. db3e50f device property: Get rid of struct fwnode_handle type field by Sakari Ailus · 7 years ago
  47. b81b729 ACPI: Use IS_ERR_OR_NULL() instead of non-NULL check in is_acpi_data_node() by Sakari Ailus · 7 years ago
  48. 8f8e5c3 Merge branch 'acpi-pm' by Rafael J. Wysocki · 8 years ago
  49. 875aabf5 Merge branch 'uuid-types' by Rafael J. Wysocki · 8 years ago
  50. 8370c2d PCI / PM: Drop pme_interrupt flag from struct pci_dev by Rafael J. Wysocki · 8 years ago
  51. 4d183d0 ACPI / PM: Consolidate device wakeup settings code by Rafael J. Wysocki · 8 years ago
  52. a1a6639 ACPI / PM: Drop run_wake from struct acpi_device_wakeup_flags by Rafael J. Wysocki · 8 years ago
  53. d07ff65 Merge branch 'uuid-types' by Rafael J. Wysocki · 8 years ago
  54. e4330d8b ACPI / scan: Fix enumeration for special SPI and I2C devices by Jarkko Nikula · 8 years ago
  55. 33e4f80 ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle by Rafael J. Wysocki · 8 years ago
  56. 64fd1c70 ACPI / PM: Run wakeup notify handlers synchronously by Rafael J. Wysocki · 8 years ago
  57. 94116f8 ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() by Andy Shevchenko · 8 years ago
  58. dc9edaa Merge tag 'acpi-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  59. 28b4780 Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  60. 46436eb Merge branches 'acpi-soc', 'acpi-bus', 'acpi-pmic' and 'acpi-power' by Rafael J. Wysocki · 8 years ago
  61. 5fab100 Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  62. b7ecf66 ACPI / bus: Introduce a list of ids for "always present" devices by Hans de Goede · 8 years ago
  63. 5a1bb63 drivers: acpi: Handle IOMMU lookup failure with deferred probing or error by Sricharan R · 8 years ago
  64. 8661423 ACPI / utils: Add new acpi_dev_present helper by Hans de Goede · 8 years ago
  65. dfa672f ACPI / property: Add possiblity to retrieve parent firmware node by Mika Westerberg · 8 years ago
  66. 51ede5d ACPI / bus: Introduce acpi_of_modalias() equiv of of_modalias_node() by Dan O'Donovan · 8 years ago
  67. d760a1b ACPI: Implement acpi_dma_configure by Lorenzo Pieralisi · 8 years ago
  68. 613e972 device property: Add function to search for named child of device by Adam Thomson · 9 years ago
  69. 1f40c49 Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  70. fc72395 Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools' by Rafael J. Wysocki · 9 years ago
  71. 0224a4a device property: Avoid potential dereferences of invalid pointers by Heikki Krogerus · 9 years ago
  72. c7e16e5 acpi: widen acpi_evaluate_dsm() revision and function-index arguments by Jerry Hoemann · 9 years ago
  73. c68ae33e ACPI / utils: Rename acpi_dev_present() by Lukas Wunner · 9 years ago
  74. 42d287d Merge branches 'acpi-scan', 'acpi-bus', 'acpi-osl' and 'acpi-pm' by Rafael J. Wysocki · 9 years ago
  75. cd7f84c ACPI / PM: Support D3 COLD device in old BIOS for ZPODD by Ken Xue · 9 years ago
  76. 2d12b6b ACPI / utils: Add acpi_dev_present() by Lukas Wunner · 9 years ago
  77. f2115fa Merge branch 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  78. ab3d527 device property: ACPI: Remove unused DMA APIs by Suthikulpanit, Suravee · 9 years ago
  79. b84f196 ACPI: Adding DMA Attribute APIs for ACPI Device by Suthikulpanit, Suravee · 9 years ago
  80. d764c21 ACPI: Honor ACPI _CCA attribute setting by Jeremy Linton · 9 years ago
  81. 343ccb0 Merge branches 'acpi-scan', 'acpi-tables', 'acpi-ec' and 'acpi-assorted' by Rafael J. Wysocki · 9 years ago
  82. 844142c ACPI / scan: constify struct acpi_hardware_id::id by Rasmus Villemoes · 9 years ago
  83. 636c19d ACPI / scan: constify first argument of struct acpi_scan_handler::match by Rasmus Villemoes · 9 years ago
  84. 3a7a2ab ACPI / property: Extend fwnode_property_* to data-only subnodes by Rafael J. Wysocki · 9 years ago
  85. 263b4c1 ACPI / property: Expose data-only subnodes via sysfs by Rafael J. Wysocki · 9 years ago
  86. 445b0eb ACPI / property: Add support for data-only subnodes by Rafael J. Wysocki · 9 years ago
  87. 4c62dbb ACPI: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
  88. 132c242 Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  89. c181fb3 ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() by Alexander Sverdlin · 10 years ago
  90. e193cd1 Merge branch 'acpi-cca' by Rafael J. Wysocki · 10 years ago
  91. 4f1fd90 Merge branches 'acpi-pm', 'acpi-apei', 'acpi-osl' and 'acpi-pci' by Rafael J. Wysocki · 10 years ago
  92. d056267 ACPI / scan: Parse _CCA and setup device coherency by Suthikulpanit, Suravee · 10 years ago
  93. 20dacb7 ACPI / PM: Rework device power management to follow ACPI 6 by Rafael J. Wysocki · 10 years ago
  94. 5c53b26 ACPI / property: Refine consistency check for PRP0001 by Rafael J. Wysocki · 10 years ago
  95. 9a9ca16 Merge branch 'device-properties' by Rafael J. Wysocki · 10 years ago
  96. 359597c ACPI: Add acpi_device_uid() for convenience by Adrian Hunter · 10 years ago
  97. ce79348 driver core / ACPI: Represent ACPI companions using fwnode_handle by Rafael J. Wysocki · 10 years ago
  98. be10f60 Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm' by Rafael J. Wysocki · 10 years ago
  99. 175f8e2 ACPI / PM: Do not disable wakeup GPEs that have not been enabled by Rafael J. Wysocki · 10 years ago
  100. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago