aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/hp
AgeCommit message (Expand)AuthorFilesLines
2021-08-09ia64/sba_iommu: return error code from sba_map_sg_attrs()Gravatar Martin Oliveira 1-2/+2
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-1/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIGravatar Christoph Hellwig 1-0/+2
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Gravatar Nicolin Chen 1-2/+1
2020-06-26docs: fix references for DMA*.txt filesGravatar Mauro Carvalho Chehab 1-6/+6
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+2
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableGravatar Christoph Hellwig 1-0/+2
2019-08-16ia64: remove support for machvecsGravatar Christoph Hellwig 3-13/+1
2019-08-16ia64: rework iommu probingGravatar Christoph Hellwig 1-54/+28
2019-08-16ia64: remove the zx1 swiotlb machvecGravatar Christoph Hellwig 5-80/+2
2019-08-16ia64: remove CONFIG_PCI ifdefsGravatar Christoph Hellwig 1-9/+1
2019-08-16ia64: remove the hpsim platformGravatar Christoph Hellwig 17-2543/+0
2019-07-11Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-03Merge 5.2-rc3 into tty-nextGravatar Greg Kroah-Hartman 3-4/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2019-05-24tty: simserial: drop unused iflag macroGravatar Johan Hovold 1-2/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-03-15scsi: ia64: simscsi: use request tag instead of serial_numberGravatar Hannes Reinecke 1-3/+4
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2018-12-18scsi: remove the use_clustering flagGravatar Christoph Hellwig 1-1/+1
2018-12-13dma-mapping: bypass indirect calls for dma-directGravatar Christoph Hellwig 2-3/+3
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeGravatar Christoph Hellwig 2-5/+3
2018-12-06ia64/sba_iommu: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-7/+1
2018-12-06ia64/sba_iommu: improve internal map_page usersGravatar Christoph Hellwig 1-44/+29
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+13
2018-10-13kill TIOCSERGSTRUCTGravatar Al Viro 1-3/+1
2018-10-13kill TIOCSER[SG]WILDGravatar Al Viro 1-5/+0
2018-09-17ia64: remove machvec_dma_sync_{single,sg}Gravatar Christoph Hellwig 1-4/+0
2018-09-14simserial: switch to ->[sg]et_serial()Gravatar Al Viro 1-4/+13
2018-08-22ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_infoGravatar Tony Luck 1-2/+2
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+0
2018-05-16tty: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-14/+1
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-14/+1
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSGravatar Christoph Hellwig 1-3/+0
2018-01-15ia64: use generic swiotlb_opsGravatar Christoph Hellwig 2-5/+5
2018-01-15ia64: rename swiotlb_dma_opsGravatar Christoph Hellwig 2-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 16-0/+16
2017-06-13tty: simserial: drop unused alt_speed handlingGravatar Johan Hovold 1-13/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 2-4/+4
2016-08-07[kbuild] handle exports in lib-y objects reliablyGravatar Al Viro 1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-11/+11
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 1-1/+1
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Gravatar Vlastimil Babka 1-5/+1
2015-06-16ia64: don't use module_init in non-modular sim/simscsi.c codeGravatar Paul Gortmaker 1-10/+1
2014-06-16ACPI / ia64 / sba_iommu: Restore the working initialization orderingGravatar Rafael J. Wysocki 1-27/+37
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-21/+11
2014-02-28[IA64] sba_iommu: fix section mismatchGravatar Jiang Liu 1-3/+3
2014-02-03ia64: Remove acpi_get_pxm() usageGravatar Bjorn Helgaas 1-17/+5