summaryrefslogtreecommitdiff
path: root/drivers/s390/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-05-17s390/zcrypt: Use kvcalloc() instead of kvmalloc_array()Heiko Carstens3-15/+12
2024-05-16s390/ap: Fix bind complete udev event sent after each AP bus scanHarald Freudenberger1-1/+7
2024-05-16s390/ap: Fix crash in AP internal function modify_bitmap()Harald Freudenberger1-1/+1
2024-05-14s390/pkey: Wipe copies of protected- and secure-keysHolger Dengler1-43/+37
2024-05-14s390/pkey: Wipe copies of clear-key structures on failureHolger Dengler1-7/+9
2024-05-14s390/pkey: Wipe sensitive data on failureHolger Dengler1-2/+2
2024-05-14s390/pkey: Use kfree_sensitive() to fix Coccinelle warningsJules Irenge1-6/+3
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-123/+373
2024-05-01s390/zcrypt: Use EBUSY to indicate temp unavailabilityHarald Freudenberger1-3/+3
2024-05-01s390/zcrypt: Handle ep11 cprb return codeHarald Freudenberger1-0/+46
2024-05-01s390/zcrypt: Fix wrong format string in debug feature printoutHarald Freudenberger1-1/+1
2024-04-22s390/vfio-ap: Add write support to sysfs attr ap_configJason J. Herne2-16/+180
2024-04-22s390/vfio-ap: Ignore duplicate link requests in vfio_ap_mdev_link_queueJason J. Herne1-4/+5
2024-04-22s390/vfio-ap: Add sysfs attr, ap_config, to export mdev stateJason J. Herne1-0/+27
2024-04-22s390/ap: Externalize AP bus specific bitmap reading functionJason J. Herne2-10/+25
2024-04-09s390/ap: rename ap debug configuration optionHolger Dengler1-2/+2
2024-04-09s390/ap: modularize ap busHolger Dengler2-5/+27
2024-04-09s390/chsc: use notifier for AP configuration changesHolger Dengler1-2/+19
2024-04-09s390/ap: swap IRQ and bus/device registrationHolger Dengler1-9/+9
2024-04-09s390/ap: rework ap initializationHolger Dengler1-30/+72
2024-04-09s390/ap: use static qci informationHolger Dengler1-56/+18
2024-03-13s390/zcrypt: make zcrypt_class constantRicardo B. Marliere1-18/+19
2024-03-13s390/zcrypt: fix reference counting on zcrypt card objectsHarald Freudenberger1-0/+2
2024-03-07s390/pkey: improve pkey retry behaviorHarald Freudenberger1-18/+21
2024-03-07s390/zcrypt: improve zcrypt retry behaviorHarald Freudenberger3-80/+58
2024-03-07s390/zcrypt: introduce retries on in-kernel send CPRB functionsHarald Freudenberger1-2/+40
2024-03-07s390/ap: introduce mutex to lock the AP bus scanHarald Freudenberger2-11/+58
2024-03-07s390/ap: rework ap_scan_bus() to return true on config changeHarald Freudenberger1-7/+20
2024-03-07s390/ap: clarify AP scan bus related functions and variablesHarald Freudenberger1-19/+24
2024-03-07s390/ap: rearm APQNs bindings complete completionHarald Freudenberger3-21/+80
2024-03-07s390/vfio-ap: handle hardware checkstop state on queue reset operationJason J. Herne1-17/+18
2024-02-20s390/ap: explicitly include ultravisor headerHolger Dengler1-0/+1
2024-02-16s390/zcrypt: add debug possibility for CCA and EP11 messagesHarald Freudenberger1-0/+12
2024-02-16s390/ap: add debug possibility for AP messagesHarald Freudenberger1-0/+4
2024-02-16s390/pkey: introduce dynamic debugging for pkeyHarald Freudenberger1-24/+23
2024-02-16s390/pkey: harmonize pkey s390 debug feature callsHarald Freudenberger1-91/+97
2024-02-16s390/zcrypt: introduce dynamic debugging for AP and zcrypt codeHarald Freudenberger7-85/+89
2024-02-16s390/zcrypt: harmonize debug feature calls and definesHarald Freudenberger6-193/+156
2024-02-09s390/vfio-ap: make matrix_bus constRicardo B. Marliere1-1/+1
2024-02-09s390/ap: make ap_bus_type constRicardo B. Marliere1-2/+2
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-11Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds7-161/+228
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