index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: nhpoly1305 - add a test vector with len % 16 != 0
Eric Biggers
2019-02-22
1
-0
/
+144
*
crypto: arm/aes-ce - update IV after partial final CTR block
Eric Biggers
2019-02-22
1
-13
/
+13
*
crypto: arm64/aes-blk - update IV after partial final CTR block
Eric Biggers
2019-02-22
1
-2
/
+1
*
crypto: testmgr - add iv_out to all CTR test vectors
Eric Biggers
2019-02-22
1
-0
/
+45
*
crypto: testmgr - add iv_out to all CBC test vectors
Eric Biggers
2019-02-22
1
-0
/
+48
*
crypto: testmgr - support checking skcipher output IV
Eric Biggers
2019-02-22
2
-7
/
+11
*
crypto: testmgr - remove extra bytes from 3DES-CTR IVs
Eric Biggers
2019-02-22
1
-4
/
+2
*
crypto: rockchip - update new iv to device in multiple operations
Zhang Zhijie
2019-02-22
2
-0
/
+35
*
crypto: rockchip - fix scatterlist nents error
Zhang Zhijie
2019-02-22
4
-5
/
+7
*
crypto: ccree - fix missing break in switch statement
Gustavo A. R. Silva
2019-02-22
1
-0
/
+1
*
crypto: caam/qi2 - relax busy polling while enqueuing FDs
Horia Geantă
2019-02-22
1
-0
/
+2
*
crypto: caam/qi2 - rate-limit enqueue failure prints
Horia Geantă
2019-02-22
1
-1
/
+1
*
crypto: caam/qi2 - use affine DPIOs
Horia Geantă
2019-02-22
2
-23
/
+31
*
crypto: chtls - remove cdev_list_lock
Sebastian Andrzej Siewior
2019-02-22
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux next
Herbert Xu
2019-02-22
11
-30
/
+131
|
\
|
*
bus: fsl-mc: automatically add a device_link on fsl_mc_[portal,object]_allocate
Ioana Ciornei
2019-01-11
3
-0
/
+25
|
*
soc: fsl: dpio: add a device_link at dpaa2_io_service_register
Ioana Ciornei
2019-01-11
4
-11
/
+26
|
*
soc: fsl: dpio: store a backpointer to the device backing the dpaa2_io
Ioana Ciornei
2019-01-11
3
-3
/
+9
|
*
soc: fsl: dpio: keep a per dpio device MC portal
Ioana Ciornei
2019-01-11
1
-8
/
+1
|
*
soc: fsl: dpio: perform DPIO Reset on Probe
Roy Pledge
2019-01-11
4
-0
/
+35
|
*
soc: fsl: dpio: use a cpumask to identify which cpus are unused
Ioana Ciornei
2019-01-08
3
-9
/
+31
|
*
soc: fsl: dpio: cleanup the cpu array on dpaa2_io_down
Ioana Ciornei
2019-01-08
1
-0
/
+5
*
|
crypto: caam - weak key checking for cbc des, 3des
Iuliana Prodan
2019-02-15
1
-2
/
+2
*
|
crypto: caam - add ecb(*) support
Iuliana Prodan
2019-02-15
4
-49
/
+161
*
|
crypto: export arc4 defines
Iuliana Prodan
2019-02-15
3
-7
/
+15
*
|
crypto: caam - use mapped_{src,dst}_nents for job descriptor
Iuliana Prodan
2019-02-15
1
-7
/
+20
*
|
crypto: qat - Remove unused goto label
Herbert Xu
2019-02-08
1
-1
/
+0
*
|
MAINTAINERS: crypto: ccree: remove co-maintainer
Gilad Ben-Yossef
2019-02-08
1
-1
/
+0
*
|
crypto: testmgr - check for aead_request corruption
Eric Biggers
2019-02-08
1
-0
/
+44
*
|
crypto: testmgr - check for skcipher_request corruption
Eric Biggers
2019-02-08
1
-0
/
+41
*
|
crypto: testmgr - convert hash testing to use testvec_configs
Eric Biggers
2019-02-08
2
-550
/
+352
*
|
crypto: testmgr - convert aead testing to use testvec_configs
Eric Biggers
2019-02-08
2
-475
/
+185
*
|
crypto: testmgr - convert skcipher testing to use testvec_configs
Eric Biggers
2019-02-08
2
-523
/
+245
*
|
crypto: testmgr - implement random testvec_config generation
Eric Biggers
2019-02-08
1
-0
/
+117
*
|
crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS
Eric Biggers
2019-02-08
2
-0
/
+24
*
|
crypto: testmgr - add testvec_config struct and helper functions
Eric Biggers
2019-02-08
1
-15
/
+437
*
|
crypto: arm64/aes-neonbs - fix returning final keystream block
Eric Biggers
2019-02-08
1
-2
/
+6
*
|
crypto: ahash - fix another early termination in hash walk
Eric Biggers
2019-02-08
1
-7
/
+7
*
|
crypto: x86/aesni-gcm - fix crash on empty plaintext
Eric Biggers
2019-02-08
1
-5
/
+8
*
|
crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
Eric Biggers
2019-02-08
2
-48
/
+31
*
|
crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
Eric Biggers
2019-02-08
3
-69
/
+45
*
|
crypto: morus - fix handling chunked inputs
Eric Biggers
2019-02-08
2
-12
/
+14
*
|
crypto: aegis - fix handling chunked inputs
Eric Biggers
2019-02-08
3
-21
/
+21
*
|
crypto: caam - fixed handling of sg list
Pankaj Gupta
2019-02-08
1
-0
/
+1
*
|
crypto: arm64/crct10dif-ce - cleanup and optimizations
Eric Biggers
2019-02-08
2
-267
/
+233
*
|
crypto: arm/crct10dif-ce - cleanup and optimizations
Eric Biggers
2019-02-08
2
-294
/
+261
*
|
crypto: x86/crct10dif-pcl - cleanup and optimizations
Eric Biggers
2019-02-08
2
-559
/
+235
*
|
crypto: ccp - fix the SEV probe in kexec boot path
Singh, Brijesh
2019-02-08
1
-0
/
+16
*
|
crypto: testmgr - use kmemdup
Christopher Diaz Riveros
2019-02-08
1
-6
/
+3
*
|
crypto: arm64/crct10dif - register PMULL variants as separate algos
Ard Biesheuvel
2019-02-01
1
-12
/
+42
[next]