1. 8b821cf PCI: endpoint: Add EP function driver to provide NTB functionality by Kishon Vijay Abraham I · 4 years ago
  2. 38ad827 PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory by Kishon Vijay Abraham I · 4 years ago
  3. 256ae47 PCI: endpoint: Add pci_epf_ops to expose function-specific attrs by Kishon Vijay Abraham I · 4 years ago
  4. 87d5972 PCI: endpoint: Add pci_epc_ops to map MSI IRQ by Kishon Vijay Abraham I · 4 years ago
  5. e85a2d7 PCI: endpoint: Add support in configfs to associate two EPCs with EPF by Kishon Vijay Abraham I · 4 years ago
  6. 63840ff PCI: endpoint: Add support to associate secondary EPC with EPF by Kishon Vijay Abraham I · 4 years ago
  7. 7e5a51e PCI: endpoint: Remove unused pci_epf_match_device() by Kishon Vijay Abraham I · 4 years ago
  8. 0e27aec PCI: endpoint: Make *_free_bar() to return error codes on failure by Kishon Vijay Abraham I · 4 years ago
  9. fa8fef0 PCI: endpoint: Add helper API to get the 'next' unreserved BAR by Kishon Vijay Abraham I · 4 years ago
  10. 959a48d PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR by Kishon Vijay Abraham I · 4 years ago
  11. 9b41d19 PCI: Fix kerneldoc warnings by Krzysztof Kozlowski · 4 years, 5 months ago
  12. 51755de Merge branch 'remotes/lorenzo/pci/rcar' by Bjorn Helgaas · 4 years, 7 months ago
  13. d45e3c1 PCI: endpoint: Add support to handle multiple base for mapping outbound memory by Lad Prabhakar · 4 years, 8 months ago
  14. 975cf23e PCI: endpoint: Pass page size as argument to pci_epc_mem_init() by Lad Prabhakar · 4 years, 8 months ago
  15. 0e86d98 PCI: endpoint: functions/pci-epf-test: Fix DMA channel release by Kunihiko Hayashi · 4 years, 8 months ago
  16. 6f5e193 PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table address by Kishon Vijay Abraham I · 4 years, 10 months ago
  17. 83153d9 PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments by Kishon Vijay Abraham I · 4 years, 10 months ago
  18. 5893c2e PCI: endpoint: functions/pci-epf-test: Print throughput information by Kishon Vijay Abraham I · 4 years, 10 months ago
  19. 5ebf3fc PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer data by Kishon Vijay Abraham I · 4 years, 10 months ago
  20. f58d5f5 PCI: endpoint: Fix clearing start entry in configfs by Kunihiko Hayashi · 4 years, 10 months ago
  21. 5e50ee2 PCI: pci-epf-test: Add support to defer core initialization by Vidya Sagar · 4 years, 11 months ago
  22. 0ef22dc PCI: endpoint: Add notification for core init completion by Vidya Sagar · 4 years, 11 months ago
  23. 2499ee8 PCI: endpoint: Assign function number for each PF in EPC core by Kishon Vijay Abraham I · 4 years, 10 months ago
  24. 07301c9 PCI: endpoint: Protect concurrent access to pci_epf_ops with mutex by Kishon Vijay Abraham I · 4 years, 10 months ago
  25. 04e046c PCI: endpoint: Fix for concurrent memory allocation in OB address region by Kishon Vijay Abraham I · 4 years, 10 months ago
  26. 3d3248d PCI: endpoint: Replace spinlock with mutex by Kishon Vijay Abraham I · 4 years, 10 months ago
  27. 5779dd0 PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF by Kishon Vijay Abraham I · 4 years, 10 months ago
  28. 454f4de Merge branch 'remotes/lorenzo/pci/endpoint' by Bjorn Helgaas · 5 years ago
  29. daee4f4 PCI: endpoint: Cast the page number to phys_addr_t by Alan Mikhak · 5 years ago
  30. c9c13ba PCI: Add PCI_STD_NUM_BARS for the number of standard BARs by Denis Efremov · 5 years ago
  31. dbb7bbc PCI: endpoint: Clear BAR before freeing its space by Alan Mikhak · 6 years ago
  32. 3041a64 PCI: endpoint: Skip odd BAR when skipping 64bit BAR by Alan Mikhak · 6 years ago
  33. f16fb16 PCI: endpoint: Allocate enough space for fixed size BAR by Alan Mikhak · 6 years ago
  34. db7a624 PCI: endpoint: Set endpoint controller pointer to NULL by Alan Mikhak · 6 years ago
  35. ee6df38 Merge branch 'remotes/lorenzo/pci/misc' by Bjorn Helgaas · 6 years ago
  36. 2a9a801 PCI: endpoint: Add support to specify alignment for buffers allocated to BARs by Kishon Vijay Abraham I · 6 years ago
  37. 507b820 PCI: endpoint: Fix a potential NULL pointer dereference by Kangjie Lu · 6 years ago
  38. 2c04c5b PCI: pci-epf-test: Use pci_epc_get_features() to get EPC features by Kishon Vijay Abraham I · 6 years ago
  39. b866c56 PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64Bit by Kishon Vijay Abraham I · 6 years ago
  40. 0342e9a PCI: pci-epf-test: Remove setting epf_bar flags in function driver by Kishon Vijay Abraham I · 6 years ago
  41. 5544d67 PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flags by Kishon Vijay Abraham I · 6 years ago
  42. 1e9efe6 PCI: endpoint: Add helper to get first unreserved BAR by Kishon Vijay Abraham I · 6 years ago
  43. 41cb8d1 PCI: endpoint: Add new pci_epc_ops to get EPC features by Kishon Vijay Abraham I · 6 years ago
  44. 726dabf PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio() by Wen Yang · 6 years ago
  45. eb01d42 PCI: consolidate PCI config entry in drivers/pci by Christoph Hellwig · 6 years ago
  46. 0c38011 Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 6 years ago
  47. 15c972d PCI: endpoint: Add MSI set maximum restriction by Gustavo Pimentel · 6 years ago
  48. c2e00e3 pci-epf-test/pci_endpoint_test: Add MSI-X support by Gustavo Pimentel · 6 years ago
  49. e8817de pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace by Gustavo Pimentel · 6 years ago
  50. d3c70a9 PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signatures by Gustavo Pimentel · 6 years ago
  51. 8963106 PCI: endpoint: Add MSI-X interfaces by Gustavo Pimentel · 6 years ago
  52. a83a217 PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabled by Kishon Vijay Abraham I · 6 years ago
  53. fb0de5b PCI: endpoint: Use after free in pci_epf_unregister_driver() by Dan Carpenter · 7 years ago
  54. bf79d7d Merge branch 'lorenzo/pci/endpoint' by Bjorn Helgaas · 7 years ago
  55. ef1433f PCI: endpoint: Create configfs entry for each pci_epf_device_id table entry by Kishon Vijay Abraham I · 7 years ago
  56. 1d906b2 PCI: dwc: Add support for EP mode by Gustavo Pimentel · 7 years ago
  57. 798c044 PCI: endpoint: functions/pci-epf-test: Replace lower into upper case characters by Gustavo Pimentel · 7 years ago
  58. 9f96b9b PCI: endpoint: Replace mdelay with usleep_range() in pci_epf_test_write() by Jia-Ju Bai · 7 years ago
  59. 6474a4e PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearing by Niklas Cassel · 7 years ago
  60. 77d08db PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *epf_bar by Niklas Cassel · 7 years ago
  61. fca8305 PCI: endpoint: Handle 64-bit BARs properly by Niklas Cassel · 7 years ago
  62. f25b5fa PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not set by Niklas Cassel · 7 years ago
  63. 3567a4ed PCI: endpoint: Setting 64-bit/prefetch bit is invalid when IO is set by Niklas Cassel · 7 years ago
  64. f16b1f6 PCI: endpoint: Setting BAR_5 to 64-bits wide is invalid by Niklas Cassel · 7 years ago
  65. bc4a489 PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar() by Niklas Cassel · 7 years ago
  66. bf597574 PCI: endpoint: BAR width should not depend on sizeof dma_addr_t by Niklas Cassel · 7 years ago
  67. 50ee106 PCI: endpoint: Remove goto labels in pci_epf_create() by Rolf Evers-Fischer · 7 years ago
  68. 9eef6a5 PCI: endpoint: Fix kernel panic after put_device() by Rolf Evers-Fischer · 7 years ago
  69. 36cc14a PCI: endpoint: Simplify name allocation for EPF device by Rolf Evers-Fischer · 7 years ago
  70. ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
  71. 7dd113b Merge remote-tracking branch 'lorenzo/pci/endpoint' into next by Bjorn Helgaas · 7 years ago
  72. fc41df2 PCI: endpoint: Fix EPF device name to support multi-function devices by Cyrille Pitchen · 7 years ago
  73. 4494738 PCI: endpoint: Add the function number as argument to EPC ops by Cyrille Pitchen · 7 years ago
  74. 8cfab3c PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate by Bjorn Helgaas · 7 years ago
  75. 7328c8f PCI: Add SPDX GPL-2.0 when no license was specified by Bjorn Helgaas · 7 years ago
  76. b330104 PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent() by Kishon Vijay Abraham I · 7 years ago
  77. 35ad619 PCI: endpoint: Fix find_first_zero_bit() usage by Niklas Cassel · 7 years ago
  78. 0c47cd7 PCI: endpoint: Populate func_no before calling pci_epc_add_epf() by Niklas Cassel · 7 years ago
  79. 5c4e247 PCI: endpoint: make config_item_type const by Bhumika Goyal · 7 years ago
  80. 749aaf3 PCI: endpoint: Use correct "end of test" interrupt by John Keeping · 7 years ago
  81. 33db87d Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago
  82. 2ca93ff PCI: endpoint: Remove the ->remove() callback by Shawn Lin · 7 years ago
  83. 702a3ed PCI: endpoint: Add support to poll early for host commands by Kishon Vijay Abraham I · 7 years ago
  84. 3235b99 PCI: endpoint: Add support to use _any_ BAR to map PCI_ENDPOINT_TEST regs by Kishon Vijay Abraham I · 7 years ago
  85. 3ecf323 PCI: endpoint: Do not reset *command* inadvertently by Kishon Vijay Abraham I · 7 years ago
  86. 09232c7 PCI: endpoint: Add "volatile" to pci_epf_test_reg by Kishon Vijay Abraham I · 7 years ago
  87. 52c9285 PCI: endpoint: Add support for configurable page size by Kishon Vijay Abraham I · 7 years ago
  88. 28daeff PCI: endpoint: Make ->remove() callback optional by Kishon Vijay Abraham I · 7 years ago
  89. 36b8518 PCI: Constify endpoint pci_epf_type device_type by Bhumika Goyal · 7 years ago
  90. f01f969 PCI: endpoint: Add an API to get matching "pci_epf_device_id" by Kishon Vijay Abraham I · 7 years ago
  91. 64c1a02 PCI: endpoint: Use of_dma_configure() to set initial DMA mask by Kishon Vijay Abraham I · 7 years ago
  92. 98dbf5a PCI: endpoint: Select CRC32 to fix test build error by Randy Dunlap · 8 years ago
  93. c849e55 PCI: endpoint: Make PCI_ENDPOINT depend on HAS_DMA by Geert Uytterhoeven · 8 years ago
  94. 349e7a8 PCI: endpoint: functions: Add an EP function to test PCI by Kishon Vijay Abraham I · 8 years ago
  95. 3a401a2 PCI: endpoint: Create configfs entry for EPC device and EPF driver by Kishon Vijay Abraham I · 8 years ago
  96. d746799 PCI: endpoint: Introduce configfs entry for configuring EP functions by Kishon Vijay Abraham I · 8 years ago
  97. 5e8cb40 PCI: endpoint: Add EP core layer to enable EP controller and EP functions by Kishon Vijay Abraham I · 8 years ago