index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
cio
/
vfio_ccw_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio/ccw: remove WARN_ON during shutdown
Eric Farman
2023-02-14
1
-1
/
+1
*
vfio/ap/ccw/samples: Fix device_register() unwind path
Alex Williamson
2022-12-05
1
-1
/
+2
*
vfio/ccw: replace vfio_init_device with _alloc_
Eric Farman
2022-11-10
1
-18
/
+0
*
vfio/ccw: move private to mdev lifecycle
Eric Farman
2022-11-10
1
-15
/
+1
*
vfio/ccw: move private initialization to callback
Eric Farman
2022-11-10
1
-65
/
+9
*
vfio/ccw: remove private->sch
Eric Farman
2022-11-10
1
-2
/
+1
*
vfio/ccw: create a parent struct
Eric Farman
2022-11-10
1
-18
/
+80
*
vfio/mdev: add mdev available instance checking to the core
Jason Gunthorpe
2022-10-04
1
-1
/
+0
*
vfio/mdev: consolidate all the name sysfs into the core code
Christoph Hellwig
2022-10-04
1
-0
/
+1
*
vfio/mdev: simplify mdev_type handling
Christoph Hellwig
2022-10-04
1
-2
/
+4
*
vfio/mdev: embedd struct mdev_parent in the parent data structure
Christoph Hellwig
2022-10-04
1
-2
/
+3
*
vfio/mdev: make mdev.h standalone includable
Christoph Hellwig
2022-10-04
1
-1
/
+0
*
vfio/ccw: Remove FSM Close from remove handlers
Eric Farman
2022-08-01
1
-1
/
+0
*
vfio/ccw: Move FSM open/close to MDEV open/close
Eric Farman
2022-07-07
1
-8
/
+3
*
vfio/ccw: Create a CLOSE FSM event
Eric Farman
2022-07-07
1
-12
/
+5
*
vfio/ccw: Create an OPEN FSM Event
Eric Farman
2022-07-07
1
-7
/
+2
*
vfio/ccw: Flatten MDEV device (un)register
Eric Farman
2022-07-07
1
-2
/
+2
*
vfio/ccw: Do not change FSM state in subchannel event
Eric Farman
2022-07-07
1
-11
/
+3
*
vfio/ccw: Fix FSM state if mdev probe fails
Eric Farman
2022-07-07
1
-2
/
+3
*
vfio/ccw: Remove UUID from s390 debug log
Michael Kawano
2022-07-07
1
-3
/
+2
*
s390/cio: remove uevent suppress from cio driver
Vineeth Vijayan
2021-12-06
1
-5
/
+0
*
vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()
Jason Gunthorpe
2021-10-28
1
-7
/
+14
*
vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
Jason Gunthorpe
2021-10-28
1
-47
/
+66
*
vfio/ccw: Remove unneeded GFP_DMA
Jason Gunthorpe
2021-10-28
1
-1
/
+1
*
s390/cio: Make struct css_driver::remove return void
Uwe Kleine-König
2021-07-21
1
-2
/
+1
*
vfio-ccw: Serialize FSM IDLE state with I/O completion
Eric Farman
2021-05-12
1
-2
/
+10
*
vfio-ccw: Add trace for CRW event
Eric Farman
2020-06-03
1
-0
/
+1
*
vfio-ccw: Wire up the CRW irq and CRW region
Farhan Ali
2020-06-03
1
-0
/
+49
*
vfio-ccw: Introduce a new CRW region
Farhan Ali
2020-06-03
1
-0
/
+20
*
vfio-ccw: Introduce a new schib region
Farhan Ali
2020-06-02
1
-0
/
+20
*
vfio-ccw: Register a chp_event callback for vfio-ccw
Farhan Ali
2020-06-02
1
-0
/
+47
*
vfio-ccw: Introduce new helper functions to free/destroy regions
Farhan Ali
2020-06-02
1
-10
/
+18
*
s390/cio: generate delayed uevent for vfio-ccw subchannels
Cornelia Huck
2020-04-06
1
-0
/
+5
*
vfio-ccw: fix error return code in vfio_ccw_sch_init()
Wei Yongjun
2019-09-05
1
-2
/
+6
*
vfio-ccw: add some logging
Cornelia Huck
2019-08-23
1
-3
/
+47
*
vfio-ccw: Don't call cp_free if we are processing a channel program
Farhan Ali
2019-07-15
1
-1
/
+1
*
Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2019-07-08
1
-3
/
+10
|
\
|
*
vfio-ccw: Move guest_cp storage into common struct
Eric Farman
2019-06-21
1
-0
/
+7
|
*
s390/cio: Set vfio-ccw FSM state before ioeventfd
Eric Farman
2019-06-03
1
-3
/
+3
*
|
vfio-ccw: Destroy kmem cache region on module exit
Farhan Ali
2019-06-13
1
-0
/
+1
|
/
*
vfio-ccw: Prevent quiesce function going into an infinite loop
Farhan Ali
2019-04-24
1
-14
/
+18
*
vfio-ccw: Do not call flush_workqueue while holding the spinlock
Farhan Ali
2019-04-24
1
-1
/
+1
*
vfio-ccw: add handling for async channel instructions
Cornelia Huck
2019-04-24
1
-13
/
+33
*
vfio-ccw: protect the I/O region
Cornelia Huck
2019-04-24
1
-0
/
+3
*
vfio: ccw: only free cp on final interrupt
Cornelia Huck
2019-03-11
1
-2
/
+6
*
vfio: ccw: Register mediated device once all structures are initialized
Pierre Morel
2018-11-13
1
-4
/
+4
*
s390/cio: make vfio_ccw_io_region static
Sebastian Ott
2018-11-13
1
-1
/
+1
*
s390/cio: Refactor alloc of ccw_io_region
Eric Farman
2018-09-27
1
-4
/
+16
*
s390/cio: Convert ccw_io_region to pointer
Eric Farman
2018-09-27
1
-1
/
+11
*
vfio: ccw: fix error return in vfio_ccw_sch_event
Dong Jia Shi
2018-05-29
1
-1
/
+4
[next]