aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15vfio-ccw: Fix memory leak and don't call cp_free in cp_initFarhan Ali1-4/+7
2019-07-15vfio-ccw: Fix misleading comment when setting orb.cmd.c64Farhan Ali1-6/+7
2019-07-11s390/zcrypt: remove the exporting of ap_query_configurationDenis Efremov1-1/+0
2019-07-11s390/ipl: Fix detection of has_secure attributePhilipp Rudo1-1/+0
2019-07-11s390: vfio-ap: fix irq registrationChristian Borntraeger1-2/+1
2019-07-11s390/dasd: Handle out-of-space constraintJan Höppner5-3/+243
2019-07-11s390/dasd: Add discard support for ESE volumesJan Höppner1-3/+54
2019-07-11s390/dasd: Use ALIGN_DOWN macroJan Höppner1-1/+1
2019-07-11s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner7-80/+103
2019-07-11s390/dasd: Add new ioctl to release spaceJan Höppner4-0/+361
2019-07-11s390/dasd: Add dasd_sleep_on_queue_interruptible()Jan Höppner2-0/+10
2019-07-11s390/dasd: Add dynamic formatting support for ESE volumesJan Höppner3-14/+239
2019-07-11s390/dasd: Recognise data for ESE volumesJan Höppner4-4/+430
2019-07-11s390/dasd: Put sub-order definitions in a separate sectionJan Höppner1-2/+6
2019-07-11s390/dasd: Make layout analysis ESE compatibleJan Höppner1-6/+6
2019-07-11s390/dasd: Remove old defines and functionJan Höppner1-21/+0
2019-07-11s390/dasd: Remove unused structs and function prototypesJan Höppner1-25/+0
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds31-764/+1192
2019-07-05vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1Eric Farman1-1/+1
2019-07-02s390: ap: implement PAPQ AQIC interception in kernelPierre Morel3-7/+375
2019-07-02vfio: ap: register IOMMU VFIO notifierPierre Morel2-1/+44
2019-07-02s390: ap: kvm: add PQAP interception for AQICPierre Morel1-0/+2
2019-07-02s390/qdio: don't touch the dsci in tiqdio_add_input_queues()Julian Wiedmann1-1/+0
2019-07-02s390/qdio: (re-)initialize tiqdio list entriesJulian Wiedmann2-2/+4
2019-07-02s390/dasd: Fix a precision vs width bug in dasd_feature_list()Dan Carpenter1-1/+1
2019-07-02s390/cio: introduce driver_override on the css busCornelia Huck2-0/+54
2019-06-24vfio-ccw: make convert_ccw0_to_ccw1 staticCornelia Huck1-1/+1
2019-06-24Merge tag 'vfio-ccw-20190621' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into featuresVasily Gorbik3-278/+151
2019-06-21vfio-ccw: Remove copy_ccw_from_iova()Eric Farman1-12/+2
2019-06-21vfio-ccw: Factor out the ccw0-to-ccw1 transitionEric Farman1-23/+25
2019-06-21vfio-ccw: Copy CCW data outside length calculationEric Farman1-12/+7
2019-06-21vfio-ccw: Skip second copy of guest cp to hostEric Farman1-7/+3
2019-06-21vfio-ccw: Move guest_cp storage into common structEric Farman3-19/+18
2019-06-19s390/cio: move struct node_descriptor to cio.hJulian Wiedmann1-30/+0
2019-06-19s390/sclp: remove call home supportHeiko Carstens3-211/+0
2019-06-17s390/cio: Combine direct and indirect CCW pathsEric Farman1-76/+39
2019-06-17vfio-ccw: Rearrange IDAL allocation in direct CCWEric Farman1-10/+15
2019-06-17vfio-ccw: Remove pfn_array_tableEric Farman1-85/+33
2019-06-17vfio-ccw: Adjust the first IDAW outside of the nested loopsEric Farman1-2/+3
2019-06-17vfio-ccw: Rearrange pfn_array and pfn_array_table arraysEric Farman1-15/+11
2019-06-17s390/cio: Use generalized CCW handler in cp_init()Eric Farman1-23/+4
2019-06-17s390/cio: Generalize the TIC handlerEric Farman1-5/+6
2019-06-17s390/cio: Refactor the routine that handles TIC CCWsEric Farman1-4/+4
2019-06-17s390/cio: Squash cp_free() and cp_unpin_free()Eric Farman1-20/+16
2019-06-15virtio/s390: make airq summary indicators DMAHalil Pasic1-8/+24
2019-06-15virtio/s390: use DMA memory for ccw I/O and classic notifiersHalil Pasic1-80/+89
2019-06-15virtio/s390: add indirection to indicators accessHalil Pasic1-15/+25
2019-06-15virtio/s390: use cacheline aligned airq bit vectorsHalil Pasic1-1/+2
2019-06-15s390/airq: use DMA memory for adapter interruptsHalil Pasic3-14/+26
2019-06-15s390/cio: add basic protected virtualization supportHalil Pasic9-83/+160