index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
cio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-24
3
-7
/
+7
|
\
|
*
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
3
-7
/
+7
*
|
vfio/ccw: remove WARN_ON during shutdown
Eric Farman
2023-02-14
1
-1
/
+1
*
|
s390/cio: introduce locking for register/unregister functions
Vineeth Vijayan
2023-01-31
1
-0
/
+9
*
|
s390/cio: evaluate devices with non-operational paths
Vineeth Vijayan
2023-01-22
2
-7
/
+16
*
|
vfio/ccw: remove old IDA format restrictions
Eric Farman
2023-01-09
1
-8
/
+0
*
|
vfio/ccw: don't group contiguous pages on 2K IDAWs
Eric Farman
2023-01-09
1
-10
/
+20
*
|
vfio/ccw: handle a guest Format-1 IDAL
Eric Farman
2023-01-09
1
-3
/
+16
*
|
vfio/ccw: allocate/populate the guest idal
Eric Farman
2023-01-09
1
-24
/
+52
*
|
vfio/ccw: calculate number of IDAWs regardless of format
Eric Farman
2023-01-09
1
-0
/
+16
*
|
vfio/ccw: read only one Format-1 IDAW
Eric Farman
2023-01-09
1
-3
/
+11
*
|
vfio/ccw: refactor the idaw counter
Eric Farman
2023-01-09
1
-9
/
+30
*
|
vfio/ccw: populate page_array struct inline
Eric Farman
2023-01-09
1
-17
/
+5
*
|
vfio/ccw: pass page count to page_array struct
Eric Farman
2023-01-09
1
-10
/
+13
*
|
vfio/ccw: remove unnecessary malloc alignment
Eric Farman
2023-01-09
1
-20
/
+23
*
|
vfio/ccw: simplify CCW chain fetch routines
Eric Farman
2023-01-09
1
-18
/
+15
*
|
vfio/ccw: replace copy_from_iova with vfio_dma_rw
Eric Farman
2023-01-09
1
-51
/
+5
*
|
vfio/ccw: move where IDA flag is set in ORB
Eric Farman
2023-01-09
1
-7
/
+6
*
|
vfio/ccw: allow non-zero storage keys
Eric Farman
2023-01-09
1
-1
/
+0
*
|
vfio/ccw: simplify the cp_get_orb interface
Eric Farman
2023-01-09
3
-7
/
+6
*
|
vfio/ccw: cleanup some of the mdev commentary
Eric Farman
2023-01-09
2
-4
/
+2
|
/
*
Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2022-12-15
5
-162
/
+188
|
\
|
*
vfio/ap/ccw/samples: Fix device_register() unwind path
Alex Williamson
2022-12-05
1
-1
/
+2
|
*
vfio: Remove vfio_free_device
Eric Farman
2022-11-10
1
-2
/
+0
|
*
vfio/ccw: replace vfio_init_device with _alloc_
Eric Farman
2022-11-10
3
-30
/
+18
|
*
vfio/ccw: remove release completion
Eric Farman
2022-11-10
2
-16
/
+1
|
*
vfio/ccw: move private to mdev lifecycle
Eric Farman
2022-11-10
3
-28
/
+16
|
*
vfio/ccw: move private initialization to callback
Eric Farman
2022-11-10
3
-66
/
+58
|
*
vfio/ccw: remove private->sch
Eric Farman
2022-11-10
5
-28
/
+26
|
*
vfio/ccw: create a parent struct
Eric Farman
2022-11-10
3
-25
/
+101
*
|
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-14
1
-0
/
+3
|
\
\
|
*
|
vfio-iommufd: Support iommufd for emulated VFIO devices
Jason Gunthorpe
2022-12-02
1
-0
/
+3
|
|
/
*
|
Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2022-12-12
12
-41
/
+48
|
\
\
|
|
/
|
/
|
|
*
vfio/ccw: identify CCW data addresses as physical
Eric Farman
2022-12-05
1
-2
/
+2
|
*
vfio/ccw: sort out physical vs virtual pointers usage
Alexander Gordeev
2022-12-05
1
-1
/
+1
|
*
s390/cio: sort out physical vs virtual pointers usage
Alexander Gordeev
2022-12-01
10
-38
/
+45
*
|
s390/cio: fix out-of-bounds access on cio_ignore free
Peter Oberparleiter
2022-10-26
1
-6
/
+2
|
/
*
Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2022-10-12
3
-58
/
+57
|
\
|
*
vfio/mdev: add mdev available instance checking to the core
Jason Gunthorpe
2022-10-04
3
-17
/
+1
|
*
vfio/mdev: consolidate all the available_instance sysfs into the core code
Christoph Hellwig
2022-10-04
1
-11
/
+3
|
*
vfio/mdev: consolidate all the name sysfs into the core code
Christoph Hellwig
2022-10-04
2
-8
/
+1
|
*
vfio/mdev: consolidate all the device_api sysfs into the core code
Jason Gunthorpe
2022-10-04
1
-8
/
+1
|
*
vfio/mdev: remove mtype_get_parent_dev
Christoph Hellwig
2022-10-04
1
-2
/
+1
|
*
vfio/mdev: simplify mdev_type handling
Christoph Hellwig
2022-10-04
3
-14
/
+8
|
*
vfio/mdev: embedd struct mdev_parent in the parent data structure
Christoph Hellwig
2022-10-04
3
-3
/
+7
|
*
vfio/mdev: make mdev.h standalone includable
Christoph Hellwig
2022-10-04
1
-1
/
+0
|
*
vfio/ccw: Use the new device life cycle helpers
Kevin Tian
2022-09-21
2
-7
/
+48
*
|
s390: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-30
1
-1
/
+1
|
/
*
Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2022-08-06
7
-241
/
+261
|
\
|
*
vfio/ccw: Check return code from subchannel quiesce
Eric Farman
2022-08-01
1
-1
/
+1
[next]