1. 4415b03 dmaengine: shdma: Allocate cyclic sg list dynamically by Laurent Pinchart · 10 years ago
  2. c091ff5 dmaengine: shdma: Make channel filter ignore unrelated devices by Laurent Pinchart · 10 years ago
  3. 9f2c2bb dmaengine: sh: Rework Kconfig and Makefile by Laurent Pinchart · 10 years ago
  4. 4fbd804 dmaengine: sun6i: Fix memory leaks by Maxime Ripard · 10 years ago
  5. 174427c dmaengine: sun6i: Free the interrupt before killing the tasklet by Maxime Ripard · 10 years ago
  6. 92e4a3b dmaengine: sun6i: Remove switch statement from buswidth convertion routine by Maxime Ripard · 10 years ago
  7. 2795eed dmaengine: of: kconfig: select DMA_ENGINE when DMA_OF is selected by Alexander Popov · 10 years ago
  8. db0e701 Merge commit 'renesas-rcar-audmapp-for-v3.17' into for-linus by Vinod Koul · 10 years ago
  9. 8e8805d dmaengine: edma: Serve cyclic (audio) channels with high priority queue by Peter Ujfalusi · 10 years ago
  10. a1f146f dmaengine: edma: Support to suppress the period interrupts in cyclic mode by Peter Ujfalusi · 10 years ago
  11. b7f9bc5 dmaengine: edma: Update caps->residue_granularity to match with reality by Peter Ujfalusi · 10 years ago
  12. 7f5e03e dmaengine: sun61: fix warning on bad print specfier by Vinod Koul · 10 years ago
  13. 42c0d54 dmaengine: sun6i: fix build failure on x86, xilinx targets by Vinod Koul · 10 years ago
  14. ec1f0c9 dmaengine: mpc512x: register for device tree channel lookup by Alexander Popov · 10 years ago
  15. 16369ef dmaengine: of: add common xlate function for matching by channel id by Alexander Popov · 10 years ago
  16. 5558593 dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller by Maxime Ripard · 10 years ago
  17. 37a746a dmaengine: ipu: use return value of request_irq by Vinod Koul · 10 years ago
  18. e2f9922 dmaengine: jz4740: Fix GPL v2 license string typo by Bjorn Helgaas · 10 years ago
  19. 211bfef dmaengine: fsl-edma: fix dmamux index calculating error by Jingchang Lu · 10 years ago
  20. f892afb dmaengine: imx-sdma: Add a new DMATYPE for Shared Peripheral ASRC by Nicolin Chen · 10 years ago
  21. 0b35186 dmaengine: imx-sdma: Save imx_dma_data into sdmac by Nicolin Chen · 10 years ago
  22. b1e51d7 dmaengine: pl330: Check if the DMA descriptor is NULL by Javier Martinez Canillas · 10 years ago
  23. ff4d024 Merge commit 'renesas-shdma-for-v3.17' into for-linus by Vinod Koul · 10 years ago
  24. dd8ecfca dmaengine: dw: don't perform DMA when dmaengine_submit is called by Andy Shevchenko · 10 years ago
  25. cba1561 dmaengine: dw: add debug message to dwc_dostart_first_queued by Andy Shevchenko · 10 years ago
  26. e7637c6 dmaengine: dw: introduce dwc_dostart_first_queued() helper by Andy Shevchenko · 10 years ago
  27. c26939e dmaengine: pl330: Remove pl330_chan_ctrl() by Lars-Peter Clausen · 10 years ago
  28. 8ed30a1 dmaengine: pl330: Simplify marking a request as unused by Lars-Peter Clausen · 10 years ago
  29. 9dc5a31 dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc by Lars-Peter Clausen · 10 years ago
  30. f6f2421 dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structs by Lars-Peter Clausen · 10 years ago
  31. fbbcd9b dmaengine: pl330: Simplify is_manager() by Lars-Peter Clausen · 10 years ago
  32. 1b446d2 dmaengine: pl330: Remove uneccessary ccr validation by Lars-Peter Clausen · 10 years ago
  33. 65ad606 dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread * by Lars-Peter Clausen · 10 years ago
  34. 6079d38 dmaengine: pl330: Remove useless xfer_cb indirection by Lars-Peter Clausen · 10 years ago
  35. be02532 dmaengine: pl330: Remove unused mc_len field from _pl330_req struct by Lars-Peter Clausen · 10 years ago
  36. d5cef12 dmaengine: pl330: Remove unused next field form pl330_xfer struct by Lars-Peter Clausen · 10 years ago
  37. c9392d8 dmaengine: pl330: Remove unused client_data field form pl330_info by Lars-Peter Clausen · 10 years ago
  38. 7ae342f dmaengine: pl330: Remove unused dmac_reset callback by Lars-Peter Clausen · 10 years ago
  39. fa01ef3 dmaengine: pl330: Remove unused pl330_chanstatus struct by Lars-Peter Clausen · 10 years ago
  40. f0564c7 dmaengine: pl330: Remove duplicated cachecontrol enum by Lars-Peter Clausen · 10 years ago
  41. 585a9d0 dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtype by Lars-Peter Clausen · 10 years ago
  42. 653e67f dmaengine: inherit debug settings from the subsystem for subdirectories by Wolfram Sang · 10 years ago
  43. 0cdbee33 dmaengine: shdma: Use defines instead of hardcoded numbers by Geert Uytterhoeven · 10 years ago
  44. 9f92d22 dmaengine: Use dma_zalloc_coherent by Joe Perches · 10 years ago
  45. 89751d0 dmaengine: qcom_bam_dma: Add descriptor flags by Andy Gross · 10 years ago
  46. 43452fa dmaengine: Freescale: change descriptor release process for supporting async_tx by Hongbo Zhang · 10 years ago
  47. 14c6a33 dmaengine: Freescale: add suspend resume functions for DMA driver by Hongbo Zhang · 10 years ago
  48. 2baff57 dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsave by Hongbo Zhang · 10 years ago
  49. 502fde1 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  50. 2f3870e Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  51. 4494377 clk: spear3xx: Set proper clock parent of uart1/2 by Thomas Gleixner · 10 years ago
  52. 15ebb05 clk: spear3xx: Use proper control register offset by Thomas Gleixner · 10 years ago
  53. 28b1fae Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  54. cacadb4 Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 10 years ago
  55. 6b458ac Merge tag 'usb-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  56. 78b3d1c Merge tag 'tty-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  57. 56a50f2 Merge tag 'char-misc-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  58. 303f8ad Merge tag 'staging-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  59. eb82a3d phy: omap-usb2: Balance pm_runtime_enable() on probe failure and remove by Roger Quadros · 10 years ago
  60. e73b49f phy: core: Fix error path in phy_create() by Roger Quadros · 10 years ago
  61. bf5baf9 drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLE by Sjoerd Simons · 10 years ago
  62. 3df9fcd phy: omap-usb2: fix devm_ioremap_resource error detection code by Himangi Saraogi · 10 years ago
  63. 9820ccb phy: sun4i: depend on RESET_CONTROLLER by Maxime Ripard · 10 years ago
  64. d8279a4 USB: serial: ftdi_sio: Add Infineon Triboard by Michal Sojka · 10 years ago
  65. 8bec751 serial: imx: Fix build breakage by Peter Hurley · 10 years ago
  66. 67b9d76 Merge tag 'dm-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  67. caf18c2 dma: rcar-audmapp: add DT support by Kuninori Morimoto · 10 years ago
  68. 85d90fa Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  69. b67db9d Merge tag 'pm+acpi-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  70. 99ecb00 serial: arc_uart: Use uart_circ_empty() for open-coded comparison by Peter Hurley · 10 years ago
  71. c557d39 serial: Test for no tx data on tx restart by Peter Hurley · 10 years ago
  72. c0fb262 clk: exynos5420: Add IDs for clocks used in PD mfc by Arun Kumar K · 10 years ago
  73. 4195934 drm/radeon/dpm: Reenabling SS on Cayman by Alexandre Demers · 10 years ago
  74. ed96377 drm/radeon: fix typo in ci_stop_dpm() by Alex Deucher · 10 years ago
  75. 6abafb7 drm/radeon: fix typo in golden register setup on evergreen by Alex Deucher · 10 years ago
  76. 9b7d786 drm/radeon: only print meaningful VM faults by Christian König · 10 years ago
  77. f6be5e6 drm/radeon/dp: return -EIO for flags not zero case by Alex Deucher · 10 years ago
  78. 7a7a3b4 dm mpath: fix IO hang due to logic bug in multipath_busy by Jun'ichi Nomura · 10 years ago
  79. 10f1d5d dm io: fix a race condition in the wake up code for sync_io by Joe Thornber · 10 years ago
  80. bf14299 dm crypt, dm zero: update author name following legal name change by Jana Saout · 10 years ago
  81. acfe0ad dm: allocate a special workqueue for deferred device removal by Mikulas Patocka · 10 years ago
  82. 2091044 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  83. ff253d3 Merge branch 'acpi-video' by Rafael J. Wysocki · 10 years ago
  84. 0b80a8f Merge branch 'acpi-ec' by Rafael J. Wysocki · 10 years ago
  85. 4488c99 Merge branches 'acpi-resources', 'acpi-ac', 'acpi-scan' and 'acpi-battery' by Rafael J. Wysocki · 10 years ago
  86. 4c71842 Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  87. 8de7471 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  88. 9ab6e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  89. 0378c9a crypto: caam - fix memleak in caam_jr module by Cristian Stoica · 10 years ago
  90. 2db38e0 Merge tag 'drm-intel-fixes-2014-07-09' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  91. 093fa5d Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 10 years ago
  92. 6d827fb i8k: Fix non-SMP operation by Guenter Roeck · 10 years ago
  93. 5a7fbe7 USB: ftdi_sio: Add extra PID. by Bert Vermeulen · 10 years ago
  94. 4f440cd Merge tag 'pci-v3.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  95. 9bd2d0d Drivers: hv: util: Fix a bug in the KVP code by K. Y. Srinivasan · 10 years ago
  96. affb1af Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code by K. Y. Srinivasan · 10 years ago
  97. c128c77 ACPI / PNP: add soc_button_array device ID to PNP IDs list by Zhang Rui · 10 years ago
  98. 6b32faf dmaengine: shdma: Add more register documentation by Geert Uytterhoeven · 10 years ago
  99. 01527b3 drm/i915/vlv: T12 eDP panel timing enforcement during reboot by Clint Taylor · 10 years ago
  100. 1bb9e63 drm/i915: Only unbind vgacon, not other console drivers by Daniel Vetter · 10 years ago