index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amd
/
pds_core
/
core.c
Age
Commit message (
Expand
)
Author
2025-04-30
pds_core: init viftype default in declaration
Shannon Nelson
2025-04-29
pds_core: Allocate pdsc_viftype_defaults copy with ARRAY_SIZE()
Kees Cook
2025-04-23
pds_core: make wait_context part of q_info
Shannon Nelson
2025-04-23
pds_core: Prevent possible adminq overflow/stuck condition
Brett Creeley
2025-03-20
pds_core: add new fwctl auxiliary_device
Shannon Nelson
2024-04-10
pds_core: Fix pdsc_check_pci_health function to use work thread
Brett Creeley
2024-02-19
pds_core: use pci_reset_function for health reset
Shannon Nelson
2024-02-06
pds_core: Clean up init/uninit flows to be more readable
Brett Creeley
2024-02-06
pds_core: Don't assign interrupt index/bound_intr to notifyq
Brett Creeley
2024-01-31
pds_core: Rework teardown/setup flow to be more common
Brett Creeley
2024-01-31
pds_core: Clear BARs on reset
Brett Creeley
2024-01-31
pds_core: Prevent race issues involving the adminq
Brett Creeley
2024-01-31
pds_core: Use struct pdsc for the pdsc_adminq_isr private data
Brett Creeley
2024-01-31
pds_core: Cancel AQ work on teardown
Brett Creeley
2023-10-25
amd/pds_core: core: No need for Null pointer check before kfree
Bragatheswaran Manickavel
2023-09-18
pds_core: add attempts to fix broken PCI
Shannon Nelson
2023-09-18
pds_core: implement pci reset handlers
Shannon Nelson
2023-09-18
pds_core: keep viftypes table across reset
Shannon Nelson
2023-08-25
pds_core: no reset command for VF
Shannon Nelson
2023-08-25
pds_core: no health reporter in VF
Shannon Nelson
2023-06-27
pds_core: use vmalloc_array and vcalloc
Julia Lawall
2023-04-21
pds_core: publish events to the clients
Shannon Nelson
2023-04-21
pds_core: set up the VIF definitions and defaults
Shannon Nelson
2023-04-21
pds_core: Add adminq processing and commands
Shannon Nelson
2023-04-21
pds_core: set up device and adminq
Shannon Nelson
2023-04-21
pds_core: add devlink health facilities
Shannon Nelson
2023-04-21
pds_core: health timer and workqueue
Shannon Nelson
2023-04-21
pds_core: add devcmd device interfaces
Shannon Nelson