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