summaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2018-05-09swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig1-8/+0
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig1-3/+0
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig1-3/+1
2018-05-09scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig1-3/+1
2018-05-09iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig1-3/+0
2018-05-08dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig1-1/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-10/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig4-37/+0
2018-04-07Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-2/+2
2018-03-13PCI/MSI: Don't set up INTx if MSI or MSI-X is enabledBjorn Helgaas1-2/+2
2018-03-06ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities"Colin Ian King1-1/+1
2018-03-06ia64/err-inject: Use get_user_pages_fast()Davidlohr Bueso1-1/+1
2018-03-06ia64: Convert remaining atomic operationsMatthew Wilcox1-46/+23
2018-03-06ia64: convert unwcheck.py to python3Corentin Labbe1-8/+8
2018-02-22bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-1/+5
2018-02-12ia64: fix build failure with CONFIG_SWIOTLBCorentin Labbe1-1/+0
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+3
2018-02-07pids: introduce find_get_task_by_vpid() helperMike Rapoport1-10/+3
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-10/+14
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler2-1/+6
2018-02-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2018-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds4-8/+26
2018-02-01Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds10-124/+33
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-4/+3
2018-01-31Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-148/+0
2018-01-29Merge tag 'acpi-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+5
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-49/+6
2018-01-22Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek1-7/+3
2018-01-19ia64: Rewrite atomic_add and atomic_subMatthew Wilcox1-18/+19
2018-01-18Merge branches 'acpi-numa', 'acpi-sysfs', 'acpi-pmic', 'acpi-soc' and 'acpi-ged'Rafael J. Wysocki1-0/+5
2018-01-16signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.hEric W. Biederman1-27/+0
2018-01-15ia64: remove an ifdef around the content of pci-dma.cChristoph Hellwig1-7/+0
2018-01-15ia64: clean up swiotlb supportChristoph Hellwig5-57/+19
2018-01-15ia64: use generic swiotlb_opsChristoph Hellwig4-40/+13
2018-01-15ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig4-8/+8
2018-01-15ia64: rename swiotlb_dma_opsChristoph Hellwig3-8/+8
2018-01-12signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...Eric W. Biederman2-54/+0
2018-01-12ia64/signal: switch to generic struct siginfoEric W. Biederman1-67/+0
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2-2/+1
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-18/+0
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells6-49/+6
2018-01-09ia64: Add .opd based function descriptor dereferenceSergey Senozhatsky3-1/+23
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig1-4/+5
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-2/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-2/+3