aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/pci
AgeCommit message (Expand)AuthorFilesLines
2025-12-14s390/pci: Annotate lock context imbalance in zpci_release_device()Benjamin Block1-0/+1
2025-12-14s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci_scan_devices()Benjamin Block3-29/+90
2025-12-07s390/pci: Migrate s390 IRQ logic to IRQ domain APITobias Schumacher3-115/+241
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds9-22/+13
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens9-18/+9
2025-11-17s390: Remove compat supportHeiko Carstens1-3/+1
2025-10-24s390/pci: Restore IRQ unconditionally for the zPCI deviceFarhan Ali1-8/+1
2025-10-23s390/pci: Highlight failure to enable PCI functionGerd Bayer1-1/+3
2025-10-23s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdumpGerd Bayer1-2/+2
2025-10-09Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-2/+31
2025-10-04s390/pci: Expose firmware provided UID Checking state in sysfsRamesh Errabolu2-0/+29
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens1-2/+2
2025-08-14s390/pci: Use pci_uevent_ers() in PCI recoveryNiklas Schnelle1-0/+3
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-1/+2
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-06-28s390/pci: Allow automatic recovery with minimal driver supportNiklas Schnelle1-15/+29
2025-06-28s390/pci: Do not try re-enabling load/store if device is disabledNiklas Schnelle1-0/+4
2025-06-28s390/pci: Fix stale function handles in error handlingNiklas Schnelle1-0/+11
2025-06-17s390: Remove unnecessary include <linux/export.h>Heiko Carstens1-1/+0
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens1-0/+2
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-05-26Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-24/+62
2025-05-22s390/pci: Serialize device addition and removalNiklas Schnelle1-0/+7
2025-05-22s390/pci: Allow re-add of a reserved but not yet removed deviceNiklas Schnelle3-16/+45
2025-05-22s390/pci: Remove redundant bus removal and disable from zpci_release_device()Niklas Schnelle1-6/+0
2025-05-21s390/pci: Fix __pcilg_mio_inuser() inline assemblyHeiko Carstens1-1/+1
2025-05-07s390/pci: Fix missing check for zpci_create_device() error returnNiklas Schnelle1-0/+2
2025-04-14s390/mm: Reimplement lazy ASCE handlingHeiko Carstens1-1/+9
2025-04-04Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-13/+14
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-03-31s390/pci: Fix dev.dma_range_map missing sentinel elementNiklas Schnelle1-13/+11
2025-03-31s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFsNiklas Schnelle1-0/+3
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-13/+14
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+37
2025-03-21s390/pci: Support mmap() of PCI resources except for ISM devicesNiklas Schnelle3-2/+24
2025-03-21s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle1-0/+1
2025-03-21s390/pci: Fix s390_mmio_read/write syscall page fault handlingNiklas Schnelle1-5/+13
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens3-11/+11
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-2/+2
2025-03-04s390/pci: Get rid of MACHINE_HAS_PCI_MIOHeiko Carstens1-2/+3
2025-02-21iommu/s390: handle IOAT registration based on domainMatthew Rosato2-25/+21
2025-02-21s390/pci: store DMA offset in bus_dma_regionMatthew Rosato1-0/+25
2025-02-21s390/pci: check for relaxed translation capabilityMatthew Rosato1-0/+1
2025-02-11s390/pci: Fix handling of isolated VFsNiklas Schnelle3-1/+28
2025-02-11s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn()Niklas Schnelle1-14/+42
2025-01-26s390/pci: Fix SR-IOV for PFs initially in standbyNiklas Schnelle1-1/+0
2025-01-07s390/pci: Constify 'struct bin_attribute'Thomas Weißschuh1-6/+6
2024-12-16s390/pci: Add pci_msg debug view to PCI reportNiklas Schnelle1-0/+47
2024-12-16s390/pci: Report PCI error recovery results via SCLPNiklas Schnelle4-5/+145
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-31/+34