summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/misc'Bjorn Helgaas2020-10-218-37/+19
|\
| * PCI: v3-semi: Remove unneeded breakTom Rix2020-10-201-1/+0
| * PCI/P2PDMA: Drop double zeroing for sg_init_table()Julia Lawall2020-09-301-1/+1
| * PCI: Simplify bool comparisonsKrzysztof Wilczyński2020-09-301-2/+2
| * PCI: endpoint: Use "NULL" instead of "0" as a NULL pointerGustavo Pimentel2020-09-171-2/+2
| * PCI: Simplify pci_dev_reset_slot_function()Lukas Wunner2020-09-171-7/+1
| * PCI: Update mmap-related #ifdef commentsClint Sbisa2020-09-171-2/+2
| * PCI/LINK: Print IRQ number used by portDongdong Liu2020-09-171-0/+3
| * PCI/IOV: Simplify pci-pf-stub with module_pci_driver()Liu Shixin2020-09-171-13/+1
| * PCI: Use scnprintf(), not snprintf(), in sysfs "show" functionsKrzysztof Wilczyński2020-09-013-6/+6
| * x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabledRandy Dunlap2020-09-011-0/+1
| * PCI: Remove unnecessary header includesGustavo Pimentel2020-09-011-3/+0
* | Merge branch 'pci/pm'Bjorn Helgaas2020-10-2113-88/+57
|\ \
| * | PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds"Bjorn Helgaas2020-10-012-4/+4
| * | PCI/PM: Remove unused PCI_PM_BUS_WAITBjorn Helgaas2020-10-011-1/+0
| * | PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński2020-09-2912-54/+54
| * | PCI/PM: Remove unused pcibios_pm_opsVaibhav Gupta2020-09-292-30/+0
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas2020-10-216-19/+21
|\ \
| * | PCI: shpchp: Remove unused 'rc' assignmentKrzysztof Wilczyński2020-09-291-1/+0
| * | PCI: pciehp: Reduce noisiness on hot removalLukas Wunner2020-09-174-14/+17
| * | PCI: rpadlpar: Use for_each_child_of_node() and for_each_node_by_name()Qinglang Miao2020-09-171-4/+4
| |/
* | Merge branch 'pci/enumeration'Bjorn Helgaas2020-10-216-1/+107
|\ \
| * | PCI: Add Kconfig options for MPS/MRRS strategyJim Quinlan2020-10-012-0/+74
| * | PCI/ACPI: Add Ampere Altra SOC MCFG quirkTuan Phan2020-09-173-0/+31
| * | PCI: Add schedule point in pci_read_config()Jiang Biao2020-09-171-0/+1
| * | PCI/ACPI: Tone down missing MCFG messageJeremy Linton2020-09-151-1/+1
| |/
* | Merge branch 'pci/aspm'Bjorn Helgaas2020-10-214-151/+150
|\ \
| * | PCI/ASPM: Remove struct pcie_link_state.l1ssSaheed O. Bolarinwa2020-10-162-35/+50
| * | PCI/ASPM: Remove struct aspm_register_info.l1ss_capSaheed O. Bolarinwa2020-10-161-32/+21
| * | PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_infoBjorn Helgaas2020-10-161-9/+8
| * | PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl1Saheed O. Bolarinwa2020-10-161-12/+14
| * | PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl2 (unused)Bjorn Helgaas2020-10-161-4/+1
| * | PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptrSaheed O. Bolarinwa2020-10-163-21/+19
| * | PCI/ASPM: Remove struct aspm_register_info.latency_encodingSaheed O. Bolarinwa2020-10-161-14/+10
| * | PCI/ASPM: Remove struct aspm_register_info.enabledSaheed O. Bolarinwa2020-10-161-8/+6
| * | PCI/ASPM: Remove struct aspm_register_info.supportSaheed O. Bolarinwa2020-10-162-11/+16
| * | PCI/ASPM: Use 'parent' and 'child' for readabilityBjorn Helgaas2020-10-161-4/+5
| * | PCI/ASPM: Move LTR path check to where it's usedBjorn Helgaas2020-10-161-9/+8
| * | PCI/ASPM: Move pci_clear_and_set_dword() earlierBjorn Helgaas2020-10-161-11/+11
| |/
* | Merge branch 'pci/acs'Bjorn Helgaas2020-10-212-0/+14
|\ \ | |/ |/|
| * PCI/ACS: Enable Translation Blocking for external devicesRajat Jain2020-09-162-0/+14
|/
* Linux 5.9-rc1v5.9-rc1Linus Torvalds2020-08-161-2/+2
* Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-164-156/+409
|\
| * io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe2020-08-161-1/+4
| * io_uring: sanitize double poll handlingJens Axboe2020-08-151-9/+25
| * io_uring: internally retry short readsJens Axboe2020-08-141-39/+70
| * io_uring: retain iov_iter state over io_read/io_write callsJens Axboe2020-08-131-66/+70
| * task_work: only grab task signal lock when neededJens Axboe2020-08-132-2/+22
| * io_uring: enable lookup of links holding inflight filesJens Axboe2020-08-131-10/+87
| * io_uring: fail poll arm on queue proc failureJens Axboe2020-08-121-1/+1