1. 765230b driver-core: add asynchronous probing support for drivers by Dmitry Torokhov · 9 years ago
  2. 6570a9a show nohz_full cpus in sysfs by Rik van Riel · 9 years ago
  3. 59f30ab show isolated cpus in sysfs by Rik van Riel · 9 years ago
  4. 4990d4f PM / Wakeirq: Add automated device wake IRQ handling by Tony Lindgren · 9 years ago
  5. 56f487c PM / Runtime: Update last_busy in rpm_resume by Tony Lindgren · 9 years ago
  6. 3fc3a0b PM / clk: Fix clock error check in __pm_clk_add() by Geert Uytterhoeven · 9 years ago
  7. 7f43605 PM / wakeup: add a dummy wakeup_source to record statistics by Jin Qian · 9 years ago
  8. 75f5040 PM / clock_ops: Provide default runtime ops to users by Rajendra Nayak · 9 years ago
  9. b6ec945 PM / wakeup: validate wakeup source before activating it. by Jin Qian · 9 years ago
  10. 1c79771 regmap: Use regcache_mark_dirty() to indicate power loss or reset by Kevin Cernekee · 9 years ago
  11. 3969fa08 regmap: Add a helper function for regcache sync test by Kevin Cernekee · 9 years ago
  12. 77f5f3e regmap: Constify irq_domain_ops by Krzysztof Kozlowski · 9 years ago
  13. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  14. 9f6a240 power: wakeup: remove use of seq_printf return value by Joe Perches · 9 years ago
  15. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 9 years ago
  16. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  17. 30467e0 mm, hotplug: fix concurrent memory hot-add deadlock by David Rientjes · 9 years ago
  18. 19c07d5 memory hotplug: use macro to switch between section and pfn by Sheng Yong · 9 years ago
  19. c4be50e Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  20. 1b57c7c Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  21. 0fe0952 Merge branches 'pm-sleep' and 'pm-domains' by Rafael J. Wysocki · 9 years ago
  22. 9a9ca16 Merge branch 'device-properties' by Rafael J. Wysocki · 9 years ago
  23. be77002 Merge back earlier suspend/hibernate material for v4.1. by Rafael J. Wysocki · 9 years ago
  24. 16ba08d device property: Introduce firmware node type for platform data by Rafael J. Wysocki · 9 years ago
  25. 97badf8 device property: Make it possible to use secondary firmware nodes by Rafael J. Wysocki · 9 years ago
  26. 9017f25 driver core: Implement device property accessors through fwnode ones by Rafael J. Wysocki · 9 years ago
  27. fe0a20a Merge branch 'acpi-driver-core' into device-properties by Rafael J. Wysocki · 9 years ago
  28. f42712a driver core: property: Update fwnode_property_read_string_array() by Rafael J. Wysocki · 9 years ago
  29. 7085a74 drivers: platform: parse IRQ flags from resources by Linus Walleij · 10 years ago
  30. 13fcffb driver core: Make probe deferral more quiet by Mark Brown · 9 years ago
  31. 5590f31 drivers/core/of: Add symlink to device-tree from devices with an OF node by Benjamin Herrenschmidt · 10 years ago
  32. ef518cc drivers: base: fw: fix ret value when loading fw by Zahari Doychev · 9 years ago
  33. 4623990 firmware: Avoid manual device_create_file() calls by Takashi Iwai · 10 years ago
  34. 8a7d95f drivers/base: cacheinfo: validate device node for all the caches by Sudeep Holla · 9 years ago
  35. 2071b95 drivers/base: use tabs where possible in code indentation by Lavinia Tache · 9 years ago
  36. 74642c6 driver core: add missing blank line after declaration by Lavinia Tache · 9 years ago
  37. 518d3f3 drivers: base: node: Delete space after pointer declaration by Ana Nedelcu · 9 years ago
  38. 2aeebca drivers: base: memory: Use tabs instead of spaces by Ioana Ciornei · 9 years ago
  39. ea31003 firmware_class: Fix whitespace and indentation by Andrei Oprea · 9 years ago
  40. 6d42d79 drivers: base: dma-mapping: Erase blank space after pointer by Marius Cristian Eseanu · 9 years ago
  41. d34898d drivers: base: class: Add a blank line after declarations by Cosmin Tomulescu · 9 years ago
  42. 481026d attribute_container: fix missing blank lines after declarations by Cosmin Dragomir · 9 years ago
  43. 3d3af6a drivers: base: memory: Fix switch indent by Ioana Ciornei · 9 years ago
  44. 2e4fabe drivers: base: map: Use kmalloc_array instead of kmalloc by Andrei Poenaru · 9 years ago
  45. 7036cd4 Driver core: Fix missing whitespace in function argument by Florin Papa · 9 years ago
  46. 5f0163a driver core: Delete an unnecessary check before the function call "put_device" by Markus Elfring · 10 years ago
  47. 7ca7ec4 drivers/base/node: clean up attribute group conversion by Greg Kroah-Hartman · 9 years ago
  48. 3c9b8aa drivers/base/node: Avoid manual device_create_file() calls by Takashi Iwai · 10 years ago
  49. 1c34203 driver core: bus: Goto appropriate labels on failure in bus_add_device by Junjie Mao · 10 years ago
  50. bb2b407 driver core: use *switch* statement in really_probe() by Sergei Shtylyov · 10 years ago
  51. 7c90de3 Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  52. df6a0d6 PM / domains: avoid potential oops in pm_genpd_remove_device() by Russell King · 9 years ago
  53. 446d999 PM / domains: factor out code to get the generic PM domain from a struct device by Russell King · 9 years ago
  54. 6d7d5c3 PM / domains: quieten down generic pm domains by Russell King · 9 years ago
  55. 632f7ce PM / Domains: Sync runtime PM status with genpd after probe by Russell King · 9 years ago
  56. e90d553 driver core / PM: Add PM domain callbacks for device setup/cleanup by Rafael J. Wysocki · 9 years ago
  57. f58078d regmap: Move tracing header into drivers/base/regmap by Steven Rostedt · 9 years ago
  58. c6b570d regmap: introduce regmap_name to fix syscon regmap trace events by Philipp Zabel · 9 years ago
  59. 431d452 PM / sleep: add pm-trace support for suspending phase by Zhonghui Fu · 9 years ago
  60. 5c0acf3 driver core: Add comments about returning array counts by Adrian Hunter · 9 years ago
  61. 529d2eb Merge tag 'regmap-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  62. ce79348 driver core / ACPI: Represent ACPI companions using fwnode_handle by Rafael J. Wysocki · 9 years ago
  63. 7d720ee Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'regmap/fix/sync' into regmap-linus by Mark Brown · 9 years ago
  64. 328f494 regmap: regcache-rbtree: Fix present bitmap resize by Lars-Peter Clausen · 9 years ago
  65. e178e7d Merge branches 'pm-domains' and 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  66. 432ec92 PM / wakeup: export pm_system_wakeup symbol by Boris BREZILLON · 9 years ago
  67. 4ceba98 regmap: Skip read-only registers in regcache_sync() by Takashi Iwai · 9 years ago
  68. 66a5ca4 PM / Domains: cleanup: rename gpd -> genpd in debugfs interface by Kevin Hilman · 9 years ago
  69. 9682ec9 Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  70. 83e047c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  71. 09cadf6 regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request by Valentin Rothberg · 10 years ago
  72. f799b1a drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  73. c7fb90d Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' by Rafael J. Wysocki · 10 years ago
  74. 59d84ca PM / OPP / clk: Remove unnecessary OOM message by Quentin Lambert · 10 years ago
  75. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  76. f7cc61f Merge branch 'pm-domains' by Rafael J. Wysocki · 10 years ago
  77. 740b68e Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq' by Rafael J. Wysocki · 10 years ago
  78. 1aff031 Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'regmap/topic/smbus' into regmap-next by Mark Brown · 10 years ago
  79. dfdb3c4 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 10 years ago
  80. 5892ded regmap: Fix i2c word access when using SMBus access functions by Guenter Roeck · 10 years ago
  81. 3c174d2 regmap: Export regmap_get_val_endian by Guenter Roeck · 10 years ago
  82. 68ff2a0 firmware_loader: handle timeout via wait_for_completion_interruptible_timeout() by Ming Lei · 10 years ago
  83. 0cb6424 firmware_loader: abort request if wait_for_completion is interrupted by Ming Lei · 10 years ago
  84. 3c1556b firmware: Correct function name in comment by Borislav Petkov · 10 years ago
  85. 1e95e3b PM: Convert dev_pm_put_subsys_data() into a void function by Ulf Hansson · 10 years ago
  86. 766bb53 PM: Update function header for dev_pm_get_subsys_data() by Ulf Hansson · 10 years ago
  87. b472c2f PM / Domains: Handle errors from genpd's ->attach_dev() callback by Ulf Hansson · 10 years ago
  88. f104e1e PM / Domains: Re-order initialization of generic_pm_domain_data by Ulf Hansson · 10 years ago
  89. 3e23568 PM / Domains: Free pm_subsys_data in error path in __pm_genpd_add_device() by Ulf Hansson · 10 years ago
  90. c0356db PM / Domains: Eliminate the mutex for the generic_pm_domain_data by Ulf Hansson · 10 years ago
  91. e07b45c PM / Domains: Don't check for an existing device when adding a new by Ulf Hansson · 10 years ago
  92. 14b5306 PM / Domains: Don't allow an existing generic_pm_domain_data by Ulf Hansson · 10 years ago
  93. c1dbe2f PM / Domains: Remove reference counting for the generic_pm_domain_data by Ulf Hansson · 10 years ago
  94. 49d400c PM / Domains: Rename __pm_genpd_alloc|free_dev_data() by Ulf Hansson · 10 years ago
  95. 927db287 regmap: ac97: Clean up indentation by Mark Brown · 10 years ago
  96. d1f1052 device: Change dev_<level> logging functions to return void by Joe Perches · 10 years ago
  97. 382548a PM / Domains: Remove pm_genpd_dev_need_restore() API by Ulf Hansson · 10 years ago
  98. 04bf1c7 PM / OPP: Assert RCU lock in exported functions by Krzysztof Kozlowski · 10 years ago
  99. f90b8ad PM / QoS: Use lockdep asserts to find missing hold of power.lock by Krzysztof Kozlowski · 10 years ago
  100. 984f16c PM / OPP: Update kernel documentation by Nishanth Menon · 10 years ago