aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-10/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose1-10/+1
2019-07-12Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-3/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-5/+5
2019-07-11s390/zcrypt: remove the exporting of ap_query_configurationDenis Efremov1-1/+0
2019-07-11s390: vfio-ap: fix irq registrationChristian Borntraeger1-2/+1
2019-07-02s390: ap: implement PAPQ AQIC interception in kernelPierre Morel3-7/+375
2019-07-02vfio: ap: register IOMMU VFIO notifierPierre Morel2-1/+44
2019-07-02s390: ap: kvm: add PQAP interception for AQICPierre Morel1-0/+2
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-4/+4
2019-06-15s390/pkey: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand1-4/+4
2019-06-07s390/zcrypt: support special flagged EP11 cprbsHarald Freudenberger1-0/+4
2019-05-28s390/zcrypt: Fix wrong dispatching for control domain CPRBsHarald Freudenberger3-7/+39
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds1-1/+1
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-2/+6
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-29s390/airq: recognize directed interruptsSebastian Ott1-2/+2
2019-04-15s390/pkey: add one more argument space for debug feature entryHarald Freudenberger1-1/+2
2019-04-11s390: zcrypt: initialize variables before_useArnd Bergmann1-0/+4
2019-04-10s390/zcrypt: fix possible deadlock situation on ap queue removeHarald Freudenberger1-1/+1
2019-03-11zcrypt: handle AP Info notification from CHSC SEI commandTony Krowiak1-0/+10
2019-03-06s390/zcrypt: revisit ap device remove procedureHarald Freudenberger4-18/+49
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-16/+64
2019-02-22s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystemPierre Morel3-11/+38
2019-02-21pkey: Indicate old mkvp only if old and current mkvp are differentIngo Franzki1-1/+1
2019-02-13s390/zcrypt: use new state UNBOUND during queue driver rebindHarald Freudenberger3-4/+25
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-12-13s390/zcrypt: make sysfs reset attribute trigger queue resetHarald Freudenberger1-1/+22
2018-11-30s390/zcrypt: improve special ap message cmd handlingHarald Freudenberger1-0/+2
2018-11-30s390: vfio-ap: include <asm/facility> for test_facility()Petr Tesarik1-0/+1
2018-11-27s390/zcrypt: reinit ap queue state machine during device probeHarald Freudenberger6-7/+20
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-0/+1188
2018-10-22s390/pkey: move pckmo subfunction available checks away from module initHarald Freudenberger1-6/+20
2018-10-19s390/pkey: Load pkey kernel module automaticallyIngo Franzki1-1/+2
2018-10-15s390/zcrypt: fix broken zcrypt_send_cprb in-kernel api functionHarald Freudenberger1-1/+1
2018-10-10s390/pkey: Introduce new API for transforming key blobsIngo Franzki1-0/+110
2018-10-10s390/pkey: Introduce new API for random protected key verificationIngo Franzki1-1/+66
2018-10-10s390/pkey: Add sysfs attributes to emit secure key blobsIngo Franzki1-0/+104
2018-10-10s390/pkey: Add sysfs attributes to emit protected key blobsIngo Franzki1-0/+127
2018-10-09s390/pkey: Define protected key blob formatIngo Franzki1-6/+27
2018-10-09s390/pkey: Introduce new API for random protected key generationIngo Franzki1-0/+55
2018-10-09s390/zcrypt: add ap_adapter_mask sysfs attributeHarald Freudenberger1-0/+16
2018-10-09s390/zcrypt: provide apfs failure code on type 86 error replyHarald Freudenberger2-1/+25
2018-10-09s390/zcrypt: zcrypt device driver cleanupHarald Freudenberger16-189/+115
2018-10-08s390: vfio-ap: make local functions and data staticChristian Borntraeger2-12/+12
2018-10-08s390/zcrypt: multiple zcrypt device nodes supportHarald Freudenberger3-59/+634
2018-10-05s390: vfio-ap: setup APCB mask using KVM dedicated functionPierre Morel1-32/+3
2018-09-28s390: vfio-ap: implement VFIO_DEVICE_RESET ioctlTony Krowiak1-1/+4
2018-09-28s390: vfio-ap: zeroize the AP queuesTony Krowiak1-0/+49