summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto
Commit message (Expand)AuthorAgeFilesLines
* s390/ap: Fix deadlock caused by recursive lock of the AP bus scan mutexHarald Freudenberger2024-10-041-0/+17
* s390/ap: Refine AP bus bindings complete processingHarald Freudenberger2024-08-291-1/+6
* s390/zcrypt: Use kvcalloc() instead of kvmalloc_array()Heiko Carstens2024-05-173-15/+12
* s390/ap: Fix bind complete udev event sent after each AP bus scanHarald Freudenberger2024-05-161-1/+7
* s390/ap: Fix crash in AP internal function modify_bitmap()Harald Freudenberger2024-05-161-1/+1
* s390/pkey: Wipe copies of protected- and secure-keysHolger Dengler2024-05-141-43/+37
* s390/pkey: Wipe copies of clear-key structures on failureHolger Dengler2024-05-141-7/+9
* s390/pkey: Wipe sensitive data on failureHolger Dengler2024-05-141-2/+2
* s390/pkey: Use kfree_sensitive() to fix Coccinelle warningsJules Irenge2024-05-141-6/+3
* Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-136-123/+373
|\
| * s390/vfio-ap: Add write support to sysfs attr ap_configJason J. Herne2024-04-222-16/+180
| * s390/vfio-ap: Ignore duplicate link requests in vfio_ap_mdev_link_queueJason J. Herne2024-04-221-4/+5
| * s390/vfio-ap: Add sysfs attr, ap_config, to export mdev stateJason J. Herne2024-04-221-0/+27
| * s390/ap: Externalize AP bus specific bitmap reading functionJason J. Herne2024-04-222-10/+25
| * s390/ap: rename ap debug configuration optionHolger Dengler2024-04-091-2/+2
| * s390/ap: modularize ap busHolger Dengler2024-04-092-5/+27
| * s390/chsc: use notifier for AP configuration changesHolger Dengler2024-04-091-2/+19
| * s390/ap: swap IRQ and bus/device registrationHolger Dengler2024-04-091-9/+9
| * s390/ap: rework ap initializationHolger Dengler2024-04-091-30/+72
| * s390/ap: use static qci informationHolger Dengler2024-04-091-56/+18
* | s390/zcrypt: Use EBUSY to indicate temp unavailabilityHarald Freudenberger2024-05-011-3/+3
* | s390/zcrypt: Handle ep11 cprb return codeHarald Freudenberger2024-05-011-0/+46
* | s390/zcrypt: Fix wrong format string in debug feature printoutHarald Freudenberger2024-05-011-1/+1
|/
* s390/zcrypt: make zcrypt_class constantRicardo B. Marliere2024-03-131-18/+19
* s390/zcrypt: fix reference counting on zcrypt card objectsHarald Freudenberger2024-03-131-0/+2
* s390/pkey: improve pkey retry behaviorHarald Freudenberger2024-03-071-18/+21
* s390/zcrypt: improve zcrypt retry behaviorHarald Freudenberger2024-03-073-80/+58
* s390/zcrypt: introduce retries on in-kernel send CPRB functionsHarald Freudenberger2024-03-071-2/+40
* s390/ap: introduce mutex to lock the AP bus scanHarald Freudenberger2024-03-072-11/+58
* s390/ap: rework ap_scan_bus() to return true on config changeHarald Freudenberger2024-03-071-7/+20
* s390/ap: clarify AP scan bus related functions and variablesHarald Freudenberger2024-03-071-19/+24
* s390/ap: rearm APQNs bindings complete completionHarald Freudenberger2024-03-073-21/+80
* s390/vfio-ap: handle hardware checkstop state on queue reset operationJason J. Herne2024-03-071-17/+18
* s390/ap: explicitly include ultravisor headerHolger Dengler2024-02-201-0/+1
* s390/zcrypt: add debug possibility for CCA and EP11 messagesHarald Freudenberger2024-02-161-0/+12
* s390/ap: add debug possibility for AP messagesHarald Freudenberger2024-02-161-0/+4
* s390/pkey: introduce dynamic debugging for pkeyHarald Freudenberger2024-02-161-24/+23
* s390/pkey: harmonize pkey s390 debug feature callsHarald Freudenberger2024-02-161-91/+97
* s390/zcrypt: introduce dynamic debugging for AP and zcrypt codeHarald Freudenberger2024-02-167-85/+89
* s390/zcrypt: harmonize debug feature calls and definesHarald Freudenberger2024-02-166-193/+156
* s390/vfio-ap: make matrix_bus constRicardo B. Marliere2024-02-091-1/+1
* s390/ap: make ap_bus_type constRicardo B. Marliere2024-02-091-2/+2
* s390/vfio-ap: do not reset queue removed from host configTony Krowiak2024-01-171-4/+12
* s390/vfio-ap: reset queues associated with adapter for queue unbound from driverTony Krowiak2024-01-171-35/+41
* s390/vfio-ap: reset queues filtered from the guest's AP configTony Krowiak2024-01-172-45/+129
* s390/vfio-ap: let on_scan_complete() callback filter matrix and update guest'...Tony Krowiak2024-01-171-0/+13
* s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configurationTony Krowiak2024-01-171-2/+3
* s390/vfio-ap: always filter entire AP matrixTony Krowiak2024-01-171-40/+17
* Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-01-107-161/+228
|\
| * s390/ap: handle outband SE bind state changeHarald Freudenberger2023-11-303-50/+122