summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/chacha20 - Remove cra_alignmaskEric Biggers2017-11-291-1/+0
* crypto: chacha20 - Remove cra_alignmaskEric Biggers2017-11-291-1/+0
* crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers2017-11-291-10/+6
* crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers2017-11-291-6/+4
* crypto: cryptd - Add cryptd_max_cpu_qlen module parameterJon Maxwell2017-11-291-2/+5
* crypto: arm64/aes-ce-cipher - move assembler code to .S fileArd Biesheuvel2017-11-293-104/+100
* crypto: hifn_795x - Fix a memory leak in the error handling path of 'hifn_pro...Christophe Jaillet2017-11-291-0/+1
* crypto: remove unused hardirq.hYang Shi2017-11-293-3/+0
* chcr: Add support for Inline IPSecAtul Gupta2017-11-298-168/+860
* cxgb4: Add support for Inline IPSec TxAtul Gupta2017-11-297-52/+88
* dt-bindings: add device tree binding for Arm TrustZone CryptoCell crypto engineGilad Ben-Yossef2017-11-291-0/+22
* crypto: cavium - fix memory leak on infoColin Ian King2017-11-291-1/+2
* crypto: keywrap - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven2017-11-291-2/+2
* crypto: tcrypt - set assoc in sg_init_aead()Tudor-Dan Ambarus2017-11-291-7/+9
* crypto: nx - fix spelling mistake: "availavle" -> "available"Colin Ian King2017-11-291-2/+2
* crypto: replace FSF address with web source in license noticesMartin Kepplinger2017-11-298-20/+10
* crypto: ecc - Fix NULL pointer deref. on no default_rngPierre2017-11-291-1/+1
* crypto: s5p-sss - Remove a stray tabDan Carpenter2017-11-291-1/+1
* crypto: chelsio - Fix an error code in chcr_hash_dma_map()Dan Carpenter2017-11-291-1/+1
* crypto: chelsio - remove redundant assignments to reqctx and dst_sizeColin Ian King2017-11-291-4/+0
* hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli2017-11-293-168/+0
* hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli2017-11-292-4/+14
* dt-bindings: rng: Incorporate brcm,bcm6368.txt bindingFlorian Fainelli2017-11-292-20/+19
* hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli2017-11-291-2/+11
* hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli2017-11-291-8/+19
* hwrng: bcm2835 - Manage an optional clockFlorian Fainelli2017-11-291-1/+16
* hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli2017-11-291-16/+23
* hwrng: bcm2835 - Use device managed helpersFlorian Fainelli2017-11-291-12/+1
* hwrng: bcm2835 - Implementation cleanup callbackFlorian Fainelli2017-11-291-3/+9
* hwrng: bcm2835 - Move enabling to hwrng::initFlorian Fainelli2017-11-291-4/+12
* hwrng: bcm2835 - Define a driver private contextFlorian Fainelli2017-11-291-21/+34
* hwrng: bcm2835 - Obtain base register via resourceFlorian Fainelli2017-11-291-10/+10
* crypto: stm32 - Support for STM32 CRYP crypto moduleFabien DESSENNE2017-11-293-1/+1183
* dt-bindings: Document STM32 CRYP bindingsFabien DESSENNE2017-11-291-0/+19
* crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu2017-11-291-2/+4
* crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-11-292-14/+0
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-11-293-3/+16
* crypto: af_alg - fix NULL pointer dereference inEric Biggers2017-11-291-6/+7
* crypto: algif_aead - fix reference counting of null skcipherEric Biggers2017-11-291-1/+1
* crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers2017-11-291-1/+1
* Linux 4.15-rc1v4.15-rc1Linus Torvalds2017-11-271-2/+2
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-276-6/+42
|\
| * ARM: BUG if jumping to usermode address in kernel modeRussell King2017-11-262-0/+24
| * ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: make decompressor debug output user selectableRussell King2017-11-211-2/+2
| * ARM: fix get_user_pages_fastRussell King2017-11-211-0/+12
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2612-15/+52
|\ \
| * | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
| * | irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1