summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv/pci-sriov.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-19powerpc/powernv/sriov: perform null check on iov before dereferencing iovColin Ian King1-3/+3
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman1-1/+1
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2021-11-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-10-08powerpc: Drop superfluous pci_dev_is_added() callsNiklas Schnelle1-6/+0
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-1/+1
2020-11-19powerpc/powernv/sriov: fix unsigned int win compared to less than zeroKaixu Xia1-1/+1
2020-08-03powerpc/powernv/sriov: Fix use of uninitialised variableOliver O'Halloran1-3/+1
2020-07-29powerpc/powernv/sriov: Remove unused but set variable 'phb'Wei Yongjun1-2/+0
2020-07-26powerpc/powernv/sriov: Remove vfs_expandedOliver O'Halloran1-6/+3
2020-07-26powerpc/powernv/sriov: Make single PE mode a per-BAR settingOliver O'Halloran1-67/+64
2020-07-26powerpc/powernv/sriov: Refactor M64 BAR setupOliver O'Halloran1-30/+27
2020-07-26powerpc/powernv/sriov: Move M64 BAR allocation into a helperOliver O'Halloran1-11/+20
2020-07-26powerpc/powernv/sriov: De-indent setup and teardownOliver O'Halloran1-37/+48
2020-07-26powerpc/powernv/sriov: Drop iov->pe_num_map[]Oliver O'Halloran1-87/+22
2020-07-26powerpc/powernv/sriov: Factor out M64 BAR setupOliver O'Halloran1-29/+100
2020-07-26powerpc/powernv/sriov: Simplify used window trackingOliver O'Halloran1-34/+16
2020-07-26powerpc/powernv/sriov: Rename truncate_iovOliver O'Halloran1-5/+6
2020-07-26powerpc/powernv/sriov: Explain how SR-IOV works on PowerNVOliver O'Halloran1-0/+130
2020-07-26powerpc/powernv/sriov: Move SR-IOV into a separate fileOliver O'Halloran1-0/+640