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
/
crypto
/
vfio_ap_ops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-10
vfio: Remove vfio_free_device
Eric Farman
1
-6
/
+0
2022-10-13
Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-72
/
+37
2022-10-04
vfio/mdev: add mdev available instance checking to the core
Jason Gunthorpe
1
-12
/
+1
2022-10-04
vfio/mdev: consolidate all the available_instance sysfs into the core code
Christoph Hellwig
1
-13
/
+3
2022-10-04
vfio/mdev: consolidate all the name sysfs into the core code
Christoph Hellwig
1
-9
/
+1
2022-10-04
vfio/mdev: consolidate all the device_api sysfs into the core code
Jason Gunthorpe
1
-9
/
+1
2022-10-04
vfio/mdev: simplify mdev_type handling
Christoph Hellwig
1
-13
/
+6
2022-10-04
vfio/mdev: embedd struct mdev_parent in the parent data structure
Christoph Hellwig
1
-2
/
+3
2022-09-21
s390/vfio-ap: bypass unnecessary processing of AP resources
Tony Krowiak
1
-0
/
+30
2022-09-21
vfio/ap: Use the new device life cycle helpers
Yi Liu
1
-21
/
+29
2022-08-07
Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-315
/
+1126
2022-07-25
vfio: Replace phys_pfn with pages for vfio_pin_pages()
Nicolin Chen
1
-3
/
+3
2022-07-25
vfio/ap: Change saved_pfn to saved_iova
Nicolin Chen
1
-25
/
+17
2022-07-25
vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
Nicolin Chen
1
-5
/
+4
2022-07-23
vfio/ap: Pass in physical address of ind to ap_aqic()
Nicolin Chen
1
-3
/
+4
2022-07-20
vfio: Replace the DMA unmapping notifier with a callback
Jason Gunthorpe
1
-45
/
+8
2022-07-19
s390/vfio-ap: handle config changed and scan complete notification
Tony Krowiak
1
-5
/
+336
2022-07-19
s390/vfio-ap: sysfs attribute to display the guest's matrix
Tony Krowiak
1
-13
/
+35
2022-07-19
s390/vfio-ap: implement in-use callback for vfio_ap driver
Tony Krowiak
1
-0
/
+54
2022-07-19
s390/vfio-ap: reset queues after adapter/domain unassignment
Tony Krowiak
1
-40
/
+112
2022-07-19
s390/vfio-ap: hot plug/unplug of AP devices when probed/removed
Tony Krowiak
1
-6
/
+17
2022-07-19
s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned
Tony Krowiak
1
-55
/
+57
2022-07-19
s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove
Tony Krowiak
1
-39
/
+85
2022-07-19
s390/vfio-ap: prepare for dynamic update of guest's APCB on assign/unassign
Tony Krowiak
1
-12
/
+59
2022-07-19
s390/vfio-ap: use proper locking order when setting/clearing KVM pointer
Tony Krowiak
1
-10
/
+48
2022-07-19
s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lock
Tony Krowiak
1
-37
/
+39
2022-07-19
s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
Tony Krowiak
1
-171
/
+53
2022-07-19
s390/vfio-ap: refresh guest's APCB by filtering AP resources assigned to mdev
Tony Krowiak
1
-3
/
+98
2022-07-19
s390/vfio-ap: introduce shadow APCB
Tony Krowiak
1
-4
/
+6
2022-07-19
s390/vfio-ap: manage link between queue struct and matrix mdev
Tony Krowiak
1
-37
/
+154
2022-07-19
s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
Tony Krowiak
1
-2
/
+97
2022-07-19
s390/vfio-ap: use new AP bus interface to search for queue devices
Tony Krowiak
1
-14
/
+9
2022-05-24
vfio: remove VFIO_GROUP_NOTIFY_SET_KVM
Matthew Rosato
1
-29
/
+6
2022-05-11
vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
Jason Gunthorpe
1
-5
/
+4
2022-05-11
vfio: Make vfio_(un)register_notifier accept a vfio_device
Jason Gunthorpe
1
-7
/
+7
2022-04-21
vfio/mdev: Remove mdev_parent_ops
Jason Gunthorpe
1
-7
/
+2
2022-03-27
s390/vfio-ap: fix kernel doc and signature of group notifier functions
Tony Krowiak
1
-19
/
+5
2022-02-07
s390/vfio-ap: add s390dbf logging to the vfio_ap_irq_enable function
Tony Krowiak
1
-6
/
+71
2022-02-07
s390/vfio-ap: add s390dbf logging to the handle_pqap function
Tony Krowiak
1
-6
/
+68
2021-11-07
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-2
/
+3
2021-10-26
s390/vfio-ap: s390/crypto: fix all kernel-doc warnings
Tony Krowiak
1
-2
/
+3
2021-09-30
Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-creation-v6' into v5.16...
Alex Williamson
1
-1
/
+1
2021-09-30
vfio: simplify iommu group allocation for mediated devices
Christoph Hellwig
1
-1
/
+1
2021-09-24
vfio/ap_ops: Add missed vfio_uninit_group_dev()
Jason Gunthorpe
1
-1
/
+3
2021-09-02
Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-150
/
+132
2021-08-25
vfio/ap_ops: Convert to use vfio_register_group_dev()
Jason Gunthorpe
1
-66
/
+89
2021-08-25
s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.c
Randy Dunlap
1
-64
/
+52
2021-08-24
s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notifica...
Tony Krowiak
1
-92
/
+40
2021-08-24
s390/vfio-ap: r/w lock for PQAP interception handler function pointer
Tony Krowiak
1
-6
/
+17
2021-08-11
vfio/ap,ccw: Fix open/close when multiple device FDs are open
Jason Gunthorpe
1
-4
/
+4
[prev]
[next]