index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-25
vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
Nicolin Chen
2
-7
/
+6
2022-07-25
s390/qeth: Fix typo 'the the' in comment
Slark Xiao
1
-1
/
+1
2022-07-23
vfio/ccw: Only pass in contiguous pages
Nicolin Chen
1
-14
/
+56
2022-07-23
vfio/ap: Pass in physical address of ind to ap_aqic()
Nicolin Chen
2
-4
/
+5
2022-07-20
vfio: Replace the DMA unmapping notifier with a callback
Jason Gunthorpe
4
-81
/
+16
2022-07-20
s390/crash: support multi-segment iterators
Alexander Gordeev
1
-35
/
+23
2022-07-20
s390/zcore: fix race when reading from hardware system area
Alexander Gordeev
1
-1
/
+10
2022-07-19
s390/uvdevice: autoload module based on CPU facility
Steffen Eiden
1
-3
/
+2
2022-07-19
s390/cpufeature: rework to allow more than only hwcap bits
Heiko Carstens
1
-1
/
+1
2022-07-19
s390/vfio-ap: handle config changed and scan complete notification
Tony Krowiak
3
-5
/
+350
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
4
-8
/
+80
2022-07-19
s390/vfio-ap: reset queues after adapter/domain unassignment
Tony Krowiak
2
-40
/
+114
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: introduce new mutex to control access to the KVM pointer
Tony Krowiak
2
-0
/
+7
2022-07-19
s390/vfio-ap: rename matrix_dev->lock mutex to matrix_dev->mdevs_lock
Tony Krowiak
3
-40
/
+42
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
2
-4
/
+8
2022-07-19
s390/vfio-ap: manage link between queue struct and matrix mdev
Tony Krowiak
2
-37
/
+168
2022-07-19
s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
Tony Krowiak
3
-120
/
+102
2022-07-19
s390/vfio-ap: use new AP bus interface to search for queue devices
Tony Krowiak
1
-14
/
+9
2022-07-16
Merge tag 's390-5.19-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+1
2022-07-15
s390/ap: fix error handling in __verify_queue_reservations()
Tony Krowiak
1
-1
/
+1
2022-07-11
s390/airq: allow for airq structure that uses an input vector
Matthew Rosato
2
-4
/
+8
2022-07-11
s390/airq: pass more TPI info to airq handlers
Matthew Rosato
4
-7
/
+14
2022-07-11
s390/sclp: detect the AISI facility
Matthew Rosato
1
-0
/
+1
2022-07-11
s390/sclp: detect the AENI facility
Matthew Rosato
1
-0
/
+1
2022-07-11
s390/sclp: detect the AISII facility
Matthew Rosato
1
-0
/
+1
2022-07-11
s390/sclp: detect the zPCI load/store interpretation facility
Matthew Rosato
1
-0
/
+1
2022-07-07
scsi: zfcp: Drop redundant "the" in the comments
Jiang Jian
1
-1
/
+1
2022-07-07
scsi: zfcp: Declare zfcp_sdev_attrs as static
Julian Wiedmann
1
-1
/
+1
2022-07-07
vfio/ccw: Move FSM open/close to MDEV open/close
Eric Farman
3
-32
/
+39
2022-07-07
vfio/ccw: Refactor vfio_ccw_mdev_reset
Eric Farman
1
-14
/
+10
2022-07-07
vfio/ccw: Create a CLOSE FSM event
Eric Farman
4
-24
/
+34
2022-07-07
vfio/ccw: Create an OPEN FSM Event
Eric Farman
3
-7
/
+24
2022-07-07
vfio/ccw: Update trace data for not operational event
Eric Farman
1
-2
/
+6
2022-07-07
vfio/ccw: Flatten MDEV device (un)register
Eric Farman
3
-15
/
+2
2022-07-07
vfio/ccw: Pass enum to FSM event jumptable
Eric Farman
1
-1
/
+1
2022-07-07
vfio/ccw: Remove private->mdev
Eric Farman
3
-6
/
+0
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
2
-3
/
+4
2022-07-07
vfio/ccw: Remove UUID from s390 debug log
Michael Kawano
3
-21
/
+18
2022-07-06
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
2
-2
/
+2
2022-07-01
Merge tag 's390-5.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+1
2022-06-30
s390/sclp: Fix typo in comments
Jiang Jian
1
-1
/
+1
[prev]
[next]