1. c3e2f79 Merge tag 'driver-core-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  2. ebdc828 dyndbg: fix for SOH in logging messages by Markus Trippelsdorf · 12 years ago
  3. d9ec0fd Merge tag 'pm-for-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  4. 55d7ec4 PM / Runtime: Check device PM QoS setting before "no callbacks" check by Rafael J. Wysocki · 12 years ago
  5. 58a34de PM / Runtime: Clear power.deferred_resume on success in rpm_suspend() by Rafael J. Wysocki · 12 years ago
  6. 7f321c2 PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set by Rafael J. Wysocki · 12 years ago
  7. c839179 Merge tag 'driver-core-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  8. af7f215 drivers-core: make structured logging play nice with dynamic-debug by Jim Cromie · 12 years ago
  9. 7725495 PM: Make dev_pm_get_subsys_data() always return 0 on success by Rafael J. Wysocki · 12 years ago
  10. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  11. ee6f509 mm: factor out memory isolate functions by Minchan Kim · 12 years ago
  12. 6f51f51 Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  13. d2b7428 common: dma-mapping: introduce dma_get_sgtable() function by Marek Szyprowski · 12 years ago
  14. 64ccc9c common: dma-mapping: add support for generic dma_mmap_* calls by Marek Szyprowski · 12 years ago
  15. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  16. fa93669 Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  17. bdc0077 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  18. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  19. 7100e50 Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  20. 7cd58b0 Merge tag 'regmap-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  21. 38e2319 Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next by Mark Brown · 12 years ago
  22. 492d542 [SCSI] cleanup usages of scsi_complete_async_scans by Dan Williams · 12 years ago
  23. 382e159 Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  24. 064b021 PM / Sleep: call early resume handlers when suspend_noirq fails by Colin Cross · 12 years ago
  25. eea03c2 Make wait_for_device_probe() also do scsi_complete_async_scans() by Linus Torvalds · 12 years ago
  26. bd798b7a Merge branch 'pm-qos' by Rafael J. Wysocki · 12 years ago
  27. d52fdf1 Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  28. 7791bd2 Merge branch 'pm-domains' by Rafael J. Wysocki · 12 years ago
  29. ad0446e PM / QoS: Use NULL pointer instead of plain integer in qos.c by Sachin Kamat · 12 years ago
  30. 7664e96 PM / Sleep: Add missing static storage class specifiers in main.c by Sachin Kamat · 12 years ago
  31. 4633511 regmap: Fix incorrect arguments to kzalloc() call by Dimitris Papastamos · 12 years ago
  32. a14af32 driver core: don't trigger uevent after failure by Sebastian Ott · 12 years ago
  33. eed5d21 PM / Runtime: Do not increment device usage counts before probing by Rafael J. Wysocki · 12 years ago
  34. b0d1f80 driver-core: Use kobj_to_dev instead of re-implementing it by Lars-Peter Clausen · 12 years ago
  35. 8153584 driver core: Move deferred devices to the end of dpm_list before probing by Mark Brown · 12 years ago
  36. 5a7689f driver core: move uevent call to driver_register by Sebastian Ott · 12 years ago
  37. d1c6c03 driver core: fix shutdown races with probe/remove(v3) by Ming Lei · 12 years ago
  38. 79714f7 get rid of kern_path_parent() by Al Viro · 12 years ago
  39. d181b49 PM / Sleep: Fix build warning in sysfs.c for CONFIG_PM_SLEEP unset by Rafael J. Wysocki · 12 years ago
  40. 8e9afaf PM / Domains: Fix build warning for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 12 years ago
  41. db79e53 PM / Domains: Replace plain integer with NULL pointer in domain.c file by Sachin Kamat · 12 years ago
  42. 8951ef0 PM / Domains: Add missing static storage class specifier in domain.c file by Sachin Kamat · 12 years ago
  43. 8651f97 PM / cpuidle: System resume hang fix with cpuidle by Preeti U Murthy · 12 years ago
  44. 1044c18 regmap: Add hook for printk logging for debugging during early init by Mark Brown · 12 years ago
  45. 62d4490 PM / Domains: Allow device callbacks to be added at any time by Rafael J. Wysocki · 12 years ago
  46. 1d5fcfe PM / Domains: Add device domain data reference counter by Rafael J. Wysocki · 12 years ago
  47. 6fbfd05 Merge v3.5-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  48. cbc9ef0 PM / Domains: Add preliminary support for cpuidle, v2 by Rafael J. Wysocki · 12 years ago
  49. 80de3d7 PM / Domains: Do not stop devices after restoring their states by Rafael J. Wysocki · 12 years ago
  50. 0b58974 PM / Domains: Use subsystem runtime suspend/resume callbacks by default by Rafael J. Wysocki · 12 years ago
  51. b2df1d4 PM / Sleep: Separate printing suspend times from initcall_debug by Rafael J. Wysocki · 12 years ago
  52. 4b7760b PM / Sleep: add knob for printing device resume times by Sameer Nanda · 12 years ago
  53. 1f758b2 PM / Sleep: Prevent waiting forever on asynchronous suspend after abort by Mandeep Singh Baines · 12 years ago
  54. fe80352 Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  55. 632a5b0 regmap: Fix work_buf switching for page update during virtual range access. by Krystian Garbaciak · 12 years ago
  56. 6863ca6 regmap: Add support for register indirect addressing. by Krystian Garbaciak · 12 years ago
  57. fc3ebd7 regmap: Move lock out from internal function _regmap_update_bits(). by Krystian Garbaciak · 12 years ago
  58. 6e7b4a5 driver core: fix some kernel-doc warnings in dma*.c by Randy Dunlap · 12 years ago
  59. 0998d06 device-core: Ensure drvdata = NULL when no driver is bound by Hans de Goede · 12 years ago
  60. 1d29cfa5 driver core: fixup reversed deferred probe order by Kuninori Morimoto · 12 years ago
  61. e8790ab regmap: mmio: Staticize regmap_mmio_gen_context() by Axel Lin · 12 years ago
  62. bdd4034 driver core: always handle dpm_order by Rabin Vincent · 12 years ago
  63. 752a6a5 regmap: Export regmap_reinit_cache() by Mark Brown · 12 years ago
  64. a43fd50 regmap: Implement support for wake IRQs by Mark Brown · 12 years ago
  65. bfd6185d regmap: Don't try to map non-existant IRQs by Mark Brown · 12 years ago
  66. b026ddb regmap: Constify regmap_irq_chip by Mark Brown · 12 years ago
  67. 5494a98 regmap: Fix the size calculation for map->format.buf_size by Fabio Estevam · 12 years ago
  68. bfaa25f regmap: clean up debugfs if regmap_init fails by Stephen Warren · 12 years ago
  69. 6a55244 regmap: mmio: request native endian formatting by Stephen Warren · 12 years ago
  70. 141eba2 regmap: allow busses to request formatting with specific endianness by Stephen Warren · 12 years ago
  71. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  72. 14674e7 i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING by Mark Brown · 12 years ago
  73. 726592a mode_t whack-a-mole: ->is_visible() returns umode_t... by Al Viro · 12 years ago
  74. f623881 mm: fix off-by-one bug in print_nodes_state() by Ryota Ozaki · 12 years ago
  75. da89fb1 Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf by Linus Torvalds · 12 years ago
  76. d484864 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  77. 12c4727 dma-buf: minor documentation fixes. by Sumit Semwal · 12 years ago
  78. 98f86c9 dma-buf: add vmap interface by Dave Airlie · 12 years ago
  79. 4c78513 dma-buf: mmap support by Daniel Vetter · 12 years ago
  80. 468f4d1 Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  81. eb2689e Merge tag 'regmap-domain-deps' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  82. 18d5eac regmap: Use select .. if to get IRQ_DOMAIN enabled by Mark Brown · 12 years ago
  83. d79ee93 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  84. 5d4e2d0 Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  85. 0f51596 Merge branch 'for-next-arm-dma' into for-linus by Marek Szyprowski · 12 years ago
  86. c64be2b drivers: add Contiguous Memory Allocator by Marek Szyprowski · 13 years ago
  87. bca0fa5 common: add dma_mmap_from_coherent() function by Marek Szyprowski · 12 years ago
  88. 06132ee Merge branch 'pm-domains' by Rafael J. Wysocki · 12 years ago
  89. ca1d72f PM / Domains: Make it possible to add devices to inactive domains by Rafael J. Wysocki · 12 years ago
  90. 38e7f5d regmap: Fix typo in IRQ register striding by Mark Brown · 12 years ago
  91. 8e7fbcb sched: Remove stale power aware scheduling remnants and dysfunctional knobs by Peter Zijlstra · 13 years ago
  92. 022f926a regmap: add support for non contiguous status to regmap-irq by Graeme Gregory · 12 years ago
  93. 094e47e Driver Core: don't oops with unregistered driver in driver_find_device() by Hiroshi DOYU · 12 years ago
  94. 4af8be6 regmap: Convert regmap_irq to use irq_domain by Mark Brown · 12 years ago
  95. 06e65cb Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-next by Mark Brown · 12 years ago
  96. 2431d0a regmap: Pass back the allocated regmap IRQ controller data by Mark Brown · 12 years ago
  97. 25061d2 Merge tag 'regmap-3.4' into regmap-stride by Mark Brown · 12 years ago
  98. 351520a Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  99. b723b0e PM / Domains: Fix computation of maximum domain off time by Rafael J. Wysocki · 12 years ago
  100. 4fcac10 PM / Domains: Fix link checking when add subdomain by Huang Ying · 12 years ago