summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/sclp: fix Secure-IPL facility detectionAlexander Egorenkov2021-09-221-1/+2
* s390/qdio: cancel the ESTABLISH ccw after timeoutJulian Wiedmann2021-09-181-21/+30
* s390/qdio: fix roll-back after timeout on ESTABLISH ccwJulian Wiedmann2021-09-181-12/+19
* s390/ap: fix state machine hang after failure to enable irqHarald Freudenberger2021-09-153-34/+21
* s390/zcrypt: fix wrong offset index for APKA master key valid stateHarald Freudenberger2021-09-151-4/+4
* s390/cio: add dev_busid sysfs entry for each subchannelVineeth Vijayan2021-09-151-0/+17
* s390/sclp_vt220: fix console name to match deviceValentin Vidic2021-07-201-2/+2
* scsi: zfcp: Report port fc_security as unknown early during remote cable pullSteffen Maier2021-07-201-0/+1
* s390/cio: dont call css_wait_for_slow_path() inside a lockVineeth Vijayan2021-07-142-2/+3
* s390/ap: Fix hanging ioctl caused by wrong msg counterHarald Freudenberger2021-06-231-2/+9
* vfio-ccw: Serialize FSM IDLE state with I/O completionEric Farman2021-06-161-2/+10
* vfio-ccw: Reset FSM state to IDLE inside FSMEric Farman2021-06-162-2/+1
* vfio-ccw: Check initialized flag in cp_init()Eric Farman2021-06-031-0/+4
* s390/zcrypt: fix zcard and zqueue hot-unplug memleakHarald Freudenberger2021-05-112-0/+2
* s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann2021-03-251-6/+12
* s390/dasd: fix hanging IO request during DASD driver unbindStefan Haberland2021-03-171-1/+2
* s390/dasd: fix hanging DASD driver unbindStefan Haberland2021-03-171-2/+1
* s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann2021-03-171-3/+3
* s390/qeth: improve completion of pending TX buffersJulian Wiedmann2021-03-172-42/+30
* s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann2021-03-172-5/+2
* s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann2021-03-171-38/+51
* s390/crypto: return -EFAULT if copy_to_user() failsWang Qing2021-03-171-1/+1
* s390/cio: return -EFAULT if copy_to_user() failsEric Farman2021-03-171-1/+1
* s390/cio: return -EFAULT if copy_to_user() fails againWang Qing2021-03-171-2/+2
* s390/qeth: fix memory leak after failed TX Buffer allocationJulian Wiedmann2021-03-171-18/+17
* virtio/s390: implement virtio-ccw revision 2 correctlyCornelia Huck2021-03-041-2/+2
* s390/zcrypt: return EIO when msg retry limit reachedHarald Freudenberger2021-03-041-0/+14
* s390/vfio-ap: No need to disable IRQ after queue resetTony Krowiak2021-02-033-49/+69
* s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann2021-01-171-1/+1
* s390/qeth: fix locking for discipline setup / removalJulian Wiedmann2021-01-173-10/+7
* s390/qeth: fix deadlock during recoveryJulian Wiedmann2021-01-174-18/+34
* s390/dasd: fix list corruption of lcu listStefan Haberland2020-12-301-1/+1
* s390/dasd: fix list corruption of pavgroup group listStefan Haberland2020-12-301-0/+1
* s390/dasd: prevent inconsistent LCU device dataStefan Haberland2020-12-301-0/+9
* s390/dasd: fix hanging device offline processingStefan Haberland2020-12-301-1/+9
* s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao2020-12-301-2/+2
* Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-273-47/+62
|\
| * s390/qeth: fix tear down of async TX buffersJulian Wiedmann2020-11-201-6/+0
| * s390/qeth: fix af_iucv notification raceJulian Wiedmann2020-11-202-24/+58
| * s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann2020-11-201-1/+2
| * s390/qeth: Remove pnso workaroundAlexandra Winter2020-11-201-16/+2
* | Merge tag 'block-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-201-0/+6
|\ \ | |/ |/|
| * s390/dasd: fix null pointer dereference for ERP requestsStefan Haberland2020-11-161-0/+6
* | s390/pkey: fix paes selftest failure with paes and pkey static buildHarald Freudenberger2020-11-031-14/+16
* | s390/ap: fix ap devices reference countingHarald Freudenberger2020-11-033-12/+21
|/
* s390/ism: fix incorrect system EIDKarsten Graul2020-10-261-1/+1
* Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-1640-955/+2328
|\
| * s390/zcrypt: fix wrong format specificationsHarald Freudenberger2020-10-091-5/+5
| * s390/zcrypt: Introduce Failure Injection featureHarald Freudenberger2020-10-076-3/+151
| * s390/zcrypt: move ap_msg param one level up the call chainHarald Freudenberger2020-10-074-72/+82