summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-18dmaengine: mv_xor: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: mpc512x: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: mmp: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: mediatek: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: k3dma: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: ipu: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: iop_adma: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: ioat: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: imx-dma: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: ep93xx: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: dw: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: coh901318: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: at_xdmac: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: at_hdmac: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-18dmaengine: altera-msgdma: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-14dmaengine: sf-pdma: remove unused 'desc'Vinod Koul
2020-09-11dmaengine: Kconfig: Update description for RCAR_DMAC configLad Prabhakar
2020-09-11dmaengine: ti: k3-udma: Use soc_device_match() for SoC dependent parametersPeter Ujfalusi
2020-09-11Merge tag 'v5.9-rc4' into nextVinod Koul
2020-09-11dmaengine: dmatest: Print error codes as signed valueAndy Shevchenko
2020-09-11dmaengine: pl330: Drop local dma_parmsRobin Murphy
2020-09-11dmaengine: qcom: bam_dma: Drop local dma_parmsRobin Murphy
2020-09-11dmaengine: ste_dma40: Drop local dma_parmsRobin Murphy
2020-09-11dmaengine: rcar-dmac: Drop local dma_parmsRobin Murphy
2020-09-11dmaengine: mxs: Drop local dma_parmsRobin Murphy
2020-09-11dmaengine: imx-sdma: Drop local dma_parmsRobin Murphy
2020-09-11dmaengine: imx-dma: Drop local dma_parmsRobin Murphy
2020-09-11dmaengine: bcm2835: Drop local dma_parmsRobin Murphy
2020-09-11dmaengine: axi-dmac: Drop local dma_parmsRobin Murphy
2020-09-11dmaengine: sf-pdma: Fix an error that calls callback twiceBrad Kim
2020-09-06Linux 5.9-rc4v5.9-rc4Linus Torvalds
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-06Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-05io_uring: fix linked deferred ->files cancellationPavel Begunkov
2020-09-05io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Linus Torvalds
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-05include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe
2020-09-05mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells
2020-09-05mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song
2020-09-05mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai
2020-09-05mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell
2020-09-05mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell
2020-09-05mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple
2020-09-05mm/migrate: fixup setting UFFD_WP flagAlistair Popple
2020-09-05mm: madvise: fix vma user-after-freeYang Shi
2020-09-05checkpatch: fix the usage of capture group ( ... )Mrinal Pandey