1. fb1c592 Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Greg Kroah-Hartman · 6 years ago
  2. 69e445a PM / core: Clear the direct_complete flag on errors by Rafael J. Wysocki · 6 years ago
  3. 7012040 firmware: Always initialize the fw_priv list object by Bjorn Andersson · 6 years ago
  4. 422b3db firmware: Fix security issue with request_firmware_into_buf() by Rishabh Bhatnagar · 6 years ago
  5. 4e8346d memory_hotplug: fix kernel_panic on offline page processing by Mikhail Zaslonko · 6 years ago
  6. 5e2e2f9 PM / clk: signedness bug in of_pm_clk_add_clks() by Dan Carpenter · 6 years ago
  7. a18d783 Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  8. a3266bd mm: provide a fallback for PAGE_KERNEL_RO for architectures by Luis R. Rodriguez · 6 years ago
  9. 3172e5e mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node() by Oscar Salvador · 6 years ago
  10. 4fbce63 mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_memory_range() by Oscar Salvador · 6 years ago
  11. d5b6f6a3 mm/memory_hotplug.c: call register_mem_sect_under_node() by Oscar Salvador · 6 years ago
  12. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  13. 92d4a03 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  14. b018fc9 Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  15. 3860cae Merge tag 'regulator-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 6 years ago
  16. 15bc88c Merge tag 'regmap-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 6 years ago
  17. 17bc343 Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle' by Rafael J. Wysocki · 6 years ago
  18. d22d593 Merge branch 'regulator-4.19' into regulator-next by Mark Brown · 6 years ago
  19. 1dce5d8 Merge branch 'regmap-4.19' into regmap-next by Mark Brown · 6 years ago
  20. 1cbdded Merge tag 'regmap-noinc-read' into regmap-4.19 by Mark Brown · 6 years ago
  21. 74fe7b5 regmap: Add regmap_noinc_read API by Crestez Dan Leonard · 6 years ago
  22. f2701b7 Merge 4.18-rc7 into master to pick up the KVM dependcy by Thomas Gleixner · 6 years ago
  23. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  24. d2fc88a Merge 4.18-rc7 into driver-core-next by Greg Kroah-Hartman · 6 years ago
  25. a5f9e5d Merge tag 'driver-core-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  26. 75eb3a6 regmap: sccb: fix typo and sort headers alphabetically by Akinobu Mita · 6 years ago
  27. 0afdd67 Merge branch 'i2c/smbus_xfer_unlock-immutable' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into regmap-4.19 for sccb dependency by Mark Brown · 6 years ago
  28. e16f4f3 base: core: Remove WARN_ON from link dependencies check by Benjamin Gaignard · 6 years ago
  29. 3297c8f drivers/base: stop new probing during shutdown by Pingfan Liu · 6 years ago
  30. 9944e89 driver core: set up ownership of class devices in sysfs by Dmitry Torokhov · 6 years ago
  31. e594a06 Merge tag 'regmap-sccb' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-4.19 by Mark Brown · 6 years ago
  32. bcf7eac regmap: add SCCB support by Akinobu Mita · 6 years ago
  33. 6e852651 firmware: add call to LSM hook before firmware sysfs fallback by Mimi Zohar · 6 years ago
  34. 726e410 drivers: core: Remove glue dirs from sysfs earlier by Benjamin Herrenschmidt · 6 years ago
  35. 46d3a03 driver core: remove unnecessary function extern declare by Shaokun Zhang · 6 years ago
  36. e76ad18 regmap: slimbus: add support to multi read/write by Srinivas Kandagatla · 6 years ago
  37. 722e5f2 driver core: Partially revert "driver core: correct device's shutdown order" by Rafael J. Wysocki · 6 years ago
  38. e01afc3 PM / Domains: Stop deferring probe at the end of initcall by Rob Herring · 6 years ago
  39. 25b4e70 driver core: allow stopping deferred probe after init by Rob Herring · 6 years ago
  40. 1689cac driver core: Add flag to autoremove device link on supplier unbind by Vivek Gautam · 7 years ago
  41. e88728f driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMER by Vivek Gautam · 7 years ago
  42. 27dceb8 PM / Domains: Introduce dev_pm_domain_attach_by_name() by Ulf Hansson · 7 years ago
  43. 5d6be70 PM / Domains: Introduce option to attach a device by name to genpd by Ulf Hansson · 7 years ago
  44. 28af109 driver core: add a debugfs entry to show deferred devices by Javier Martinez Canillas · 6 years ago
  45. 319b11e base: fix order of OF initialization by Wesley W. Terpstra · 7 years ago
  46. 448a5a5 drivers: base: cacheinfo: use OF property_read_u32 instead of get_property,read_number by Sudeep Holla · 6 years ago
  47. 663336e device: Add #define dev_fmt similar to #define pr_fmt by Joe Perches · 7 years ago
  48. 0a50f61 drivers: base: initcall_debug logs for driver probe times by Todd Poynor · 7 years ago
  49. d884221 driver core: Add device_link_remove function by pascal paillet · 6 years ago
  50. 895b661 PM / Domains: Don't power on at attach for the multi PM domain case by Ulf Hansson · 7 years ago
  51. ad6384b PM / Domains: Rename opp_node to np by Viresh Kumar · 7 years ago
  52. 26c92a3 Merge tag 'pm-4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  53. 17dbca1 x86/speculation/l1tf: Add sysfs reporting for l1tf by Andi Kleen · 7 years ago
  54. 47e5abf PM / core: Fix supplier device runtime PM usage counter imbalance by Rafael J. Wysocki · 7 years ago
  55. cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 7 years ago
  56. d09fcec Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  57. 6a900f8 Merge branches 'pm-domains' and 'pm-tools' by Rafael J. Wysocki · 7 years ago
  58. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  59. b06c0b2f Revert "PM / runtime: Fixup reference counting of device link suppliers at probe" by Rafael J. Wysocki · 7 years ago
  60. 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  61. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  62. 2d5ed61 PM / wakeup: Export wakeup_count instead of event_count via sysfs by Ravi Chandra Sadineni · 7 years ago
  63. 82e12d9 PM / Domains: Add dev_pm_domain_attach_by_id() to manage multi PM domains by Ulf Hansson · 7 years ago
  64. 3c095f3 PM / Domains: Add support for multi PM domains per device to genpd by Ulf Hansson · 7 years ago
  65. 8cb1cbd PM / Domains: Split genpd_dev_pm_attach() by Ulf Hansson · 7 years ago
  66. bcd931f PM / Domains: Don't attach devices in genpd with multi PM domains by Ulf Hansson · 7 years ago
  67. ec064d3 Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  68. 2509b56 device: Use overflow helpers for devm_kmalloc() by Kees Cook · 7 years ago
  69. a74e0c4 Merge tag 'dp-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  70. 3c89adb0 Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  71. db020be Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  72. a31895a Merge tag 'regmap-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 7 years ago
  73. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  74. 869619e Merge branch 'regmap-4.17' into regmap-4.18 for the merge window by Mark Brown · 7 years ago
  75. a24e16b Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs' by Rafael J. Wysocki · 7 years ago
  76. d9fecca Merge branch 'pm-opp' by Rafael J. Wysocki · 7 years ago
  77. 5b550c9 Merge branch 'pm-domains' by Rafael J. Wysocki · 7 years ago
  78. f1c7d00 Merge branches 'pm-qos' and 'pm-core' by Rafael J. Wysocki · 7 years ago
  79. 8c97a46 driver core: hold dev's parent lock when needed by Martin Liu · 7 years ago
  80. 96c1bf6 PM / Domains: Drop unused parameter in genpd_allocate_dev_data() by Ulf Hansson · 7 years ago
  81. 924f448 PM / Domains: Drop genpd as in-param for pm_genpd_remove_device() by Ulf Hansson · 7 years ago
  82. 1a7a670 PM / Domains: Drop __pm_genpd_add_device() by Ulf Hansson · 7 years ago
  83. ca69549 Merge branch 'pm-domains' into pm-opp by Rafael J. Wysocki · 7 years ago
  84. e891281 PM / domains: Add perf_state attribute to genpd debugfs by Rajendra Nayak · 7 years ago
  85. a0504ae PM / runtime: Drop usage count for suppliers at device link removal by Ulf Hansson · 7 years ago
  86. 1e83786 PM / runtime: Fixup reference counting of device link suppliers at probe by Ulf Hansson · 7 years ago
  87. bccaada PM / wakeup: Make events_lock a RAW_SPINLOCK by Sebastian Andrzej Siewior · 7 years ago
  88. a215586 mm/memory_hotplug: fix leftover use of struct page during hotplug by Jonathan Cameron · 7 years ago
  89. cbdd39c regmap: slimbus: allow register offsets up to 16 bits by Srinivas Kandagatla · 7 years ago
  90. 0dda2bb driver-core: return EINVAL error instead of BUG_ON() by Florian Schmaus · 7 years ago
  91. 21c7336 Merge back PM core material for v4.18. by Rafael J. Wysocki · 7 years ago
  92. 9ad14c0 PM / Domain: Return 0 on error from of_genpd_opp_to_performance_state() by Viresh Kumar · 7 years ago
  93. 9ca5a2a Merge tag 'pm-4.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  94. 1d64422 PM: wakeup: Use pr_debug() for the "aborting suspend" message by Rafael J. Wysocki · 7 years ago
  95. c62ec46 PM / core: Fix direct_complete handling for devices with no callbacks by Rafael J. Wysocki · 7 years ago
  96. 582b468 drivers: base cacheinfo: Add support for ACPI based firmware tables by Jeremy Linton · 7 years ago
  97. 9b97387 cacheinfo: rename of_node to fw_token by Jeremy Linton · 7 years ago
  98. 2ff075c drivers: base: cacheinfo: setup DT cache properties early by Jeremy Linton · 7 years ago
  99. d529a18 drivers: base: cacheinfo: move cache_setup_of_node() by Jeremy Linton · 7 years ago
  100. 63dcc70 device property: Get rid of union aliasing by Andy Shevchenko · 7 years ago