1. da43f08 Merge branch 'pci/misc' by Bjorn Helgaas · 3 years ago
  2. ccd3679 PCI: Correct misspelled words by Krzysztof Wilczyński · 3 years ago
  3. 50b6203 PCI: endpoint: Return -EINVAL when interrupts num is smaller than 1 by Li Chen · 3 years, 1 month ago
  4. fd6c10ca Merge branch 'remotes/lorenzo/pci/endpoint' by Bjorn Helgaas · 3 years, 2 months ago
  5. 78be29a Merge branch 'pci/misc' by Bjorn Helgaas · 3 years, 2 months ago
  6. b2105b9 PCI: Correct misspelled and remove duplicated words by Krzysztof Wilczyński · 3 years, 3 months ago
  7. a225883 PCI: endpoint: Use sysfs_emit() in "show" functions by Kunihiko Hayashi · 3 years, 5 months ago
  8. 36f354e PCI/sysfs: Return -EINVAL consistently from "store" functions by Krzysztof Wilczyński · 3 years, 4 months ago
  9. ac08b1c Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 4 months ago
  10. 53fd3cb PCI: endpoint: Add virtual function number in pci_epc ops by Kishon Vijay Abraham I · 3 years, 5 months ago
  11. 101600e PCI: endpoint: Add support to link a physical function to a virtual function by Kishon Vijay Abraham I · 3 years, 5 months ago
  12. 1cf362e PCI: endpoint: Add support to add virtual function in endpoint core by Kishon Vijay Abraham I · 3 years, 5 months ago
  13. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  14. dde0a31 PCI: endpoint: Make struct pci_epf_driver::remove return void by Uwe Kleine-König · 3 years, 6 months ago
  15. 362e377 Merge branch 'remotes/lorenzo/pci/endpoint' by Bjorn Helgaas · 3 years, 9 months ago
  16. acaef79 PCI: endpoint: Fix missing destroy_workqueue() by Yang Yingliang · 3 years, 10 months ago
  17. 80c253b PCI: endpoint: Remove redundant initialization of pointer dev by Colin Ian King · 3 years, 10 months ago
  18. 6613bc2 PCI: endpoint: Fix NULL pointer dereference for ->get_features() by Shradha Todi · 3 years, 10 months ago
  19. 43395d9 PCI: Fix kernel-doc errors by Krzysztof Wilczyński · 3 years, 10 months ago
  20. 8b821cf PCI: endpoint: Add EP function driver to provide NTB functionality by Kishon Vijay Abraham I · 4 years ago
  21. 38ad827 PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory by Kishon Vijay Abraham I · 4 years ago
  22. 256ae47 PCI: endpoint: Add pci_epf_ops to expose function-specific attrs by Kishon Vijay Abraham I · 4 years ago
  23. 87d5972 PCI: endpoint: Add pci_epc_ops to map MSI IRQ by Kishon Vijay Abraham I · 4 years ago
  24. e85a2d7 PCI: endpoint: Add support in configfs to associate two EPCs with EPF by Kishon Vijay Abraham I · 4 years ago
  25. 63840ff PCI: endpoint: Add support to associate secondary EPC with EPF by Kishon Vijay Abraham I · 4 years ago
  26. 7e5a51e PCI: endpoint: Remove unused pci_epf_match_device() by Kishon Vijay Abraham I · 4 years ago
  27. 0e27aec PCI: endpoint: Make *_free_bar() to return error codes on failure by Kishon Vijay Abraham I · 4 years ago
  28. fa8fef0 PCI: endpoint: Add helper API to get the 'next' unreserved BAR by Kishon Vijay Abraham I · 4 years ago
  29. 959a48d PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR by Kishon Vijay Abraham I · 4 years ago
  30. 9b41d19 PCI: Fix kerneldoc warnings by Krzysztof Kozlowski · 4 years, 6 months ago
  31. 51755de Merge branch 'remotes/lorenzo/pci/rcar' by Bjorn Helgaas · 4 years, 7 months ago
  32. d45e3c1 PCI: endpoint: Add support to handle multiple base for mapping outbound memory by Lad Prabhakar · 4 years, 8 months ago
  33. 975cf23e PCI: endpoint: Pass page size as argument to pci_epc_mem_init() by Lad Prabhakar · 4 years, 8 months ago
  34. 0e86d98 PCI: endpoint: functions/pci-epf-test: Fix DMA channel release by Kunihiko Hayashi · 4 years, 9 months ago
  35. 6f5e193 PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table address by Kishon Vijay Abraham I · 4 years, 11 months ago
  36. 83153d9 PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments by Kishon Vijay Abraham I · 4 years, 11 months ago
  37. 5893c2e PCI: endpoint: functions/pci-epf-test: Print throughput information by Kishon Vijay Abraham I · 4 years, 10 months ago
  38. 5ebf3fc PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer data by Kishon Vijay Abraham I · 4 years, 10 months ago
  39. f58d5f5 PCI: endpoint: Fix clearing start entry in configfs by Kunihiko Hayashi · 4 years, 11 months ago
  40. 5e50ee2 PCI: pci-epf-test: Add support to defer core initialization by Vidya Sagar · 5 years ago
  41. 0ef22dc PCI: endpoint: Add notification for core init completion by Vidya Sagar · 5 years ago
  42. 2499ee8 PCI: endpoint: Assign function number for each PF in EPC core by Kishon Vijay Abraham I · 5 years ago
  43. 07301c9 PCI: endpoint: Protect concurrent access to pci_epf_ops with mutex by Kishon Vijay Abraham I · 5 years ago
  44. 04e046c PCI: endpoint: Fix for concurrent memory allocation in OB address region by Kishon Vijay Abraham I · 5 years ago
  45. 3d3248d PCI: endpoint: Replace spinlock with mutex by Kishon Vijay Abraham I · 5 years ago
  46. 5779dd0 PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF by Kishon Vijay Abraham I · 5 years ago
  47. 454f4de Merge branch 'remotes/lorenzo/pci/endpoint' by Bjorn Helgaas · 5 years ago
  48. daee4f4 PCI: endpoint: Cast the page number to phys_addr_t by Alan Mikhak · 5 years ago
  49. c9c13ba PCI: Add PCI_STD_NUM_BARS for the number of standard BARs by Denis Efremov · 5 years ago
  50. dbb7bbc PCI: endpoint: Clear BAR before freeing its space by Alan Mikhak · 6 years ago
  51. 3041a64 PCI: endpoint: Skip odd BAR when skipping 64bit BAR by Alan Mikhak · 6 years ago
  52. f16fb16 PCI: endpoint: Allocate enough space for fixed size BAR by Alan Mikhak · 6 years ago
  53. db7a624 PCI: endpoint: Set endpoint controller pointer to NULL by Alan Mikhak · 6 years ago
  54. ee6df38 Merge branch 'remotes/lorenzo/pci/misc' by Bjorn Helgaas · 6 years ago
  55. 2a9a801 PCI: endpoint: Add support to specify alignment for buffers allocated to BARs by Kishon Vijay Abraham I · 6 years ago
  56. 507b820 PCI: endpoint: Fix a potential NULL pointer dereference by Kangjie Lu · 6 years ago
  57. 2c04c5b PCI: pci-epf-test: Use pci_epc_get_features() to get EPC features by Kishon Vijay Abraham I · 6 years ago
  58. b866c56 PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64Bit by Kishon Vijay Abraham I · 6 years ago
  59. 0342e9a PCI: pci-epf-test: Remove setting epf_bar flags in function driver by Kishon Vijay Abraham I · 6 years ago
  60. 5544d67 PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flags by Kishon Vijay Abraham I · 6 years ago
  61. 1e9efe6 PCI: endpoint: Add helper to get first unreserved BAR by Kishon Vijay Abraham I · 6 years ago
  62. 41cb8d1 PCI: endpoint: Add new pci_epc_ops to get EPC features by Kishon Vijay Abraham I · 6 years ago
  63. 726dabf PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio() by Wen Yang · 6 years ago
  64. eb01d42 PCI: consolidate PCI config entry in drivers/pci by Christoph Hellwig · 6 years ago
  65. 0c38011 Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 6 years ago
  66. 15c972d PCI: endpoint: Add MSI set maximum restriction by Gustavo Pimentel · 6 years ago
  67. c2e00e3 pci-epf-test/pci_endpoint_test: Add MSI-X support by Gustavo Pimentel · 6 years ago
  68. e8817de pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace by Gustavo Pimentel · 6 years ago
  69. d3c70a9 PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signatures by Gustavo Pimentel · 6 years ago
  70. 8963106 PCI: endpoint: Add MSI-X interfaces by Gustavo Pimentel · 6 years ago
  71. a83a217 PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabled by Kishon Vijay Abraham I · 7 years ago
  72. fb0de5b PCI: endpoint: Use after free in pci_epf_unregister_driver() by Dan Carpenter · 7 years ago
  73. bf79d7d Merge branch 'lorenzo/pci/endpoint' by Bjorn Helgaas · 7 years ago
  74. ef1433f PCI: endpoint: Create configfs entry for each pci_epf_device_id table entry by Kishon Vijay Abraham I · 7 years ago
  75. 1d906b2 PCI: dwc: Add support for EP mode by Gustavo Pimentel · 7 years ago
  76. 798c044 PCI: endpoint: functions/pci-epf-test: Replace lower into upper case characters by Gustavo Pimentel · 7 years ago
  77. 9f96b9b PCI: endpoint: Replace mdelay with usleep_range() in pci_epf_test_write() by Jia-Ju Bai · 7 years ago
  78. 6474a4e PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearing by Niklas Cassel · 7 years ago
  79. 77d08db PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *epf_bar by Niklas Cassel · 7 years ago
  80. fca8305 PCI: endpoint: Handle 64-bit BARs properly by Niklas Cassel · 7 years ago
  81. f25b5fa PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not set by Niklas Cassel · 7 years ago
  82. 3567a4ed PCI: endpoint: Setting 64-bit/prefetch bit is invalid when IO is set by Niklas Cassel · 7 years ago
  83. f16b1f6 PCI: endpoint: Setting BAR_5 to 64-bits wide is invalid by Niklas Cassel · 7 years ago
  84. bc4a489 PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar() by Niklas Cassel · 7 years ago
  85. bf597574 PCI: endpoint: BAR width should not depend on sizeof dma_addr_t by Niklas Cassel · 7 years ago
  86. 50ee106 PCI: endpoint: Remove goto labels in pci_epf_create() by Rolf Evers-Fischer · 7 years ago
  87. 9eef6a5 PCI: endpoint: Fix kernel panic after put_device() by Rolf Evers-Fischer · 7 years ago
  88. 36cc14a PCI: endpoint: Simplify name allocation for EPF device by Rolf Evers-Fischer · 7 years ago
  89. ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
  90. 7dd113b Merge remote-tracking branch 'lorenzo/pci/endpoint' into next by Bjorn Helgaas · 7 years ago
  91. fc41df2 PCI: endpoint: Fix EPF device name to support multi-function devices by Cyrille Pitchen · 7 years ago
  92. 4494738 PCI: endpoint: Add the function number as argument to EPC ops by Cyrille Pitchen · 7 years ago
  93. 8cfab3c PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate by Bjorn Helgaas · 7 years ago
  94. 7328c8f PCI: Add SPDX GPL-2.0 when no license was specified by Bjorn Helgaas · 7 years ago
  95. b330104 PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent() by Kishon Vijay Abraham I · 7 years ago
  96. 35ad619 PCI: endpoint: Fix find_first_zero_bit() usage by Niklas Cassel · 7 years ago
  97. 0c47cd7 PCI: endpoint: Populate func_no before calling pci_epc_add_epf() by Niklas Cassel · 7 years ago
  98. 5c4e247 PCI: endpoint: make config_item_type const by Bhumika Goyal · 7 years ago
  99. 749aaf3 PCI: endpoint: Use correct "end of test" interrupt by John Keeping · 7 years ago
  100. 33db87d Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago