summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2024-05-30s390/cio: fix tracepoint subchannel type fieldPeter Oberparleiter1-1/+1
2024-05-17s390/qeth: Fix kernel panic after setting hsuidAlexandra Winter1-34/+27
2024-05-17s390/cio: Ensure the copied buf is NUL terminatedBui Quang Minh1-1/+1
2024-04-27s390/cio: fix race condition during online processingPeter Oberparleiter1-5/+8
2024-04-27s390/qdio: handle deferred cc1Peter Oberparleiter1-5/+23
2024-04-27s390/ism: Properly fix receive message buffer allocationGerd Bayer1-9/+28
2024-04-17Revert "s390/ism: fix receive message buffer allocation"Gerd Bayer1-29/+9
2024-04-17s390/ism: fix receive message buffer allocationGerd Bayer1-9/+29
2024-04-10s390/qeth: handle deferred cc1Alexandra Winter1-2/+36
2024-04-03s390/zcrypt: fix reference counting on zcrypt card objectsHarald Freudenberger1-0/+2
2024-03-27s390/dasd: fix double module refcount decrementMiroslav Franc1-4/+1
2024-03-27s390/dasd: Use dev_*() for device log messagesJan Höppner1-26/+24
2024-02-23Merge tag 's390-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-3/+3
2024-02-22s390/cio: fix invalid -EBUSY on ccw_device_startPeter Oberparleiter1-3/+3
2024-02-08s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter1-3/+6
2024-01-19Merge tag 's390-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-91/+180
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-19/+18
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2024-01-17s390/vfio-ap: do not reset queue removed from host configTony Krowiak1-4/+12
2024-01-17s390/vfio-ap: reset queues associated with adapter for queue unbound from driverTony Krowiak1-35/+41
2024-01-17s390/vfio-ap: reset queues filtered from the guest's AP configTony Krowiak2-45/+129
2024-01-17s390/vfio-ap: let on_scan_complete() callback filter matrix and update guest'...Tony Krowiak1-0/+13
2024-01-17s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configurationTony Krowiak1-2/+3
2024-01-17s390/vfio-ap: always filter entire AP matrixTony Krowiak1-40/+17
2024-01-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+13
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-47/+17
2024-01-11Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds17-276/+327
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+0
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds4-7/+7
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-3/+4
2024-01-02Merge tag 'kvm-s390-next-6.8-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+3
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2-39/+6
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu1-8/+11
2023-12-21Merge tag 's390-6.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-3/+4
2023-12-12s390/cio: make sch->lock spinlock pointer a memberHalil Pasic10-115/+99
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman4-60/+62
2023-12-11s390/dasd: remove dasd_stats_generic_show()Nathan Chancellor1-6/+0
2023-12-08s390/scm: fix virtual vs physical address confusionVineeth Vijayan1-3/+4
2023-12-08tty: con3270: convert to u8 and size_tJiri Slaby (SUSE)1-6/+6
2023-12-08tty: con3215: convert to u8 and size_tJiri Slaby (SUSE)1-12/+12
2023-12-06scsi: zfcp: Replace strlcpy() with strscpy()Kees Cook1-2/+13
2023-11-30s390/ap: handle outband SE bind state changeHarald Freudenberger3-50/+122
2023-11-30s390/ap: store TAPQ hwinfo in struct ap_cardHarald Freudenberger7-106/+83
2023-11-30s390/vfio-ap: fix sysfs status attribute for AP queue devicesTony Krowiak1-1/+15
2023-11-30s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) commandTony Krowiak1-1/+4
2023-11-30s390/vfio-ap: set status response code to 06 on gisc registration failureAnthony Krowiak1-3/+3
2023-11-30s390/vfio-ap: unpin pages on gisc registration failureAnthony Krowiak1-0/+1
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner4-7/+7
2023-11-24Merge tag 'block-6.7-2023-11-23' of git://git.kernel.dk/linuxLinus Torvalds2-12/+14
2023-11-23tty: con3215: drop raw3215_info::ubufferJiri Slaby (SUSE)1-1/+0