1. 3e9b2ba sysfs: add sysfs_create/remove_groups() by Greg Kroah-Hartman · 11 years ago
  2. fa2be40 drivers: base: use standard device online/offline for state change by Seth Jennings · 11 years ago
  3. cb5e39b drivers: base: refactor add_memory_section() to add_memory_block() by Seth Jennings · 11 years ago
  4. 37171e3 drivers: base: remove improper get/put in add_memory_section() by Seth Jennings · 11 years ago
  5. 37a7bd6 drivers: base: reduce add_memory_section() for boot-time only by Seth Jennings · 11 years ago
  6. d7f8053 drivers: base: unshare add_memory_section() from hotplug by Seth Jennings · 11 years ago
  7. df2b717 drivers: base: use device get/put functions by Seth Jennings · 11 years ago
  8. 879f1be drivers: base: remove unneeded variable by Seth Jennings · 11 years ago
  9. b1eaef3 drivers: base: move mutex lock out of add_memory_section() by Seth Jennings · 11 years ago
  10. 4e67fb5 regmap: rbtree: Fix overlapping rbnodes. by David Jander · 11 years ago
  11. f86e471 driver/core: cpu: initialize of_node in cpu's device struture by Sudeep KarkadaNagesha · 11 years ago
  12. cebcac7 drivers / dma-contiguous: Fix __init attribute location by Hanjun Guo · 11 years ago
  13. a825791 drivers / platform: Fix __init attribute location by Hanjun Guo · 11 years ago
  14. 3454bf9 drivers / base: Fix sysfs_deprecated_setup() __init attribute location by Hanjun Guo · 11 years ago
  15. aab13eb regmap: Allow multiple patches to be registered by Mark Brown · 11 years ago
  16. c7991b0 driver core / cpu: Check if NUMA node is valid before bringing CPU up by Rafael J. Wysocki · 11 years ago
  17. 12478ba driver core: bus_type: add bus_groups by Greg Kroah-Hartman · 11 years ago
  18. ed0617b driver core: bus_type: add drv_groups by Greg Kroah-Hartman · 11 years ago
  19. fa6fdb3 driver core: bus_type: add dev_groups by Greg Kroah-Hartman · 11 years ago
  20. 515f226 regmap: regcache: allow read-only regs to be cached by Ionut Nicu · 11 years ago
  21. 1767da9 regmap: fix regcache_reg_present() for empty cache by Ionut Nicu · 11 years ago
  22. f161d22 regmap: core: allow a virtual range to cover its own data window by Philipp Zabel · 11 years ago
  23. b071f2b PM / OPP: Export opp_add() by Viresh Kumar · 11 years ago
  24. 2d49b59 regmap: cache: Make sure to sync the last register in a block by Lars-Peter Clausen · 11 years ago
  25. 29f1953 cpu topology: remove stale arch_provides_topology_pointers and define_siblings_show_map/list() by Hanjun Guo · 11 years ago
  26. 5364467 PM / Sleep: new trace event to print device suspend and resume times by Shuah Khan · 11 years ago
  27. 34da5e6 driver core: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  28. 86df268 drivers:base:core: Moved sym export macros to respective functions by David Graham White · 11 years ago
  29. 2753e6f regmap: irq: Allow to acknowledge masked interrupts during initialization by Philipp Zabel · 11 years ago
  30. 7a62711 Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  31. 3f334c2 Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 11 years ago
  32. 08801f9 driver-core: fix new kernel-doc warning in base/platform.c by Randy Dunlap · 11 years ago
  33. d05a6f9 driver core: add default groups to struct class by Greg Kroah-Hartman · 11 years ago
  34. 39ef311 driver core: Introduce device_create_groups by Guenter Roeck · 11 years ago
  35. b4519c7 regmap: Provide __acquires/__releases annotations by Fabio Estevam · 11 years ago
  36. 28ce420 dma-buf: Replace PTR_RET with PTR_ERR_OR_ZERO by Sachin Kamat · 11 years ago
  37. f2ec26a Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
  38. f7d8f1e Merge remote-tracking branch 'dma-public/for-v3.12-cma-dma' into for-next by Marek Szyprowski · 11 years ago
  39. a83048e drivers: delete __cpuinit usage from all remaining drivers files by Paul Gortmaker · 11 years ago
  40. 8586551 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  41. 2e17c5a Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  42. 20f7462 Merge remote-tracking branch 'cmadma/for-v3.12-cma-dma' into kvm-ppc-next by Alexander Graf · 11 years ago
  43. 74b9272 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  44. f2e055e regmap: cache: bail in regmap_async_complete() for bus-less maps by Daniel Mack · 11 years ago
  45. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  46. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  47. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  48. 3dbde57 Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  49. a6e6d86 Merge tag 'regmap-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
  50. f825c73 mm/cma: Move dma contiguous changes into a seperate config by Aneesh Kumar K.V · 11 years ago
  51. 7bc8c4c Merge remote-tracking branch 'regmap/topic/field' into regmap-next by Mark Brown · 11 years ago
  52. ad4f496 Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next by Mark Brown · 11 years ago
  53. 912af52 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 11 years ago
  54. feff98f Merge remote-tracking branch 'regmap/topic/cache' into regmap-next by Mark Brown · 11 years ago
  55. e52cff8 Merge branch 'pm-assorted' by Rafael J. Wysocki · 11 years ago
  56. 405a108 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  57. a204dbc Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  58. 786d725 reservation: cross-device reservation support, v4 by Maarten Lankhorst · 11 years ago
  59. 39a95f4 Merge branch 'pm-cpufreq-assorted' into pm-cpufreq by Rafael J. Wysocki · 11 years ago
  60. 6a2c123 firmware loader: fix another compile warning with PM_SLEEP unset by Ming Lei · 11 years ago
  61. 96d9d0b PM / QoS: Add dev_pm_qos_request tracepoints by Sahara · 11 years ago
  62. 90f89081 firmware loader: fix compile warning with PM_SLEEP set by Ming Lei · 11 years ago
  63. bb177fe PM / Sleep: Print last wakeup source on failed wakeup_count write by Julius Werner · 11 years ago
  64. 37c1d2e Merge branch 'linus' into patchwork by Mauro Carvalho Chehab · 11 years ago
  65. 7068cb0 Merge branch 'driver-core-linus' into driver-core-next by Greg Kroah-Hartman · 11 years ago
  66. d6814a7 regmap: debugfs: Suppress cache for partial register files by Mark Brown · 11 years ago
  67. 8759793 firmware loader: fix use-after-free by double abort by Ming Lei · 11 years ago
  68. bb07b00 Merge 3.10-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  69. 14005ee drivers: pinctrl sleep and idle states in the core by Linus Walleij · 11 years ago
  70. 6725228 regmap: Add regmap_field APIs by Srinivas Kandagatla · 11 years ago
  71. 10dbc5e driver core: move to_platform_driver to platform_device.h by Rob Herring · 11 years ago
  72. 9350de06 PM / wakeup: Adjust messaging for wake events during suspend by Bernie Thompson · 11 years ago
  73. 703e606 [media] dma-buf: Cocci spatch "ptr_ret.spatch" by Thomas Meyer · 11 years ago
  74. d6c8aa3 firmware loader: simplify holding module for request_firmware by Ming Lei · 11 years ago
  75. 93232e4 firmware loader: don't export cache_firmware and uncache_firmware by Ming Lei · 11 years ago
  76. 96b2c0f drivers/base: Use attribute groups to create sysfs memory files by Nathan Fontenot · 11 years ago
  77. 5b7cb7a firmware loader: fix compile warning by Ming Lei · 11 years ago
  78. ddf1f06 firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPER by Ming Lei · 11 years ago
  79. 5070158 cpufreq: rename index as driver_data in cpufreq_frequency_table by Viresh Kumar · 11 years ago
  80. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 11 years ago
  81. af5bc11 driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspend by Ming Lei · 11 years ago
  82. e771d1a driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmware by Ming Lei · 11 years ago
  83. f8878dc Documentation: Tidy up some drivers/base/core.c kerneldoc content. by Robert P. J. Day · 11 years ago
  84. 9447057 platform_device: use a macro instead of platform_driver_register by Libo Chen · 11 years ago
  85. f494513 firmware: move EXPORT_SYMBOL annotations by Daniel Mack · 11 years ago
  86. fe30414 firmware: Avoid deadlock of usermodehelper lock at shutdown by Takashi Iwai · 11 years ago
  87. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  88. 998a4f2 Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linus by Mark Brown · 11 years ago
  89. 59e618a Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus by Mark Brown · 11 years ago
  90. b92be6f regmap: core: Cache all registers by default when cache is enabled by Mark Brown · 11 years ago
  91. d856fce regmap: Implemented default cache sync operation by Maarten ter Huurne · 11 years ago
  92. ea50be5 Driver core / MM: Drop offline_memory_block() by Rafael J. Wysocki · 11 years ago
  93. b2c064b Driver core / memory: Simplify __memory_block_change_state() by Rafael J. Wysocki · 11 years ago
  94. f3284f9 regmap: rbtree: Fixed node range check on sync by Maarten ter Huurne · 11 years ago
  95. 1001b4d CPU: Fix sysfs cpu/online of offlined CPUs by Toshi Kani · 11 years ago
  96. 4993632 Merge 3.10-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  97. 92ab1aa regmap: Make regmap-mmio usable from atomic contexts by Lars-Peter Clausen · 11 years ago
  98. c7153d0 Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  99. f20c783 regmap: regcache: Fixup locking for custom lock callbacks by Lars-Peter Clausen · 11 years ago
  100. 81485f5 regmap: regcache: Fixup locking for custom lock callbacks by Lars-Peter Clausen · 11 years ago