summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - remove unnecessary list iterationBruce Allan2015-07-281-6/+1
* crypto: qat - Fix typo othewise->otherwiseAhsan Atta2015-07-285-11/+11
* crypto: qat - remove unused defineBruce Allan2015-07-281-1/+0
* crypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macroBruce Allan2015-07-281-2/+3
* crypto: qat - remove redundant struct elemBruce Allan2015-07-283-3/+1
* crypto: nx - make platform drivers directly register with cryptoDan Streetman2015-07-236-191/+114
* crypto: nx - rename nx-842-crypto.c to nx-842.cDan Streetman2015-07-232-1/+1
* crypto: nx - merge nx-compress and nx-compress-cryptoDan Streetman2015-07-235-162/+60
* crypto: nx - use common code for both NX decompress success casesDan Streetman2015-07-231-4/+2
* crypto: nx - don't register pSeries driver if ENODEVDan Streetman2015-07-231-4/+1
* crypto: nx - move kzalloc() out of spinlockDan Streetman2015-07-231-22/+16
* crypto: nx - remove pSeries NX 'status' fieldDan Streetman2015-07-231-29/+10
* crypto: nx - remove __init/__exit from VIO functionsDan Streetman2015-07-231-4/+4
* crypto: qat - Don't attempt to register algorithm multiple timesTadeusz Struk2015-07-231-3/+16
* crypto: qat - fix invalid check for RSA keylen in fips modeTadeusz Struk2015-07-211-2/+2
* crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin2015-07-207-0/+1656
* crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus2015-07-201-1/+1
* crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?2015-07-201-2/+3
* crypto: caam - fix snooping for write transactionsHoria Geant?2015-07-202-2/+9
* crypto: caam - fix ERA property readingAlex Porosanu2015-07-201-7/+7
* crypto: qat - Add support for RSA algorithmTadeusz Struk2015-07-1713-39/+779
* crypto: qat - add MMP FW support to accel engineTadeusz Struk2015-07-174-5/+42
* crypto: qat - add support for MMP FWPingchao Yang2015-07-176-26/+24
* crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu2015-07-173-95/+85
* crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa2015-07-144-0/+13
* crypto: marvell/cesa - Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-141-1/+0
* crypto: caam - Use new IV conventionHerbert Xu2015-07-141-26/+49
* crypto: nx - Use new IV conventionHerbert Xu2015-07-141-26/+40
* crypto: nx/842 - Fix context corruptionHerbert Xu2015-07-141-13/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-07-148-79/+125
|\
| * crypto: nx - Fix reentrancy bugsHerbert Xu2015-07-088-79/+125
* | crypto: omap-aes - Use BIT() macroVutla, Lokesh2015-07-081-17/+17
* | crypto: omap-aes - Fix configuring of AES modeVutla, Lokesh2015-07-081-8/+5
* | crypto: omap-aes - Increase priority of hw acceleratorVutla, Lokesh2015-07-081-3/+3
* | crypto: omap-aes - Fix CTR modeVutla, Lokesh2015-07-081-17/+16
* | crypto: nx - reduce chattiness of platform driversNishanth Aravamudan2015-07-072-12/+1
* | crypto: nx - do not emit extra output if status is disabledNishanth Aravamudan2015-07-061-1/+7
* | crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}Nishanth Aravamudan2015-07-061-4/+4
* | crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'Nishanth Aravamudan2015-07-061-1/+2
* | crypto: ccp - Provide support to autoload CCP driverTom Lendacky2015-07-061-0/+2
|/
* crypto: omap-des - Fix unmapping of dma channelsVutla, Lokesh2015-07-061-3/+0
* Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-055-45/+915
|\
| * intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-303-0/+775
| * tc1100-wmi: Delete an unnecessary check before the function call "kfree"Markus Elfring2015-06-271-1/+1
| * dell-laptop: Fix allocating & freeing SMI buffer pagePali Rohár2015-06-251-5/+3
| * dell-laptop: Show info about WiGig and UWB in debugfsPali Rohár2015-06-221-0/+17
| * dell-laptop: Update information about wireless controlPali Rohár2015-06-221-39/+119
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-058-17/+9
|\ \
| * | make simple_positive() publicAl Viro2015-06-243-11/+3
| * | vfs: add seq_file_path() helperMiklos Szeredi2015-06-241-1/+1