summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-044-4/+4
|\
| * Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet2018-04-2755-894/+1226
| |\
| * \ Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-164-4/+4
| |\ \
| | * | docs/vm: rename documentation files to .rstMike Rapoport2018-04-164-4/+4
* | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-0493-1115/+528
|\ \ \ \
| * | | | nds32: use generic dma_noncoherent_opsChristoph Hellwig2018-05-294-116/+15
| * | | | nds32: implement the unmap_sg DMA operationChristoph Hellwig2018-05-291-0/+6
| * | | | nds32: consolidate DMA cache maintainance routinesChristoph Hellwig2018-05-291-94/+93
| * | | | x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flagChristoph Hellwig2018-05-282-20/+10
| * | | | x86/pci-dma: remove the explicit nodac and allowdac optionChristoph Hellwig2018-05-281-2/+2
| * | | | x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig2018-05-281-20/+1
| * | | | dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye2018-05-252-2/+2
| * | | | c6x: use generic dma_noncoherent_opsChristoph Hellwig2018-05-197-170/+44
| * | | | arc: use generic dma_noncoherent_opsChristoph Hellwig2018-05-194-148/+18
| * | | | arc: fix arc_dma_{map,unmap}_pageChristoph Hellwig2018-05-191-25/+2
| * | | | arc: fix arc_dma_sync_sg_for_{cpu,device}Christoph Hellwig2018-05-191-2/+3
| * | | | arc: simplify arc_dma_sync_single_for_{cpu,device}Christoph Hellwig2018-05-191-12/+12
| * | | | riscv: add swiotlb supportChristoph Hellwig2018-05-193-0/+18
| * | | | riscv: only enable ZONE_DMA32 for 64-bitChristoph Hellwig2018-05-191-1/+1
| * | | | riscv: simplify Kconfig magic for 32-bit vs 64-bit kernelsChristoph Hellwig2018-05-191-25/+6
| * | | | swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig2018-05-0910-49/+5
| * | | | mips,unicore32: swiotlb doesn't need sg->dma_lengthChristoph Hellwig2018-05-093-3/+0
| * | | | arm: don't build swiotlb by defaultChristoph Hellwig2018-05-091-1/+2
| * | | | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-0918-42/+0
| * | | | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-099-31/+14
| * | | | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-0911-34/+11
| * | | | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-0915-46/+12
| * | | | iommu-helper: move the IOMMU_HELPER config symbol to lib/Christoph Hellwig2018-05-094-14/+6
| * | | | iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig2018-05-0910-28/+1
| * | | | iommu-common: move to arch/sparcChristoph Hellwig2018-05-097-5/+322
| * | | | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig2018-05-0814-16/+0
| * | | | dma-debug: move initialization to common codeChristoph Hellwig2018-05-0815-130/+0
| * | | | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-0725-157/+0
* | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0424-439/+60
|\ \ \ \ \
| * | | | | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-162-28/+2
| * | | | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-1620-369/+55
| * | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-163-42/+3
* | | | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-40/+0
|\ \ \ \ \ \
| * | | | | | Remove jsflash driverJens Axboe2018-05-151-40/+0
* | | | | | | Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-023-2/+6
|\ \ \ \ \ \ \
| * | | | | | | MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki2018-05-242-2/+2
| * | | | | | | MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki2018-05-241-0/+4
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-05-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/purgatory: Fix endless interrupt loopPhilipp Rudo2018-05-181-1/+1
* | | | | | | | | Merge tag 'nds32-for-linus-4.17-fixes' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-2818-34/+130
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nds32: Fix compiler warning, Wstringop-overflow, in vdso.cVincent Chen2018-05-231-5/+5
| * | | | | | | | | nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageVincent Chen2018-05-231-3/+1
| * | | | | | | | | nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageVincent Chen2018-05-231-2/+7
| * | | | | | | | | nds32: Correct flush_dcache_page functionVincent Chen2018-05-231-9/+12
| * | | | | | | | | nds32: Fix the unaligned access handlerNickhu2018-05-231-2/+5