index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
Merge branch 'vmcore-iov_iter' into features
Alexander Gordeev
2022-07-28
1
-29
/
+26
|
|
\
\
\
\
\
|
|
*
|
|
|
|
s390/crash: support multi-segment iterators
Alexander Gordeev
2022-07-20
1
-35
/
+23
|
|
*
|
|
|
|
s390/zcore: fix race when reading from hardware system area
Alexander Gordeev
2022-07-20
1
-1
/
+10
|
*
|
|
|
|
|
s390/uvdevice: autoload module based on CPU facility
Steffen Eiden
2022-07-19
1
-3
/
+2
|
*
|
|
|
|
|
s390/cpufeature: rework to allow more than only hwcap bits
Heiko Carstens
2022-07-19
1
-1
/
+1
|
*
|
|
|
|
|
s390/vfio-ap: handle config changed and scan complete notification
Tony Krowiak
2022-07-19
3
-5
/
+350
|
*
|
|
|
|
|
s390/vfio-ap: sysfs attribute to display the guest's matrix
Tony Krowiak
2022-07-19
1
-13
/
+35
|
*
|
|
|
|
|
s390/vfio-ap: implement in-use callback for vfio_ap driver
Tony Krowiak
2022-07-19
4
-8
/
+80
|
*
|
|
|
|
|
s390/vfio-ap: reset queues after adapter/domain unassignment
Tony Krowiak
2022-07-19
2
-40
/
+114
|
*
|
|
|
|
|
s390/vfio-ap: hot plug/unplug of AP devices when probed/removed
Tony Krowiak
2022-07-19
1
-6
/
+17
|
*
|
|
|
|
|
s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned
Tony Krowiak
2022-07-19
1
-55
/
+57
|
*
|
|
|
|
|
s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove
Tony Krowiak
2022-07-19
1
-39
/
+85
|
*
|
|
|
|
|
s390/vfio-ap: prepare for dynamic update of guest's APCB on assign/unassign
Tony Krowiak
2022-07-19
1
-12
/
+59
|
*
|
|
|
|
|
s390/vfio-ap: use proper locking order when setting/clearing KVM pointer
Tony Krowiak
2022-07-19
1
-10
/
+48
|
*
|
|
|
|
|
s390/vfio-ap: introduce new mutex to control access to the KVM pointer
Tony Krowiak
2022-07-19
2
-0
/
+7
|
*
|
|
|
|
|
s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lock
Tony Krowiak
2022-07-19
3
-40
/
+42
|
*
|
|
|
|
|
s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
Tony Krowiak
2022-07-19
1
-171
/
+53
|
*
|
|
|
|
|
s390/vfio-ap: refresh guest's APCB by filtering AP resources assigned to mdev
Tony Krowiak
2022-07-19
1
-3
/
+98
|
*
|
|
|
|
|
s390/vfio-ap: introduce shadow APCB
Tony Krowiak
2022-07-19
2
-4
/
+8
|
*
|
|
|
|
|
s390/vfio-ap: manage link between queue struct and matrix mdev
Tony Krowiak
2022-07-19
2
-37
/
+168
|
*
|
|
|
|
|
s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
Tony Krowiak
2022-07-19
3
-120
/
+102
|
*
|
|
|
|
|
s390/vfio-ap: use new AP bus interface to search for queue devices
Tony Krowiak
2022-07-19
1
-14
/
+9
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2022-08-06
10
-321
/
+293
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
vfio/ccw: Check return code from subchannel quiesce
Eric Farman
2022-08-01
1
-1
/
+1
|
*
|
|
|
|
vfio/ccw: Remove FSM Close from remove handlers
Eric Farman
2022-08-01
2
-3
/
+0
|
*
|
|
|
|
vfio/ccw: Add length to DMA_UNMAP checks
Eric Farman
2022-08-01
3
-7
/
+13
|
*
|
|
|
|
vfio: Replace phys_pfn with pages for vfio_pin_pages()
Nicolin Chen
2022-07-25
2
-13
/
+12
|
*
|
|
|
|
vfio/ccw: Add kmap_local_page() for memcpy
Nicolin Chen
2022-07-25
1
-3
/
+6
|
*
|
|
|
|
vfio/ccw: Change pa_pfn list to pa_iova list
Nicolin Chen
2022-07-25
1
-71
/
+64
|
*
|
|
|
|
vfio/ap: Change saved_pfn to saved_iova
Nicolin Chen
2022-07-25
2
-27
/
+19
|
*
|
|
|
|
vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
Nicolin Chen
2022-07-25
2
-7
/
+6
|
*
|
|
|
|
vfio/ccw: Only pass in contiguous pages
Nicolin Chen
2022-07-23
1
-14
/
+56
|
*
|
|
|
|
vfio/ap: Pass in physical address of ind to ap_aqic()
Nicolin Chen
2022-07-23
2
-4
/
+5
|
*
|
|
|
|
vfio: Replace the DMA unmapping notifier with a callback
Jason Gunthorpe
2022-07-20
4
-81
/
+16
|
*
|
|
|
|
vfio/ccw: Move FSM open/close to MDEV open/close
Eric Farman
2022-07-07
3
-32
/
+39
|
*
|
|
|
|
vfio/ccw: Refactor vfio_ccw_mdev_reset
Eric Farman
2022-07-07
1
-14
/
+10
|
*
|
|
|
|
vfio/ccw: Create a CLOSE FSM event
Eric Farman
2022-07-07
4
-24
/
+34
|
*
|
|
|
|
vfio/ccw: Create an OPEN FSM Event
Eric Farman
2022-07-07
3
-7
/
+24
|
*
|
|
|
|
vfio/ccw: Update trace data for not operational event
Eric Farman
2022-07-07
1
-2
/
+6
|
*
|
|
|
|
vfio/ccw: Flatten MDEV device (un)register
Eric Farman
2022-07-07
3
-15
/
+2
|
*
|
|
|
|
vfio/ccw: Pass enum to FSM event jumptable
Eric Farman
2022-07-07
1
-1
/
+1
|
*
|
|
|
|
vfio/ccw: Remove private->mdev
Eric Farman
2022-07-07
3
-6
/
+0
|
*
|
|
|
|
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
2
-3
/
+4
|
*
|
|
|
|
vfio/ccw: Remove UUID from s390 debug log
Michael Kawano
2022-07-07
3
-21
/
+18
|
*
|
|
|
|
vfio: de-extern-ify function prototypes
Alex Williamson
2022-06-27
2
-9
/
+9
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-05
4
-2
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
s390/dasd: Establish DMA alignment
Eric Farman
2022-08-05
2
-0
/
+2
|
*
|
|
|
|
s390/dasd: drop unexpected word 'for' in comments
Jiang Jian
2022-08-05
1
-1
/
+1
|
*
|
|
|
|
block: change the blk_queue_split calling convention
Christoph Hellwig
2022-08-03
1
-1
/
+1
[prev]
[next]