1. 78d4202 Merge tag 'devprop-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years ago
  2. 3f7bdda device property: add description of fwnode cases by Bard Liao · 4 years ago
  3. 47f4469 Revert "device property: Keep secondary firmware node secondary by type" by Bard Liao · 4 years ago
  4. f6bcb4c regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init() by Dan Carpenter · 4 years ago
  5. cffa4b2 regmap: debugfs: Fix a memory leak when calling regmap_attach_dev by Xiaolei Wang · 4 years, 1 month ago
  6. b4ec805 Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 1 month ago
  7. a45f1d4 Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 4 years, 1 month ago
  8. 2cffa11 Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  9. 7240153 Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 1 month ago
  10. c367caf Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 1 month ago
  11. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
  12. f0c0c11 mm: memcontrol: account pagetables per node by Shakeel Butt · 4 years, 1 month ago
  13. 42b4ca0 Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap' by Rafael J. Wysocki · 4 years, 1 month ago
  14. 4c5744a Merge branches 'pm-cpuidle' and 'pm-em' by Rafael J. Wysocki · 4 years, 1 month ago
  15. 3c41e57 Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 4 years, 1 month ago
  16. f0f6dba Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 1 month ago
  17. 46e85af driver core: platform: don't oops in platform_shutdown() on unbound devices by Dmitry Baryshkov · 4 years, 1 month ago
  18. 718072c PM: domains: create debugfs nodes when adding power domains by Thierry Strudel · 4 years, 1 month ago
  19. e15f2fa driver core: platform: Add devm_platform_get_irqs_affinity() by John Garry · 4 years, 2 months ago
  20. 91f90da platform-msi: Track shared domain allocation by Marc Zyngier · 4 years, 2 months ago
  21. 0aec2da driver core: platform: Introduce platform_get_mem_or_io() by Andy Shevchenko · 4 years, 1 month ago
  22. 0b81144 soc: fix comment for freeing soc_dev_attr by Krzysztof Kozlowski · 4 years, 1 month ago
  23. 9c30921 driver core: platform: use bus_type functions by Uwe Kleine-König · 4 years, 2 months ago
  24. 1608566 driver core: platform: change logic implementing platform_driver_probe by Uwe Kleine-König · 4 years, 2 months ago
  25. e21d740a driver core: platform: reorder functions by Uwe Kleine-König · 4 years, 2 months ago
  26. 2c3dc64 driver core: make driver_probe_device() static by Julian Wiedmann · 4 years, 2 months ago
  27. d475f8e driver core: Fix a couple of typos by Thierry Reding · 4 years, 2 months ago
  28. 5b6164d3 driver core: Reorder devices on successful probe by Thierry Reding · 4 years, 1 month ago
  29. 2d09e6e driver core: Delete pointless parameter in fwnode_operations.add_links by Saravana Kannan · 4 years, 2 months ago
  30. f9aa460 driver core: Refactor fw_devlink feature by Saravana Kannan · 4 years, 2 months ago
  31. 25ac86c driver core: Use device's fwnode to check if it is waiting for suppliers by Saravana Kannan · 4 years, 2 months ago
  32. c2c724c driver core: Add fw_devlink_parse_fwtree() by Saravana Kannan · 4 years, 2 months ago
  33. b5d3e2f device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev() by Saravana Kannan · 4 years, 2 months ago
  34. ac66c5b driver core: Allow only unprobed consumers for SYNC_STATE_ONLY device links by Saravana Kannan · 4 years, 2 months ago
  35. 7b337cb driver core: Add fwnode link support by Saravana Kannan · 4 years, 2 months ago
  36. 01bb86b driver core: Add fwnode_init() by Saravana Kannan · 4 years, 2 months ago
  37. c84b909 Revert "driver core: fw_devlink: Add support for batching fwnode parsing" by Saravana Kannan · 4 years, 2 months ago
  38. 999032e Revert "driver core: Remove check in driver_deferred_probe_force_trigger()" by Saravana Kannan · 4 years, 2 months ago
  39. 96d8a91 Revert "driver core: Don't do deferred probe in parallel with kernel_init thread" by Saravana Kannan · 4 years, 2 months ago
  40. 3b052a3 Revert "driver core: Rename dev_links_info.defer_sync to defer_hook" by Saravana Kannan · 4 years, 2 months ago
  41. c95d640 Revert "driver core: Avoid deferred probe due to fw_devlink_pause/resume()" by Saravana Kannan · 4 years, 2 months ago
  42. 66482f6 driver: core: Fix list corruption after device_del() by Takashi Iwai · 4 years, 1 month ago
  43. e77dcb0 opp: Don't create an OPP table from dev_pm_opp_get_opp_table() by Viresh Kumar · 4 years, 2 months ago
  44. 784b2c4 driver core: auxiliary bus: Fix auxiliary bus shutdown null auxdrv ptr by Dave Jiang · 4 years, 1 month ago
  45. 4ecc08b Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into asoc-5.11 by Mark Brown · 4 years, 1 month ago
  46. 2e37d91 Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into driver-core-next by Greg Kroah-Hartman · 4 years, 1 month ago
  47. 0d2bf11 driver core: auxiliary bus: minor coding style tweaks by Greg Kroah-Hartman · 4 years, 1 month ago
  48. 8142a46 driver core: auxiliary bus: make remove function return void by Greg Kroah-Hartman · 4 years, 1 month ago
  49. 7bbb79f driver core: auxiliary bus: move slab.h from include file by Greg Kroah-Hartman · 4 years, 1 month ago
  50. 7de3697 Add auxiliary bus support by Dave Ertman · 4 years, 1 month ago
  51. 4616c50 Merge remote-tracking branch 'regmap/for-5.11' into regmap-next by Mark Brown · 4 years, 2 months ago
  52. b6c5055 Merge series "regmap/SoundWire/ASoC: Add SoundWire SDCA support" from Bard Liao <yung-chuan.liao@linux.intel.com>: by Mark Brown · 4 years, 2 months ago
  53. fb5103f regmap/SoundWire: sdw: add support for SoundWire 1.2 MBQ by Pierre-Louis Bossart · 4 years, 2 months ago
  54. d9a500b regmap: sdw: add required header files by Pierre-Louis Bossart · 4 years, 2 months ago
  55. e6e9354 regmap: Remove duplicate `type` field from regmap `regcache_sync` trace event by Philippe Duplessis-Guindon · 4 years, 2 months ago
  56. 4e1d9a7 PM: sleep: Add dev_wakeup_path() helper by Patrice Chotard · 4 years, 2 months ago
  57. f7d0135 regmap: Fix order of regmap write log by Lucas Tanure · 4 years, 2 months ago
  58. b9795a3 PM: domains: Enable dev_pm_genpd_suspend|resume() for suspend-to-idle by Ulf Hansson · 4 years, 2 months ago
  59. fc51989 PM: domains: Rename pm_genpd_syscore_poweroff|poweron() by Ulf Hansson · 4 years, 2 months ago
  60. f39ee99 PM: sleep: Print driver flags for all devices during suspend/resume by Chen Yu · 4 years, 3 months ago
  61. 33c0c9b drivers: base: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 3 months ago
  62. 7008e58 driver core: Fix lockdep warning on wfs_lock by Saravana Kannan · 4 years, 2 months ago
  63. d315c62 regmap: irq: Convert to use irq_domain_create_legacy() by Andy Shevchenko · 4 years, 3 months ago
  64. 9226c50 PM: runtime: Resume the device earlier in __device_release_driver() by Rafael J. Wysocki · 4 years, 3 months ago
  65. d6e3666 PM: runtime: Drop pm_runtime_clean_up_links() by Rafael J. Wysocki · 4 years, 3 months ago
  66. e0e398e PM: runtime: Drop runtime PM references to supplier on link removal by Rafael J. Wysocki · 4 years, 3 months ago
  67. 99aed92 device property: Don't clear secondary pointer for shared primary firmware node by Andy Shevchenko · 4 years, 3 months ago
  68. d5dcce0 device property: Keep secondary firmware node secondary by type by Andy Shevchenko · 4 years, 3 months ago
  69. 6e1e90e regmap: mmio: add config option to allow relaxed MMIO accesses by Adrian Ratiu · 4 years, 3 months ago
  70. 41f762a Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 3 months ago
  71. 71d47b5 Merge branches 'pm-core', 'pm-sleep', 'pm-tools' and 'powercap' by Rafael J. Wysocki · 4 years, 3 months ago
  72. d298787 PM: sleep: remove unreachable break by Tom Rix · 4 years, 3 months ago
  73. 330e393 PM: domains: Fix build error for genpd notifiers by Ulf Hansson · 4 years, 3 months ago
  74. 54a4c78 Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 4 years, 3 months ago
  75. 90c7eae mm: don't panic when links can't be created in sysfs by Laurent Dufour · 4 years, 3 months ago
  76. b611719 mm/memory_hotplug: prepare passing flags to add_memory() and friends by David Hildenbrand · 4 years, 3 months ago
  77. c6a113b PM: domains: enable domain idle state accounting by Lina Iyer · 4 years, 3 months ago
  78. 505a70b PM: domains: Add curly braces to delimit comment + statement block by Geert Uytterhoeven · 4 years, 3 months ago
  79. d4f8138 PM: domains: Add support for PM domain on/off notifiers for genpd by Ulf Hansson · 4 years, 3 months ago
  80. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  81. 726eb70 Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 3 months ago
  82. 074b3aa drivers: core: fix kernel-doc markup for dev_err_probe() by Mauro Carvalho Chehab · 4 years, 4 months ago
  83. fe15146 Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 3 months ago
  84. cf1d2b4 Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 3 months ago
  85. 0b8417c Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 3 months ago
  86. d5660df Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
  87. c77f520 drivers/base: make device_find_child_by_name() compatible with sysfs inputs by Dan Williams · 4 years, 3 months ago
  88. d594d8f Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 3 months ago
  89. 2cf9ba2 Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains' by Rafael J. Wysocki · 4 years, 3 months ago
  90. e4174ff Merge branch 'acpi-numa' by Rafael J. Wysocki · 4 years, 3 months ago
  91. 70333f4 Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years, 3 months ago
  92. a20b705 cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale() by Ionela Voinescu · 4 years, 4 months ago
  93. dba8648 firmware_loader: fix a kernel-doc markup by Mauro Carvalho Chehab · 4 years, 3 months ago
  94. a17a733 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 4 years, 3 months ago
  95. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 4 months ago
  96. 6e0545c Merge remote-tracking branch 'regmap/for-5.10' into regmap-next by Mark Brown · 4 years, 3 months ago
  97. 3a6f0fb regmap: irq: Add support to clear ack registers by Laxminath Kasam · 4 years, 3 months ago
  98. 59cdb23 firmware: Add request_partial_firmware_into_buf() by Scott Branden · 4 years, 4 months ago
  99. 89287c1 firmware: Store opt_flags in fw_priv by Kees Cook · 4 years, 4 months ago
  100. 0fa8e08 fs/kernel_file_read: Add "offset" arg for partial reads by Kees Cook · 4 years, 4 months ago