Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
db71f29a1c327f3824c1c0919937965b36d67b80
db71f29
crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowed
by Jarod Wilson
· 10 years ago
cbceeef
crypto: caam - fix resource clean-up on error path for caam_jr_init
by Cristian Stoica
· 10 years ago
c6bf62e
crypto: caam - pair irq map and dispose in the same function
by Cristian Stoica
· 10 years ago
490f702
crypto: ccp - terminate ccp_support array with empty element
by Andrey Ryabinin
· 10 years ago
467707b
crypto: caam - remove unused local variable
by Cristian Stoica
· 10 years ago
35b82e5
crypto: caam - remove dead code
by Cristian Stoica
· 10 years ago
3f80be0
crypto: caam - don't emit ICV check failures to dmesg
by Kim Phillips
· 10 years ago
e20016a
hwrng: virtio - drop extra empty line
by Michael S. Tsirkin
· 10 years ago
5be4d4c
crypto: replace scatterwalk_sg_next with sg_next
by Cristian Stoica
· 10 years ago
088f628
crypto: atmel - Free memory in error path
by Christophe Jaillet
· 10 years ago
379dcfb
crypto: doc - remove colons in comments
by Stephan Mueller
· 10 years ago
c0ecf89
crypto: seqiv - Ensure that IV size is at least 8 bytes
by Herbert Xu
· 10 years ago
988dc01
crypto: cts - Weed out non-CBC algorithms
by Herbert Xu
· 10 years ago
3eda7167
MAINTAINERS: add linux-crypto to hw random
by Michael S. Tsirkin
· 10 years ago
0c5c8e6
crypto: cts - Remove bogus use of seqiv
by Herbert Xu
· 10 years ago
b2c3f7c
crypto: qat - don't need qat_auth_state struct
by Tadeusz Struk
· 10 years ago
598de36
crypto: algif_rng - fix sparse non static symbol warning
by Wei Yongjun
· 10 years ago
48eb369
crypto: qat - Ensure ipad and opad are zeroed
by Herbert Xu
· 10 years ago
e31ac32
crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106
by Timothy McCaffrey
· 10 years ago
d8219f5
crypto: x86/des3_ede - drop bogus module aliases
by Mathias Krause
· 10 years ago
97ef8ef
crypto: sparc64/md5 - fix module description
by Mathias Krause
· 10 years ago
5001323
crypto: sparc64/des - add "des3_ede" module alias
by Mathias Krause
· 10 years ago
7d676fd
crypto: sparc64/camellia - fix module alias
by Mathias Krause
· 10 years ago
b012641
crypto: sparc64/aes - fix module description
by Mathias Krause
· 10 years ago
6a24efd
crypto: qat - remove unnecessary include of atomic.h header file
by Allan, Bruce W
· 10 years ago
a6bcc1e
crypto: qat - use pci_wait_for_pending_transaction()
by Allan, Bruce W
· 10 years ago
fd98d69
crypto: qat - adf_ae_stop() is never called
by Allan, Bruce W
· 10 years ago
53bc0251
crypto: qat - correctly type a boolean
by Allan, Bruce W
· 10 years ago
22e4dda
crypto: qat - fix device reset flow
by Allan, Bruce W
· 10 years ago
8a45ac1
crypto: testmgr - don't use interruptible wait in tests
by Rabin Vincent
· 10 years ago
8155330
lib: memzero_explicit: add comment for its usage
by Daniel Borkmann
· 10 years ago
ad511e2
crypto: qat - Fix incorrect uses of memzero_explicit
by Herbert Xu
· 10 years ago
15acabf
crypto: aead - add check for presence of auth tag
by Stephan Mueller
· 10 years ago
42d2e78
crypto: omap-des - fix BUG_ON condition
by Asaf Vertz
· 10 years ago
28c29f5
crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.c
by Masanari Iida
· 10 years ago
4c1ada8
crypto: amcc - Remove unused function
by Rickard Strandqvist
· 10 years ago
1471f09
Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"
by Herbert Xu
· 10 years ago
2f375538
crypto: algif_rng - enable RNG interface compilation
by Stephan Mueller
· 10 years ago
5afdfd2
crypto: algif_rng - add random number generator support
by Stephan Mueller
· 10 years ago
ad202c8
crypto: af_alg - zeroize key data
by Stephan Mueller
· 10 years ago
90ac41b
hwrng: core - Move hwrng_init call into set_current_rng
by Herbert Xu
· 10 years ago
ff77c15
hwrng: core - Drop current rng in set_current_rng
by Herbert Xu
· 10 years ago
ac3a497
hwrng: core - Do not register device opportunistically
by Herbert Xu
· 10 years ago
15b66cd
hwrng: core - Fix current_rng init/cleanup race yet again
by Herbert Xu
· 10 years ago
77584ee
hwrng: core - Use struct completion for cleanup_done
by Herbert Xu
· 10 years ago
d69e75d
crypto: octeon - enable OCTEON MD5 module selection
by Aaro Koskinen
· 10 years ago
1953c22
crypto: octeon - add MD5 module
by Aaro Koskinen
· 10 years ago
011f3c6
MIPS: OCTEON: reintroduce crypto features check
by Aaro Koskinen
· 10 years ago
1e585ef
crypto: octeon - add instruction definitions for MD5
by Aaro Koskinen
· 10 years ago
f421258
MIPS: OCTEON: add crypto helper functions
by Aaro Koskinen
· 10 years ago
d3f6c14
crypto: ux500 - fix checkpatch errors
by Asaf Vertz
· 10 years ago
338e84f
crypto: qat - add support for cbc(aes) ablkcipher
by Tadeusz Struk
· 10 years ago
82f8250
crypto: qat - Fix assumption that sg in and out will have the same nents
by Tadeusz Struk
· 10 years ago
0f477b6
crypto: algif - Mark sgl end at the end of data
by Tadeusz Struk
· 10 years ago
2d2ec06
hwrng: don't init list element we're about to add to list.
by Rusty Russell
· 10 years ago
ebbbfa2
hwrng: don't double-check old_rng.
by Rusty Russell
· 10 years ago
a027f30
hwrng: fix unregister race.
by Rusty Russell
· 10 years ago
3a2c0ba
hwrng: use reference counts on each struct hwrng.
by Rusty Russell
· 10 years ago
1dacb39
hwrng: move some code out mutex_lock for avoiding underlying deadlock
by Amos Kong
· 10 years ago
9372b35
hwrng: place mutex around read functions and buffers.
by Rusty Russell
· 10 years ago
25fb863
crypto: af_alg - add setsockopt for auth tag size
by Stephan Mueller
· 10 years ago
905b42e
crypto: drbg - panic on continuous self test error
by Stephan Mueller
· 10 years ago
0efcb8d
crypto: api - fixed style erro in algapi.c
by Joshua I. James
· 10 years ago
b516d51
crypto: ahash - fixed style error in ahash.c
by Joshua I. James
· 10 years ago
267c422
crypto: af_alg - fixed style error in af_alg.c
by Joshua I. James
· 10 years ago
4fad478
crypto: aead - fixed style error in aead.c
by Joshua I. James
· 10 years ago
a861afb
crypto: ablkcipher - fixed style errors in ablkcipher.c
by Joshua I. James
· 10 years ago
be95f0f
crypto: atmel_sha - remove unused shash fallback instance.
by Svenning Sørensen
· 10 years ago
7e77bde
crypto: af_alg - fix backlog handling
by Rabin Vincent
· 10 years ago
97bf6af
Linux 3.19-rc1
by Linus Torvalds
· 10 years ago
60815cf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux
by Linus Torvalds
· 10 years ago
bfc7249
Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linux
by Linus Torvalds
· 10 years ago
a4e1328
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 10 years ago
cdce6ac
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
5d6a546
Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
787140a
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
d08372c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
fe07ade
i2c: sh_mobile: fix uninitialized var when debug is enabled
by Wolfram Sang
· 10 years ago
ecb5ec0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
298647e
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 10 years ago
5c68eac
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
20e471f
Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 10 years ago
ed55635
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 10 years ago
5be95b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel
by Linus Torvalds
· 10 years ago
971d9e0
Merge tag 'cris-changes-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris
by Linus Torvalds
· 10 years ago
acab1f88
Merge tag 'please-pull-misc-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 10 years ago
8bcabff
CRISv32: Remove last remnants of ETRAX_SPI_MMC_BOARD
by Jesper Nilsson
· 10 years ago
a3199ad
CRISv32: ETRAXFS: Fix recursive spinlock
by Jesper Nilsson
· 10 years ago
9f1ad51
CRISv32: Select MTDRAM for axisflashmap
by Jesper Nilsson
· 10 years ago
4729d77
CRISv32: Implement early console
by Jesper Nilsson
· 10 years ago
421d085
CRIS: Use KALLSYMs if available in call stack dump
by Jesper Nilsson
· 10 years ago
ca36c1f
CRISv32: Fix declaration mismatch
by Jesper Nilsson
· 10 years ago
3f10462
CRISv32: Rewrite of synchronous serial port driver
by Jesper Nilsson
· 10 years ago
80d6170
CRIS: Update init memory handling
by Jesper Nilsson
· 10 years ago
d6517c4
CRISv32: Better handling of watchdog bite
by Jesper Nilsson
· 10 years ago
dbd3c7e
CRIS: Export missing function symbols
by Jesper Nilsson
· 10 years ago
82e6df1
CRIS: Export ioremap_nocache
by Jesper Nilsson
· 10 years ago
6eb64b8
CRIS: Fix headers_install
by Sam Ravnborg
· 10 years ago
eeda008
CRISv32: Add missing include for mm.h
by Jesper Nilsson
· 10 years ago
f89412a
CRISv32: Drop obsolete file for SPI driver
by Jesper Nilsson
· 10 years ago
Next »