Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
bbfcac5ff5f26aafa51935a62eb86b6eacfe8a49
bbfcac5
crypto: caam/jr - Remove extra memory barrier during job ring dequeue
by Vakul Garg
· 6 years ago
f5a2aeb8
crypto: ccp - Do not free psp_master when PLATFORM_INIT fails
by Singh, Brijesh
· 6 years ago
a88be9a
crypto: stm32/hash - Fix self test issue during export
by Lionel Debieve
· 6 years ago
f1b70d1
crypto: mxc-scc - Remove broken driver
by Herbert Xu
· 6 years ago
38a1965
hwrng: stm32 - set default random quality
by Lionel Debieve
· 6 years ago
af0d444
hwrng: stm32 - fix unbalanced pm_runtime_enable
by Lionel Debieve
· 6 years ago
eda69b0
crypto: testmgr - add panic_on_fail module parameter
by Eric Biggers
· 6 years ago
f6e9af8
crypto: arm64/cbcmac - handle empty messages in same way as template
by Eric Biggers
· 6 years ago
c31a871
crypto: cts - don't support empty messages
by Eric Biggers
· 6 years ago
c5c4688
crypto: streebog - fix unaligned memory accesses
by Eric Biggers
· 6 years ago
5e27f38
crypto: chacha20poly1305 - set cra_name correctly
by Eric Biggers
· 6 years ago
dcaca01
crypto: skcipher - don't WARN on unprocessed data after slow walk step
by Eric Biggers
· 6 years ago
dec3d0b
crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()
by Eric Biggers
· 6 years ago
307508d
crypto: crct10dif-generic - fix use via crypto_shash_digest()
by Eric Biggers
· 6 years ago
f947d7f
crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'
by YueHaibing
· 6 years ago
dbbaffe
crypto: mxs-dcp - return errcode in mxs_dcp_aes_enqueue and dcp_sha_update_fx
by YueHaibing
· 6 years ago
d315497
crypto: marvell - remove set but not used variable 'index'
by YueHaibing
· 6 years ago
8316da0
crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart()
by YueHaibing
· 6 years ago
61abc35
crypto: aes - Use ___cacheline_aligned for aes data
by Andi Kleen
· 6 years ago
71052dc
crypto: scompress - Use per-CPU struct instead multiple variables
by Sebastian Andrzej Siewior
· 6 years ago
6a4d1b1
crypto: scompress - return proper error code for allocation failure
by Sebastian Andrzej Siewior
· 6 years ago
d6112ea
crypto: ccp - introduce SEV_GET_ID2 command
by Singh, Brijesh
· 6 years ago
ffecb69
crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()
by Dan Carpenter
· 6 years ago
8a3719a5
crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher support
by Nagadheeraj Rottela
· 6 years ago
33d6945
crypto: caam - limit AXI pipeline to a depth of 1
by Iuliana Prodan
· 6 years ago
c23116e
crypto: caam/jr - Remove extra memory barrier during job ring enqueue
by Vakul Garg
· 6 years ago
1b30b98
crypto: caam/jr - Removed redundant vars from job ring private data
by Vakul Garg
· 6 years ago
a118dfa
crypto: caam/jr - Remove spinlock for output job ring
by Vakul Garg
· 6 years ago
e44e77a
crypto: vmx - Make p8_init and p8_exit static
by YueHaibing
· 6 years ago
d99324c
crypto: fips - Grammar s/options/option/, s/to/the/
by Geert Uytterhoeven
· 6 years ago
2ff9dff
crypto: cavium - Make cptvf_device_init static
by YueHaibing
· 6 years ago
78ea86da5
crypto: bcm - remove unused array tag_to_hash_idx
by YueHaibing
· 6 years ago
8355003
crypto: zip - Make some functions static
by YueHaibing
· 6 years ago
52c899e
crypto: ccp - Make ccp_register_rsa_alg static
by YueHaibing
· 6 years ago
cd1af98
crypto: cavium - Make some functions static
by YueHaibing
· 6 years ago
6469a3c
crypto: cavium - remove unused fucntions
by YueHaibing
· 6 years ago
4e5180e
crypto: Kconfig - fix typos AEGSI -> AEGIS
by Ondrej Mosnacek
· 6 years ago
f6fff17
crypto: salsa20-generic - use crypto_xor_cpy()
by Eric Biggers
· 6 years ago
29d97de
crypto: chacha-generic - use crypto_xor_cpy()
by Eric Biggers
· 6 years ago
dcf7b48
crypto: vmx - fix copy-paste error in CTR mode
by Daniel Axtens
· 6 years ago
5db46ac
crypto: ccree - reduce kernel stack usage with clang
by Arnd Bergmann
· 6 years ago
6570737
crypto: testmgr - test the !may_use_simd() fallback code
by Eric Biggers
· 6 years ago
8b8d91d
crypto: simd - convert to use crypto_simd_usable()
by Eric Biggers
· 6 years ago
e52b702
crypto: arm64 - convert to use crypto_simd_usable()
by Eric Biggers
· 6 years ago
99680c5
crypto: arm - convert to use crypto_simd_usable()
by Eric Biggers
· 6 years ago
f2abe0d
crypto: x86 - convert to use crypto_simd_usable()
by Eric Biggers
· 6 years ago
b55e1a3
crypto: simd,testmgr - introduce crypto_simd_usable()
by Eric Biggers
· 6 years ago
580e295
crypto: arm64/gcm-aes-ce - fix no-NEON fallback code
by Eric Biggers
· 6 years ago
7aceaae
crypto: chacha-generic - fix use as arm64 no-NEON fallback
by Eric Biggers
· 6 years ago
62f95ae
hwrng: omap - Set default quality
by Rouven Czerwinski
· 6 years ago
f808aa3
crypto: testmgr - remove workaround for AEADs that modify aead_request
by Eric Biggers
· 6 years ago
e151a8d
crypto: x86/morus1280 - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
4773095
crypto: x86/morus640 - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
b6708c2
crypto: x86/aegis256 - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
d628132
crypto: x86/aegis128l - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
de272ca
crypto: x86/aegis128 - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
149e122
crypto: x86/aesni - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
8b56d34
crypto: x86/aesni - convert to use skcipher SIMD bulk registration
by Eric Biggers
· 6 years ago
1661131
crypto: simd - support wrapping AEAD algorithms
by Eric Biggers
· 6 years ago
16c4dd8
crypto: caam/jr - optimize job ring enqueue and dequeue operations
by Vakul Garg
· 6 years ago
9e98c67
Linux 5.1-rc1
by Linus Torvalds
· 6 years ago
28d747f
Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
80b98e9
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
69ebf9a
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
c5b5138
Merge tag 'for-linus-5.1b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 6 years ago
db77bef
Merge tag '9p-for-5.1' of git://github.com/martinetd/linux
by Linus Torvalds
· 6 years ago
c634dc6
perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
by kbuild test robot
· 6 years ago
c71bb9f
kconfig: remove stale lxdialog/.gitignore
by Masahiro Yamada
· 6 years ago
037fc33
kbuild: force all architectures except um to include mandatory-y
by Masahiro Yamada
· 6 years ago
7cbbbb8
kbuild: warn redundant generic-y
by Masahiro Yamada
· 6 years ago
f84dde10
Revert "modsign: Abort modules_install when signing fails"
by Douglas Anderson
· 6 years ago
0c22be0
kbuild: Make NOSTDINC_FLAGS a simply expanded variable
by Douglas Anderson
· 6 years ago
f6d9db6
kbuild: deb-pkg: avoid implicit effects
by Arseny Maslennikov
· 6 years ago
da9cfb8
coccinelle: semantic code search for missing put_device()
by Wen Yang
· 6 years ago
a9dce66
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
f67e3fb4
Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
477558d
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
11efae3
Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
465c209
Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 6 years ago
a9c55d5
Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
9249735
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
ab81dab
fix sysfs_init_fs_context() in !CONFIG_NET_NS case
by Al Viro
· 6 years ago
9c7dc82
Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
6c83d0d
Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 6 years ago
636deed
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
aa2e3ac
Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
323ea40
Merge tag 'iommu-fix-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
0be2886
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 6 years ago
e8a71a3
Merge tag 'ntb-5.1' of git://github.com/jonmason/ntb
by Linus Torvalds
· 6 years ago
2b9c272
Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux
by Linus Torvalds
· 6 years ago
51b1ac0
Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 6 years ago
2dbb0e6
Merge tag 'sound-fix-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 6 years ago
8264fd0
Merge tag 'drm-next-2019-03-15' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
de57818
Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
5160bcc
Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 6 years ago
f91f2ee
Merge branch 'akpm' (rest of patches from Andrew)
by Linus Torvalds
· 6 years ago
8b0f9fa
filemap: add a comment about FAULT_FLAG_RETRY_NOWAIT behavior
by Linus Torvalds
· 6 years ago
4a605bc
kvm: vmx: fix formatting of a comment
by Paolo Bonzini
· 6 years ago
eca6be5
KVM: doc: Document the life cycle of a VM and its resources
by Sean Christopherson
· 6 years ago
6b4c9f4
filemap: drop the mmap_sem for all blocking operations
by Josef Bacik
· 6 years ago
Next »