summaryrefslogtreecommitdiff
path: root/drivers/s390/crypto/ap_bus.c
AgeCommit message (Expand)Author
2024-04-22s390/ap: Externalize AP bus specific bitmap reading functionJason J. Herne
2024-04-09s390/ap: modularize ap busHolger Dengler
2024-04-09s390/chsc: use notifier for AP configuration changesHolger Dengler
2024-04-09s390/ap: swap IRQ and bus/device registrationHolger Dengler
2024-04-09s390/ap: rework ap initializationHolger Dengler
2024-04-09s390/ap: use static qci informationHolger Dengler
2024-03-07s390/ap: introduce mutex to lock the AP bus scanHarald Freudenberger
2024-03-07s390/ap: rework ap_scan_bus() to return true on config changeHarald Freudenberger
2024-03-07s390/ap: clarify AP scan bus related functions and variablesHarald Freudenberger
2024-03-07s390/ap: rearm APQNs bindings complete completionHarald Freudenberger
2024-02-20s390/ap: explicitly include ultravisor headerHolger Dengler
2024-02-16s390/zcrypt: introduce dynamic debugging for AP and zcrypt codeHarald Freudenberger
2024-02-16s390/zcrypt: harmonize debug feature calls and definesHarald Freudenberger
2024-02-09s390/ap: make ap_bus_type constRicardo B. Marliere
2023-11-30s390/ap: handle outband SE bind state changeHarald Freudenberger
2023-11-30s390/ap: store TAPQ hwinfo in struct ap_cardHarald Freudenberger
2023-11-05s390/ap: fix vanishing crypto cards in SE environmentHarald Freudenberger
2023-11-05s390/ap: fix AP bus crash on early config change callback invocationHarald Freudenberger
2023-10-16s390/ap: re-init AP queues on config onHarald Freudenberger
2023-08-18s390/zcrypt_ep11misc: support API ordinal 6 with empty pin-blobHolger Dengler
2023-07-24s390/zcrypt: remove CEX2 and CEX3 device driversHarald Freudenberger
2023-07-03s390: fix various typosHeiko Carstens
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
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: introduce low frequency polling possibilityHarald 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-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-11-23s390/ap: fix memory leak in ap_init_qci_info()Wei Yongjun
2022-08-15s390/ap: fix crash on older machines based on QCI info missingHarald Freudenberger
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini
2022-07-19s390/vfio-ap: implement in-use callback for vfio_ap driverTony Krowiak
2022-07-15s390/ap: fix error handling in __verify_queue_reservations()Tony Krowiak
2022-07-11s390/airq: pass more TPI info to airq handlersMatthew Rosato
2022-04-25s390/zcrypt: code cleanupHarald Freudenberger
2022-04-25s390/ap: uevent on apmask/aqpmask changeHarald Freudenberger
2022-03-08s390/zcrypt: handle checkstopped cards with new stateHarald Freudenberger
2022-03-08s390/zcrypt: CEX8S exploitation supportHarald Freudenberger
2022-03-01s390/ap: enable sysfs attribute scans to force AP bus rescanHarald Freudenberger
2022-03-01s390/ap: notify drivers on config changed and scan complete callbacksTony Krowiak
2022-03-01s390/ap: driver callback to indicate resource in useTony Krowiak
2021-10-26s390/ap: function rework based on compiler warningHarald Freudenberger
2021-10-26s390/ap: new module option ap.useirqHarald Freudenberger
2021-10-26s390/zcrypt: rework of debug feature messagesHarald Freudenberger
2021-09-15s390/ap: fix kernel doc commentsHeiko Carstens