1. ee5644c Merge branch 'topic/mpc512x' into for-linus by Vinod Koul · 9 years ago
  2. 8dfc27a Merge branch 'topic/hsu' into for-linus by Vinod Koul · 9 years ago
  3. 5621488 Merge branch 'topic/dw' into for-linus by Vinod Koul · 9 years ago
  4. 95c4dc7 Merge branch 'topic/bcm' into for-linus by Vinod Koul · 9 years ago
  5. a365c96 Merge branch 'topic/core' into for-linus by Vinod Koul · 9 years ago
  6. 511deae dmaengine: ioatdma: disable relaxed ordering for ioatdma by Dave Jiang · 9 years ago
  7. 20ea6be dmaengine: of_dma: approximate an average distribution by Niklas Söderlund · 9 years ago
  8. d57d3a4 dmaengine: core: Use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 9 years ago
  9. 3b2bc8a dmaengine: edma: Re-evaluate errors when ccerr is triggered w/o error event by Peter Ujfalusi · 9 years ago
  10. dd4e91d dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLIC by Andy Shevchenko · 9 years ago
  11. 4376455 dmaengine: fsldma: Use dma_pool_zalloc by Julia Lawall · 9 years ago
  12. 305697f dmaengine: ioatdma: Use dma_pool_zalloc by Julia Lawall · 9 years ago
  13. 1c85a84 dmaengine: mmp_pdma: Use dma_pool_zalloc by Julia Lawall · 9 years ago
  14. 3a14c66 dmaengine: dw: pass platform data via struct dw_dma_chip by Andy Shevchenko · 9 years ago
  15. 161c3d0 dmaengine: dw: keep entire platform data in struct dw_dma by Andy Shevchenko · 9 years ago
  16. 2e65060 dmaengine: dw: revisit data_width property by Andy Shevchenko · 9 years ago
  17. 969f750 dmaengine: dw: platform: check nr_masters to be non-zero by Andy Shevchenko · 9 years ago
  18. 0eef727 dmaengine: bcm2835: fix typo/added newline in legacy-mode warning message by Martin Sperl · 9 years ago
  19. ab703f8 dmaengine: dw: lazy allocation of dma descriptors by Christian Lamparter · 9 years ago
  20. e2eca63 dmaengine: bcm2835: use platform_get_irq_byname by Martin Sperl · 9 years ago
  21. d9f094a dmaengine: bcm2835: add dma_memcopy support to bcm2835-dma by Martin Sperl · 9 years ago
  22. 388cc7a dmaengine: bcm2835: add slave_sg support to bcm2835-dma by Martin Sperl · 9 years ago
  23. 4087412 dmaengine: bcm2835: limit max length based on channel type by Martin Sperl · 9 years ago
  24. 92153bb dmaengine: bcm2835: move controlblock chain generation into separate method by Martin Sperl · 9 years ago
  25. a4dcdd8 dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_desc by Martin Sperl · 9 years ago
  26. e42685d dmaengine: bcm2835: add additional defines for DMA-registers by Martin Sperl · 9 years ago
  27. a1d71ba dmaengine: bcm2835: remove unnecessary masking of dma channels by Martin Sperl · 9 years ago
  28. 0fa5867 dmaengine: bcm2835: set residue_granularity field by Martin Sperl · 9 years ago
  29. 925a7d0 dmaengine: dw: set cdesc to NULL when free cyclic transfers by Andy Shevchenko · 9 years ago
  30. b68fd09 dmaengine: dw: move residue to a descriptor by Andy Shevchenko · 9 years ago
  31. 423f9cb dmaengine: dw: move dwc->initialized to dwc->flags by Andy Shevchenko · 9 years ago
  32. 5e09f98 dmaengine: dw: move dwc->paused to dwc->flags by Andy Shevchenko · 9 years ago
  33. 7794e5b dmaengine: dw: define counter variables as unsigned int by Andy Shevchenko · 9 years ago
  34. 897e40d dmaengine: dw: substitute dma_read_byaddr by dma_readl_native by Andy Shevchenko · 9 years ago
  35. a3e5579 dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chain by Mans Rullgard · 9 years ago
  36. 2a0fae0 dmaengine: dw: set LMS field in descriptors by Mans Rullgard · 9 years ago
  37. df1f3a2 dmaengine: dw: fix byte order of hw descriptor fields by Mans Rullgard · 9 years ago
  38. bb3450a dmaengine: dw: set src and dst master select according to xfer direction by Mans Rullgard · 9 years ago
  39. c422025 dmaengine: dw: rename masters to reflect actual topology by Andy Shevchenko · 9 years ago
  40. 3fe6409 dmaengine: dw: fix master selection by Andy Shevchenko · 9 years ago
  41. 4c4d7f87 dmaengine: core: Revert back to pr_debug in __dma_request_channel() by Jarkko Nikula · 9 years ago
  42. b2d8984 dmaengine: add DMA_CYCLIC to dma_get_slave_caps by Vinod Koul · 9 years ago
  43. 77fc397 dmaengine: mpc512x: Fix code style by Mario Six · 9 years ago
  44. 899ed9d dmaengine: mpc512x: Implement additional chunk sizes for DMA transfers by Mario Six · 9 years ago
  45. 237ec70 dmaengine: mpc512x: Fix hanging DMA device transfer for MPC8308 by Mario Six · 9 years ago
  46. 17b3cf4 dmaengine: hsu: set maximum allowed segment size for DMA by Andy Shevchenko · 9 years ago
  47. c36a017 dmaengine: hsu: don't check direction of timeouted channel by Andy Shevchenko · 9 years ago
  48. 2d4d689 dmaengine: hsu: allow more than 3 descriptors by Andy Shevchenko · 9 years ago
  49. ef85931 dmaengine: core: Use dev_ functions for debug and error prints by Jarkko Nikula · 9 years ago
  50. d5a38f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  51. b4cec5f Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  52. 895a106 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  53. 4f1b50c NTB: Remove _addr functions from ntb_hw_amd by Allen Hubbe · 9 years ago
  54. 606c61a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  55. 15dbc13 Merge tag 'pm+acpi-4.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  56. c155c74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  57. f419a08f drivers/memstick/host/r592.c: avoid gcc-6 warning by Arnd Bergmann · 9 years ago
  58. b8b4ead drivers/input: eliminate INPUT_COMPAT_TEST macro by Andrew Morton · 9 years ago
  59. 8e653b6 Fix permissions of drivers/power/avs/rockchip-io-domain.c by Rafael J. Wysocki · 9 years ago
  60. 03d9440 rbd: use KMEM_CACHE macro by Geliang Tang · 9 years ago
  61. 3f1af42 libceph: enable large, variable-sized OSD requests by Ilya Dryomov · 9 years ago
  62. 7665d85 libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op by Yan, Zheng · 9 years ago
  63. 1701f68 Revert "ppdev: use new parport device model" by Linus Torvalds · 9 years ago
  64. 3b3b3bd Merge tag 'firewire-update2' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 9 years ago
  65. f98c213 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  66. 11caf57 Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  67. 4604202 Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 9 years ago
  68. 3d66c6b Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  69. 8407ef4 Merge tag 'rtc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 9 years ago
  70. 1d02369 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  71. 8f40842 Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  72. 8887566 Merge tag 'upstream-4.6-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  73. ee08774 rtc: abx80x: handle the oscillator failure bit by Mylène Josserand · 9 years ago
  74. 59a8383 rtc: abx80x: handle autocalibration by Mylène Josserand · 9 years ago
  75. 85062c9 rtc: rv8803: workaround i2c HW issue by Alexandre Belloni · 9 years ago
  76. ee0140d Merge branches 'acpi-soc', 'acpi-misc', 'acpi-pci' and 'device-properties' by Rafael J. Wysocki · 9 years ago
  77. 3513ac7 Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  78. 33068b6 Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 9 years ago
  79. faea72d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  80. 8b97be0 Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  81. 44d1b6d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  82. 0f0fbec Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. f70ce48 Merge branch 'cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-cpuidle by Rafael J. Wysocki · 9 years ago
  84. aca04ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  85. 3f73513 hv_netvsc: Fix the order of num_sc_offered decrement by Haiyang Zhang · 9 years ago
  86. d314e9e Input: sur40 - fix DMA on stack by Oliver Neukum · 9 years ago
  87. 950336b Input: ati_remote2 - fix crashes on detecting device with invalid descriptor by Vladis Dronov · 9 years ago
  88. 5a010c7 Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  89. b615d3d Merge tag 'pwm/for-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
  90. ed7d6bc Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  91. 17efca9 Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  92. f447671 PM / AVS: rockchip-io: add io selectors and supplies for rk3399 by David Wu · 9 years ago
  93. 281baf7 intel_idle: Support for Intel Xeon Phi Processor x200 Product Family by Dasaratharaman Chandramouli · 10 years ago
  94. d70e28f intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled by Len Brown · 9 years ago
  95. 9efc2f7 hv_netvsc: Fix the array sizes to be max supported channels by Haiyang Zhang · 9 years ago
  96. d212b46 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu() by Haiyang Zhang · 9 years ago
  97. 1f461dc ppp: take reference on channels netns by Guillaume Nault · 9 years ago
  98. 621e49f net: mediatek: fix checking for NULL instead of IS_ERR() in .probe by Vladimir Zapolskiy · 9 years ago
  99. 9eb13f6 net: phy: at803x: Request 'reset' GPIO only for AT8030 PHY by Sebastian Frias · 9 years ago
  100. d57019d at803x: fix reset handling by Sergei Shtylyov · 9 years ago