index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
net
/
ism_drv.c
Age
Commit message (
Expand
)
Author
2024-04-30
net/smc: decouple ism_client from SMC-D DMB registration
Wen Gu
2024-04-17
s390/ism: Properly fix receive message buffer allocation
Gerd Bayer
2023-12-26
net/smc: manage system EID in SMC stack instead of ISM driver
Wen Gu
2023-12-26
net/smc: compatible with 128-bits extended GID of virtual ISM device
Wen Gu
2023-11-17
s390/ism: ism driver implies smc protocol
Gerd Bayer
2023-07-08
s390/ism: Do not unregister clients with registered DMBs
Niklas Schnelle
2023-07-08
s390/ism: Fix and simplify add()/remove() callback handling
Niklas Schnelle
2023-07-08
s390/ism: Fix locking for forwarding of IRQs and events to clients
Niklas Schnelle
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-15
s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()
Julian Ruess
2023-05-25
s390/ism: Set DMA coherent mask
Niklas Schnelle
2023-03-24
net/ism: Remove redundant pci_clear_master
Cai Huoqing
2023-03-15
net/ism: Remove extra include
Stefan Raspl
2023-03-15
net/smc: Introduce explicit check for v2 support
Stefan Raspl
2023-01-25
net/smc: De-tangle ism and smc device initialization
Stefan Raspl
2023-01-25
s390/ism: Consolidate SMC-D-related code
Stefan Raspl
2023-01-25
net/smc: Separate SMC-D and ISM APIs
Stefan Raspl
2023-01-25
net/smc: Register SMC-D as ISM client
Stefan Raspl
2023-01-25
net/ism: Add new API for client registration
Stefan Raspl
2023-01-25
s390/ism: Introduce struct ism_dmb
Stefan Raspl
2023-01-25
net/ism: Add missing calls to disable bus-mastering
Stefan Raspl
2022-11-21
s390/ism: don't pass bogus GFP_ flags to dma_alloc_coherent
Christoph Hellwig
2022-07-27
net/smc: Pass on DMBE bit mask in IRQ handler
Stefan Raspl
2022-07-27
s390/ism: Cleanups
Stefan Raspl
2021-09-14
s390/ism: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-10-26
s390/ism: fix incorrect system EID
Karsten Graul
2020-09-28
net/smc: introduce CHID callback for ISM devices
Ursula Braun
2020-09-28
net/smc: introduce System Enterprise ID (SEID)
Ursula Braun
2020-07-27
s390/ism: indicate correct error reason in ism_alloc_dmb()
Karsten Graul
2020-05-13
s390/ism: fix error return code in ism_probe()
Wei Yongjun
2020-03-27
s390/ism: remove pm support
Ursula Braun
2019-04-29
s390/ism: move oddities of device IO to wrapper function
Sebastian Ott
2019-02-20
s390/ism: ignore some errors during deregistration
Sebastian Ott
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-11-14
s390/ism: clear dmbe_mask bit before SMC IRQ handling
Ursula Braun
2018-10-10
PCI: Remove pci_set_dma_max_seg_size()
Christoph Hellwig
2018-10-10
PCI: Remove pci_set_dma_seg_boundary()
Christoph Hellwig
2018-06-30
s390/ism: add device driver for internal shared memory
Sebastian Ott