aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp/common/sba_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-2155/+0
2023-08-24ia64: implement the new page table range APIMatthew Wilcox (Oracle)1-11/+19
2021-08-09ia64/sba_iommu: return error code from sba_map_sg_attrs()Martin Oliveira1-2/+2
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-0/+2
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen1-2/+1
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab1-6/+6
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-0/+2
2019-08-16ia64: rework iommu probingChristoph Hellwig1-54/+28
2019-08-16ia64: remove the zx1 swiotlb machvecChristoph Hellwig1-14/+1
2019-08-16ia64: remove CONFIG_PCI ifdefsChristoph Hellwig1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-2/+2
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-4/+2
2018-12-06ia64/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-7/+1
2018-12-06ia64/sba_iommu: improve internal map_page usersChristoph Hellwig1-44/+29
2018-09-17ia64: remove machvec_dma_sync_{single,sg}Christoph Hellwig1-4/+0
2018-08-22ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_infoTony Luck1-2/+2
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+0
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-14/+1
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-3/+0
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-11/+11
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-5/+1
2014-06-16ACPI / ia64 / sba_iommu: Restore the working initialization orderingRafael J. Wysocki1-27/+37
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-21/+11
2014-02-28[IA64] sba_iommu: fix section mismatchJiang Liu1-3/+3
2014-02-03ia64: Remove acpi_get_pxm() usageBjorn Helgaas1-17/+5
2014-02-03ia64 / sba_iommu: Use NUMA_NO_NODE, not MAX_NUMNODES, for unknown nodeBjorn Helgaas1-6/+8
2013-12-09ia64/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang1-1/+1
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-1/+1
2013-06-20ACPI / ia64 / sba_iommu: Use ACPI scan handler for device discoveryRafael J. Wysocki1-8/+16
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-5/+6
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-5/+6
2011-09-27doc: fix broken referencesPaul Bolle1-6/+6
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2010-05-18[IA64] arch/ia64/hp/common/sba_iommu.c: Rename dev_info to adiJoe Perches1-4/+4
2009-12-14[IA64] fix SBA IOMMU to handle allocation failure properlyFUJITA Tomonori1-9/+29
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore1-5/+2
2009-06-17Pull for-2.6.31 into releaseTony Luck1-1/+1
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-1/+1
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-1/+1
2009-03-05Merge branch 'linus' into core/iommuIngo Molnar1-6/+6
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap1-6/+6
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-14/+32
2009-01-06make sba DMA mapping functions staticFUJITA Tomonori1-22/+12
2009-01-06set up dma_ops appropriatelyFUJITA Tomonori1-0/+9
2009-01-06add dma_mapping_ops for SBA IOMMUFUJITA Tomonori1-0/+16
2008-10-20kdump: use is_kdump_kernel() in sba_init()Simon Horman1-3/+2
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-04-29ia64: use non-racy method for proc entries creationDenis V. Lunev1-4/+2
2008-04-29dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner1-27/+37
2008-04-09[IA64] make IOMMU respect the segment boundary limitsFUJITA Tomonori1-17/+39
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison1-19/+17
2008-02-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-1/+1
2008-02-05iommu sg merging: IA64: make sba_iommu respect the segment size limitsFUJITA Tomonori1-2/+6
2008-02-04[IA64] constify function pointer tablesJan Engelhardt1-1/+1
2007-12-19[IA64] Guard elfcorehdr_addr with #if CONFIG_PROC_FSSimon Horman1-1/+2
2007-10-22Update arch/ to use sg helpersJens Axboe1-1/+1
2007-10-17IA64: iommu uses sg_next with an invalid sg elementFUJITA Tomonori1-2/+2
2007-10-16IA64: sg chaining supportJens Axboe1-7/+7
2007-07-27[IA64] Use new acpi_device_id struct for HID init in ia64/hp/common/sba_iommu.cThomas Renninger1-1/+6
2007-07-13[IA64] use machvec=dig on hpzx1 platformsTerry Loftin1-2/+18
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2006-12-07[IA64] replace kmalloc+memset with kzallocYan Burman1-7/+3
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+1
2006-06-23[PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto1-1/+1
2006-04-02ACPI: ia64 buildfixLen Brown1-1/+1
2005-10-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-13/+32
2005-10-28[PATCH] gfp_t: dma-mapping (ia64)Al Viro1-1/+1
2005-09-14[IA64] more robust zx1/sx1000 machvec supportAlex Williamson1-13/+32
2005-06-28[IA64] Recognize HP sx2000 chipsetBjorn Helgaas1-0/+4
2005-05-03[IA64] use common pxm functionAlex Williamson1-30/+4
2005-04-25[IA64] sba_iommu bug fixesAlex Williamson1-40/+56
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2121