summaryrefslogtreecommitdiff
path: root/drivers/s390/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-06-16s390/ap: Fix crash in AP internal function modify_bitmap()Harald Freudenberger1-1/+1
2024-04-03s390/zcrypt: fix reference counting on zcrypt card objectsHarald Freudenberger1-0/+2
2024-02-05s390/vfio-ap: fix sysfs status attribute for AP queue devicesTony Krowiak1-1/+15
2024-02-01s390/vfio-ap: let on_scan_complete() callback filter matrix and update guest'...Tony Krowiak1-0/+13
2024-02-01s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configurationTony Krowiak1-2/+3
2024-02-01s390/vfio-ap: always filter entire AP matrixTony Krowiak1-40/+17
2024-02-01s390/vfio-ap: unpin pages on gisc registration failureAnthony Krowiak1-0/+1
2023-11-28s390/ap: fix AP bus crash on early config change callback invocationHarald Freudenberger1-0/+4
2023-10-06s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_CLR2SECK2 IOCTLHolger Dengler3-20/+60
2023-09-19s390/zcrypt: don't leak memory if dev_set_name() failsAndy Shevchenko1-0/+1
2023-09-13s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributesHolger Dengler1-3/+3
2023-09-13s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 IOCTLHolger Dengler3-21/+102
2023-09-13s390/pkey: fix/harmonize internal keyblob headersHolger Dengler3-11/+4
2023-08-30s390/zcrypt: fix reply buffer calculations for CCA repliesHarald Freudenberger1-11/+24
2023-08-30s390/zcrypt: remove unnecessary (void *) conversionsYu Zhe1-7/+5
2023-07-23s390/zcrypt: do not retry administrative requestsHarald Freudenberger1-0/+6
2023-06-09s390/pkey: zeroize key blobsHolger Dengler1-0/+3
2023-04-06s390/vfio-ap: fix memory leak in vfio_ap device driverTony Krowiak1-1/+2
2023-03-10s390: vfio-ap: tighten the NIB validity checkHalil Pasic1-0/+2
2023-03-10s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()Christophe JAILLET1-2/+8
2022-11-23s390/ap: fix memory leak in ap_init_qci_info()Wei Yongjun1-1/+4
2022-11-03s390/zcrypt: fix warning about field-spanning writeHarald Freudenberger1-6/+15
2022-10-26s390/vfio-ap: Fix memory allocation for mdev_types arrayJason J. Herne1-1/+1
2022-10-13Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2-75/+40
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2-14/+1
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig1-13/+3
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig1-9/+1
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe1-9/+1
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig2-13/+8
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2-2/+4
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig1-1/+0
2022-09-21s390/vfio-ap: bypass unnecessary processing of AP resourcesTony Krowiak1-0/+30
2022-09-21vfio/ap: Use the new device life cycle helpersYi Liu1-21/+29
2022-08-15s390/ap: fix crash on older machines based on QCI info missingHarald Freudenberger2-0/+7
2022-08-07Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds5-445/+1200
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds3-80/+32
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini1-3/+6
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen1-3/+3
2022-07-25vfio/ap: Change saved_pfn to saved_iovaNicolin Chen2-27/+19
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen1-5/+4
2022-07-23vfio/ap: Pass in physical address of ind to ap_aqic()Nicolin Chen2-4/+5
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2-48/+8
2022-07-19s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens1-1/+1
2022-07-19s390/vfio-ap: handle config changed and scan complete notificationTony Krowiak3-5/+350
2022-07-19s390/vfio-ap: sysfs attribute to display the guest's matrixTony Krowiak1-13/+35
2022-07-19s390/vfio-ap: implement in-use callback for vfio_ap driverTony Krowiak4-8/+80
2022-07-19s390/vfio-ap: reset queues after adapter/domain unassignmentTony Krowiak2-40/+114
2022-07-19s390/vfio-ap: hot plug/unplug of AP devices when probed/removedTony Krowiak1-6/+17
2022-07-19s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassignedTony Krowiak1-55/+57
2022-07-19s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/removeTony Krowiak1-39/+85