1. fa9a67e Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  2. 4614e0c Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains' by Rafael J. Wysocki · 9 years ago
  3. 7c97666 Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  4. 65c61bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  5. 1b2b90c PM / OPP: Return suspend_opp only if it is enabled by Viresh Kumar · 9 years ago
  6. 4eafbd1 PM / OPP: add dev_pm_opp_get_suspend_opp() helper by Bartlomiej Zolnierkiewicz · 9 years ago
  7. e81b594 Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  8. 5b902d6 device property: Don't overwrite addr when failing in device_get_mac_address by Julien Grall · 9 years ago
  9. 6c0f568 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  10. 30e7a65 PM / Domains: Ensure subdomain is not in use before removing by Jon Hunter · 9 years ago
  11. 0469785 mm: check if section present during memory block registering by Yinghai Lu · 9 years ago
  12. abebcdf Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  13. 072502a Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-next by Mark Brown · 9 years ago
  14. 84fb901 Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-next by Mark Brown · 9 years ago
  15. a458a6d Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  16. f7474161 Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus by Mark Brown · 9 years ago
  17. b3959b5 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 9 years ago
  18. 04782ca Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-core by Mark Brown · 9 years ago
  19. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  20. 29e47e2 PM / Domains: Try power off masters in error path of __pm_genpd_poweron() by Ulf Hansson · 9 years ago
  21. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  22. f1a3c0b Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  23. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  24. 56963d9 Merge branches 'pm-sleep', 'pm-domains' and 'pm-avs' by Rafael J. Wysocki · 9 years ago
  25. 5cf896b Merge branches 'pm-cpuidle', 'pm-devfreq' and 'pm-clk' by Rafael J. Wysocki · 9 years ago
  26. ac2a29c Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  27. 4980125 Merge branch 'device-properties' by Rafael J. Wysocki · 9 years ago
  28. ef5f5de Merge branch 'acpi-pm' by Rafael J. Wysocki · 9 years ago
  29. 7073bc6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  30. 1af115d Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  31. 17649c9 regmap: fix a NULL pointer dereference in __regmap_init by Sergey SENOZHATSKY · 9 years ago
  32. d5b98eb regmap: Support bulk reads for devices without raw formatting by Mark Brown · 9 years ago
  33. 532161e Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', 'asoc/topic/rl6231', 'asoc/topic/rockchip' and 'asoc/topic/rt286' into asoc-next by Mark Brown · 9 years ago
  34. 2933253 regmap-i2c: Add smbus i2c block support by Markus Pargmann · 9 years ago
  35. c335931 regmap: Add raw_write/read checks for max_raw_write/read sizes by Markus Pargmann · 9 years ago
  36. f50c9eb regmap: regmap max_raw_read/write getter functions by Markus Pargmann · 9 years ago
  37. adaac45 regmap: Introduce max_raw_read/write for regmap_bulk_read/write by Markus Pargmann · 9 years ago
  38. 1052461 Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-smbus-block by Mark Brown · 9 years ago
  39. 8bb6944 PM / Domains: Fix typo in description of genpd_dev_pm_detach() by Jon Hunter · 9 years ago
  40. be5ed55 PM / Domains: Make pm_genpd_init() available to modules by Rajendra Nayak · 9 years ago
  41. 15dec67 PM / domains: Align column headers and data in pm_genpd_summary output by Geert Uytterhoeven · 9 years ago
  42. 50a3cb0 PM / OPP: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  43. 68fa9f0 PM / OPP: Fix static checker warning (broken 64bit big endian systems) by Viresh Kumar · 9 years ago
  44. 1f821ed PM / OPP: Free resources and properly return error on failure by Viresh Kumar · 9 years ago
  45. 4fa7508e device property: Return -ENXIO if there is no suitable FW interface by Guenter Roeck · 9 years ago
  46. 4f73b06 device property: fallback to pset when gettng one string by Andy Shevchenko · 9 years ago
  47. 7f5dcaf drivercore: Fix unregistration path of platform devices by Grant Likely · 9 years ago
  48. 9c9f7f6 regmap: No multi_write support if bus->write does not exist by Markus Pargmann · 9 years ago
  49. 67921a1 regmap: Split use_single_rw internally into use_single_read/write by Markus Pargmann · 9 years ago
  50. c594b7f regmap: Fix regmap_bulk_write for bus writes by Markus Pargmann · 9 years ago
  51. 2f710a3 device property: Add ETH_ALEN check, update comments. by Jeremy Linton · 9 years ago
  52. 9a16ea9 regmap: regmap_raw_read return error on !bus->read by Markus Pargmann · 9 years ago
  53. 07ea400 regmap: Fix regmap_can_raw_write check by Markus Pargmann · 9 years ago
  54. 4c96b7d Add a matching set of device_ functions for determining mac/phy by Jeremy Linton · 9 years ago
  55. cec45d9 Merge tag 'regmap-fix-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  56. b486afb regmap: fix typos in regmap.c by Xiubo Li · 9 years ago
  57. 2f9b660 regmap: Fix integertypes for register address and value by Markus Pargmann · 9 years ago
  58. 9b9412d Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  59. 1ed8111 regmap: Move documentation to regmap.h by Nicolas Boichat · 9 years ago
  60. 3cfe7a7 regmap: Use different lockdep class for each regmap init call by Nicolas Boichat · 9 years ago
  61. 1635e88 regmap: debugfs: Fix misuse of IS_ENABLED by Axel Lin · 9 years ago
  62. 19445b2 PM / OPP: add dev_pm_opp_is_turbo() helper by Bartlomiej Zolnierkiewicz · 9 years ago
  63. 8d4d4e9 PM / OPP: Add helpers for initializing CPU OPPs by Viresh Kumar · 9 years ago
  64. ad656a6 PM / OPP: Add support for opp-suspend by Viresh Kumar · 9 years ago
  65. 0644165 PM / OPP: Add OPP sharing information to OPP library by Viresh Kumar · 9 years ago
  66. 3ca9bb3 PM / OPP: Add clock-latency-ns support by Viresh Kumar · 9 years ago
  67. 2746590 PM / OPP: Add support to parse "operating-points-v2" bindings by Viresh Kumar · 9 years ago
  68. 23dacf6 PM / OPP: Break _opp_add_dynamic() into smaller functions by Viresh Kumar · 9 years ago
  69. aa5f2f8 PM / OPP: Allocate dev_opp from _add_device_opp() by Viresh Kumar · 9 years ago
  70. 3bac42c PM / OPP: Create _remove_device_opp() for freeing dev_opp by Viresh Kumar · 9 years ago
  71. 737002b PM / OPP: Relocate few routines by Viresh Kumar · 9 years ago
  72. 52cdbdd driver core: correct device's shutdown order by Grygorii Strashko · 9 years ago
  73. 82b2c3c driver core: fix docbook for device_private.device by Tomeu Vizoso · 9 years ago
  74. ecc87ee device property: fix potential NULL pointer dereference by Andy Shevchenko · 9 years ago
  75. eda5867 cpu: Remove bogus __ref annotation of cpu_subsys_online() by Mathias Krause · 9 years ago
  76. a885de6 firmware: fix wrong memory deallocation in fw_add_devm_name() by Vladimir Zapolskiy · 9 years ago
  77. 6452637 devres: fix devres_get() by Masahiro Yamada · 9 years ago
  78. 311fa6a PM / Domains: Return -EPROBE_DEFER if we fail to init or turn-on domain by Jon Hunter · 9 years ago
  79. ba2bbfb PM / Domains: Remove intermediate states from the power off sequence by Ulf Hansson · 9 years ago
  80. c09fcc4b drivers/base: Add MSI domain support for non-PCI devices by Marc Zyngier · 9 years ago
  81. 4b979e4 Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  82. 8ef9724 regmap: regcache-rbtree: Clean new present bits on present bitmap resize by Guenter Roeck · 9 years ago
  83. 3d060ae driver core: implement device_for_each_child_reverse() by Andy Shevchenko · 9 years ago
  84. ddef08d Driver core: wakeup the parent device before trying probe by Rafael J. Wysocki · 9 years ago
  85. 13b2c4a PM / QoS: Make it possible to expose device latency tolerance to userspace by Mika Westerberg · 9 years ago
  86. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  87. 4a7cc83 genirq/MSI: Move msi_list from struct pci_dev to struct device by Jiang Liu · 9 years ago
  88. 019d881 PM / sleep: Allow devices without runtime PM to do direct-complete by Alan Stern · 9 years ago
  89. d3dc543 regmap: debugfs: Allow writes to cache state settings by Richard Fitzgerald · 9 years ago
  90. f4745a9 PM / clk: don't return int on __pm_clk_enable() by Colin Ian King · 9 years ago
  91. 2de9d60 regmap: Apply optional delay in multi_reg_write/register_patch by Nariman Poushin · 9 years ago
  92. 8019ff6 regmap: Use reg_sequence for multi_reg_write / register_patch by Nariman Poushin · 9 years ago
  93. fa3eec7 regmap: Silence warning on invalid zero length read by Mark Brown · 9 years ago
  94. 04dc91c regmap: Add better support for devices without readback support by Lars-Peter Clausen · 9 years ago
  95. e874e6c regmap: add regmap_fields_force_write() by Kuninori Morimoto · 9 years ago
  96. fd4b7286c regmap: add regmap_write_bits() by Kuninori Morimoto · 9 years ago
  97. 7ff0589 regmap: add force_write option on _regmap_update_bits() by Kuninori Morimoto · 9 years ago
  98. 6f95772 Fix firmware loader uevent buffer NULL pointer dereference by Linus Torvalds · 9 years ago
  99. d0aee67 Merge branches 'acpi-pnp', 'acpi-soc', 'pm-domains' and 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  100. 3fc7aee Merge branch 'pm-wakeirq' by Rafael J. Wysocki · 9 years ago