1. 35a6723 driver core: Ensure wait_for_device_probe() waits until the deferred_probe_timeout fires by John Stultz · 4 years, 8 months ago
  2. 4ccc03e driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout warnings by John Stultz · 4 years, 8 months ago
  3. ce68929 driver core: Revert default driver_deferred_probe_timeout value to 0 by John Stultz · 4 years, 8 months ago
  4. 7706b0a component: Silence bind error on -EPROBE_DEFER by James Hilliard · 4 years, 9 months ago
  5. 00b2475 driver core: Fix handling of fw_devlink=permissive by Saravana Kannan · 4 years, 9 months ago
  6. 9495b7e driver core: platform: Initialize dma_parms for platform devices by Ulf Hansson · 4 years, 8 months ago
  7. a8a0e2a Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 8 months ago
  8. 5a35770 firmware_loader: revert removal of the fw_fallback_config export by Luis Chamberlain · 4 years, 8 months ago
  9. 09beebd PM: sleep: core: Switch back to async_schedule_dev() by Kai-Heng Feng · 4 years, 8 months ago
  10. 7396047 firmware_loader: remove unused exports by Christoph Hellwig · 4 years, 9 months ago
  11. 5f47adf mm/memory_hotplug: allow to specify a default online_type by David Hildenbrand · 4 years, 9 months ago
  12. 862919e mm/memory_hotplug: convert memhp_auto_online to store an online_type by David Hildenbrand · 4 years, 9 months ago
  13. 4dc8207 drivers/base/memory: store mapping between MMOP_* and string in an array by David Hildenbrand · 4 years, 9 months ago
  14. efc978a drivers/base/memory: map MMOP_OFFLINE to 0 by David Hildenbrand · 4 years, 9 months ago
  15. 956f8b4 drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE by David Hildenbrand · 4 years, 9 months ago
  16. fada9ae drivers/base/memory.c: drop pages_correctly_probed() by David Hildenbrand · 4 years, 9 months ago
  17. 68c3a6a drivers/base/memory.c: drop section_count by David Hildenbrand · 4 years, 9 months ago
  18. ef05db1 Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 9 months ago
  19. e03d1f7 mm/sparse: rename pfn_present() to pfn_in_present_section() by Pingfan Liu · 4 years, 9 months ago
  20. b5252a6 PM: sleep: core: Drop racy and redundant checks from device_prepare() by Rafael J. Wysocki · 4 years, 9 months ago
  21. 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
  22. 3cd86a5 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 9 months ago
  23. 992a1a3 Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  24. 49835c1 Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 9 months ago
  25. 5983809 Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 9 months ago
  26. db34c5f Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 9 months ago
  27. 063d194 Merge tag 'media/v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 4 years, 9 months ago
  28. ada0629 Merge branches 'pm-core', 'pm-sleep', 'pm-acpi' and 'pm-domains' by Rafael J. Wysocki · 4 years, 9 months ago
  29. f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
  30. 53cdc1c drivers/base/memory.c: indicate all memory blocks as removable by David Hildenbrand · 4 years, 9 months ago
  31. 18555cb Revert "driver core: Set fw_devlink to "permissive" behavior by default" by Greg Kroah-Hartman · 4 years, 9 months ago
  32. 33c3736 cpu/hotplug: Hide cpu_up/down() by Qais Yousef · 4 years, 9 months ago
  33. 87de659 PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not there by Neeraj Upadhyay · 4 years, 9 months ago
  34. c442a0d1 driver core: Set fw_devlink to "permissive" behavior by default by Saravana Kannan · 4 years, 9 months ago
  35. a3a87d6 driver core: Replace open-coded list_last_entry() by Andy Shevchenko · 4 years, 9 months ago
  36. 927f828 driver core: Read atomic counter once in driver_probe_done() by Andy Shevchenko · 4 years, 9 months ago
  37. fd78901 driver core: platform: Reimplement devm_platform_ioremap_resource by Dejin Zheng · 4 years, 9 months ago
  38. 890cc39 drivers: provide devm_platform_get_and_ioremap_resource() by Dejin Zheng · 4 years, 9 months ago
  39. d2e971d Merge 5.6-rc7 into usb-next by Greg Kroah-Hartman · 4 years, 9 months ago
  40. 4dbe191 driver core: Add device links from fwnode only for the primary device by Saravana Kannan · 4 years, 9 months ago
  41. e4c2c0f firmware: Add new platform fallback mechanism and firmware_request_platform() by Hans de Goede · 5 years ago
  42. 99917e3 Revert "drivers: base: power: wakeup.c: Use built-in RCU list checking" by Greg Kroah-Hartman · 4 years, 10 months ago
  43. 8ba8880 drivers: base: power: wakeup.c: Use built-in RCU list checking by Madhuparna Bhowmik · 4 years, 10 months ago
  44. 14422f1 component: allow missing unbind callback by Marco Felsch · 4 years, 10 months ago
  45. bcfbd35 firmware: fix a double abort case with fw_load_sysfs_fallback by Junyong Sun · 4 years, 10 months ago
  46. 4dfff3d arch_topology: Fix putting invalid cpu clk by Jeffy Chen · 4 years, 10 months ago
  47. 6fafbbe device property: Export fwnode_get_name() by Heikki Krogerus · 4 years, 10 months ago
  48. 56cb268 PM / Domains: Allow no domain-idle-states DT property in genpd when parsing by Ulf Hansson · 4 years, 10 months ago
  49. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  50. e3a36eb driver code: clarify and fix platform device DMA mask allocation by Christoph Hellwig · 4 years, 10 months ago
  51. 4a33691 cpu-topology: Fix the potential data corruption by Zeng Tao · 4 years, 10 months ago
  52. b8fe128 arch_topology: Adjust initial CPU capacities with current freq by Jeffy Chen · 5 years ago
  53. 847e338 drivers/base/cpu: Simplify s*nprintf() usages by Takashi Iwai · 4 years, 10 months ago
  54. 4636a04 drivers/base/cpu: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  55. 8e567ed Merge 5.6-rc5 into usb-next by Greg Kroah-Hartman · 4 years, 10 months ago
  56. 9a2dd57 Merge 5.6-rc5 into driver-core-next by Greg Kroah-Hartman · 4 years, 10 months ago
  57. b34e5c1 Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 10 months ago
  58. cd0ed03 arm64: use activity monitors for frequency invariance by Ionela Voinescu · 4 years, 10 months ago
  59. 9211f0a driver core: fw_devlink_flags can be static by kbuild test robot · 4 years, 10 months ago
  60. 7589238a Revert "software node: Simplify software_node_release() function" by Brendan Higgins · 4 years, 10 months ago
  61. 68464d7 driver core: Add missing annotation for device_links_write_lock() by Jules Irenge · 4 years, 11 months ago
  62. ab7789c driver core: Add missing annotation for device_links_read_lock() by Jules Irenge · 4 years, 11 months ago
  63. 64c775f driver core: Rename deferred_probe_timeout and make it global by John Stultz · 4 years, 10 months ago
  64. 0e9f8d0 driver core: Remove driver_deferred_probe_check_state_continue() by John Stultz · 4 years, 10 months ago
  65. e2cec7d driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES is set by John Stultz · 4 years, 10 months ago
  66. c8c43ce driver core: Fix driver_deferred_probe_check_state() logic by John Stultz · 4 years, 10 months ago
  67. 8375e74 driver core: Add fw_devlink kernel commandline option by Saravana Kannan · 4 years, 10 months ago
  68. 1745d29 driver core: Reevaluate dev->links.need_for_probe as suppliers are added by Saravana Kannan · 4 years, 10 months ago
  69. 7703616 driver core: Skip unnecessary work when device doesn't have sync_state() by Saravana Kannan · 4 years, 10 months ago
  70. 21eb93f driver core: Call sync_state() even if supplier has no consumers by Saravana Kannan · 4 years, 10 months ago
  71. a7914d1 device property: Export fwnode_get_name() by Heikki Krogerus · 4 years, 10 months ago
  72. 2591e7b PM: sleep: wakeup: Use built-in RCU list checking by Madhuparna Bhowmik · 4 years, 10 months ago
  73. 42beb82 PM: sleep: core: Use built-in RCU list checking by Madhuparna Bhowmik · 4 years, 10 months ago
  74. c111566 PM: runtime: Add pm_runtime_get_if_active() by Sakari Ailus · 4 years, 10 months ago
  75. 3b52fc5 drivers/base/power: add dpm_sysfs_change_owner() by Christian Brauner · 4 years, 10 months ago
  76. b8f33e5 device: add device_change_owner() by Christian Brauner · 4 years, 10 months ago
  77. 901cff7 firmware_loader: load files from the mount namespace of init by Topi Miettinen · 5 years ago
  78. eab3540 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  79. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  80. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  81. 9291799 mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone() by David Hildenbrand · 5 years ago
  82. cf3c8f8 Merge tag 'pm-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  83. bd5c234 mm/memory_hotplug: pass in nid to online_pages() by David Hildenbrand · 5 years ago
  84. 3f9903b mm: remove the memory isolate notifier by David Hildenbrand · 5 years ago
  85. 82b2c6f Merge branches 'pm-cpufreq' and 'pm-core' by Rafael J. Wysocki · 5 years ago
  86. 33c84e8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  87. 08a3ef8 Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  88. 975f9ce Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  89. 85c009e Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  90. 6d277ac Merge tag 'pm-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  91. c95d9c1 Merge branches 'pm-core', 'powercap', 'pm-opp', 'pm-avs' and 'pm-misc' by Rafael J. Wysocki · 5 years ago
  92. 245224d Merge branches 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 5 years ago
  93. 0552e05 PM: core: Fix handling of devices deleted during system-wide resume by Rafael J. Wysocki · 5 years ago
  94. 85db1cd firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS by Hans de Goede · 5 years ago
  95. 72a9cc9 devtmpfs: factor out common tail of devtmpfs_{create,delete}_node by Rasmus Villemoes · 5 years ago
  96. fad1db8 devtmpfs: initify a bit by Rasmus Villemoes · 5 years ago
  97. 21766d1 devtmpfs: simplify initialization of mount_dev by Rasmus Villemoes · 5 years ago
  98. 0ff0e95 devtmpfs: factor out setup part of devtmpfsd() by Rasmus Villemoes · 5 years ago
  99. c9d6b287 devtmpfs: fix theoretical stale pointer deref in devtmpfsd() by Rasmus Villemoes · 5 years ago
  100. 0707cfa driver core: platform: fix u32 greater or equal to zero comparison by Colin Ian King · 5 years ago