summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/cio: fix invalid -EBUSY on ccw_device_startPeter Oberparleiter2024-03-011-3/+3
* s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter2024-02-231-3/+6
* s390/vfio-ap: fix sysfs status attribute for AP queue devicesTony Krowiak2024-02-051-1/+15
* s390/vfio-ap: do not reset queue removed from host configTony Krowiak2024-01-311-4/+12
* s390/vfio-ap: reset queues associated with adapter for queue unbound from driverTony Krowiak2024-01-311-35/+41
* s390/vfio-ap: reset queues filtered from the guest's AP configTony Krowiak2024-01-312-45/+129
* s390/vfio-ap: let on_scan_complete() callback filter matrix and update guest'...Tony Krowiak2024-01-311-0/+13
* s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configurationTony Krowiak2024-01-311-2/+3
* s390/vfio-ap: always filter entire AP matrixTony Krowiak2024-01-311-40/+17
* s390/vfio-ap: unpin pages on gisc registration failureAnthony Krowiak2024-01-311-0/+1
* s390/scm: fix virtual vs physical address confusionVineeth Vijayan2024-01-201-3/+4
* s390/dasd: protect device queue against concurrent accessJan Höppner2023-12-031-11/+13
* s390/ism: ism driver implies smc protocolGerd Bayer2023-12-032-48/+48
* s390/ap: fix AP bus crash on early config change callback invocationHarald Freudenberger2023-11-281-0/+4
* s390/ap: re-init AP queues on config onHarald Freudenberger2023-11-203-13/+18
* Merge tag 's390-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-10-211-2/+4
|\
| * s390/cio: fix a memleak in css_alloc_subchannelDinghao Liu2023-10-161-2/+4
* | net/smc: Fix dependency of SMC on ISMGerd Bayer2023-10-101-1/+1
* | scsi: zfcp: Fix a double put in zfcp_port_enqueue()Dinghao Liu2023-09-271-4/+5
|/
* Merge tag 'block-6.6-2023-09-08' of git://git.kernel.dk/linuxLinus Torvalds2023-09-083-10/+10
|\
| * s390/dasd: fix string length handlingHeiko Carstens2023-09-013-10/+10
* | Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-09-075-25/+16
|\ \
| * | s390/zcrypt: utilize dev_set_name() ability to use a formatted stringAndy Shevchenko2023-09-051-7/+3
| * | s390/zcrypt: don't leak memory if dev_set_name() failsAndy Shevchenko2023-09-051-0/+1
| * | s390/airq: remove lsi_mask from airq_structBenjamin Block2023-08-302-4/+1
| * | s390/dcssblk: fix lockdep warningGerald Schaefer2023-08-301-7/+6
| * | s390/monreader: fix virtual vs physical address confusionGerald Schaefer2023-08-301-7/+5
* | | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-014-14/+14
|\ \ \
| * \ \ Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-205-14/+12
| |\ \ \
| * | | | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-114-6/+8
| * | | | tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-114-6/+6
| * | | | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-114-6/+4
* | | | | Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-302-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu2023-07-252-0/+2
* | | | | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-292-36/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-038-93/+63
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-271-11/+24
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | s390/lcs: Remove FDDI optionAlexandra Winter2023-07-252-36/+8
* | | | | Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-2822-1151/+530
|\ \ \ \ \
| * \ \ \ \ Merge branch 'vfio-ap' into featuresHeiko Carstens2023-08-232-60/+110
| |\ \ \ \ \
| | * | | | | s390/vfio-ap: make sure nib is sharedTony Krowiak2023-08-181-0/+30
| | * | | | | s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36Tony Krowiak2023-08-181-1/+12
| | * | | | | s390/vfio-ap: handle queue state change in progress on resetTony Krowiak2023-08-181-1/+3
| | * | | | | s390/vfio-ap: use work struct to verify queue resetTony Krowiak2023-08-182-25/+25
| | * | | | | s390/vfio-ap: store entire AP queue status word with the queue objectTony Krowiak2023-08-182-14/+17
| | * | | | | s390/vfio-ap: remove upper limit on wait for queue reset to completeTony Krowiak2023-08-181-29/+35
| | * | | | | s390/vfio-ap: allow deconfigured queue to be passed through to a guestTony Krowiak2023-08-181-2/+4
| | * | | | | s390/vfio-ap: wait for response code 05 to clear on queue resetTony Krowiak2023-08-181-0/+2
| | * | | | | s390/vfio-ap: clean up irq resources if possibleTony Krowiak2023-08-181-4/+7
| | * | | | | s390/vfio-ap: no need to check the 'E' and 'I' bits in APQSW after TAPQTony Krowiak2023-08-181-11/+2
| | |/ / / /