1. 5a08d15 regmap: don't corrupt work buffer in _regmap_raw_write() by Stephen Warren · 12 years ago
  2. 60f7110 Merge tag 'v3.9-rc7' into regmap-cache by Mark Brown · 12 years ago
  3. 0d1d392 Merge 3.9-rc7 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  4. 8416703 PM / Runtime: Improve prepare handling at system suspend for genpd by Ulf Hansson · 12 years ago
  5. db28dfa PM / Runtime: Asyncronous idle|suspend parent devices at removal by Ulf Hansson · 12 years ago
  6. af93933 PM / Runtime: Asyncronous idle|suspend devices at system resume by Ulf Hansson · 12 years ago
  7. fa180eb PM / Runtime: Idle devices asynchronously after probe|release by Ulf Hansson · 12 years ago
  8. 4e4098a driver core: handle user namespaces properly with the uid/gid devtmpfs change by Greg Kroah-Hartman · 12 years ago
  9. d81c8d1 driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKS by Ming Lei · 12 years ago
  10. c3a3042 devtmpfs: add base.h include by Greg Kroah-Hartman · 12 years ago
  11. 51a246a regmap: Back out work buffer fix by Mark Brown · 12 years ago
  12. 3c2670e driver core: add uid and gid to devtmpfs by Kay Sievers · 12 years ago
  13. cd787b34 PM / OPP: add documentation to RCU head in struct opp by Nishanth Menon · 12 years ago
  14. 9659293 regmap: cache: Fix format specifier in dev_dbg by Stratos Karafotis · 12 years ago
  15. f52687a regmap: cache: Make regcache_sync_block_raw static by Sachin Kamat · 12 years ago
  16. d08d528 Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  17. bcfb87f sysfs: fix crash_notes_size build warning by Arnd Bergmann · 12 years ago
  18. 229641a Merge tag 'v3.9-rc5' into wq/for-3.10 by Tejun Heo · 12 years ago
  19. 0f70306 PM / QoS: Avoid possible deadlock related to sysfs access by Rafael J. Wysocki · 12 years ago
  20. af8ee69 Merge remote-tracking branch 'regmap/fix/async' into tmp by Mark Brown · 12 years ago
  21. 6d66df4 Merge remote-tracking branch 'regmap/fix/core' into tmp by Mark Brown · 12 years ago
  22. 75a5f89 regmap: cache: Write consecutive registers in a single block write by Mark Brown · 12 years ago
  23. cfdeb8c regmap: cache: Split raw and non-raw syncs by Mark Brown · 12 years ago
  24. f8bd822 regmap: cache: Factor out block sync by Mark Brown · 12 years ago
  25. 78493f2 regmap: cache: Factor out reg_present support from rbtree cache by Mark Brown · 12 years ago
  26. eca4549 sysfs: Add crash_notes_size to export percpu note size by Zhang Yanfei · 12 years ago
  27. 0258e18 driver core: platform.c: fix checkpatch errors and warnings by Fabio Porcedda · 12 years ago
  28. 647c86d driver core: warn that platform_driver_probe can not use deferred probing by Fabio Porcedda · 12 years ago
  29. f951b65 regmap: async: Add missing return by Mark Brown · 12 years ago
  30. 137b833 regmap: cache: Use raw I/O to sync rbtrees if we can by Mark Brown · 12 years ago
  31. 221ad7f regmap: core: Provide regmap_can_raw_write() operation by Mark Brown · 12 years ago
  32. 8817796 regmap: cache: Provide a get address of value operation by Mark Brown · 12 years ago
  33. 0c7ed856 regmap: Cut down on the average # of nodes in the rbtree cache by Dimitris Papastamos · 12 years ago
  34. 584de32 regmap: core: Make raw write available to regcache by Mark Brown · 12 years ago
  35. f1b5c5c regmap: core: Warn on invalid operation combinations by Mark Brown · 12 years ago
  36. bc8ce4a regmap: don't corrupt work buffer in _regmap_raw_write() by Stephen Warren · 12 years ago
  37. eed456f regmap: irq: Clarify error message when we fail to request primary IRQ by Mark Brown · 12 years ago
  38. 688d794 Merge tag 'v3.9-rc3' into next by Dmitry Torokhov · 12 years ago
  39. 8f46baa base: core: WARN() about bogus permissions on device attributes by Felipe Balbi · 12 years ago
  40. 8abac3b regmap: cache Fix regcache-rbtree sync by Lars-Peter Clausen · 12 years ago
  41. be871b7 device: separate all subsys mutexes by Michal Hocko · 12 years ago
  42. a42277c regmap: rbtree Expose total memory consumption in the rbtree debugfs entry by Dimitris Papastamos · 12 years ago
  43. d73ce00 driver/base: implement subsys_virtual_register() by Tejun Heo · 12 years ago
  44. c6432ea regmap: Initialize `map->debugfs' before regcache by Dimitris Papastamos · 12 years ago
  45. c89b148 Merge tag 'pm+acpi-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  46. 0c8150d Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  47. 37530f2 PM / QoS: Remove device PM QoS sysfs attributes at the right place by Rafael J. Wysocki · 12 years ago
  48. b81ea1b PM / QoS: Fix concurrency issues and memory leaks in device PM QoS by Rafael J. Wysocki · 12 years ago
  49. 065b4c5 regmap: debugfs: Add a registers `range' file by Dimitris Papastamos · 12 years ago
  50. 480738d regmap: debugfs: Simplify calculation of `c->max_reg' by Dimitris Papastamos · 12 years ago
  51. eb4cb76 regmap: cache: Store caches in native register format where possible by Mark Brown · 12 years ago
  52. 8a819ff regmap: core: Split out in place value parsing by Mark Brown · 12 years ago
  53. 325acab regmap: cache: Use regcache_get_value() to check if we updated by Mark Brown · 12 years ago
  54. 879082c regmap: cache: Pass the map rather than the word size when updating values by Mark Brown · 12 years ago
  55. 66baf40 regmap: rbtree: Don't bother checking for noop updates by Mark Brown · 12 years ago
  56. fe7d4cc regmap: async: Add tracepoints for async I/O by Mark Brown · 12 years ago
  57. 283189d regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed case by Li Fei · 12 years ago
  58. 495c10c CHROMIUM: dma-buf: restore args on failure of dma_buf_mmap by John Sheu · 12 years ago
  59. f00b4da dma-buf: implement vmap refcounting in the interface logic by Daniel Vetter · 12 years ago
  60. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  61. 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
  62. d6b0c58 devres: allow adding custom actions to the stack by Dmitry Torokhov · 12 years ago
  63. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  64. db88175 pm / runtime: force memory allocation with no I/O during Runtime PM callbcack by Ming Lei · 12 years ago
  65. e823407 pm / runtime: introduce pm_runtime_set_memalloc_noio() by Ming Lei · 12 years ago
  66. 6677e3e memory-hotplug: check whether all memory blocks are offlined or not when removing memory by Yasuaki Ishimatsu · 12 years ago
  67. 74e1a2a Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  68. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  69. 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  70. 8a3a11f Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  71. 74fef7a base: memory: fix soft/hard_offline_page permissions by Felipe Balbi · 12 years ago
  72. d72cca1 drivercore: Fix ordering between deferred_probe and exiting initcalls by Grant Likely · 12 years ago
  73. 4419fbd Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 12 years ago
  74. a2b37ef Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next by Mark Brown · 12 years ago
  75. a31f6849 Merge remote-tracking branch 'regmap/topic/mmio' into regmap-next by Mark Brown · 12 years ago
  76. 5dea215 Merge remote-tracking branch 'regmap/topic/irq' into regmap-next by Mark Brown · 12 years ago
  77. 7798b58 Merge remote-tracking branch 'regmap/topic/flat' into regmap-next by Mark Brown · 12 years ago
  78. 4328002 Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next by Mark Brown · 12 years ago
  79. 3689cf7 Merge remote-tracking branch 'regmap/topic/async' into regmap-next by Mark Brown · 12 years ago
  80. 3bef905 Merge remote-tracking branch 'regmap/topic/24bit' into regmap-next by Mark Brown · 12 years ago
  81. 878ec67 regmap: mmio: add register clock support by Philipp Zabel · 12 years ago
  82. 4dd7c55 regmap: debugfs: Factor out debugfs_tot_len calc into a function by Dimitris Papastamos · 12 years ago
  83. cf57d60 regmap: debugfs: Optimize seeking within blocks of registers by Dimitris Papastamos · 12 years ago
  84. c2c1ee6 regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cache by Dimitris Papastamos · 12 years ago
  85. 7e73c5a PM: Introduce suspend state PM_SUSPEND_FREEZE by Zhang Rui · 12 years ago
  86. f3eb839 regmap: debugfs: Fix reading in register field units by Dimitris Papastamos · 12 years ago
  87. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  88. 95601d6 regmap: spi: Handle allocation failures gracefully by Mark Brown · 12 years ago
  89. f88948e regmap: Export regmap_async_complete() by Mark Brown · 12 years ago
  90. f804fb5 regmap: Export regmap_async_complete_cb by Axel Lin · 12 years ago
  91. 30b2a55 regmap: include linux/sched.h to fix build by Stephen Warren · 12 years ago
  92. 807be03 firmware: Ignore abort check when no user-helper is used by Takashi Iwai · 12 years ago
  93. cd7239f firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPER by Takashi Iwai · 12 years ago
  94. 7b1269f firmware: Make user-mode helper optional by Takashi Iwai · 12 years ago
  95. 4e0c92d firmware: Refactoring for splitting user-mode helper code by Takashi Iwai · 12 years ago
  96. 4fa3e78 Driver core: treat unregistered bus_types as having no devices by Bjorn Helgaas · 12 years ago
  97. 74c46c6 PM / OPP: Export more symbols for module usage by Mark Langsdorf · 12 years ago
  98. b2ccd76 PM / OPP: switch exported symbols to GPL variant by Nishanth Menon · 12 years ago
  99. e0356df regmap: spi: Support asynchronous I/O for SPI by Mark Brown · 12 years ago
  100. 0d509f2 regmap: Add asynchronous I/O support by Mark Brown · 12 years ago