summaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/ap_bus.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23s390/ap: fix memory leak in ap_init_qci_info()Wei Yongjun1-1/+4
2022-08-15s390/ap: fix crash on older machines based on QCI info missingHarald Freudenberger1-0/+3
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-8/+23
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini1-3/+6
2022-07-19s390/vfio-ap: implement in-use callback for vfio_ap driverTony Krowiak1-8/+23
2022-07-15s390/ap: fix error handling in __verify_queue_reservations()Tony Krowiak1-1/+1
2022-07-11s390/airq: pass more TPI info to airq handlersMatthew Rosato1-3/+6
2022-04-25s390/zcrypt: code cleanupHarald Freudenberger1-27/+29
2022-04-25s390/ap: uevent on apmask/aqpmask changeHarald Freudenberger1-6/+34
2022-03-08s390/zcrypt: handle checkstopped cards with new stateHarald Freudenberger1-15/+63
2022-03-08s390/zcrypt: CEX8S exploitation supportHarald Freudenberger1-6/+6
2022-03-01s390/ap: enable sysfs attribute scans to force AP bus rescanHarald Freudenberger1-1/+11
2022-03-01s390/ap: notify drivers on config changed and scan complete callbacksTony Krowiak1-2/+79
2022-03-01s390/ap: driver callback to indicate resource in useTony Krowiak1-10/+135
2021-10-26s390/ap: function rework based on compiler warningHarald Freudenberger1-0/+3
2021-10-26s390/ap: new module option ap.useirqHarald Freudenberger1-1/+5
2021-10-26s390/zcrypt: rework of debug feature messagesHarald Freudenberger1-35/+37
2021-09-15s390/ap: fix kernel doc commentsHeiko Carstens1-1/+2
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2021-08-26s390/ap: fix state machine hang after failure to enable irqHarald Freudenberger1-17/+8
2021-08-25s390/ap: use the common device_driver pointerJulian Wiedmann1-5/+2
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-05s390/AP: support new dynamic AP bus size limitHarald Freudenberger1-13/+37
2021-06-16s390/ap/zcrypt: notify userspace with online, config and mode infoHarald Freudenberger1-10/+60
2021-06-07s390/ap: extend AP change bindings-complete uevent with counterHarald Freudenberger1-2/+8
2021-06-07s390/ap: wire up bus->probe and bus->removeJulian Wiedmann1-2/+2
2020-11-30s390/ap: let bus_register() add the AP bus sysfs attributesJulian Wiedmann1-29/+24
2020-11-09s390/ap: ap bus userspace notifications for some bus conditionsHarald Freudenberger1-10/+154
2020-11-03s390/ap: fix ap devices reference countingHarald Freudenberger1-2/+12
2020-10-07s390/ap: add card/queue deconfig stateHarald Freudenberger1-118/+246
2020-10-07s390/ap: add error response code field for ap queue devicesHarald Freudenberger1-26/+28
2020-10-07s390/ap: split ap queue state machine state from device stateHarald Freudenberger1-1/+1
2020-09-17s390/ap: remove unnecessary spin_lock_init()Qinglang Miao1-1/+0
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-10s390/ap: rework crypto config info and default domain codeHarald Freudenberger1-148/+153
2020-07-03s390/ap: rename and clarify ap state machine related stuffHarald Freudenberger1-9/+9
2020-05-20s390/ap: introduce new ap function ap_get_qdev()Harald Freudenberger1-40/+54
2020-03-27s390/ap: remove power management code from ap bus and driversHarald Freudenberger1-112/+5
2020-03-25s390/zcrypt: use fallthrough;Joe Perches1-1/+1
2020-03-23s390/ap: Remove ap device suspend and resume callbacksHarald Freudenberger1-21/+0
2020-03-23s390/zcrypt: replace snprintf/sprintf with scnprintfHarald Freudenberger1-36/+36
2020-01-09s390/zcrypt: move ap device reset from bus to driver codeHarald Freudenberger1-2/+0
2019-09-19s390/zcrypt: CEX7S exploitation supportHarald Freudenberger1-6/+6
2019-07-12Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+0
2019-07-11s390/zcrypt: remove the exporting of ap_query_configurationDenis Efremov1-1/+0
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-4/+4
2019-05-28s390/zcrypt: Fix wrong dispatching for control domain CPRBsHarald Freudenberger1-4/+22
2019-04-29s390/airq: recognize directed interruptsSebastian Ott1-2/+2
2019-03-11zcrypt: handle AP Info notification from CHSC SEI commandTony Krowiak1-0/+10