summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: sirf: enable generic dt binding for dma channelsBarry Song2014-03-294-0/+70
* dma: omap-dma: Implement device_slave_caps callbackPeter Ujfalusi2014-03-291-0/+18
* dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.Chew, Chiau Ee2014-03-261-0/+33
* dma: dw: allocate memory in two stages in probeAndy Shevchenko2014-03-262-9/+12
* Add new line to test result strings produced in verbose modeJerome Blin2014-03-261-2/+2
* Merge branch 'topic/tasklet_fix' into for-linusVinod Koul2014-03-172-3/+2
|\
| * dmaengine: pch_dma: use tasklet_kill in teardownVinod Koul2014-03-171-2/+2
| * dmaengine: at_hdmac: use tasklet_kill in teardownVinod Koul2014-03-171-1/+0
* | dma: cppi41: start tear down only if channel is busyGeorge Cherian2014-03-111-2/+5
* | usb: musb: musb_cppi41: Dont reprogram DMA if tear down is initiatedGeorge Cherian2014-03-111-1/+2
* | dmaengine: s3c24xx-dma: make phy->irq signed for error handlingDan Carpenter2014-03-111-1/+1
* | dma: imx-dma: Add missing module owner fieldAlexander Shiyan2014-03-061-0/+1
* | dma: imx-dma: Replace printk with dev_*Alexander Shiyan2014-03-061-6/+6
* | dma: fsl-edma: fix static checker warning of NULL dereferenceJingchang Lu2014-03-061-2/+2
* | dma: Remove comment about embedding dma_slave_config into custom structsLars-Peter Clausen2014-03-061-9/+5
* | dma: mmp_tdma: move to generic device tree bindingNenghua Cao2014-03-061-0/+50
* | dma: mmp_pdma: add IRQF_SHARED when request irqChao Xie2014-03-061-4/+4
* | dma: edma: Fix memory leak in edma_prep_dma_cyclic()Christian Engelmayer2014-03-061-1/+4
* | DMA: shdma: Make sh_dmae_pm staticLaurent Pinchart2014-03-061-1/+1
* | DMA: shdma: Fix warnings due to declared but unused symbolsLaurent Pinchart2014-03-061-3/+8
* | DMA: shdma: Fix warnings due to improper casts and printk formatsLaurent Pinchart2014-03-063-8/+9
* | dma: Add Freescale eDMA engine driver supportJingchang Lu2014-02-184-0/+1062
* | dma: dw: remove leftovers in the comment blocksAndy Shevchenko2014-02-172-6/+3
* | dma: dw: add a PCI ID for Intel Haswell SoCAndy Shevchenko2014-02-111-0/+3
* | acpi-dma: convert to return error code when asked for channelAndy Shevchenko2014-02-113-16/+13
* | acpi-dma: use devm_release() instead of devm_destroy()Andy Shevchenko2014-02-111-1/+1
* | dmaengine: Remove dependency on MACH_BCM2708Paul Bolle2014-02-111-1/+1
|/
* Linux 3.14-rc2v3.14-rc2Linus Torvalds2014-02-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-02-102-0/+6
|\
| * Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-102-0/+6
| |\
| | * SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley2014-02-051-0/+4
| | * selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message typesPaul Moore2014-02-051-0/+2
| | * Merge tag 'v3.13' into stable-3.14Paul Moore2014-02-059747-199713/+403621
| | |\
* | | \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-108-31/+17
|\ \ \ \ | |/ / / |/| | |
| * | | fix a kmap leak in virtio_consoleAl Viro2014-02-091-6/+3
| * | | fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-097-25/+14
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-094-8/+9
|\ \ \ \
| * | | | Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana2014-02-091-0/+2
| * | | | Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik2014-02-091-0/+1
| * | | | btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba2014-02-091-1/+1
| * | | | btrfs: commit transaction after setting label and featuresJeff Mahoney2014-02-091-2/+2
| * | | | Btrfs: fix assert screwup for the pending move stuffJosef Bacik2014-02-091-5/+3
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-02-0914-63/+162
|\ \ \ \ \
| * \ \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-02-0213-62/+162
| |\ \ \ \ \
| | * | | | | perf buildid-cache: Check relocation when checking for existing kcoreAdrian Hunter2014-01-311-4/+29
| | * | | | | perf tools: Adjust kallsyms for relocated kernelAdrian Hunter2014-01-311-2/+38
| | * | | | | perf tests: No need to set up ref_reloc_symAdrian Hunter2014-01-311-10/+0
| | * | | | | perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter2014-01-311-4/+21
| | * | | | | perf record: Get ref_reloc_sym from kernel mapAdrian Hunter2014-01-313-30/+9
| | * | | | | perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter2014-01-312-0/+25