Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
68289c634344431d6f97480eb5384516f37e39b8
68289c6
crypto: add header include guards
by Masahiro Yamada
· 5 years ago
1c0ab40
crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
by Vakul Garg
· 5 years ago
1b82feb
crypto: qat - Silence smp_processor_id() warning
by Alexander Sverdlin
· 5 years ago
0197028
crypto: atmel-sha204a - Use device-managed registration API
by Chuhong Yuan
· 5 years ago
c9f1fd4
Revert "crypto: aegis128 - add support for SIMD acceleration"
by Herbert Xu
· 5 years ago
82cb548
asm-generic: make simd.h a mandatory include/asm header
by Ard Biesheuvel
· 5 years ago
931c940
crypto: s390/aes - fix name clash after AES library refactor
by Ard Biesheuvel
· 5 years ago
8dfa20f
crypto: ghash - add comment and improve help text
by Eric Biggers
· 6 years ago
065cf57
padata: purge get_cpu and reorder_via_wq from padata_do_serial
by Daniel Jordan
· 6 years ago
b3553ef
crypto: bcm - check assoclen for rfc4543/rfc4106
by Iuliana Prodan
· 6 years ago
b93ecf4
crypto: ccree - check assoclen for rfc4543
by Iuliana Prodan
· 6 years ago
6fc4dbc
padata: Replace delayed timer with immediate workqueue in padata_reorder
by Herbert Xu
· 6 years ago
97ac82d
crypto: aegis - fix badly optimized clang output
by Arnd Bergmann
· 6 years ago
bfb5eb0
crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zalloc
by Chuhong Yuan
· 6 years ago
6ed0109
crypto: caam/qi2 - Increase napi budget to process more caam responses
by Vakul Garg
· 6 years ago
f2f1d75
hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify code
by Anson Huang
· 6 years ago
d10d094
hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify code
by Anson Huang
· 6 years ago
72c8117
crypto: ccp - Reduce maximum stack usage
by Arnd Bergmann
· 6 years ago
2a03e3a
crypto: ccp - Include the module name in system log messages
by Hook, Gary
· 6 years ago
4f22f32
crypto: Remove orphan tools/crypto directory
by Herbert Xu
· 6 years ago
a7268c4
crypto: cavium/nitrox - Add support for loading asymmetric crypto firmware
by Phani Kiran Hemadri
· 6 years ago
a7c2647
crypto: ccp - Add a module parameter to control registration for DMA
by Hook, Gary
· 6 years ago
90773bc
crypto: ccp - module parameter to limit the number of enabled CCPs
by Hook, Gary
· 6 years ago
c4a8927
crypto: ccp - Add a module parameter to specify a queue count
by Hook, Gary
· 6 years ago
93308ba
crypto: ccp - Make CCP debugfs support optional
by Hook, Gary
· 6 years ago
91b05a7
crypto: user - make NETLINK_CRYPTO work inside netns
by Ondrej Mosnacek
· 6 years ago
31fb084
crypto: inside-secure -reduce hash byte counters to 64 bits
by Pascal van Leeuwen
· 6 years ago
0e17e36
crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes))) suites
by Pascal van Leeuwen
· 6 years ago
54f9e8f
crypto: inside-secure - added support for rfc3686(ctr(aes))
by Pascal van Leeuwen
· 6 years ago
77cdd4e
crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))
by Pascal van Leeuwen
· 6 years ago
5c9254a
crypto: ux500 - Use spinlock_t instead of struct spinlock
by Sebastian Andrzej Siewior
· 6 years ago
cc2a58f
crypto: drivers - Use kmemdup rather than duplicating its implementation
by Fuqian Huang
· 6 years ago
97bcb16
crypto: tcrypt - add a speed test for AEGIS128
by Ard Biesheuvel
· 6 years ago
ecc8bc8
crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
by Ard Biesheuvel
· 6 years ago
7cdc0dd
crypto: aegis128 - add support for SIMD acceleration
by Ard Biesheuvel
· 6 years ago
521cdde
crypto: aegis - avoid prerotated AES tables
by Ard Biesheuvel
· 6 years ago
368b1bd
crypto: aegis128 - drop empty TFM init/exit routines
by Ard Biesheuvel
· 6 years ago
520c199
crypto: aegis128l/aegis256 - remove x86 and generic implementations
by Ard Biesheuvel
· 6 years ago
5cb9770
crypto: morus - remove generic and x86 implementations
by Ard Biesheuvel
· 6 years ago
f248caf
crypto: testmgr - add tests for lzo-rle
by Hannah Pan
· 6 years ago
b46033f
crypto: arm/aes-scalar - unexport en/decryption routines
by Ard Biesheuvel
· 6 years ago
642a88f
crypto: arm64/aes-cipher - switch to shared AES inverse Sbox
by Ard Biesheuvel
· 6 years ago
8de6dd3
crypto: arm/aes-cipher - switch to shared AES inverse Sbox
by Ard Biesheuvel
· 6 years ago
58144b8
crypto: arm64/aes-neon - switch to shared AES Sboxes
by Ard Biesheuvel
· 6 years ago
9467a31
crypto: lib/aes - export sbox and inverse sbox
by Ard Biesheuvel
· 6 years ago
1e25ca0
crypto: aes-generic - unexport last-round AES tables
by Ard Biesheuvel
· 6 years ago
571c47a
crypto: chelsio - replace AES cipher calls with library calls
by Ard Biesheuvel
· 6 years ago
6273fd7
crypto: ccp - move to AES library for CMAC key derivation
by Ard Biesheuvel
· 6 years ago
da3e7a9
crypto: amcc - switch to AES library for GCM key derivation
by Ard Biesheuvel
· 6 years ago
28a220a
bluetooth: switch to AES library
by Ard Biesheuvel
· 6 years ago
0a5dff9
crypto: arm/ghash - provide a synchronous version
by Ard Biesheuvel
· 6 years ago
e5f0504
crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)
by Ard Biesheuvel
· 6 years ago
5eedf31
crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
by Ard Biesheuvel
· 6 years ago
fafb1dc
crypto: arm/aes - use native endiannes for key schedule
by Ard Biesheuvel
· 6 years ago
4d3f9d8
crypto: arm64/aes-ce-cipher - use AES library as fallback
by Ard Biesheuvel
· 6 years ago
ff6f411
crypto: aes - move sync ctr(aes) to AES library and generic helper
by Ard Biesheuvel
· 6 years ago
d9ec772
crypto: ctr - add helper for performing a CTR encryption walk
by Ard Biesheuvel
· 6 years ago
5bb12d7
crypto: aes-generic - drop key expansion routine in favor of library version
by Ard Biesheuvel
· 6 years ago
c184472
crypto: arm64/aes-ce - switch to library version of key expansion routine
by Ard Biesheuvel
· 6 years ago
f68df54
crypto: arm64/aes-neonbs - switch to library version of key expansion routine
by Ard Biesheuvel
· 6 years ago
c59a6df
crypto: arm64/aes-ccm - switch to AES library
by Ard Biesheuvel
· 6 years ago
aa6e2d2
crypto: arm/aes-neonbs - switch to library version of key expansion routine
by Ard Biesheuvel
· 6 years ago
fe3b99b
crypto: arm64/ghash - switch to AES library
by Ard Biesheuvel
· 6 years ago
363a90c
crypto: safexcel/aes - switch to library version of key expansion routine
by Ard Biesheuvel
· 6 years ago
18d8b96d
crypto: cesa/aes - switch to library version of key expansion routine
by Ard Biesheuvel
· 6 years ago
8131878
crypto: padlock/aes - switch to library version of key expansion routine
by Ard Biesheuvel
· 6 years ago
1d2c327
crypto: x86/aes - drop scalar assembler implementations
by Ard Biesheuvel
· 6 years ago
2c53fd1
crypto: x86/aes-ni - switch to generic for fallback and key routines
by Ard Biesheuvel
· 6 years ago
e59c1c9
crypto: aes - create AES library based on the fixed time AES code
by Ard Biesheuvel
· 6 years ago
b158fcb
crypto: aes/fixed-time - align key schedule with other implementations
by Ard Biesheuvel
· 6 years ago
724ecd3
crypto: aes - rename local routines to prevent future clashes
by Ard Biesheuvel
· 6 years ago
20bb4ef
crypto: arm/aes-ce - cosmetic/whitespace cleanup
by Ard Biesheuvel
· 6 years ago
85b36ee
crypto: inside-secure - add support for 0 length HMAC messages
by Pascal van Leeuwen
· 6 years ago
41abed7
crypto: inside-secure - add support for arbitrary size hash/HMAC updates
by Pascal van Leeuwen
· 6 years ago
85695b0
crypto: inside-secure - let HW deal with initial hash digest
by Pascal van Leeuwen
· 6 years ago
dc5268b
crypto: inside-secure: back out parts of earlier HMAC update workaround
by Pascal van Leeuwen
· 6 years ago
a74d850
crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decrypt
by Pascal van Leeuwen
· 6 years ago
19b347b
crypto: inside-secure - fix scatter/gather list to descriptor conversion
by Pascal van Leeuwen
· 6 years ago
5bdb6e6
crypto: inside-secure - fix incorrect skcipher output IV
by Pascal van Leeuwen
· 6 years ago
384ce43
crypto: inside-secure - silently return -EINVAL for input error cases
by Pascal van Leeuwen
· 6 years ago
36160aa
crypto: inside-secure - keep ivsize for DES ECB modes at 0
by Pascal van Leeuwen
· 6 years ago
452c53d
crypto: ccree - notify TEE on FIPS tests errors
by Gilad Ben-Yossef
· 6 years ago
9552389
crypto: fips - add FIPS test failure notification chain
by Gilad Ben-Yossef
· 6 years ago
76a95bd8f
crypto: ccree - account for TEE not ready to report
by Gilad Ben-Yossef
· 6 years ago
e6e6600
crypto: ccree - drop legacy ivgen support
by Gilad Ben-Yossef
· 6 years ago
aca24d4
crypto: ccree - fix spelling mistake "configration" -> "configuration"
by Colin Ian King
· 6 years ago
5f9e832
Linus 5.3-rc1
by Linus Torvalds
· 5 years ago
c7bf0a0
Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 5 years ago
d6788eb
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
91962d0
Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
8cf6650
iommu/amd: fix a crash in iova_magazine_free_pfns
by Qian Cai
· 6 years ago
618381f
hexagon: switch to generic version of pte allocation
by Mike Rapoport
· 6 years ago
bec5545
Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb
by Linus Torvalds
· 5 years ago
1b03bc5
typo fix: it's d_make_root, not d_make_inode...
by Al Viro
· 6 years ago
e2297f7
dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examples
by Rob Herring
· 6 years ago
20051f5
dt-bindings: iio: ad7124: Fix dtc warnings in example
by Rob Herring
· 6 years ago
fbbf2b6
dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example
by Rob Herring
· 6 years ago
fcbe7e3
dt-bindings: pinctrl: aspeed: Fix AST2500 example errors
by Rob Herring
· 6 years ago
ad21a4c
dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errors
by Rob Herring
· 6 years ago
7d9ef7f3
dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodes
by Rob Herring
· 6 years ago
Next »