summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: remove duplicated call of get_pfn_range_for_nidZhang Yanfei2013-07-091-11/+32
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-096-19/+24
* memcg: clean up memcg->nodeinfoJohannes Weiner2013-07-091-15/+5
* mm: mremap: validate input before taking lockRasmus Villemoes2013-07-091-8/+10
* drivers/iommu/msm_iommu_dev.c: fix leak and clean up error pathsLibo Chen2013-07-091-14/+10
* fsnotify: update comments concerning locking schemeLino Sanfilippo2013-07-091-28/+22
* inotify: fix race when adding a new watchLino Sanfilippo2013-07-091-9/+4
* dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupLino Sanfilippo2013-07-091-12/+13
* fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo2013-07-091-36/+35
* fanotify: fix races when adding/removing marksLino Sanfilippo2013-07-091-12/+37
* fanotify: info leak in copy_event_to_user()Dan Carpenter2013-07-091-0/+1
* audit: Fix decimal constant descriptionMichal Simek2013-07-091-1/+1
* kernel/auditfilter.c: fix leak in audit_add_rule() error pathChen Gang2013-07-091-0/+6
* kernel/auditfilter.c: fixing build warningRaphael S. Carvalho2013-07-091-1/+1
* audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-07-094-7/+34
* drivers/dma/iop-adma.c: fix new warningsOlof Johansson2013-07-091-2/+2
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-07-0749-799/+1862
|\
| * DMA: shdma: add DT supportGuennadi Liakhovetski2013-07-056-13/+205
| * DMA: shdma: shdma_chan_filter() has to be in shdma-base.hGuennadi Liakhovetski2013-07-052-2/+1
| * DMA: shdma: (cosmetic) don't re-calculate a pointerGuennadi Liakhovetski2013-07-051-1/+1
| * dmaengine: at_hdmac: prepare clk before calling enableBoris BREZILLON2013-07-051-6/+9
| * dmaengine/trivial: at_hdmac: add curly brackets to if/else expressionsNicolas Ferre2013-07-051-2/+4
| * dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()Nicolas Ferre2013-07-051-31/+0
| * dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT bindingLudovic Desroches2013-07-052-6/+26
| * ARM: at91: dt: add header to define at_hdmac configurationLudovic Desroches2013-07-051-0/+27
| * MIPS: jz4740: Correct clock gate bit for DMA controllerMaarten ter Huurne2013-07-051-1/+1
| * MIPS: jz4740: Remove custom DMA APILars-Peter Clausen2013-07-054-401/+222
| * MIPS: jz4740: Register jz4740 DMA deviceLars-Peter Clausen2013-07-053-0/+23
| * dma: Add a jz4740 dmaengine driverLars-Peter Clausen2013-07-053-0/+440
| * MIPS: jz4740: Acquire and enable DMA controller clockMaarten ter Huurne2013-07-051-2/+22
| * dma: mmp_tdma: disable irq when disabling dma channelQiao Zhou2013-07-051-0/+4
| * dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown2013-07-055-14/+14
| * dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagicallyVinod Koul2013-07-052-9/+8
| * dma: dw: add PCI part of the driverAndy Shevchenko2013-07-053-0/+113
| * dma: dw: split driver to library part and platform codeAndy Shevchenko2013-07-057-279/+436
| * dma: move dw_dmac driver to an own directoryAndy Shevchenko2013-07-057-23/+28
| * dw_dmac: don't check resource with devm_ioremap_resourceAndy Shevchenko2013-07-051-4/+1
| * dma: pl330: use dma_addr_t for describing bus addressesWill Deacon2013-07-051-1/+1
| * dma: pl330: rip out broken, redundant ID probingWill Deacon2013-07-051-24/+3
| * dma: imx-sdma: move to generic device tree bindingsShawn Guo2013-07-052-0/+96
| * dmaengine: sirf: set dma residue based on the current dma transfer positionRongjun Ying2013-07-051-0/+17
| * dma: tegra: avoid channel lock up after freeDmitry Osipenko2013-07-051-0/+1
| * dma: tegra20-apbdma: err message correctionDmitry Osipenko2013-07-051-1/+1
| * dw_dmac: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-07-051-2/+2
| * dma: timb_dma: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-051-2/+0
| * dma: at_hdmac: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-051-2/+0
| * dma: mxs-dma: Staticize mxs_dma_xlateFabio Estevam2013-07-051-1/+1
| * dma: use platform_{get,set}_drvdata()Jingoo Han2013-07-052-6/+4
| * DMA: AT91: Get residual bytes in dma bufferElen Song2013-07-052-18/+115
| * DMA: AT91: Get transfer widthElen Song2013-07-052-0/+5