aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctlTony Krowiak1-0/+38
2018-09-28s390: vfio-ap: implement mediated device open callbackTony Krowiak2-0/+166
2018-09-26s390: vfio-ap: sysfs interface to view matrix mdev matrixTony Krowiak1-0/+51
2018-09-26s390: vfio-ap: sysfs interfaces to configure control domainsTony Krowiak1-0/+112
2018-09-26s390: vfio-ap: sysfs interfaces to configure domainsTony Krowiak1-1/+137
2018-09-26s390: vfio-ap: sysfs interfaces to configure adaptersTony Krowiak1-0/+292
2018-09-26s390: vfio-ap: register matrix device with VFIO mdev frameworkTony Krowiak4-1/+195
2018-09-26s390: vfio-ap: base implementation of VFIO AP device driverTony Krowiak3-0/+176
2018-09-20s390/zcrypt: enable AP bus scan without a valid default domainHalil Pasic1-12/+6
2018-09-20s390/zcrypt: Use kmemdup to replace kmalloc + memcpyzhong jiang1-6/+3
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 Freudenberger5-4/+322
2018-08-20s390/zcrypt: code beautifyHarald Freudenberger18-205/+234
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-07-16s390/crypto: fix gcc 8 stringop-truncation warningVasily Gorbik1-1/+1
2018-07-02s390/zcrypt: add copy_from_user length plausibility checksHarald Freudenberger2-3/+37
2018-06-25s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.Harald Freudenberger5-302/+2
2018-06-25s390/zcrypt: Show load of cards and queues in sysfsHarald Freudenberger2-0/+24
2018-06-25s390/zcrypt: Review inline assembler constraints.Harald Freudenberger1-17/+23
2018-06-25s390/zcrypt: Add ZAPQ inline function.Harald Freudenberger1-0/+19
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2018-05-30s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.Harald Freudenberger3-40/+43
2018-04-11s390/zcrypt: Support up to 256 crypto adapters.Harald Freudenberger4-71/+156
2018-04-10s390/zcrypt: Remove deprecated zcrypt proc interface.Harald Freudenberger1-231/+0
2018-04-10s390/zcrypt: Remove deprecated ioctls.Harald Freudenberger2-85/+1
2018-04-10s390/zcrypt: Make ap init functions static.Harald Freudenberger2-5/+2
2018-04-10s390: assume diag308 set always worksVasily Gorbik1-23/+0
2018-04-10s390/zcrypt: remove unused functions and declarationsHarald Freudenberger2-8/+0
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-1/+1
2017-11-24s390: crypto: Remove redundant license textGreg Kroah-Hartman17-221/+0
2017-11-24s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman18-0/+18
2017-11-20s390/zcrypt: Fix wrong comparison leading to strange load balancingHarald Freudenberger1-2/+2
2017-11-14s390/ap_bus: Convert timers to use timer_setup()Kees Cook3-7/+7
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-36/+162
2017-11-09s390/zcrypt: Rework struct ap_qact_ap_info.Harald Freudenberger2-21/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-23s390/zcrypt: Introduce QACT support for AP bus devices.Harald Freudenberger5-15/+116
2017-10-23s390/zcrypt: Enable special header file flag for AU CPRPHarald Freudenberger1-1/+2
2017-10-23s390/zcrypt: CEX6S exploitationHarald Freudenberger4-15/+40
2017-10-16s390/pkey: fix kzalloc-simple.cocci warningsVasyl Gomonovych1-2/+1
2017-09-28s390/zcrypt: Explicitly check input data length.Harald Freudenberger1-3/+3
2017-09-06s390/zcrypt: externalize AP queue interrupt controlHarald Freudenberger2-4/+29
2017-09-06s390/zcrypt: externalize AP config info queryHarald Freudenberger2-16/+16
2017-09-06s390/zcrypt: externalize test AP queueTony Krowiak3-42/+24
2017-08-29s390/zcrypt: make CPRBX constBhumika Goyal1-1/+1
2017-07-26s390/zcrypt_card: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-26s390/zcrypt_queue: constify attribute_group structures.Arvind Yadav1-1/+1