summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/core' into for-linusVinod Koul2015-06-254-12/+39
|\
| * Documentation: dmaengine: document DMA_CTRL_ACKRobert Jarzmik2015-06-171-5/+6
| * dmaengine: virt-dma: don't always free descriptor upon completionRobert Jarzmik2015-06-172-7/+25
| * dmaengine: Support different source and destination strideMaxime Ripard2015-05-181-0/+8
* | dmaengine: Revert "drivers/dma: remove unused support for MEMSET operations"Maxime Ripard2015-06-122-0/+26
* | dmaengine: mv_xor: improve descriptors list handling and reduce lockingLior Amsalem2015-06-102-105/+53
* | dmaengine: mv_xor: Enlarge descriptor pool sizeLior Amsalem2015-06-101-1/+1
* | dmaengine: mv_xor: add support for a38x command in descriptor modeLior Amsalem2015-06-103-15/+76
* | dmaengine: mv_xor: Rename function for consistent namingMaxime Ripard2015-06-101-43/+44
* | dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem2015-06-102-26/+47
* | dmaengine: pl330: fix wording in mcbufsz messageMichal Suchanek2015-06-081-2/+2
* | dmaengine: sirf: add CSRatlas7 SoC supportHao Liu2015-06-082-90/+336
* | dmaengine: xgene-dma: Fix "incorrect type in assignement" warningsRameshwar Prasad Sahu2015-06-021-107/+66
* | dmaengine: fix kernel-doc documentationStefan Agner2015-06-021-2/+2
* | dmaengine: rcar-dmac: Use DECLARE_BITMAPJoe Perches2015-05-251-1/+1
* | dmaengine: pl330: Initialize pl330 for pl330_prep_dma_memcpy after NULL check...Maninder Singh2015-05-251-1/+3
* | dmaengine: shdma: r8a73a4: Make dma_ts_shift[] staticGeert Uytterhoeven2015-05-251-1/+1
* | dmaengine: sun6i: Add support for Allwinner H3 (sun8i) variantJens Kuske2015-05-082-1/+16
* | dmaengine: Remove Renesas Audio DMAC peri peri platform dataGeert Uytterhoeven2015-05-081-34/+0
* | dmaengine: pl08x: Suppress spaces in indentationLeonardo Carreras2015-05-081-1/+1
* | dmaengine: s3c24xx: Constify platform_device_idKrzysztof Kozlowski2015-05-041-1/+1
* | dmaengine: nbpfaxi: Constify platform_device_idKrzysztof Kozlowski2015-05-041-1/+1
* | dmaengine: mxs: Constify platform_device_idKrzysztof Kozlowski2015-05-041-1/+1
* | dmaengine: imx: Constify platform_device_idKrzysztof Kozlowski2015-05-042-2/+2
* | dmaengine: ep93xx: Constify platform_device_idKrzysztof Kozlowski2015-05-041-1/+1
* | dmaengine: omap-dma: Add support for memcpyPeter Ujfalusi2015-05-041-2/+49
|/
* Linux 4.1-rc2v4.1-rc2Linus Torvalds2015-05-031-1/+1
* Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-0313-229/+210
|\
| * ext4: fix growing of tiny filesystemsJan Kara2015-05-021-2/+5
| * ext4: move check under lock scope to close a race.Davide Italiano2015-05-021-7/+8
| * ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-022-0/+10
| * ext4 crypto: remove duplicated encryption mode definitionsChanho Park2015-05-021-6/+0
| * ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu2015-05-021-2/+7
| * ext4 crypto: add padding to filenames before encryptingTheodore Ts'o2015-05-015-8/+31
| * ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2015-05-015-204/+149
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-05-0315-94/+117
|\ \
| * \ Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-05-042-0/+10
| |\ \
| | * | drm/i915/chv: Implement WaDisableShadowRegForCpdDeepak S2015-04-282-0/+10
| * | | Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip...Dave Airlie2015-05-042-4/+12
| |\ \ \
| | * | | drm/rockchip: fix error check when getting irqHeiko Stuebner2015-04-201-4/+5
| | * | | MAINTAINERS: add entry for Rockchip drm driversHeiko Stuebner2015-04-201-0/+7
| * | | | Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-04-3011-90/+95
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | drm/radeon: fix userptr return value checking (v2)Christian König2015-04-271-5/+5
| | * | | drm/radeon: check new address before removing old oneChristian König2015-04-271-14/+17
| | * | | drm/radeon: reset BOs address after clearing it.Christian König2015-04-271-0/+2
| | * | | drm/radeon: fix lockup when BOs aren't part of the VM on releaseChristian König2015-04-271-1/+2
| | * | | drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5Alex Deucher2015-04-271-0/+1
| | * | | drm/radeon: adjust pll when audio is not enabledAlex Deucher2015-04-271-0/+3
| | * | | drm/radeon: only enable audio streams if the monitor supports itAlex Deucher2015-04-272-12/+21
| | * | | drm/radeon: only mark audio as connected if the monitor supports it (v3)Alex Deucher2015-04-272-14/+21