index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
cio
/
vfio_ccw_ops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-3
/
+3
2023-07-25
vfio-iommufd: Add detach_ioas support for emulated VFIO devices
Yi Liu
1
-0
/
+1
2022-12-16
Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-33
/
+74
2022-12-02
vfio-iommufd: Support iommufd for emulated VFIO devices
Jason Gunthorpe
1
-0
/
+3
2022-11-10
vfio: Remove vfio_free_device
Eric Farman
1
-2
/
+0
2022-11-10
vfio/ccw: replace vfio_init_device with _alloc_
Eric Farman
1
-10
/
+18
2022-11-10
vfio/ccw: remove release completion
Eric Farman
1
-13
/
+1
2022-11-10
vfio/ccw: move private to mdev lifecycle
Eric Farman
1
-13
/
+13
2022-11-10
vfio/ccw: move private initialization to callback
Eric Farman
1
-0
/
+43
2022-11-10
vfio/ccw: remove private->sch
Eric Farman
1
-6
/
+6
2022-11-10
vfio/ccw: create a parent struct
Eric Farman
1
-2
/
+6
2022-10-04
vfio/mdev: add mdev available instance checking to the core
Jason Gunthorpe
1
-14
/
+1
2022-10-04
vfio/mdev: consolidate all the available_instance sysfs into the core code
Christoph Hellwig
1
-11
/
+3
2022-10-04
vfio/mdev: consolidate all the name sysfs into the core code
Christoph Hellwig
1
-8
/
+0
2022-10-04
vfio/mdev: consolidate all the device_api sysfs into the core code
Jason Gunthorpe
1
-8
/
+1
2022-10-04
vfio/mdev: remove mtype_get_parent_dev
Christoph Hellwig
1
-2
/
+1
2022-10-04
vfio/mdev: simplify mdev_type handling
Christoph Hellwig
1
-12
/
+2
2022-10-04
vfio/mdev: embedd struct mdev_parent in the parent data structure
Christoph Hellwig
1
-1
/
+0
2022-09-21
vfio/ccw: Use the new device life cycle helpers
Kevin Tian
1
-7
/
+45
2022-08-01
vfio/ccw: Remove FSM Close from remove handlers
Eric Farman
1
-2
/
+0
2022-08-01
vfio/ccw: Add length to DMA_UNMAP checks
Eric Farman
1
-1
/
+1
2022-07-20
vfio: Replace the DMA unmapping notifier with a callback
Jason Gunthorpe
1
-31
/
+8
2022-07-07
vfio/ccw: Move FSM open/close to MDEV open/close
Eric Farman
1
-15
/
+11
2022-07-07
vfio/ccw: Refactor vfio_ccw_mdev_reset
Eric Farman
1
-14
/
+10
2022-07-07
vfio/ccw: Create a CLOSE FSM event
Eric Farman
1
-12
/
+2
2022-07-07
vfio/ccw: Flatten MDEV device (un)register
Eric Farman
1
-10
/
+0
2022-07-07
vfio/ccw: Remove private->mdev
Eric Farman
1
-3
/
+0
2022-07-07
vfio/ccw: Fix FSM state if mdev probe fails
Eric Farman
1
-1
/
+1
2022-07-07
vfio/ccw: Remove UUID from s390 debug log
Michael Kawano
1
-4
/
+4
2022-05-11
vfio: Make vfio_(un)register_notifier accept a vfio_device
Jason Gunthorpe
1
-4
/
+3
2022-04-21
vfio/mdev: Remove mdev_parent_ops
Jason Gunthorpe
1
-6
/
+1
2021-10-28
vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()
Jason Gunthorpe
1
-41
/
+66
2021-10-28
vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
Jason Gunthorpe
1
-22
/
+15
2021-08-11
vfio/ap,ccw: Fix open/close when multiple device FDs are open
Jason Gunthorpe
1
-4
/
+4
2021-05-12
vfio-ccw: Reset FSM state to IDLE inside FSM
Eric Farman
1
-2
/
+0
2021-04-12
vfio/mdev: Correct the function signatures for the mdev_type_attributes
Jason Gunthorpe
1
-6
/
+9
2021-04-12
vfio/mdev: Remove kobj from mdev_parent_ops->create()
Jason Gunthorpe
1
-1
/
+1
2021-03-08
s390/cio: return -EFAULT if copy_to_user() fails
Eric Farman
1
-1
/
+1
2021-03-08
s390/cio: return -EFAULT if copy_to_user() fails
Wang Qing
1
-2
/
+2
2020-12-04
vfio-ccw: Wire in the request callback
Eric Farman
1
-0
/
+26
2020-06-03
vfio-ccw: Introduce a new CRW region
Farhan Ali
1
-0
/
+8
2020-06-02
vfio-ccw: Refactor IRQ handlers
Eric Farman
1
-6
/
+17
2020-06-02
vfio-ccw: Introduce a new schib region
Farhan Ali
1
-2
/
+12
2020-06-02
vfio-ccw: Refactor the unregister of the async regions
Eric Farman
1
-8
/
+12
2019-08-23
vfio-ccw: add some logging
Cornelia Huck
1
-0
/
+10
2019-04-24
vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdev
Farhan Ali
1
-1
/
+10
2019-04-24
vfio-ccw: add handling for async channel instructions
Cornelia Huck
1
-2
/
+11
2019-04-24
vfio-ccw: add capabilities chain
Cornelia Huck
1
-26
/
+161
2019-04-24
vfio-ccw: protect the I/O region
Cornelia Huck
1
-9
/
+19
2019-04-24
vfio-ccw: rework ssch state handling
Cornelia Huck
1
-2
/
+0
[next]