index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
cio
/
vfio_ccw_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-31
s390/cio: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-01-11
Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-4
/
+4
2023-12-12
s390/cio: make sch->lock spinlock pointer a member
Halil Pasic
1
-4
/
+4
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-2
/
+2
2023-06-01
vfio/ccw: use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2023-06-01
vfio/ccw: replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+2
2023-02-14
vfio/ccw: remove WARN_ON during shutdown
Eric Farman
1
-1
/
+1
2022-12-05
vfio/ap/ccw/samples: Fix device_register() unwind path
Alex Williamson
1
-1
/
+2
2022-11-10
vfio/ccw: replace vfio_init_device with _alloc_
Eric Farman
1
-18
/
+0
2022-11-10
vfio/ccw: move private to mdev lifecycle
Eric Farman
1
-15
/
+1
2022-11-10
vfio/ccw: move private initialization to callback
Eric Farman
1
-65
/
+9
2022-11-10
vfio/ccw: remove private->sch
Eric Farman
1
-2
/
+1
2022-11-10
vfio/ccw: create a parent struct
Eric Farman
1
-18
/
+80
2022-10-04
vfio/mdev: add mdev available instance checking to the core
Jason Gunthorpe
1
-1
/
+0
2022-10-04
vfio/mdev: consolidate all the name sysfs into the core code
Christoph Hellwig
1
-0
/
+1
2022-10-04
vfio/mdev: simplify mdev_type handling
Christoph Hellwig
1
-2
/
+4
2022-10-04
vfio/mdev: embedd struct mdev_parent in the parent data structure
Christoph Hellwig
1
-2
/
+3
2022-10-04
vfio/mdev: make mdev.h standalone includable
Christoph Hellwig
1
-1
/
+0
2022-08-01
vfio/ccw: Remove FSM Close from remove handlers
Eric Farman
1
-1
/
+0
2022-07-07
vfio/ccw: Move FSM open/close to MDEV open/close
Eric Farman
1
-8
/
+3
2022-07-07
vfio/ccw: Create a CLOSE FSM event
Eric Farman
1
-12
/
+5
2022-07-07
vfio/ccw: Create an OPEN FSM Event
Eric Farman
1
-7
/
+2
2022-07-07
vfio/ccw: Flatten MDEV device (un)register
Eric Farman
1
-2
/
+2
2022-07-07
vfio/ccw: Do not change FSM state in subchannel event
Eric Farman
1
-11
/
+3
2022-07-07
vfio/ccw: Fix FSM state if mdev probe fails
Eric Farman
1
-2
/
+3
2022-07-07
vfio/ccw: Remove UUID from s390 debug log
Michael Kawano
1
-3
/
+2
2021-12-06
s390/cio: remove uevent suppress from cio driver
Vineeth Vijayan
1
-5
/
+0
2021-10-28
vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()
Jason Gunthorpe
1
-7
/
+14
2021-10-28
vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
Jason Gunthorpe
1
-47
/
+66
2021-10-28
vfio/ccw: Remove unneeded GFP_DMA
Jason Gunthorpe
1
-1
/
+1
2021-07-21
s390/cio: Make struct css_driver::remove return void
Uwe Kleine-König
1
-2
/
+1
2021-05-12
vfio-ccw: Serialize FSM IDLE state with I/O completion
Eric Farman
1
-2
/
+10
2020-06-03
vfio-ccw: Add trace for CRW event
Eric Farman
1
-0
/
+1
2020-06-03
vfio-ccw: Wire up the CRW irq and CRW region
Farhan Ali
1
-0
/
+49
2020-06-03
vfio-ccw: Introduce a new CRW region
Farhan Ali
1
-0
/
+20
2020-06-02
vfio-ccw: Introduce a new schib region
Farhan Ali
1
-0
/
+20
2020-06-02
vfio-ccw: Register a chp_event callback for vfio-ccw
Farhan Ali
1
-0
/
+47
2020-06-02
vfio-ccw: Introduce new helper functions to free/destroy regions
Farhan Ali
1
-10
/
+18
2020-04-06
s390/cio: generate delayed uevent for vfio-ccw subchannels
Cornelia Huck
1
-0
/
+5
2019-09-05
vfio-ccw: fix error return code in vfio_ccw_sch_init()
Wei Yongjun
1
-2
/
+6
2019-08-23
vfio-ccw: add some logging
Cornelia Huck
1
-3
/
+47
2019-07-15
vfio-ccw: Don't call cp_free if we are processing a channel program
Farhan Ali
1
-1
/
+1
2019-07-08
Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-3
/
+10
2019-06-21
vfio-ccw: Move guest_cp storage into common struct
Eric Farman
1
-0
/
+7
2019-06-13
vfio-ccw: Destroy kmem cache region on module exit
Farhan Ali
1
-0
/
+1
2019-06-03
s390/cio: Set vfio-ccw FSM state before ioeventfd
Eric Farman
1
-3
/
+3
2019-04-24
vfio-ccw: Prevent quiesce function going into an infinite loop
Farhan Ali
1
-14
/
+18
2019-04-24
vfio-ccw: Do not call flush_workqueue while holding the spinlock
Farhan Ali
1
-1
/
+1
2019-04-24
vfio-ccw: add handling for async channel instructions
Cornelia Huck
1
-13
/
+33
2019-04-24
vfio-ccw: protect the I/O region
Cornelia Huck
1
-0
/
+3
[next]