index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amd
/
pds_core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-10
pds_core: Fix pdsc_check_pci_health function to use work thread
Brett Creeley
4
-1
/
+18
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+4
2024-03-07
net: pds_core: Fix possible double free in error handling path
Yongzhi Liu
1
-8
/
+4
2024-02-19
pds_core: use pci_reset_function for health reset
Shannon Nelson
3
-8
/
+5
2024-02-19
pds_core: delete VF dev on reset
Shannon Nelson
2
-1
/
+33
2024-02-19
pds_core: add simple AER handler
Shannon Nelson
1
-0
/
+24
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2024-02-12
pds_core: no health-thread in VF path
Shannon Nelson
1
-0
/
+6
2024-02-06
pds_core: Clean up init/uninit flows to be more readable
Brett Creeley
3
-43
/
+61
2024-02-06
pds_core: Fix up some minor issues
Brett Creeley
2
-7
/
+4
2024-02-06
pds_core: Unmask adminq interrupt in work thread
Brett Creeley
1
-7
/
+3
2024-02-06
pds_core: Don't assign interrupt index/bound_intr to notifyq
Brett Creeley
2
-5
/
+3
2024-01-31
pds_core: Rework teardown/setup flow to be more common
Brett Creeley
5
-18
/
+9
2024-01-31
pds_core: Clear BARs on reset
Brett Creeley
6
-11
/
+45
2024-01-31
pds_core: Prevent race issues involving the adminq
Brett Creeley
3
-6
/
+47
2024-01-31
pds_core: Use struct pdsc for the pdsc_adminq_isr private data
Brett Creeley
2
-3
/
+4
2024-01-31
pds_core: Cancel AQ work on teardown
Brett Creeley
1
-0
/
+2
2024-01-31
pds_core: Prevent health thread from running during reset/remove
Brett Creeley
1
-2
/
+17
2023-11-14
pds_core: fix up some format-truncation complaints
Shannon Nelson
3
-4
/
+8
2023-11-14
pds_core: use correct index to mask irq
Shannon Nelson
1
-1
/
+1
2023-10-25
amd/pds_core: core: No need for Null pointer check before kfree
Bragatheswaran Manickavel
1
-5
/
+2
2023-10-20
pds_core: add an error code check in pdsc_dl_info_get
Su Hui
1
-0
/
+2
2023-10-20
pds_core: devlink health: use retained error fmsg API
Przemek Kitszel
1
-21
/
+8
2023-09-18
pds_core: add attempts to fix broken PCI
Shannon Nelson
3
-2
/
+19
2023-09-18
pds_core: implement pci reset handlers
Shannon Nelson
3
-3
/
+65
2023-09-18
pds_core: keep viftypes table across reset
Shannon Nelson
1
-6
/
+9
2023-09-18
pds_core: check health in devcmd wait
Shannon Nelson
1
-2
/
+9
2023-08-30
Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-17
/
+7
2023-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-10
/
+13
2023-08-25
pds_core: pass opcode to devcmd_wait
Shannon Nelson
1
-5
/
+2
2023-08-25
pds_core: check for work queue before use
Shannon Nelson
1
-1
/
+1
2023-08-25
pds_core: no reset command for VF
Shannon Nelson
1
-1
/
+2
2023-08-25
pds_core: no health reporter in VF
Shannon Nelson
1
-3
/
+5
2023-08-25
pds_core: protect devlink callbacks from fw_down state
Shannon Nelson
1
-0
/
+3
2023-08-21
Revert "pds_core: Fix some kernel-doc comments"
Jakub Kicinski
1
-2
/
+2
2023-08-21
pds_core: Fix some kernel-doc comments
Yang Li
1
-2
/
+2
2023-08-18
pds_core: remove redundant pci_clear_master()
Yu Liao
1
-4
/
+2
2023-08-18
pds_core: Fix function header descriptions
Brett Creeley
1
-2
/
+2
2023-08-16
pds_core: Require callers of register/unregister to pass PF drvdata
Brett Creeley
1
-15
/
+5
2023-08-02
pds_core: Fix documentation for pds_client_register
Brett Creeley
1
-1
/
+1
2023-06-27
pds_core: use vmalloc_array and vcalloc
Julia Lawall
1
-2
/
+2
2023-06-06
pds_core: Fix FW recovery detection
Brett Creeley
1
-2
/
+8
2023-05-05
pds_core: fix mutex double unlock in error path
Shannon Nelson
1
-8
/
+13
2023-05-03
pds_core: remove CONFIG_DEBUG_FS from makefile
Shannon Nelson
1
-2
/
+1
2023-04-21
pds_core: publish events to the clients
Shannon Nelson
3
-0
/
+37
2023-04-21
pds_core: add the aux client API
Shannon Nelson
1
-1
/
+150
2023-04-21
pds_core: devlink params for enabling VIF support
Shannon Nelson
3
-6
/
+108
2023-04-21
pds_core: add auxiliary_bus devices
Shannon Nelson
4
-2
/
+156
2023-04-21
pds_core: add initial VF device handling
Shannon Nelson
2
-1
/
+56
2023-04-21
pds_core: set up the VIF definitions and defaults
Shannon Nelson
3
-0
/
+83
[next]