summaryrefslogtreecommitdiffstats
path: root/drivers/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: Fix up devices below a PCI-PCI MegaRAID controller bridgeHelge Deller2017-08-241-3/+39
* parisc: Fix section mismatches in parisc core driversHelge Deller2017-08-2211-25/+25
* parisc: pci memory bar assignment fails with 64bit kernels on dino/cujoThomas Bogendoerfer2017-08-161-1/+1
* parisc: pdc_stable: Fix locking when creating sysfs linksJames Bottomley2017-07-311-3/+3
* parisc: pdc_stable: constify attribute_group structures.Arvind Yadav2017-07-231-1/+1
* parisc: ->mapping_errorChristoph Hellwig2017-07-052-2/+18
* parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer2017-07-034-3/+34
* Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-55/+73
|\
| * parisc: ccio-dma: Handle return NULL error from ioremap_nocacheArvind Yadav2017-02-251-1/+5
| * parisc: eisa: Fix resource leaks in error pathsArvind Yadav2017-02-251-2/+16
| * parisc: eisa: Remove coding style errorsArvind Yadav2017-02-251-52/+52
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-2/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-246-6/+6
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-042-16/+16
* Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-2/+0
|\
| * PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas2016-03-081-2/+0
* | drivers: Initialize resource entry to zeroToshi Kani2016-01-301-2/+2
|/
* parisc: convert to dma_map_opsChristoph Hellwig2016-01-202-49/+60
* parisc: Initialize PCI bridge cache line and default latencyHelge Deller2016-01-122-2/+6
* parisc iommu: fix panic due to trying to allocate too large regionMikulas Patocka2015-12-121-7/+8
* pci: remove pci_dma_supportedChristoph Hellwig2015-11-101-2/+0
* parisc: reduce syslog debug outputHelge Deller2015-10-221-6/+6
* PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-152-0/+4
* parisc: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-102-17/+5
* PCI,parisc: Enable 64-bit bus addresses on PA-RISCHelge Deller2015-09-081-2/+5
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-1/+1
|\
| * parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-311-1/+1
* | PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-232-4/+0
|/
* parisc: %pf is only for function pointersScott Wood2015-04-241-1/+1
* parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox2015-04-213-19/+20
* parisc: remove use of seq_printf return valueJoe Perches2015-04-152-72/+68
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | parisc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-3/+2
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0
|\
| * sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
* | parisc: Fix serial console for machines with serial port on superio chipHelge Deller2014-10-011-1/+2
* | parisc: pdc_stable.c: Avoid potential stack overflowsHelge Deller2014-09-211-5/+7
* | parisc: pdc_stable.c: Cleaning up unnecessary use of memset in conjunction wi...Rickard Strandqvist2014-09-211-2/+3
* | parisc: dino: fix %d confusingly prefixed with 0x in format stringHans Wennborg2014-08-271-1/+1
|/
* Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-031-1/+0
|\
| * PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-251-1/+0
* | parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer2013-07-311-11/+27
|/
* parisc: fix LMMIO mismatch between PAT length and MASK registerHelge Deller2013-07-091-0/+56
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-13/+2
|\
| * eisa_eeprom: switch to fixed_size_llseek()Al Viro2013-06-291-13/+2
* | parisc: fix serial ports on C8000 workstationThomas Bogendoerfer2013-06-181-0/+66
|/
* parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus r...Helge Deller2013-06-011-4/+4
* parisc/PCI: Set type for LBA bus_num resourceBjorn Helgaas2013-06-011-0/+1
OpenPOWER on IntegriCloud