aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)Author
2023-06-06s390/vfio-ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctlTony Krowiak
2023-06-06Merge branch 'protected-key' into featuresAlexander Gordeev
2023-06-01s390/pkey: add support for ecc clear keyHarald Freudenberger
2023-06-01s390/pkey: do not use struct pkey_protkeyHarald Freudenberger
2023-06-01s390/pkey: introduce reverse x-mas treesHarald Freudenberger
2023-06-01s390/zcore: conditionally clear memory on reiplMikhail Zaslonko
2023-06-01vfio/ccw: use struct_size() helperGustavo A. R. Silva
2023-06-01vfio/ccw: replace one-element array with flexible-array memberGustavo A. R. Silva
2023-05-15s390/pkey: zeroize key blobsHolger Dengler
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-21virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportViktor Prutyanov
2023-04-19s390/zcrypt: rework arrays with length zero occurrencesHarald Freudenberger
2023-04-13s390/cio: replace zero-length array with flexible-array memberHeiko Carstens
2023-04-13s390/sclp: replace zero-length array with flexible-array memberHeiko Carstens
2023-04-11s390/dasd: fix hanging blockdevice after request requeueStefan Haberland
2023-04-11s390/dasd: add autoquiesce event for start IO errorStefan Haberland
2023-04-11s390/dasd: add aq_timeouts autoquiesce triggerStefan Haberland
2023-04-11s390/dasd: add aq_requeue sysfs attributeStefan Haberland
2023-04-11s390/dasd: add aq_mask sysfs attributeStefan Haberland
2023-04-11s390/dasd: add autoquiesce featureStefan Haberland
2023-04-11s390/dasd: remove unused DASD EER definesStefan Haberland
2023-04-04s390/zcrypt: simplify prep of CCA key tokenHarald Freudenberger
2023-04-04s390/zcrypt: remove unused ancient padding codeHarald Freudenberger
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-27s390/vfio-ap: fix memory leak in vfio_ap device driverTony Krowiak
2023-03-27s390/vfio-ap: remove redundant driver match functionLizhe
2023-03-24scsi: zfcp: Declare SCSI host template constBart Van Assche
2023-03-24net/ism: Remove redundant pci_clear_masterCai Huoqing
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-20s390/ap: add ap status asynch error supportHarald Freudenberger
2023-03-20s390/ap: implement SE AP bind, unbind and associateHarald Freudenberger
2023-03-20s390/ap: introduce low frequency polling possibilityHarald Freudenberger
2023-03-20s390/ap: provide F bit parameter for ap_rapq() and ap_zapq()Harald Freudenberger
2023-03-20s390/ap: filter ap card functions, new queue functions attributeHarald Freudenberger
2023-03-20s390/ap: make tapq gr2 response a structHarald Freudenberger
2023-03-20s390/ap: introduce new AP bus sysfs attribute featuresHarald Freudenberger
2023-03-20s390/ap: exploit new B bit from QCI config infoHarald Freudenberger
2023-03-20s390/zcrypt: replace scnprintf with sysfs_emitHarald Freudenberger
2023-03-20s390/zcrypt: rework length information for dqapHarald Freudenberger
2023-03-20s390/zcrypt: make psmid unsigned long instead of long longHarald Freudenberger
2023-03-20Merge branch 'decompressor-memory-tracking' into featuresHeiko Carstens
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman