summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-31PCI/VPD: Use unaligned access helpersHeiner Kallweit1-9/+5
2021-08-31PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit2-69/+26
2021-08-31cxgb4: Use pci_vpd_find_id_string() to find VPD ID stringHeiner Kallweit1-8/+5
2021-08-31PCI/VPD: Add pci_vpd_find_id_string()Heiner Kallweit2-0/+16
2021-08-31PCI/VPD: Include post-processing in pci_vpd_find_tag()Heiner Kallweit1-10/+13
2021-08-31PCI/VPD: Stop exporting pci_vpd_find_info_keyword()Heiner Kallweit2-15/+1
2021-08-31PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit2-13/+1
2021-08-31PCI: Set dma-can-stall for HiSilicon chipsZhangfei Gao1-0/+25
2021-08-31PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes1-2/+7
2021-08-26PCI: Allow PASID on fake PCIe devices without TLP prefixesZhangfei Gao3-1/+16
2021-08-24scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-28/+6
2021-08-24cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-40/+27
2021-08-24cxgb4: Remove unused vpd_param member ecHeiner Kallweit2-6/+1
2021-08-24cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit1-8/+4
2021-08-24bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-29/+9
2021-08-24bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit1-9/+4
2021-08-24bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-42/+15
2021-08-24bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit2-35/+10
2021-08-24bnx2: Replace open-coded byte swapping with swab32s()Heiner Kallweit1-9/+4
2021-08-24bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-25/+8
2021-08-24sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-24sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit1-16/+14
2021-08-21PCI: Optimize pci_resource_len() to reduce kernel sizeZhen Lei1-3/+1
2021-08-20PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson2-3/+3
2021-08-20PCI: Add ACS quirks for Cavium multi-function devicesGeorge Cherian1-0/+4
2021-08-20tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-43/+16
2021-08-20tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit1-27/+4
2021-08-20tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit2-18/+10
2021-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit1-15/+14
2021-08-20PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit2-0/+32
2021-08-20PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit2-0/+46
2021-08-20PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit2-0/+35
2021-08-19PCI: Change the type of probe argument in reset functionsAmey Narkhede12-48/+51
2021-08-19PCI: Add support for ACPI _RST reset methodShanker Donthineni4-1/+31
2021-08-19PCI: Setup ACPI fwnode early and at the same time with OFShanker Donthineni2-25/+16
2021-08-19PCI: Use acpi_pci_power_manageable()Shanker Donthineni1-8/+10
2021-08-19PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANIONShanker Donthineni2-4/+10
2021-08-19PCI: Allow userspace to query and set device reset mechanismAmey Narkhede4-0/+142
2021-08-18PCI: Remove reset_fn field from pci_devAmey Narkhede7-9/+6
2021-08-18PCI: Add array to track reset method orderingAmey Narkhede4-44/+69
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede5-43/+40
2021-08-17PCI: Cache PCIe Device Capabilities registerAmey Narkhede3-6/+6
2021-08-12PCI/VPD: Treat invalid VPD like missing VPD capabilityHeiner Kallweit1-6/+3
2021-08-12PCI/VPD: Determine VPD size in pci_vpd_init()Heiner Kallweit1-23/+19
2021-08-12PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit3-52/+21
2021-08-12PCI/VPD: Remove struct pci_vpd.valid memberHeiner Kallweit1-17/+12
2021-08-12PCI/VPD: Remove struct pci_vpd_opsHeiner Kallweit1-54/+32
2021-08-12PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()Heiner Kallweit1-30/+30
2021-08-09PCI/VPD: Remove struct pci_vpd.flagHeiner Kallweit1-7/+5