aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/ap_bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linuxLinus 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
2019-03-06s390/zcrypt: revisit ap device remove procedureHarald Freudenberger1-1/+8
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+17
2019-02-13s390/zcrypt: use new state UNBOUND during queue driver rebindHarald Freudenberger1-2/+17
2019-01-28s390/zcrypt: fix specification exception on z196 during ap probeHarald Freudenberger1-1/+2
2018-12-13s390/zcrypt: rework ap scan bus codeHarald Freudenberger1-117/+160
2018-11-27s390/zcrypt: reinit ap queue state machine during device probeHarald Freudenberger1-4/+4
2018-10-09s390/zcrypt: add ap_adapter_mask sysfs attributeHarald Freudenberger1-0/+16
2018-10-08s390/zcrypt: multiple zcrypt device nodes supportHarald Freudenberger1-28/+17
2018-09-20s390/zcrypt: enable AP bus scan without a valid default domainHalil Pasic1-12/+6
2018-09-12s390/zcrypt: remove VLA usage from the AP busMartin Schwidefsky1-53/+33
2018-08-21s390/zcrypt: hex string mask improvements for apmask and aqmask.Harald Freudenberger1-77/+146
2018-08-20s390/zcrypt: AP bus support for alternate driver(s)Harald Freudenberger1-4/+284
2018-08-20s390/zcrypt: code beautifyHarald Freudenberger1-35/+38
2018-08-16s390/zcrypt: fix ap_instructions_available() returncodesHarald Freudenberger1-1/+1
2018-07-19s390/ap_bus: replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva1-2/+2
2018-06-25s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.Harald Freudenberger1-20/+1
2018-04-10s390/zcrypt: Make ap init functions static.Harald Freudenberger1-2/+2
2018-04-10s390: assume diag308 set always worksVasily Gorbik1-23/+0
2018-04-10s390/zcrypt: remove unused functions and declarationsHarald Freudenberger1-5/+0
2017-11-24s390: crypto: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-24s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-14s390/ap_bus: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-11-09s390/zcrypt: Rework struct ap_qact_ap_info.Harald Freudenberger1-1/+1
2017-10-23s390/zcrypt: Introduce QACT support for AP bus devices.Harald Freudenberger1-9/+65
2017-09-06s390/zcrypt: externalize AP config info queryHarald Freudenberger1-5/+16
2017-09-06s390/zcrypt: externalize test AP queueTony Krowiak1-6/+22
2017-06-12s390/zcrypt: Rework ap init in case of out of range domain param.Harald Freudenberger1-6/+15
2017-06-02s390/zcrypt: Fix blocking queue device after unbind/bind.Harald Freudenberger1-14/+24
2017-02-23s390/zcrypt: Cleanup leftover module code.Harald Freudenberger1-10/+0
2017-02-20s390/zcrypt: make ap_bus explicitly non-modularPaul Gortmaker1-51/+3
2017-02-20s390/zcrypt: Removed unneeded debug feature directory creation.Harald Freudenberger1-3/+0
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-14s390/zcrypt: Rework debug feature invocations.Harald Freudenberger1-0/+40
2016-12-14s390/zcrypt: Fix ap_max_domain_id for older machine typesIngo Tuchscherer1-0/+3
2016-12-14s390/zcrypt: Correct function bits for CEX2x and CEX3x cards.Harald Freudenberger1-0/+17
2016-12-14s390/zcrypt: add multi domain supportIngo Tuchscherer1-820/+269
2016-12-14s390/zcrypt: get rid of ap_poll_requestsMartin Schwidefsky1-10/+24
2016-12-14s390/zcrypt: header for the AP inline assmbliesMartin Schwidefsky1-175/+13
2016-12-14s390/zcrypt: Move the ap bus into kernelIngo Tuchscherer1-2/+25
2016-12-14s390/zcrypt: Introduce CEX6 tolerationHarald Freudenberger1-0/+3
2016-12-02s390/zcrypt: Convert to PM opsLars-Peter Clausen1-8/+4
2016-07-31s390/zcrypt: fix possible memory leak in ap_module_init()Wei Yongjun1-1/+3
2016-07-31s390/zcrypt: Fix zcrypt suspend/resume behaviorIngo Tuchscherer1-3/+43