summaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-121-2/+0Star
|\
| * Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman2019-06-033-4/+3Star
| |\
| * | tty: simserial: drop unused iflag macroJohan Hovold2019-05-241-2/+0Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* scsi: ia64: simscsi: use request tag instead of serial_numberHannes Reinecke2019-03-151-3/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+1
|\
| * scsi: remove the use_clustering flagChristoph Hellwig2018-12-191-1/+1
* | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-132-3/+3
* | dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-132-5/+3Star
* | ia64/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-7/+1Star
* | ia64/sba_iommu: improve internal map_page usersChristoph Hellwig2018-12-061-44/+29Star
|/
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-11/+13
|\
| * kill TIOCSERGSTRUCTAl Viro2018-10-131-3/+1Star
| * kill TIOCSER[SG]WILDAl Viro2018-10-131-5/+0Star
| * simserial: switch to ->[sg]et_serial()Al Viro2018-09-141-4/+13
* | ia64: remove machvec_dma_sync_{single,sg}Christoph Hellwig2018-09-171-4/+0Star
|/
* ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_infoTony Luck2018-08-221-2/+2
* Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-3/+0Star
|\
| * PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-3/+0Star
* | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1Star
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+1Star
|/
* ia64: use generic swiotlb_opsChristoph Hellwig2018-01-152-5/+5
* ia64: rename swiotlb_dma_opsChristoph Hellwig2018-01-152-5/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
* tty: simserial: drop unused alt_speed handlingJohan Hovold2017-06-131-13/+0Star
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-4/+4
* [kbuild] handle exports in lib-y objects reliablyAl Viro2016-08-081-1/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-11/+11
* tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-1/+1
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-091-5/+1Star
* ia64: don't use module_init in non-modular sim/simscsi.c codePaul Gortmaker2015-06-161-10/+1Star
* ACPI / ia64 / sba_iommu: Restore the working initialization orderingRafael J. Wysocki2014-06-161-27/+37
* Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-021-21/+11Star
|\
| * ia64: Remove acpi_get_pxm() usageBjorn Helgaas2014-02-031-17/+5Star
| * ia64 / sba_iommu: Use NUMA_NO_NODE, not MAX_NUMNODES, for unknown nodeBjorn Helgaas2014-02-031-6/+8
* | [IA64] sba_iommu: fix section mismatchJiang Liu2014-02-281-3/+3
|/
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-251-2/+1Star
|\
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+1Star
* | ia64/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-101-1/+1
|/
* ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-1/+1
* Merge tag 'please-pull-fix-ia64-warnings' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-07-101-10/+10
|\
| * [IA64] sim: Add casts to avoid assignment warningsLuck, Tony2013-07-081-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-1/+1
|\ \ | |/ |/|
| * net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-8/+16
|\ \
| * | ACPI / ia64 / sba_iommu: Use ACPI scan handler for device discoveryRafael J. Wysocki2013-06-201-8/+16
| |/
* / [IA64] hpsim: Fix check for overlong simscsi prefix.Chen Gang2013-06-041-2/+2
|/