summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/ap_bus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/ap: make tapq gr2 response a structHarald Freudenberger2023-03-201-17/+6
* s390/ap: introduce new AP bus sysfs attribute featuresHarald Freudenberger2023-03-201-0/+26
* s390/ap: exploit new B bit from QCI config infoHarald Freudenberger2023-03-201-4/+16
* s390/zcrypt: replace scnprintf with sysfs_emitHarald Freudenberger2023-03-201-41/+34
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* s390/ap: fix memory leak in ap_init_qci_info()Wei Yongjun2022-11-231-1/+4
* s390/ap: fix crash on older machines based on QCI info missingHarald Freudenberger2022-08-151-0/+3
* Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-08-071-8/+23
|\
| * s390/vfio-ap: implement in-use callback for vfio_ap driverTony Krowiak2022-07-191-8/+23
* | Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-3/+6
|\ \
| * | s390/airq: pass more TPI info to airq handlersMatthew Rosato2022-07-111-3/+6
| |/
* / s390/ap: fix error handling in __verify_queue_reservations()Tony Krowiak2022-07-151-1/+1
|/
* s390/zcrypt: code cleanupHarald Freudenberger2022-04-251-27/+29
* s390/ap: uevent on apmask/aqpmask changeHarald Freudenberger2022-04-251-6/+34
* s390/zcrypt: handle checkstopped cards with new stateHarald Freudenberger2022-03-081-15/+63
* s390/zcrypt: CEX8S exploitation supportHarald Freudenberger2022-03-081-6/+6
* s390/ap: enable sysfs attribute scans to force AP bus rescanHarald Freudenberger2022-03-011-1/+11
* s390/ap: notify drivers on config changed and scan complete callbacksTony Krowiak2022-03-011-2/+79
* s390/ap: driver callback to indicate resource in useTony Krowiak2022-03-011-10/+135
* s390/ap: function rework based on compiler warningHarald Freudenberger2021-10-261-0/+3
* s390/ap: new module option ap.useirqHarald Freudenberger2021-10-261-1/+5
* s390/zcrypt: rework of debug feature messagesHarald Freudenberger2021-10-261-35/+37
* s390/ap: fix kernel doc commentsHeiko Carstens2021-09-151-1/+2
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\
| * bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* | s390/ap: fix state machine hang after failure to enable irqHarald Freudenberger2021-08-261-17/+8
* | s390/ap: use the common device_driver pointerJulian Wiedmann2021-08-251-5/+2
|/
* s390/AP: support new dynamic AP bus size limitHarald Freudenberger2021-07-051-13/+37
* s390/ap/zcrypt: notify userspace with online, config and mode infoHarald Freudenberger2021-06-161-10/+60
* s390/ap: extend AP change bindings-complete uevent with counterHarald Freudenberger2021-06-071-2/+8
* s390/ap: wire up bus->probe and bus->removeJulian Wiedmann2021-06-071-2/+2
* s390/ap: let bus_register() add the AP bus sysfs attributesJulian Wiedmann2020-11-301-29/+24
* s390/ap: ap bus userspace notifications for some bus conditionsHarald Freudenberger2020-11-091-10/+154
* s390/ap: fix ap devices reference countingHarald Freudenberger2020-11-031-2/+12
* s390/ap: add card/queue deconfig stateHarald Freudenberger2020-10-071-118/+246
* s390/ap: add error response code field for ap queue devicesHarald Freudenberger2020-10-071-26/+28
* s390/ap: split ap queue state machine state from device stateHarald Freudenberger2020-10-071-1/+1
* s390/ap: remove unnecessary spin_lock_init()Qinglang Miao2020-09-171-1/+0
* Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
* | s390/ap: rework crypto config info and default domain codeHarald Freudenberger2020-07-101-148/+153
* | s390/ap: rename and clarify ap state machine related stuffHarald Freudenberger2020-07-031-9/+9
|/
* s390/ap: introduce new ap function ap_get_qdev()Harald Freudenberger2020-05-201-40/+54
* s390/ap: remove power management code from ap bus and driversHarald Freudenberger2020-03-271-112/+5
* s390/zcrypt: use fallthrough;Joe Perches2020-03-251-1/+1
* s390/ap: Remove ap device suspend and resume callbacksHarald Freudenberger2020-03-231-21/+0
* s390/zcrypt: replace snprintf/sprintf with scnprintfHarald Freudenberger2020-03-231-36/+36
* s390/zcrypt: move ap device reset from bus to driver codeHarald Freudenberger2020-01-091-2/+0
* s390/zcrypt: CEX7S exploitation supportHarald Freudenberger2019-09-191-6/+6
* Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-131-1/+0
|\