Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ef5c73b3384743efae6d6080154e189dc672359f
« Previous
a4941195
crypto: ccree - fix free of unallocated mlli buffer
by Hadar Gat
· 6 years ago
32be4c5
crypto: ccree - add error message
by Hadar Gat
· 6 years ago
ccba2f1
crypto: ccree - improve error handling
by Hadar Gat
· 6 years ago
a0d608e
crypto: testmgr - unify the AEAD encryption and decryption test vectors
by Eric Biggers
· 6 years ago
d7250b4
crypto: testmgr - add rfc4543(gcm(aes)) decryption test to encryption tests
by Eric Biggers
· 6 years ago
f38e888
crypto: testmgr - add gcm(aes) decryption tests to encryption tests
by Eric Biggers
· 6 years ago
de845da
crypto: testmgr - add ccm(aes) decryption tests to encryption tests
by Eric Biggers
· 6 years ago
5bc3de5
crypto: testmgr - skip AEAD encryption test vectors with novrfy set
by Eric Biggers
· 6 years ago
6d0d6cf
crypto: af_alg - remove redundant initializations of sk_family
by Eric Biggers
· 6 years ago
7c39edf
crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl()
by Eric Biggers
· 6 years ago
466e075
crypto: af_alg - make some functions static
by Eric Biggers
· 6 years ago
554557c
crypto: stat - remove unused mutex
by Eric Biggers
· 6 years ago
f990f7f
crypto: tgr192 - fix unaligned memory access
by Eric Biggers
· 6 years ago
793ff5f
crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static const
by Eric Biggers
· 6 years ago
e17568e
crypto: user - forward declare crypto_nlsk
by Eric Biggers
· 6 years ago
cb9dde8
crypto: testmgr - handle endianness correctly in alg_test_crc32c()
by Eric Biggers
· 6 years ago
73381da
crypto: streebog - use correct endianness type
by Eric Biggers
· 6 years ago
a1180cf
crypto: rsa-pkcs1pad - include <crypto/internal/rsa.h>
by Eric Biggers
· 6 years ago
1866655
crypto: gcm - use correct endianness type in gcm_hash_len()
by Eric Biggers
· 6 years ago
707d0cf
crypto: brcm - Fix some set-but-not-used warning
by YueHaibing
· 6 years ago
0507de9
crypto: testmgr - split akcipher tests by a key type
by Vitaly Chikunov
· 6 years ago
2b091e3
crypto: shash - remove pointless checks of shash_alg::{export,import}
by Eric Biggers
· 6 years ago
41a2e94
crypto: shash - require neither or both ->export() and ->import()
by Eric Biggers
· 6 years ago
6ebc970
crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
by Eric Biggers
· 6 years ago
b1f6b4b
crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
by Eric Biggers
· 6 years ago
ba7d743
crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
by Eric Biggers
· 6 years ago
afb7742
bus: fsl-mc: automatically add a device_link on fsl_mc_[portal,object]_allocate
by Ioana Ciornei
· 6 years ago
47441f7
soc: fsl: dpio: add a device_link at dpaa2_io_service_register
by Ioana Ciornei
· 6 years ago
cf9ff75
soc: fsl: dpio: store a backpointer to the device backing the dpaa2_io
by Ioana Ciornei
· 6 years ago
9182ee2
soc: fsl: dpio: keep a per dpio device MC portal
by Ioana Ciornei
· 6 years ago
11c8bac
soc: fsl: dpio: perform DPIO Reset on Probe
by Roy Pledge
· 6 years ago
6b47666
crypto: algapi - reject NULL crypto_spawn::inst
by Eric Biggers
· 6 years ago
14aa1a8
crypto: algapi - remove crypto_alloc_instance()
by Eric Biggers
· 6 years ago
31d40c2
crypto: null - convert ecb-cipher_null to skcipher API
by Eric Biggers
· 6 years ago
426bcb5
crypto: arc4 - convert to skcipher API
by Eric Biggers
· 6 years ago
0be487b
crypto: pcbc - convert to skcipher_alloc_instance_simple()
by Eric Biggers
· 6 years ago
fb6de25
crypto: pcbc - remove ability to wrap internal ciphers
by Eric Biggers
· 6 years ago
21f3ca6
crypto: ofb - convert to skcipher_alloc_instance_simple()
by Eric Biggers
· 6 years ago
6b611d9
crypto: keywrap - convert to skcipher API
by Eric Biggers
· 6 years ago
52e9368
crypto: ecb - convert to skcipher API
by Eric Biggers
· 6 years ago
11f1463
crypto: ctr - convert to skcipher API
by Eric Biggers
· 6 years ago
03b8302
crypto: cfb - convert to skcipher_alloc_instance_simple()
by Eric Biggers
· 6 years ago
a5a84a9
crypto: cbc - convert to skcipher_alloc_instance_simple()
by Eric Biggers
· 6 years ago
0872da1
crypto: skcipher - add helper for simple block cipher modes
by Eric Biggers
· 6 years ago
251b7ae
crypto: pcbc - remove bogus memcpy()s with src == dest
by Eric Biggers
· 6 years ago
b3e3e2d
crypto: ofb - fix handling partial blocks and make thread-safe
by Eric Biggers
· 6 years ago
6c2e322
crypto: cfb - remove bogus memcpy() with src == dest
by Eric Biggers
· 6 years ago
394a9e0
crypto: cfb - add missing 'chunksize' property
by Eric Biggers
· 6 years ago
1bb64d8
crypto: virtio - clean up indentation, replace spaces with tab
by Colin Ian King
· 6 years ago
af8cb01
crypto: Kconfig - Fix typo in "pclmul"
by haco
· 6 years ago
e124682
crypto: chelsio - remove set but not used variables 'adap'
by YueHaibing
· 6 years ago
66af86d
crypto: chelsio - check set_msg_len overflow in generate_b0
by YueHaibing
· 6 years ago
be8a54d
crypto: ux500 - catch dma submission error
by YueHaibing
· 6 years ago
d072bfa
crypto: crypto4xx - add prng crypto support
by Christian Lamparter
· 6 years ago
12b8567
crypto: caam - add support for xcbc(aes)
by Iuliana Prodan
· 6 years ago
9a2537d
crypto: caam - create ahash shared descriptors only once
by Iuliana Prodan
· 6 years ago
0f103b3
crypto: caam - fix error reporting for caam_hash_alloc
by Iuliana Prodan
· 6 years ago
fa5cd1c
crypto: ccp - Update copyright notices and dates
by Hook, Gary
· 6 years ago
8d555c5
crypto: chtls - remove set but not used variables 'err, adap, request, hws'
by YueHaibing
· 6 years ago
bec9ba7
crypto: cipher - remove struct cipher_desc
by Eric Biggers
· 6 years ago
5b3b987
crypto: caam - move shared symbols in a common location
by Horia Geantă
· 6 years ago
d45a90c
crypto: sm3 - fix undefined shift by >= width of value
by Eric Biggers
· 6 years ago
1bea445
crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
by Christophe Leroy
· 6 years ago
c56c2e1
crypto: talitos - reorder code in talitos_edesc_alloc()
by Christophe Leroy
· 6 years ago
6db4341
crypto: adiantum - initialize crypto_spawn::inst
by Eric Biggers
· 6 years ago
06bbf75
crypto: cavium/nitrox - Use after free in process_response_list()
by Dan Carpenter
· 6 years ago
a777336
crypto: authencesn - Avoid twice completion call in decrypt path
by Harsh Jain
· 6 years ago
2dd3fde
crypto: caam - fix SHA support detection
by Horia Geantă
· 6 years ago
04e6d25
crypto: caam - fix zero-length buffer DMA mapping
by Aymen Sghaier
· 6 years ago
dc95b53
crypto: ccree - convert to use crypto_authenc_extractkeys()
by Eric Biggers
· 6 years ago
ab57b33
crypto: bcm - convert to use crypto_authenc_extractkeys()
by Eric Biggers
· 6 years ago
8f9c469
crypto: authenc - fix parsing key with misaligned rta_len
by Eric Biggers
· 6 years ago
991e873
soc: fsl: dpio: use a cpumask to identify which cpus are unused
by Ioana Ciornei
· 6 years ago
e181a56
soc: fsl: dpio: cleanup the cpu array on dpaa2_io_down
by Ioana Ciornei
· 6 years ago
bfeffd1
Linux 5.0-rc1
by Linus Torvalds
· 6 years ago
85e1ffb
Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
ac5eed2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
574823bf
Change mincore() to count "mapped" pages rather than "cached" pages
by Linus Torvalds
· 6 years ago
94bd8a0
Fix 'acccess_ok()' on alpha and SH
by Linus Torvalds
· 6 years ago
baa6707
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 6 years ago
2152404
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
e2b745f
Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
1213325
Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform
by Linus Torvalds
· 6 years ago
66e012f
Merge tag 'hwlock-v4.21' of git://github.com/andersson/remoteproc
by Linus Torvalds
· 6 years ago
8094c3c
fscrypt: add Adiantum support
by Eric Biggers
· 6 years ago
b5aef86
Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linux
by Linus Torvalds
· 6 years ago
15b215e
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
by Linus Torvalds
· 6 years ago
d7252d0
Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
0fe4e2d
Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
3954e1d
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
a8a6b11
Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linux
by Linus Torvalds
· 6 years ago
7671c14
Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 6 years ago
926b02d
Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
cf26057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
by Linus Torvalds
· 6 years ago
1686cc1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 6 years ago
d86271a
kconfig: rename generated .*conf-cfg to *conf-cfg
by Masahiro Yamada
· 6 years ago
f7de64b
kbuild: remove unnecessary stubs for archheader and archscripts
by Masahiro Yamada
· 6 years ago
ba97df4
kbuild: use assignment instead of define ... endef for filechk_* rules
by Masahiro Yamada
· 6 years ago
d6e4b3e
arch: remove redundant UAPI generic-y defines
by Masahiro Yamada
· 6 years ago
9199873
kbuild: generate asm-generic wrappers if mandatory headers are missing
by Masahiro Yamada
· 6 years ago
Next »