index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
endpoint
/
pci-epc-core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: endpoint: Clear secondary (not primary) EPC in pci_epc_remove_epf()
Zijun Hu
11 days
1
-3
/
+3
*
PCI: endpoint: Fix PCI domain ID release in pci_epc_destroy()
Zijun Hu
11 days
1
-3
/
+2
*
PCI: endpoint: Introduce pci_epc_mem_map()/unmap()
Damien Le Moal
2024-10-16
1
-0
/
+103
*
PCI: endpoint: Introduce pci_epc_function_is_valid()
Damien Le Moal
2024-10-12
1
-48
/
+31
*
PCI: Pass domain number to pci_bus_release_domain_nr() explicitly
Manivannan Sadhasivam
2024-09-14
1
-1
/
+1
*
PCI: endpoint: Assign PCI domain number for endpoint controllers
Manivannan Sadhasivam
2024-09-01
1
-0
/
+14
*
PCI: endpoint: Make pci_epc_class struct constant
Greg Kroah-Hartman
2024-07-04
1
-12
/
+7
*
PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
Manivannan Sadhasivam
2024-07-04
1
-0
/
+25
*
PCI: endpoint: Rename BME to Bus Master Enable
Manivannan Sadhasivam
2024-05-28
1
-9
/
+10
*
PCI: endpoint: Rename core_init() callback in 'struct pci_epc_event_ops' to e...
Manivannan Sadhasivam
2024-05-28
1
-8
/
+8
*
PCI: endpoint: Remove "core_init_notifier" flag
Manivannan Sadhasivam
2024-04-10
1
-0
/
+22
*
PCI: endpoint: Drop only_64bit on reserved BARs
Niklas Cassel
2024-02-16
1
-7
/
+0
*
PCI: endpoint: Clean up hardware description for BARs
Niklas Cassel
2024-02-16
1
-15
/
+17
*
PCI: endpoint: Use INTX instead of legacy
Damien Le Moal
2023-12-18
1
-2
/
+2
*
PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitions
Damien Le Moal
2023-12-18
1
-1
/
+1
*
Merge branch 'pci/misc'
Bjorn Helgaas
2023-10-28
1
-1
/
+0
|
\
|
*
PCI: endpoint: Fix double free in __pci_epc_create()
Dan Carpenter
2023-10-26
1
-1
/
+0
*
|
PCI: endpoint: Use IS_ERR_OR_NULL() helper function
Ruan Jinjie
2023-10-06
1
-6
/
+6
|
/
*
PCI: Explicitly include correct DT includes
Rob Herring
2023-07-18
1
-1
/
+0
*
PCI: endpoint: Add BME notifier support
Manivannan Sadhasivam
2023-06-23
1
-0
/
+26
*
PCI: endpoint: Add linkdown notifier support
Manivannan Sadhasivam
2023-06-23
1
-0
/
+26
*
PCI: endpoint: Add missing documentation about the MSI/MSI-X range
Manivannan Sadhasivam
2023-06-23
1
-2
/
+2
*
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
*
Merge branch 'pci/endpoint'
Bjorn Helgaas
2023-02-22
1
-7
/
+25
|
\
|
*
PCI: endpoint: Use link_up() callback in place of LINK_UP notifier
Manivannan Sadhasivam
2023-02-13
1
-2
/
+10
|
*
PCI: endpoint: Use callback mechanism for passing events from EPC to EPF
Manivannan Sadhasivam
2023-02-13
1
-1
/
+10
|
*
PCI: endpoint: Use a separate lock for protecting epc->pci_epf list
Manivannan Sadhasivam
2023-02-13
1
-4
/
+5
*
|
PCI: Remove MODULE_LICENSE so boolean drivers don't look like modules
Nick Alcock
2023-02-17
1
-1
/
+0
|
/
*
PCI: endpoint: Fix WARN() when an endpoint driver is removed
Yoshihiro Shimoda
2022-10-27
1
-1
/
+6
*
PCI: endpoint: Return -EINVAL when interrupts num is smaller than 1
Li Chen
2022-01-07
1
-1
/
+1
*
PCI: Correct misspelled and remove duplicated words
Krzysztof Wilczyński
2021-10-09
1
-1
/
+1
*
PCI: endpoint: Add virtual function number in pci_epc ops
Kishon Vijay Abraham I
2021-08-19
1
-38
/
+94
*
PCI: endpoint: Add support to add virtual function in endpoint core
Kishon Vijay Abraham I
2021-08-19
1
-1
/
+1
*
PCI: Fix kernel-doc errors
Krzysztof Wilczyński
2021-03-12
1
-0
/
+2
*
PCI: endpoint: Add pci_epc_ops to map MSI IRQ
Kishon Vijay Abraham I
2021-02-23
1
-0
/
+41
*
PCI: endpoint: Add support to associate secondary EPC with EPF
Kishon Vijay Abraham I
2021-02-23
1
-11
/
+36
*
PCI: endpoint: Make *_free_bar() to return error codes on failure
Kishon Vijay Abraham I
2021-02-23
1
-6
/
+6
*
PCI: endpoint: Add helper API to get the 'next' unreserved BAR
Kishon Vijay Abraham I
2021-02-23
1
-4
/
+22
*
PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
Kishon Vijay Abraham I
2021-02-23
1
-2
/
+10
*
PCI: Fix kerneldoc warnings
Krzysztof Kozlowski
2020-08-06
1
-1
/
+1
*
PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
Kishon Vijay Abraham I
2020-04-02
1
-2
/
+5
*
PCI: endpoint: Add notification for core init completion
Vidya Sagar
2020-02-25
1
-1
/
+18
*
PCI: endpoint: Assign function number for each PF in EPC core
Kishon Vijay Abraham I
2020-02-24
1
-4
/
+22
*
PCI: endpoint: Replace spinlock with mutex
Kishon Vijay Abraham I
2020-02-24
1
-51
/
+31
*
PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF
Kishon Vijay Abraham I
2020-02-24
1
-7
/
+2
*
PCI: endpoint: Set endpoint controller pointer to NULL
Alan Mikhak
2019-06-11
1
-1
/
+2
*
PCI: endpoint: Add helper to get first unreserved BAR
Kishon Vijay Abraham I
2019-02-15
1
-0
/
+23
*
PCI: endpoint: Add new pci_epc_ops to get EPC features
Kishon Vijay Abraham I
2019-02-14
1
-0
/
+30
*
PCI: endpoint: Add MSI set maximum restriction
Gustavo Pimentel
2018-07-19
1
-1
/
+2
*
PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signatures
Gustavo Pimentel
2018-07-19
1
-4
/
+4
[next]