index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pci-epc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-30
PCI: endpoint: Add auxiliary resource query API
Koichiro Den
1
-0
/
+54
2026-04-04
PCI: endpoint: Add reserved region type for MSI-X Table and PBA
Manikanta Maddireddy
1
-0
/
+4
2026-03-15
PCI: endpoint: Introduce pci_epc_bar_type BAR_DISABLED
Niklas Cassel
1
-1
/
+9
2026-03-15
PCI: endpoint: Describe reserved subregions within BARs
Koichiro Den
1
-0
/
+28
2026-03-15
PCI: endpoint: Allow only_64bit on BAR_RESERVED
Manikanta Maddireddy
1
-5
/
+0
2026-03-15
PCI: endpoint: Do not mark the BAR succeeding a 64-bit BAR as BAR_RESERVED
Niklas Cassel
1
-2
/
+1
2026-01-28
PCI: endpoint: Add BAR subrange mapping support
Koichiro Den
1
-0
/
+4
2026-01-28
PCI: endpoint: Add dynamic_inbound_mapping EPC feature
Koichiro Den
1
-0
/
+5
2025-05-28
PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs enco...
Niklas Cassel
1
-3
/
+3
2025-05-28
PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encoding
Niklas Cassel
1
-3
/
+2
2025-03-27
Merge branch 'pci/endpoint-test'
Bjorn Helgaas
1
-0
/
+2
2025-03-26
PCI: endpoint: Add intx_capable to epc_features struct
Niklas Cassel
1
-0
/
+2
2025-03-08
PCI: endpoint: Remove unused devm_pci_epc_destroy()
Zijun Hu
1
-1
/
+0
2025-03-08
PCI: endpoint: Add pci_epc_bar_size_to_rebar_cap()
Niklas Cassel
1
-0
/
+1
2025-03-08
PCI: endpoint: Allow EPF drivers to configure the size of Resizable BARs
Niklas Cassel
1
-0
/
+4
2024-11-18
PCI: endpoint: Fix pci_epc_map map_size kerneldoc string
Rick Wertenbroek
1
-1
/
+1
2024-10-16
PCI: endpoint: Introduce pci_epc_mem_map()/unmap()
Damien Le Moal
1
-0
/
+38
2024-09-19
Merge branch 'pci/controller/qcom'
Bjorn Helgaas
1
-0
/
+2
2024-09-03
PCI: endpoint: Fix enum pci_epc_bar_type kerneldoc
Bjorn Helgaas
1
-0
/
+1
2024-09-01
PCI: endpoint: Assign PCI domain number for endpoint controllers
Manivannan Sadhasivam
1
-0
/
+2
2024-07-04
PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
Manivannan Sadhasivam
1
-0
/
+13
2024-05-28
PCI: endpoint: Rename BME to Bus Master Enable
Manivannan Sadhasivam
1
-1
/
+1
2024-04-10
PCI: endpoint: Remove "core_init_notifier" flag
Manivannan Sadhasivam
1
-3
/
+4
2024-02-16
PCI: endpoint: Drop only_64bit on reserved BARs
Niklas Cassel
1
-0
/
+5
2024-02-16
PCI: endpoint: Clean up hardware description for BARs
Niklas Cassel
1
-6
/
+28
2024-01-15
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2024-01-15
PCI: Fix kernel-doc issues
Bjorn Helgaas
1
-1
/
+1
2023-12-18
PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitions
Damien Le Moal
1
-9
/
+2
2023-06-23
PCI: endpoint: Add BME notifier support
Manivannan Sadhasivam
1
-0
/
+1
2023-06-23
PCI: endpoint: Add linkdown notifier support
Manivannan Sadhasivam
1
-0
/
+1
2023-02-14
PCI: endpoint: Use link_up() callback in place of LINK_UP notifier
Manivannan Sadhasivam
1
-8
/
+0
2023-02-14
PCI: endpoint: Use a separate lock for protecting epc->pci_epf list
Manivannan Sadhasivam
1
-0
/
+2
2021-08-19
PCI: endpoint: Add virtual function number in pci_epc ops
Kishon Vijay Abraham I
1
-26
/
+31
2021-07-06
PCI: Fix kernel-doc formatting
Krzysztof WilczyĆski
1
-1
/
+4
2021-02-23
PCI: endpoint: Add pci_epc_ops to map MSI IRQ
Kishon Vijay Abraham I
1
-0
/
+8
2021-02-23
PCI: endpoint: Add support to associate secondary EPC with EPF
Kishon Vijay Abraham I
1
-2
/
+23
2021-02-23
PCI: endpoint: Make *_free_bar() to return error codes on failure
Kishon Vijay Abraham I
1
-4
/
+4
2021-02-23
PCI: endpoint: Add helper API to get the 'next' unreserved BAR
Kishon Vijay Abraham I
1
-0
/
+2
2020-05-22
PCI: endpoint: Add support to handle multiple base for mapping outbound memory
Lad Prabhakar
1
-9
/
+24
2020-05-11
PCI: endpoint: Pass page size as argument to pci_epc_mem_init()
Lad Prabhakar
1
-3
/
+2
2020-04-02
PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
Kishon Vijay Abraham I
1
-2
/
+4
2020-02-25
PCI: endpoint: Add notification for core init completion
Vidya Sagar
1
-0
/
+1
2020-02-25
PCI: endpoint: Add core init notifying feature
Vidya Sagar
1
-0
/
+1
2020-02-24
PCI: endpoint: Assign function number for each PF in EPC core
Kishon Vijay Abraham I
1
-0
/
+2
2020-02-24
PCI: endpoint: Fix for concurrent memory allocation in OB address region
Kishon Vijay Abraham I
1
-0
/
+3
2020-02-24
PCI: endpoint: Replace spinlock with mutex
Kishon Vijay Abraham I
1
-3
/
+3
2020-02-24
PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF
Kishon Vijay Abraham I
1
-0
/
+8
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
1
-1
/
+1
2019-04-15
PCI: endpoint: Add support to specify alignment for buffers allocated to BARs
Kishon Vijay Abraham I
1
-0
/
+2
2019-02-15
PCI: endpoint: Remove features member in struct pci_epc
Kishon Vijay Abraham I
1
-9
/
+0
[next]