Merge branch 'pci/artpec6'
[linux-2.6-microblaze.git] / drivers / pci /
2021-09-02 Bjorn HelgaasMerge branch 'pci/artpec6'
2021-09-02 Bjorn HelgaasMerge branch 'pci/misc'
2021-09-02 Bjorn HelgaasMerge branch 'pci/vpd'
2021-09-02 Bjorn HelgaasMerge branch 'pci/virtualization'
2021-09-02 Bjorn HelgaasMerge branch 'pci/resource'
2021-09-02 Bjorn HelgaasMerge branch 'pci/reset'
2021-09-02 Bjorn HelgaasMerge branch 'pci/portdrv'
2021-09-02 Bjorn HelgaasMerge branch 'pci/irq'
2021-09-02 Bjorn HelgaasMerge branch 'pci/iommu'
2021-09-02 Bjorn HelgaasMerge branch 'pci/hotplug'
2021-09-02 Bjorn HelgaasMerge branch 'pci/enumeration'
2021-09-02 Vishal AslotPCI: ibmphp: Fix double unmap of io_mem
2021-08-31 Heiner KallweitPCI/VPD: Use unaligned access helpers
2021-08-31 Heiner KallweitPCI/VPD: Clean up public VPD defines and inline functions
2021-08-31 Heiner KallweitPCI/VPD: Add pci_vpd_find_id_string()
2021-08-31 Heiner KallweitPCI/VPD: Include post-processing in pci_vpd_find_tag()
2021-08-31 Heiner KallweitPCI/VPD: Stop exporting pci_vpd_find_info_keyword()
2021-08-31 Heiner KallweitPCI/VPD: Stop exporting pci_vpd_find_tag()
2021-08-31 Zhangfei GaoPCI: Set dma-can-stall for HiSilicon chips
2021-08-31 Krzysztof WilczyńskiPCI: artpec6: Remove local code block from switch statement
2021-08-31 Krzysztof WilczyńskiPCI: artpec6: Remove surplus break statement after...
2021-08-31 Stuart HayesPCI/portdrv: Enable Bandwidth Notification only if...
2021-08-26 Zhangfei GaoPCI: Allow PASID on fake PCIe devices without TLP prefixes
2021-08-20 Bjorn HelgaasPCI: Make saved capability state private to core
2021-08-20 Krzysztof WilczyńskiPCI: Add schedule point in proc_bus_pci_read()
2021-08-20 Alex WilliamsonPCI/ACS: Enforce pci=noats with Transaction Blocking
2021-08-20 George CherianPCI: Add ACS quirks for Cavium multi-function devices
2021-08-20 Jakub KicinskiPCI/PTM: Remove error message at boot
2021-08-20 Heiner KallweitPCI/VPD: Add pci_vpd_check_csum()
2021-08-20 Heiner KallweitPCI/VPD: Add pci_vpd_find_ro_info_keyword()
2021-08-20 Heiner KallweitPCI/VPD: Add pci_vpd_alloc()
2021-08-18 Amey NarkhedePCI: Change the type of probe argument in reset functions
2021-08-18 Shanker DonthineniPCI: Add support for ACPI _RST reset method
2021-08-18 Shanker DonthineniPCI: Setup ACPI fwnode early and at the same time with OF
2021-08-18 Shanker DonthineniPCI: Use acpi_pci_power_manageable()
2021-08-18 Shanker DonthineniPCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANION
2021-08-18 Amey NarkhedePCI: Allow userspace to query and set device reset...
2021-08-17 Amey NarkhedePCI: Remove reset_fn field from pci_dev
2021-08-17 Amey NarkhedePCI: Add array to track reset method ordering
2021-08-17 Amey NarkhedePCI: Add pcie_reset_flr() with 'probe' argument
2021-08-17 Amey NarkhedePCI: Cache PCIe Device Capabilities register
2021-08-12 Dan CarpenterPCI: Fix pci_dev_str_match_path() alloc while atomic bug
2021-08-12 Heiner KallweitPCI/VPD: Treat invalid VPD like missing VPD capability
2021-08-12 Heiner KallweitPCI/VPD: Determine VPD size in pci_vpd_init()
2021-08-12 Heiner KallweitPCI/VPD: Embed struct pci_vpd in struct pci_dev
2021-08-12 Heiner KallweitPCI/VPD: Remove struct pci_vpd.valid member
2021-08-12 Heiner KallweitPCI/VPD: Remove struct pci_vpd_ops
2021-08-12 Heiner KallweitPCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()
2021-08-09 Heiner KallweitPCI/VPD: Remove struct pci_vpd.flag
2021-08-09 Heiner KallweitPCI/VPD: Make pci_vpd_wait() uninterruptible
2021-08-09 Heiner KallweitPCI/VPD: Remove pci_vpd_size() old_size argument
2021-08-09 Bjorn HelgaasPCI/VPD: Allow access to valid parts of VPD if some...
2021-08-09 Bjorn HelgaasPCI/VPD: Don't check Large Resource Item Names for...
2021-08-09 Bjorn HelgaasPCI/VPD: Reject resource tags with invalid size
2021-08-03 Wasim KhanPCI: Add ACS quirks for NXP LX2xx0 and LX2xx2 platforms
2021-08-03 Krzysztof WilczyńskiPCI: Return int from pciconfig_read() syscall
2021-08-03 Krzysztof WilczyńskiPCI: Return ~0 data on pciconfig_read() CAP_SYS_ADMIN...
2021-08-02 Marc ZyngierPCI: Bulk conversion to generic_handle_domain_irq()
2021-07-30 Heiner KallweitPCI/VPD: Treat initial 0xff as missing EEPROM
2021-07-30 Bjorn HelgaasPCI/VPD: Check Resource Item Names against those valid...
2021-07-30 Bjorn HelgaasPCI/VPD: Correct diagnostic for VPD read failure
2021-07-26 Marek BehúnPCI: Restrict ASMedia ASM1062 SATA Max Payload Size...
2021-07-26 Marek BehúnPCI: Call Max Payload Size-related fixup quirks early
2021-07-16 Krzysztof WilczyńskiPCI: Refactor pci_ioremap_bar() and pci_ioremap_wc_bar()
2021-07-11 Linus TorvaldsMerge tag 'irq-urgent-2021-07-11' of git://git./linux...
2021-07-11 Linus TorvaldsMerge tag 'sched-urgent-2021-07-11' of git://git./linux...
2021-07-11 Linus TorvaldsMerge tag 'perf-urgent-2021-07-11' of git://git./linux...
2021-07-11 Linus TorvaldsMerge tag 'locking-urgent-2021-07-11' of git://git...
2021-07-11 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2021-07-11 Linus TorvaldsMerge tag 'perf-tools-for-v5.14-2021-07-10' of git...
2021-07-10 Linus TorvaldsMerge tag 'rtc-5.14' of git://git./linux/kernel/git...
2021-07-10 Linus TorvaldsMerge tag '5.14-rc-smb3-fixes-part2' of git://git.samba...
2021-07-10 Linus TorvaldsMerge tag 'pci-v5.14-fixes-1' of git://git./linux/kerne...
2021-07-10 Linus TorvaldsMerge tag 'i3c/for-5.14' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'thermal-v5.14-rc1' of git://git./linux/kerne...
2021-07-10 Linus TorvaldsMerge tag 'kbuild-v5.14' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 's390-5.14-2' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'mips_5.14_1' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'arm-defconfig-5.14' of git://git./linux...
2021-07-10 Linus TorvaldsMerge tag 'arm-drivers-5.14' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'arm-dt-5.14' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'arm-soc-5.14' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'fixes-2021-07-09' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge branch 'for-5.14-fixes' of git://git./linux/kerne...
2021-07-09 Bjorn HelgaasRevert "PCI: Coalesce host bridge contiguous apertures"
2021-07-09 Linus TorvaldsMerge tag 'io_uring-5.14-2021-07-09' of git://git.kerne...
2021-07-09 Linus TorvaldsMerge tag 'block-5.14-2021-07-08' of git://git.kernel...
2021-07-09 Linus TorvaldsMerge tag 'sound-fix-5.14-rc1' of git://git./linux...
2021-07-09 Linus TorvaldsMerge tag 'trace-v5.14-2' of git://git./linux/kernel...
2021-07-09 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2021-07-09 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2021-07-09 Olof JohanssonMerge branch 'arm/fixes' into arm/soc
2021-07-09 Linus TorvaldsMerge tag 'riscv-for-linus-5.14-mw0' of git://git....
2021-07-09 Linus TorvaldsMerge tag 'powerpc-5.14-2' of git://git./linux/kernel...
2021-07-09 Linus TorvaldsMerge tag 'for-linus-5.14-rc1' of git://git./linux...
2021-07-09 Linus TorvaldsMerge tag 'for-linus-5.14-rc1' of git://git./linux...
2021-07-09 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2021-07-09 Linus TorvaldsMerge tag 'ceph-for-5.14-rc1' of git://github.com/ceph...
2021-07-09 Linus TorvaldsMerge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org...
2021-07-09 Linus TorvaldsMerge tag 'f2fs-for-5.14-rc1' of git://git./linux/kerne...
next