summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-07-23crypto: nx - remove __init/__exit from VIO functionsDan Streetman1-4/+4
2015-07-23crypto: qat - Don't attempt to register algorithm multiple timesTadeusz Struk1-3/+16
2015-07-23crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu1-1/+0
2015-07-23crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk1-8/+16
2015-07-21crypto: qat - fix invalid check for RSA keylen in fips modeTadeusz Struk1-2/+2
2015-07-20crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin7-0/+1656
2015-07-20crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus1-1/+1
2015-07-20crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?1-2/+3
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?2-2/+9
2015-07-20crypto: caam - fix ERA property readingAlex Porosanu1-7/+7
2015-07-17crypto: qat - Add support for RSA algorithmTadeusz Struk13-39/+779
2015-07-17crypto: qat - add MMP FW support to accel engineTadeusz Struk4-5/+42
2015-07-17crypto: qat - add support for MMP FWPingchao Yang6-26/+24
2015-07-17crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu3-95/+85
2015-07-14crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa4-0/+13
2015-07-14crypto: marvell/cesa - Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-14crypto: caam - Use new IV conventionHerbert Xu1-26/+49
2015-07-14crypto: nx - Use new IV conventionHerbert Xu1-26/+40
2015-07-14crypto: nx/842 - Fix context corruptionHerbert Xu1-13/+35
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu8-79/+125
2015-07-08crypto: omap-aes - Use BIT() macroVutla, Lokesh1-17/+17
2015-07-08crypto: omap-aes - Fix configuring of AES modeVutla, Lokesh1-8/+5
2015-07-08crypto: omap-aes - Increase priority of hw acceleratorVutla, Lokesh1-3/+3
2015-07-08crypto: omap-aes - Fix CTR modeVutla, Lokesh1-17/+16
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu8-79/+125
2015-07-07crypto: nx - reduce chattiness of platform driversNishanth Aravamudan2-12/+1
2015-07-06crypto: nx - do not emit extra output if status is disabledNishanth Aravamudan1-1/+7
2015-07-06crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}Nishanth Aravamudan1-4/+4
2015-07-06crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'Nishanth Aravamudan1-1/+2
2015-07-06crypto: ccp - Provide support to autoload CCP driverTom Lendacky1-0/+2
2015-07-06crypto: omap-des - Fix unmapping of dma channelsVutla, Lokesh1-3/+0
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds5-45/+915
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-17/+9
2015-07-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds57-5627/+3045
2015-07-05Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds19-2778/+4389
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang2-455/+455
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe1-1/+1
2015-07-04NTB: Add tool test clientAllen Hubbe3-0/+568
2015-07-04NTB: Add ping pong test clientAllen Hubbe5-1/+262
2015-07-04NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe1-19/+58
2015-07-04NTB: Reset transport QP link stats on downAllen Hubbe1-8/+28