summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dmaengine.h: remove redundant else keywordAndy Shevchenko2013-02-141-2/+2
* Merge tag 'ux500-dma40' of //git.linaro.org/people/fabiobaltieri/linux.gitVinod Koul2013-01-211-0/+13
|\
| * dmaengine: ste_dma40: add software lli supportFabio Baltieri2013-01-141-0/+8
| * dmaengine: ste_dma40: add missing kernel-doc entryFabio Baltieri2013-01-141-0/+1
| * dmaengine: ste_dma40: physical channels number correctionGerald Baeza2013-01-141-0/+4
* | pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini2013-01-131-0/+146
* | dmaengine: introduce is_slave_direction functionAndy Shevchenko2013-01-121-0/+5
* | dmaengine: remove dma_async_memcpy_complete() macroBartlomiej Zolnierkiewicz2013-01-071-4/+1
* | dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz2013-01-071-2/+0
* | dmatest: Fix NULL pointer dereference on ioatJon Mason2013-01-071-1/+4
* | DMAEngine: add dmaengine_prep_interleaved_dma wrapper for interleaved apiBarry Song2013-01-071-0/+7
* | dmaengine: fix !of_dma compilation warningVinod Koul2013-01-071-4/+5
* | of: dma: fix protection of DMA controller data stored by DMA helpersJon Hunter2013-01-071-2/+3
* | dmaengine: use for_each_set_bitAkinobu Mita2013-01-071-17/+1
* | dmaengine: dw_dmac: Enhance device tree supportViresh Kumar2013-01-071-17/+26
* | dmaengine: dw_dmac: Update documentation style comments for dw_dma_platform_dataViresh Kumar2013-01-061-0/+2
* | dmaengine: fix build failure due to missing semi-colonVinod Koul2013-01-061-1/+1
* | of: dma- fix build break for !CONFIG_OFVinod Koul2013-01-061-0/+27
* | of: Add generic device tree DMA helpersJon Hunter2013-01-061-0/+45
* | dmaengine: add helper function to request a slave DMA channelJon Hunter2013-01-061-0/+6
|/
* Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2013-01-022-0/+3
|\
| * PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski2012-12-261-0/+1
| * PCI: Add PCIe Link Capability link speed and width namesBjorn Helgaas2012-12-261-0/+2
* | UAPI: Remove empty Kbuild filesDavid Howells2013-01-028-8/+0
* | mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman2013-01-021-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-01-022-2/+14
|\ \
| * | ext4: fix deadlock in journal_unmap_buffer()Jan Kara2012-12-251-1/+1
| * | ext4: split off ext4_journalled_invalidatepage()Jan Kara2012-12-251-1/+13
* | | mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-021-7/+4
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-12-302-4/+31
|\ \ \
| * \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-12-302-4/+31
| |\ \ \ | | |_|/ | |/| |
| | * | drm: Export routines for inserting preallocated nodes into the mm managerChris Wilson2012-12-181-4/+21
| | * | drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter2012-12-171-0/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-272-1/+4
|\ \ \ \
| * | | | pidns: Stop pid allocation when init diesEric W. Biederman2012-12-252-1/+4
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-12-272-2/+2
|\ \ \ \
| * | | | netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan2012-12-261-1/+1
| * | | | net: devnet_rename_seq should be a seqcountEric Dumazet2012-12-211-1/+1
* | | | | mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall2012-12-261-1/+7
| |/ / / |/| | |
* | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-12-211-1/+1
|\ \ \ \
| * | | | watchdog: WatchDog Timer Driver Core: fix commentFabio Porcedda2012-12-191-1/+1
* | | | | Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds2012-12-212-10/+49
|\ \ \ \ \
| * | | | | dm: remove map_infoMikulas Patocka2012-12-211-4/+2
| * | | | | dm: move target request nr to dm_target_ioMikulas Patocka2012-12-211-4/+10
| * | | | | dm: introduce per_bio_dataMikulas Patocka2012-12-211-0/+30
| * | | | | dm: prepare to support WRITE SAMEMike Snitzer2012-12-211-0/+5
| * | | | | dm ioctl: remove PF_MEMALLOCMikulas Patocka2012-12-211-2/+2
* | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-12-211-0/+1
|\ \ \ \ \ \
| * | | | | | mlx4_core: Allow choosing flow steering modeJack Morgenstein2012-12-191-0/+1
* | | | | | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-12-212-32/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |