index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
endpoint
/
pci-epc-core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-08
PCI: endpoint: Remove unused devm_pci_epc_destroy()
Zijun Hu
1
-25
/
+0
2025-03-08
PCI: endpoint: Add pci_epc_bar_size_to_rebar_cap()
Niklas Cassel
1
-0
/
+27
2025-03-08
PCI: endpoint: Allow EPF drivers to configure the size of Resizable BARs
Niklas Cassel
1
-0
/
+4
2024-12-18
PCI: endpoint: Verify that requested BAR size is a power of two
Niklas Cassel
1
-0
/
+3
2024-12-18
PCI: endpoint: Add size check for fixed size BARs in pci_epc_set_bar()
Niklas Cassel
1
-2
/
+9
2024-12-12
PCI: endpoint: Simplify pci_epc_get()
Zijun Hu
1
-15
/
+6
2024-12-12
PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy()
Zijun Hu
1
-1
/
+1
2024-11-18
PCI: endpoint: Clear secondary (not primary) EPC in pci_epc_remove_epf()
Zijun Hu
1
-3
/
+3
2024-11-18
PCI: endpoint: Fix PCI domain ID release in pci_epc_destroy()
Zijun Hu
1
-3
/
+2
2024-10-16
PCI: endpoint: Introduce pci_epc_mem_map()/unmap()
Damien Le Moal
1
-0
/
+103
2024-10-12
PCI: endpoint: Introduce pci_epc_function_is_valid()
Damien Le Moal
1
-48
/
+31
2024-09-13
PCI: Pass domain number to pci_bus_release_domain_nr() explicitly
Manivannan Sadhasivam
1
-1
/
+1
2024-09-01
PCI: endpoint: Assign PCI domain number for endpoint controllers
Manivannan Sadhasivam
1
-0
/
+14
2024-07-04
PCI: endpoint: Make pci_epc_class struct constant
Greg Kroah-Hartman
1
-12
/
+7
2024-07-04
PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
Manivannan Sadhasivam
1
-0
/
+25
2024-05-28
PCI: endpoint: Rename BME to Bus Master Enable
Manivannan Sadhasivam
1
-9
/
+10
2024-05-28
PCI: endpoint: Rename core_init() callback in 'struct pci_epc_event_ops' to epc_init()
Manivannan Sadhasivam
1
-8
/
+8
2024-04-10
PCI: endpoint: Remove "core_init_notifier" flag
Manivannan Sadhasivam
1
-0
/
+22
2024-02-16
PCI: endpoint: Drop only_64bit on reserved BARs
Niklas Cassel
1
-7
/
+0
2024-02-16
PCI: endpoint: Clean up hardware description for BARs
Niklas Cassel
1
-15
/
+17
2023-12-18
PCI: endpoint: Use INTX instead of legacy
Damien Le Moal
1
-2
/
+2
2023-12-18
PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitions
Damien Le Moal
1
-1
/
+1
2023-10-28
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+0
2023-10-26
PCI: endpoint: Fix double free in __pci_epc_create()
Dan Carpenter
1
-1
/
+0
2023-10-05
PCI: endpoint: Use IS_ERR_OR_NULL() helper function
Ruan Jinjie
1
-6
/
+6
2023-07-18
PCI: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-06-23
PCI: endpoint: Add BME notifier support
Manivannan Sadhasivam
1
-0
/
+26
2023-06-23
PCI: endpoint: Add linkdown notifier support
Manivannan Sadhasivam
1
-0
/
+26
2023-06-23
PCI: endpoint: Add missing documentation about the MSI/MSI-X range
Manivannan Sadhasivam
1
-2
/
+2
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-22
Merge branch 'pci/endpoint'
Bjorn Helgaas
1
-7
/
+25
2023-02-17
PCI: Remove MODULE_LICENSE so boolean drivers don't look like modules
Nick Alcock
1
-1
/
+0
2023-02-14
PCI: endpoint: Use link_up() callback in place of LINK_UP notifier
Manivannan Sadhasivam
1
-2
/
+10
2023-02-14
PCI: endpoint: Use callback mechanism for passing events from EPC to EPF
Manivannan Sadhasivam
1
-1
/
+10
2023-02-14
PCI: endpoint: Use a separate lock for protecting epc->pci_epf list
Manivannan Sadhasivam
1
-4
/
+5
2022-10-27
PCI: endpoint: Fix WARN() when an endpoint driver is removed
Yoshihiro Shimoda
1
-1
/
+6
2022-01-07
PCI: endpoint: Return -EINVAL when interrupts num is smaller than 1
Li Chen
1
-1
/
+1
2021-10-08
PCI: Correct misspelled and remove duplicated words
Krzysztof Wilczyński
1
-1
/
+1
2021-08-19
PCI: endpoint: Add virtual function number in pci_epc ops
Kishon Vijay Abraham I
1
-38
/
+94
2021-08-19
PCI: endpoint: Add support to add virtual function in endpoint core
Kishon Vijay Abraham I
1
-1
/
+1
2021-03-11
PCI: Fix kernel-doc errors
Krzysztof Wilczyński
1
-0
/
+2
2021-02-23
PCI: endpoint: Add pci_epc_ops to map MSI IRQ
Kishon Vijay Abraham I
1
-0
/
+41
2021-02-23
PCI: endpoint: Add support to associate secondary EPC with EPF
Kishon Vijay Abraham I
1
-11
/
+36
2021-02-23
PCI: endpoint: Make *_free_bar() to return error codes on failure
Kishon Vijay Abraham I
1
-6
/
+6
2021-02-23
PCI: endpoint: Add helper API to get the 'next' unreserved BAR
Kishon Vijay Abraham I
1
-4
/
+22
2021-02-23
PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
Kishon Vijay Abraham I
1
-2
/
+10
2020-08-05
PCI: Fix kerneldoc warnings
Krzysztof Kozlowski
1
-1
/
+1
2020-04-02
PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
Kishon Vijay Abraham I
1
-2
/
+5
2020-02-25
PCI: endpoint: Add notification for core init completion
Vidya Sagar
1
-1
/
+18
2020-02-24
PCI: endpoint: Assign function number for each PF in EPC core
Kishon Vijay Abraham I
1
-4
/
+22
[next]