summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-252-8/+14
|\
| * RISC-V: Use Linux logical CPU number instead of hartidAtish Patra2018-10-222-7/+13
| * RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidPalmer Dabbelt2018-10-222-2/+2
* | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-256-2/+1217
|\ \
| * \ Merge tag 'kvm-ppc-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-10-211-2/+21
| |\ \
| | * | KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy2018-10-201-2/+21
| * | | Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-10-195-63/+97
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'kvm-s390-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-10-132-44/+15
| |\ \ \
| | * | | s390: vfio-ap: make local functions and data staticChristian Borntraeger2018-10-082-12/+12
| | * | | s390: vfio-ap: setup APCB mask using KVM dedicated functionPierre Morel2018-10-051-32/+3
| * | | | Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-10-045-0/+1225
| |\| | |
| | * | | s390: vfio-ap: implement VFIO_DEVICE_RESET ioctlTony Krowiak2018-09-281-1/+4
| | * | | s390: vfio-ap: zeroize the AP queuesTony Krowiak2018-09-281-0/+49
| | * | | s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctlTony Krowiak2018-09-281-0/+38
| | * | | s390: vfio-ap: implement mediated device open callbackTony Krowiak2018-09-282-0/+166
| | * | | s390: vfio-ap: sysfs interface to view matrix mdev matrixTony Krowiak2018-09-261-0/+51
| | * | | s390: vfio-ap: sysfs interfaces to configure control domainsTony Krowiak2018-09-261-0/+112
| | * | | s390: vfio-ap: sysfs interfaces to configure domainsTony Krowiak2018-09-261-1/+137
| | * | | s390: vfio-ap: sysfs interfaces to configure adaptersTony Krowiak2018-09-261-0/+292
| | * | | s390: vfio-ap: register matrix device with VFIO mdev frameworkTony Krowiak2018-09-264-1/+195
| | * | | s390: vfio-ap: base implementation of VFIO AP device driverTony Krowiak2018-09-264-0/+184
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-2584-2251/+8442
|\ \ \ \ \
| * | | | | crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-173-7/+18
| * | | | | crypto: ccree - avoid implicit enum conversionNathan Chancellor2018-10-171-4/+2
| * | | | | crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-1711-57/+11
| * | | | | crypto: caam/qi - simplify CGR allocation, freeingHoria Geantă2018-10-172-40/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-10-179-51/+72
| |\ \ \ \ \
| * | | | | | crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' staticWei Yongjun2018-10-121-2/+2
| * | | | | | crypto: chtls - remove set but not used variable 'csk'YueHaibing2018-10-121-4/+0
| * | | | | | crypto: axis - fix platform_no_drv_owner.cocci warningsYueHaibing2018-10-121-1/+0
| * | | | | | crypto: caam/qi2 - avoid double exportArnd Bergmann2018-10-081-1/+1
| * | | | | | crypto: mxs-dcp - Fix AES issuesRadu Solea2018-10-081-2/+31
| * | | | | | crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea2018-10-081-10/+37
| * | | | | | crypto: mxs-dcp - Implement sha import/exportDan Douglass2018-10-081-8/+33
| * | | | | | crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X.Srikanth Jampala2018-10-058-263/+162
| * | | | | | crypto: cavium/nitrox - NITROX command queue changes.Srikanth Jampala2018-10-055-79/+94
| * | | | | | crypto: cavium/nitrox - use pcie_flr instead of duplicating itSrikanth Jampala2018-10-051-10/+5
| * | | | | | crypto: cavium/nitrox - fix warnings while printing atomic64_t typesSrikanth Jampala2018-10-051-4/+6
| * | | | | | crypto: caam/qi2 - add CONFIG_NETDEVICES dependencyArnd Bergmann2018-10-051-0/+1
| * | | | | | crypto: qat - move temp buffers off the stackArd Biesheuvel2018-10-051-33/+31
| * | | | | | crypto: ccp - Make function sev_get_firmware() staticWei Yongjun2018-10-051-1/+2
| * | | | | | hwrng: core - document the quality fieldMichael S. Tsirkin2018-10-051-2/+2
| * | | | | | crypto: ccp - Remove forward declarationNathan Chancellor2018-10-051-28/+25
| * | | | | | crypto: cavium - remove redundant null pointer check before kfreezhong jiang2018-09-281-15/+5
| * | | | | | crypto: cavium/nitrox - updated debugfs information.Srikanth Jampala2018-09-284-129/+127
| * | | | | | crypto: cavium/nitrox - add support for per device request statistics.Srikanth Jampala2018-09-283-1/+20
| * | | | | | crypto: cavium/nitrox - added support to identify the NITROX device partname.Srikanth Jampala2018-09-285-22/+184
| * | | | | | crypto: chtls - remove redundant null pointer check before kfree_skbzhong jiang2018-09-282-4/+2
| * | | | | | crypto: picoxcell - Remove VLA usage of skcipherKees Cook2018-09-281-11/+10
| * | | | | | crypto: omap-aes - Remove VLA usage of skcipherKees Cook2018-09-282-10/+9