summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/pci: Constify 'struct bin_attribute'Thomas Weißschuh2025-01-071-6/+6
* s390/pci: Add pci_msg debug view to PCI reportNiklas Schnelle2024-12-161-0/+47
* s390/pci: Report PCI error recovery results via SCLPNiklas Schnelle2024-12-164-5/+145
* Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-11-292-31/+34
|\
| * s390/pci: Fix potential double remove of hotplug slotNiklas Schnelle2024-11-281-25/+9
| * s390/pci: Fix leak of struct zpci_dev when zpci_add_device() failsNiklas Schnelle2024-11-282-6/+25
* | Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-271-1/+1
|\ \
| * | PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen2024-10-181-1/+1
* | | Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-232-2/+11
|\ \ \ | |_|/ |/| |
| | |
| | \
| *-. \ Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ...Joerg Roedel2024-11-152-2/+11
| |\ \ \ | | | |/ | | |/|
| | | * iommu/s390: Implement blocking domainMatthew Rosato2024-10-152-2/+11
| | |/
* | | Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-11-199-139/+246
|\ \ \ | |/ / |/| |
| * | s390/pci: Convert to use flag output macrosHeiko Carstens2024-11-133-100/+124
| * | s390/pci: Add header guards and includes to internal headersNiklas Schnelle2024-11-072-0/+7
| * | s390/pci: Expose FIDPARM attribute in sysfsNiklas Schnelle2024-10-102-0/+3
| * | s390/pci: Switch over to sysfs_emitGerd Bayer2024-10-101-2/+2
| * | s390/pci: Ignore RID for isolated VFsNiklas Schnelle2024-10-102-15/+20
| * | s390/pci: Use topology ID for multi-function devicesNiklas Schnelle2024-10-102-7/+13
| * | s390/pci: Sort PCI functions prior to creating virtual bussesNiklas Schnelle2024-10-103-16/+78
| |/
* / s390/pci: Handle PCI error codes other than 0x3aNiklas Schnelle2024-10-101-8/+9
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-233-12/+6
|\
| * s390/pci: Stop usurping pdev->dev.groupsLukas Wunner2024-08-093-12/+6
* | s390/pci_mmio: use follow_pfnmap APIPeter Xu2024-09-171-10/+12
|/
* s390/pci: Allow allocation of more than 1 MSI interruptGerd Bayer2024-07-231-20/+42
* s390/pci: Refactor arch_setup_msi_irqs()Gerd Bayer2024-07-231-22/+32
* Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-191-1/+1
|\
| * s390: Replace S390_lowcore by get_lowcore()Sven Schnelle2024-06-181-1/+1
* | s390/pci: Add missing virt_to_phys() for directed DIBVNiklas Schnelle2024-06-171-1/+1
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+2
|\
| * mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-061-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-181-6/+0
|\ \
| * | s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe2024-04-221-6/+0
| |/
* / s390/pci: Drop unneeded reference to CONFIG_DMIJean Delvare2024-04-291-4/+0
|/
* Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-124-41/+74
|\
| * s390/pci: fix three typos in commentsGerd Bayer2024-02-202-3/+3
| * s390/pci: remove hotplug slot when releasing the deviceGerd Bayer2024-02-201-2/+3
| * s390/pci: introduce lock to synchronize state of zpci_dev'sGerd Bayer2024-02-203-30/+62
| * s390/pci: rename lock member in struct zpci_devGerd Bayer2024-02-202-6/+6
* | s390: use the correct count for __iowrite64_copy()Jason Gunthorpe2024-02-211-1/+1
|/
* s390/pci: fix max size calculation in zpci_memcpy_toio()Niklas Schnelle2024-01-111-6/+6
* Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-097-792/+44
|\
| * s390/pci: Fix reset of IOMMU software countersNiklas Schnelle2023-10-051-3/+10
| * s390/pci: Use dma-iommu layerNiklas Schnelle2023-10-027-774/+23
| * s390/pci: prepare is_passed_through() for dma-iommuNiklas Schnelle2023-10-021-4/+11
* | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-031-1/+1
|\ \
| * | s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
| * | s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-1/+1
| |/
* / s390/pci: fix iommu bitmap allocationNiklas Schnelle2023-10-191-2/+13
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-47/+10
|\