summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-11-1011-2042/+120
|\
| * Revert "ARM: DTS: am33xx: Use the new DT bindings for the eDMA3"Vinod Koul2015-11-023-73/+43
| * Revert "ARM: DTS: am437x: Use the new DT bindings for the eDMA3"Vinod Koul2015-11-022-64/+27
| * Merge branch 'topic/edma' into for-linusVinod Koul2015-10-3115-2104/+256
| |\
| | * ARM: DTS: am437x: Use the new DT bindings for the eDMA3Peter Ujfalusi2015-10-272-27/+64
| | * ARM: DTS: am33xx: Use the new DT bindings for the eDMA3Peter Ujfalusi2015-10-273-43/+73
| | * ARM/dmaengine: edma: Merge the two drivers under drivers/dma/Peter Ujfalusi2015-10-145-1437/+0
| | * ARM: davinci: Add dma_mask to eDMA devicesPeter Ujfalusi2015-10-144-0/+5
| | * ARM: davinci: Use platform_device_register_full() to create pdev for eDMAPeter Ujfalusi2015-10-144-39/+57
| | * ARM/dmaengine: edma: Remove limitation on the number of eDMA controllersPeter Ujfalusi2015-10-141-17/+5
| | * ARM/dmaengine: edma: Public API to use private struct pointerPeter Ujfalusi2015-10-141-156/+149
| | * ARM: common: edma: Internal API to use pointer to 'struct edma'Peter Ujfalusi2015-10-141-203/+197
| | * ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driverPeter Ujfalusi2015-10-141-10/+0
| | * ARM: davinci/common: Convert edma driver to handle one eDMA instance per driverPeter Ujfalusi2015-10-146-326/+234
| | * ARM: common: edma: Remove unused functionsPeter Ujfalusi2015-10-141-376/+0
| | * ARM: common: edma: Fix channel parameter for irq callbacksPeter Ujfalusi2015-10-141-2/+4
| * | avr32: use dw_dmac autoconfigurationAndy Shevchenko2015-09-301-8/+1
| |/
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-101-0/+1
|\ \
| * | ARM: exynos_defconfig: enable Exynos DRM Mixer driverAndrzej Hajda2015-11-031-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-1023-112/+18
|\ \ \
| * | | kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-1015-102/+0
| * | | sparc/sparc64: allocate sys_membarrier system call numberMathieu Desnoyers2015-11-103-4/+5
| * | | mips: add entry for new mlock2 syscallEric B Munson2015-11-105-6/+13
* | | | Merge branch 'parisc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-108-52/+44
|\ \ \ \
| * | | | parisc: Fixes and cleanups in kernel uapi header filesHelge Deller2015-11-087-21/+44
| * | | | parisc: Drop hpux_stat64 struct from stat.h header fileHelge Deller2015-11-081-31/+0
* | | | | Merge tag 'nios2-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-11-104-52/+1
|\ \ \ \ \
| * | | | | nios2: Remove unnecessary #ifdef guardsTobias Klauser2015-11-092-4/+0
| * | | | | nios2: Switch to generic __xchg()Marek Vasut2015-11-091-47/+0
| * | | | | nios2: Fix unused variable warningMarek Vasut2015-11-091-1/+1
| |/ / / /
* | | | | Merge tag 'xtensa-20151108' of git://github.com/czankel/xtensa-linuxLinus Torvalds2015-11-1029-248/+1210
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | xtensa: implement dma_to_phys and phys_to_dmaMax Filippov2015-11-081-0/+10
| * | | | xtensa: support DMA to high memoryMax Filippov2015-11-082-17/+39
| * | | | Revert "xtensa: cache inquiry and unaligned cache handling functions"Max Filippov2015-11-031-95/+0
| * | | | xtensa: drop unused sections and remapped reset handlersMax Filippov2015-11-035-93/+0
| * | | | xtensa: fix secondary core boot in SMPMax Filippov2015-11-035-16/+19
| * | | | xtensa: add FORCE_MAX_ZONEORDER to KconfigMax Filippov2015-11-031-0/+14
| * | | | xtensa: nommu: provide defconfig for de212 on kc705Max Filippov2015-11-021-0/+131
| * | | | xtensa: nommu: xtfpga: add kc705 DTSMax Filippov2015-11-021-0/+17
| * | | | xtensa: add de212 core variantMax Filippov2015-11-023-0/+900
| * | | | xtensa: nommu: select HAVE_FUTEX_CMPXCHGMax Filippov2015-11-021-0/+1
| * | | | xtensa: nommu: fix default memory start addressMax Filippov2015-11-021-1/+1
| * | | | xtensa: nommu: provide correct KIO addressesMax Filippov2015-11-023-11/+15
| * | | | xtensa: nommu: fix USER_RING definitionMax Filippov2015-11-021-0/+4
| * | | | xtensa: xtfpga: fix integer overflow in TASK_SIZEMax Filippov2015-11-021-2/+4
| * | | | xtensa: fix build for configs without cache optionsMax Filippov2015-11-022-4/+35
| * | | | xtensa: fixes for configs without loop optionMax Filippov2015-11-027-9/+20
| |/ / /
* | | | arm64: fixup for mm renamesAndrew Morton2015-11-081-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-078-14/+12
|\ \ \ \
| * | | | arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extensionMartin Kepplinger2015-11-071-4/+3