index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mmu_notifier.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-03
crypto: arm64/aes-ce - add 5 way interleave routines
Ard Biesheuvel
3
-68
/
+52
2019-07-03
crypto: talitos - drop icv_ool
Christophe Leroy
2
-5
/
+0
2019-07-03
crypto: talitos - fix hash on SEC1.
Christophe Leroy
1
-28
/
+41
2019-07-03
crypto: talitos - move struct talitos_edesc into talitos.h
Christophe Leroy
2
-30
/
+30
2019-07-03
lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE
Christophe Leroy
1
-4
/
+5
2019-06-28
crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
Haren Myneni
1
-3
/
+5
2019-06-27
crypto: asymmetric_keys - select CRYPTO_HASH where needed
Arnd Bergmann
1
-0
/
+3
2019-06-27
crypto: serpent - mark __serpent_setkey_sbox noinline
Arnd Bergmann
1
-1
/
+7
2019-06-27
crypto: testmgr - dynamically allocate crypto_shash
Arnd Bergmann
1
-6
/
+13
2019-06-27
crypto: testmgr - dynamically allocate testvec_config
Arnd Bergmann
1
-11
/
+32
2019-06-27
crypto: talitos - eliminate unneeded 'done' functions at build time
Christophe Leroy
1
-1
/
+1
2019-06-27
crypto: sun4i-ss - reduce stack usage
Arnd Bergmann
1
-17
/
+30
2019-06-27
crypto: ccree - add HW engine config check
Gilad Ben-Yossef
3
-0
/
+38
2019-06-27
crypto: ccree - prevent isr handling in case driver is suspended
Ofir Drang
3
-0
/
+16
2019-06-27
crypto: ccree - check that cryptocell reset completed
Ofir Drang
4
-1
/
+43
2019-06-27
crypto: ccree - Relocate driver irq registration after clk init
ofir.drang@arm.com
1
-9
/
+9
2019-06-20
crypto: nx - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-61
/
+26
2019-06-20
fs: cifs: switch to RC4 library interface
Ard Biesheuvel
3
-48
/
+17
2019-06-20
ppp: mppe: switch to RC4 library interface
Ard Biesheuvel
2
-85
/
+15
2019-06-20
crypto: arc4 - remove cipher implementation
Ard Biesheuvel
2
-50
/
+16
2019-06-20
net/lib80211: move TKIP handling to ARC4 library code
Ard Biesheuvel
2
-31
/
+18
2019-06-20
net/lib80211: move WEP handling to ARC4 library code
Ard Biesheuvel
2
-38
/
+14
2019-06-20
net/mac80211: move WEP handling to ARC4 library interface
Ard Biesheuvel
11
-60
/
+30
2019-06-20
crypto: arc4 - refactor arc4 core code into separate library
Ard Biesheuvel
7
-60
/
+95
2019-06-20
crypto: talitos - fix max key size for sha384 and sha512
Christophe Leroy
1
-1
/
+1
2019-06-20
crypto: vmx - Document CTR mode counter width quirks
Daniel Axtens
1
-2
/
+20
2019-06-20
crypto: caam - update IV using HW support
Horia Geantă
5
-146
/
+163
2019-06-20
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
8
-99
/
+105
2019-06-20
hwrng: iproc-rng200 - Add support for 7211
Florian Fainelli
1
-0
/
+1
2019-06-20
dt-bindings: rng: Document BCM7211 RNG compatible string
Florian Fainelli
1
-0
/
+1
2019-06-13
crypto: sahara - Use devm_platform_ioremap_resource()
Fabio Estevam
1
-3
/
+1
2019-06-13
crypto: mxs-dcp - Use devm_platform_ioremap_resource()
Fabio Estevam
1
-4
/
+1
2019-06-13
crypto: hisilicon - Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2019-06-13
crypto: qat - use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+2
2019-06-13
ARM: dts: imx7ulp: add crypto support
Iuliana Prodan
1
-0
/
+23
2019-06-13
crypto: cavium/nitrox - Use the correct style for SPDX License Identifier
Nishad Kamdar
2
-2
/
+2
2019-06-13
crypto: bcm - Make some symbols static
YueHaibing
2
-9
/
+9
2019-06-13
crypto: chacha - constify ctx and iv arguments
Eric Biggers
5
-6
/
+6
2019-06-13
crypto: chacha20poly1305 - a few cleanups
Eric Biggers
1
-30
/
+13
2019-06-13
crypto: skcipher - make chunksize and walksize accessors internal
Eric Biggers
2
-60
/
+60
2019-06-13
crypto: skcipher - un-inline encrypt and decrypt functions
Eric Biggers
2
-30
/
+36
2019-06-13
crypto: aead - un-inline encrypt and decrypt functions
Eric Biggers
2
-32
/
+38
2019-06-13
crypto: x86/aesni - remove unused internal cipher algorithm
Eric Biggers
1
-38
/
+7
2019-06-13
crypto: doc - improve the skcipher API example code
Eric Biggers
1
-99
/
+77
2019-06-13
crypto: testmgr - add some more preemption points
Eric Biggers
1
-0
/
+6
2019-06-13
crypto: algapi - require cra_name and cra_driver_name
Eric Biggers
1
-18
/
+4
2019-06-13
crypto: make all generic algorithms set cra_driver_name
Eric Biggers
22
-24
/
+55
2019-06-06
crypto: chacha20poly1305 - fix atomic sleep when using async algorithm
Eric Biggers
1
-11
/
+19
2019-06-06
crypto: atmel-i2c - Fix build error while CRC16 set to m
YueHaibing
1
-0
/
+1
2019-06-06
crypto: caam - disable some clock checks for iMX7ULP
Iuliana Prodan
1
-2
/
+4
[next]