1. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  2. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  3. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  4. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  5. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  6. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  7. 2996148 Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  8. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  9. 0ed2dd0 treewide: Use struct_size() for devm_kmalloc() and friends by Kees Cook · 7 years ago
  10. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  11. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  12. 67f3197 Merge branch 'topic/txx' into for-linus by Vinod Koul · 7 years ago
  13. f1e3b4c Merge branch 'topic/ti' into for-linus by Vinod Koul · 7 years ago
  14. d97594f Merge branch 'topic/stm' into for-linus by Vinod Koul · 7 years ago
  15. d9939da Merge branch 'topic/ste' into for-linus by Vinod Koul · 7 years ago
  16. 2f62304 Merge branch 'topic/sprd' into for-linus by Vinod Koul · 7 years ago
  17. d39dae1 Merge branch 'topic/renesas' into for-linus by Vinod Koul · 7 years ago
  18. e6f81f3 Merge branch 'topic/qcom' into for-linus by Vinod Koul · 7 years ago
  19. 4923be7 Merge branch 'topic/pl330' into for-linus by Vinod Koul · 7 years ago
  20. a5e588c Merge branch 'topic/imx' into for-linus by Vinod Koul · 7 years ago
  21. 53cf4c9 Merge branch 'topic/idma' into for-linus by Vinod Koul · 7 years ago
  22. b30e70e Merge branch 'topic/fsl' into for-linus by Vinod Koul · 7 years ago
  23. 17d5159 Merge branch 'topic/dw' into for-linus by Vinod Koul · 7 years ago
  24. 34cc234 Merge branch 'topic/dmatest' into for-linus by Vinod Koul · 7 years ago
  25. 535f296 Merge branch 'topic/bam' into for-linus by Vinod Koul · 7 years ago
  26. 75abeb6 Merge branch 'topic/axi' into for-linus by Vinod Koul · 7 years ago
  27. ca1b7d3 dmaengine: sprd: Add Spreadtrum DMA configuration by Eric Long · 7 years ago
  28. 32fa201 dmaengine: sprd: Optimize the sprd_dma_prep_dma_memcpy() by Eric Long · 7 years ago
  29. ce9c28c dmaengine: imx-dma: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  30. d9617a3 dmaengine: mxs-dma: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  31. c01faac dmaengine: imx-sdma: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  32. 9c3655c dmaengine: qcom: bam_dma: fix some doc warnings. by Srinivas Kandagatla · 7 years ago
  33. 5c63de1 dmaengine: qcom: bam_dma: fix invalid assignment warning by Srinivas Kandagatla · 7 years ago
  34. dbad41e dmaengine: qcom: bam_dma: check if the runtime pm enabled by Srinivas Kandagatla · 7 years ago
  35. fd8d26a dmaengine: sprd: fix an NULL vs IS_ERR() bug by Dan Carpenter · 7 years ago
  36. e7f063a dmaengine: sprd: Use devm_ioremap_resource() to map memory by Baolin Wang · 7 years ago
  37. e891e41 dmaengine: sprd: Fix potential NULL dereference in sprd_dma_probe() by Wei Yongjun · 7 years ago
  38. 3d6ce86 drivers: remove force dma flag from buses by Christoph Hellwig · 7 years ago
  39. 1d48745 dmaengine: pl330: flush before wait, and add dev burst support. by Frank Mori Hess · 7 years ago
  40. 9c87572 dmaengine: axi-dmac: Request IRQ with IRQF_SHARED by Moritz Fischer · 7 years ago
  41. d317d32 dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available" by Colin Ian King · 7 years ago
  42. ab42ddb dmaengine: sprd: Move DMA request mode and interrupt type into head file by Eric Long · 7 years ago
  43. d7c33cf dmaengine: sprd: Define the DMA data width type by Baolin Wang · 7 years ago
  44. 6b1d255 dmaengine: sprd: Define the DMA transfer step type by Eric Long · 7 years ago
  45. d88b139 dmaengine: ti: New directory for Texas Instruments DMA drivers by Peter Ujfalusi · 7 years ago
  46. 0ef9944 dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESAS by Geert Uytterhoeven · 7 years ago
  47. bbb5a4e dmaengine: stm32-mdma: Fix incomplete Hw descriptors allocator by Pierre-Yves MORDRET · 7 years ago
  48. ee6de9a dmaengine: stm32-mdma: align TLEN and buffer length on burst by Pierre-Yves MORDRET · 7 years ago
  49. a8afcfe dmaengine: txx9dmac: simplify getting .drvdata by Wolfram Sang · 7 years ago
  50. be34c21 dmaengine: ste_dma40: simplify getting .drvdata by Wolfram Sang · 7 years ago
  51. b7d6979 dmaengine: idma64: simplify getting .drvdata by Wolfram Sang · 7 years ago
  52. 03bf279 dmaengine: fsldma: simplify getting .drvdata by Wolfram Sang · 7 years ago
  53. ede2b29 dmaengine: at_xdmac: simplify getting .drvdata by Wolfram Sang · 7 years ago
  54. 5c4a74a dmaengine: at_hdmac: simplify getting .drvdata by Wolfram Sang · 7 years ago
  55. 83ff132 dmaengine: dw: simplify getting .drvdata by Wolfram Sang · 7 years ago
  56. 6af6c37 dmaengine: qcom: simplify getting .drvdata by Wolfram Sang · 7 years ago
  57. 72ef08b dmaengine: dmatest: Remove use of VLAs by Laura Abbott · 7 years ago
  58. 1b02dcb Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  59. 2ffb850 Merge branch 'topic/stm' into for-linus by Vinod Koul · 7 years ago
  60. 3a7b854 Merge branch 'topic/renesas' into for-linus by Vinod Koul · 7 years ago
  61. 185a6cd Merge branch 'topic/qcom' into for-linus by Vinod Koul · 7 years ago
  62. f18b461 Merge branch 'topic/pl330' into for-linus by Vinod Koul · 7 years ago
  63. c21bd0a Merge branch 'topic/mtek' into for-linus by Vinod Koul · 7 years ago
  64. ab2528c Merge branch 'topic/imx' into for-linus by Vinod Koul · 7 years ago
  65. 238eed6 Merge branch 'topic/edma' into for-linus by Vinod Koul · 7 years ago
  66. 6206513 Merge branch 'topic/dw_axi' into for-linus by Vinod Koul · 7 years ago
  67. 36ebe2b Merge branch 'topic/dmatest' into for-linus by Vinod Koul · 7 years ago
  68. 9df3bd5 dmaengine: stm32-dma: properly mask irq bits by Pierre Yves MORDRET · 7 years ago
  69. 80a7695 dmaengine: stm32-dma: fix max items per transfer by Pierre Yves MORDRET · 7 years ago
  70. c2d86b1 dmaengine: stm32-dma: fix DMA IRQ status handling by Pierre Yves MORDRET · 7 years ago
  71. a2b6103 dmaengine: stm32-dma: Improve memory burst management by Pierre Yves MORDRET · 7 years ago
  72. 249d553 dmaengine: stm32-dma: fix typo and reported checkpatch warnings by Pierre Yves MORDRET · 7 years ago
  73. e57cb3b dmaengine: stm32-dma: fix incomplete configuration in cyclic mode by Pierre Yves MORDRET · 7 years ago
  74. 951f44c dmaengine: stm32-dma: threshold manages with bitfield feature by Pierre Yves MORDRET · 7 years ago
  75. 73dcc66 dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacks by Geert Uytterhoeven · 7 years ago
  76. 6a28ba2 dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught" by Colin Ian King · 7 years ago
  77. f31b323 dmaengine: edma: Check the memory allocation for the memcpy dma device by Peter Ujfalusi · 7 years ago
  78. c563747 dmaengine: at_xdmac: fix rare residue corruption by Maxime Jayat · 7 years ago
  79. 548c459 dmaengine: mediatek: Add MediaTek High-Speed DMA controller for MT7622 and MT7623 SoC by Sean Wang · 7 years ago
  80. 3e4543b dmaengine: stm32-dmamux: fix a potential buffer overflow by Pierre-Yves MORDRET · 7 years ago
  81. 1fe20f1 dmaengine: Introduce DW AXI DMAC driver by Eugeniy Paltsev · 7 years ago
  82. 3cd2c31 dmaengine: mv_xor_v2: Fix clock resource by adding a register clock by Gregory CLEMENT · 7 years ago
  83. a3ca83124 dmaengine: pl330: fix a race condition in case of threaded irqs by Qi Hou · 7 years ago
  84. 2746e2c dmaengine: imx-sdma: fix pagefault when channel is disabled during interrupt by Thierry Bultel · 7 years ago
  85. 3e08162 dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue() by Yoshihiro Shimoda · 7 years ago
  86. 5b4a689 dmaengine: qcom: bam_dma: disable runtime pm on remote controlled by Srinivas Kandagatla · 7 years ago
  87. 54eb5e2 dmaengine: qcom: bam_dma: do not write to global regs in remote mode by Srinivas Kandagatla · 7 years ago
  88. 48d163b dmaengine: qcom: bam_dma: get num-channels and num-ees from dt by Srinivas Kandagatla · 7 years ago
  89. 9d31821 dmaengine: qcom: bam_dma: make bam clk optional by Srinivas Kandagatla · 7 years ago
  90. d716d9b dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3 by Yoshihiro Shimoda · 7 years ago
  91. 2e67a08 dmaengine: dmatest: add norandom option by Yang Shunyong · 7 years ago
  92. 367b0df Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  93. 2155e69 Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  94. 330542f Merge branch 'topic/xilinx' into for-linus by Vinod Koul · 7 years ago
  95. b8e1a96 Merge branch 'topic/virt-dma' into for-linus by Vinod Koul · 7 years ago
  96. cea0dd4 Merge branch 'topic/timb' into for-linus by Vinod Koul · 7 years ago
  97. db90305 Merge branch 'topic/ti' into for-linus by Vinod Koul · 7 years ago
  98. 21359a8 Merge branch 'topic/tegra' into for-linus by Vinod Koul · 7 years ago
  99. 6811837 Merge branch 'topic/stm' into for-linus by Vinod Koul · 7 years ago
  100. 581f5b1 Merge branch 'topic/sprd' into for-linus by Vinod Koul · 7 years ago