summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2018-05-012-0/+7
|\
| * hexagon: export csum_partial_copy_nocheckArnd Bergmann2018-05-011-0/+1
| * hexagon: add memset_io() helperArnd Bergmann2018-05-011-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-04-302-2/+2
|\ \ | |/ |/|
| * sparc: vio: use put_device() instead of kfree()Arvind Yadav2018-04-301-1/+1
| * sparc64: Fix mistake in oradax license textRob Gardner2018-04-301-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-2912-19/+93
|\ \
| * | x86/ipc: Fix x32 version of shmid64_ds and msqid64_dsArnd Bergmann2018-04-272-0/+73
| * | x86/setup: Do not reserve a crash kernel region if booted on Xen PVPetr Tesarik2018-04-271-0/+6
| * | x86/cpu/intel: Add missing TLB cpuid valuesjacek.tomaka@poczta.fm2018-04-261-0/+3
| * | x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam2018-04-261-0/+2
| * | x86/mm: Make vmemmap and vmalloc base address constants unsigned longJiri Kosina2018-04-261-4/+4
| * | x86/vector: Remove the unused macro FPU_IRQDou Liyang2018-04-261-2/+0
| * | x86/vector: Remove the macro VECTOR_OFFSET_STARTDou Liyang2018-04-261-5/+0
| * | x86/cpufeatures: Enumerate cldemote instructionFenghua Yu2018-04-261-0/+1
| * | x86/microcode: Do not exit early from __reload_late()Borislav Petkov2018-04-241-4/+2
| * | x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov2018-04-241-2/+0
| * | x86/jailhouse: Fix incorrect SPDX identifierThomas Gleixner2018-04-232-2/+2
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-295-19/+68
|\ \ \
| * | | x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski2018-04-271-4/+4
| * | | x86/pti: Filter at vma->vm_page_prot populationDave Hansen2018-04-252-0/+9
| * | | x86/pti: Disallow global kernel text with RANDSTRUCTDave Hansen2018-04-251-0/+10
| * | | x86/pti: Reduce amount of kernel text allowed to be GlobalDave Hansen2018-04-251-3/+13
| * | | x86/pti: Fix boot warning from Global-bit settingDave Hansen2018-04-251-10/+30
| * | | x86/pti: Fix boot problems from Global-bit settingDave Hansen2018-04-251-2/+2
| |/ /