index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-26
crypto: ccp - move to AES library for CMAC key derivation
Ard Biesheuvel
3
-24
/
+5
2019-07-26
crypto: amcc - switch to AES library for GCM key derivation
Ard Biesheuvel
2
-17
/
+9
2019-07-26
bluetooth: switch to AES library
Ard Biesheuvel
2
-73
/
+33
2019-07-26
crypto: arm/ghash - provide a synchronous version
Ard Biesheuvel
1
-26
/
+52
2019-07-26
crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)
Ard Biesheuvel
1
-0
/
+65
2019-07-26
crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
Ard Biesheuvel
1
-0
/
+43
2019-07-26
crypto: arm/aes - use native endiannes for key schedule
Ard Biesheuvel
2
-16
/
+13
2019-07-26
crypto: arm64/aes-ce-cipher - use AES library as fallback
Ard Biesheuvel
3
-9
/
+3
2019-07-26
crypto: aes - move sync ctr(aes) to AES library and generic helper
Ard Biesheuvel
3
-60
/
+33
2019-07-26
crypto: ctr - add helper for performing a CTR encryption walk
Ard Biesheuvel
1
-0
/
+50
2019-07-26
crypto: aes-generic - drop key expansion routine in favor of library version
Ard Biesheuvel
3
-153
/
+3
2019-07-26
crypto: arm64/aes-ce - switch to library version of key expansion routine
Ard Biesheuvel
2
-8
/
+11
2019-07-26
crypto: arm64/aes-neonbs - switch to library version of key expansion routine
Ard Biesheuvel
2
-4
/
+5
2019-07-26
crypto: arm64/aes-ccm - switch to AES library
Ard Biesheuvel
2
-13
/
+7
2019-07-26
crypto: arm/aes-neonbs - switch to library version of key expansion routine
Ard Biesheuvel
2
-3
/
+3
2019-07-26
crypto: arm64/ghash - switch to AES library
Ard Biesheuvel
2
-22
/
+11
2019-07-26
crypto: safexcel/aes - switch to library version of key expansion routine
Ard Biesheuvel
2
-2
/
+2
2019-07-26
crypto: cesa/aes - switch to library version of key expansion routine
Ard Biesheuvel
2
-2
/
+2
2019-07-26
crypto: padlock/aes - switch to library version of key expansion routine
Ard Biesheuvel
2
-2
/
+2
2019-07-26
crypto: x86/aes - drop scalar assembler implementations
Ard Biesheuvel
5
-665
/
+0
2019-07-26
crypto: x86/aes-ni - switch to generic for fallback and key routines
Ard Biesheuvel
3
-22
/
+8
2019-07-26
crypto: aes - create AES library based on the fixed time AES code
Ard Biesheuvel
5
-300
/
+394
2019-07-26
crypto: aes/fixed-time - align key schedule with other implementations
Ard Biesheuvel
1
-31
/
+21
2019-07-26
crypto: aes - rename local routines to prevent future clashes
Ard Biesheuvel
6
-24
/
+24
2019-07-26
crypto: arm/aes-ce - cosmetic/whitespace cleanup
Ard Biesheuvel
1
-60
/
+56
2019-07-26
crypto: inside-secure - add support for 0 length HMAC messages
Pascal van Leeuwen
1
-3
/
+44
2019-07-26
crypto: inside-secure - add support for arbitrary size hash/HMAC updates
Pascal van Leeuwen
2
-158
/
+269
2019-07-26
crypto: inside-secure - let HW deal with initial hash digest
Pascal van Leeuwen
1
-65
/
+6
2019-07-26
crypto: inside-secure: back out parts of earlier HMAC update workaround
Pascal van Leeuwen
1
-19
/
+13
2019-07-26
crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decrypt
Pascal van Leeuwen
2
-5
/
+4
2019-07-26
crypto: inside-secure - fix scatter/gather list to descriptor conversion
Pascal van Leeuwen
1
-46
/
+136
2019-07-26
crypto: inside-secure - fix incorrect skcipher output IV
Pascal van Leeuwen
1
-41
/
+43
2019-07-26
crypto: inside-secure - silently return -EINVAL for input error cases
Pascal van Leeuwen
1
-5
/
+20
2019-07-26
crypto: inside-secure - keep ivsize for DES ECB modes at 0
Pascal van Leeuwen
1
-2
/
+0
2019-07-26
crypto: ccree - notify TEE on FIPS tests errors
Gilad Ben-Yossef
1
-0
/
+23
2019-07-26
crypto: fips - add FIPS test failure notification chain
Gilad Ben-Yossef
3
-1
/
+21
2019-07-26
crypto: ccree - account for TEE not ready to report
Gilad Ben-Yossef
1
-1
/
+7
2019-07-26
crypto: ccree - drop legacy ivgen support
Gilad Ben-Yossef
9
-466
/
+17
2019-07-26
crypto: ccree - fix spelling mistake "configration" -> "configuration"
Colin Ian King
1
-1
/
+1
2019-07-22
Linus 5.3-rc1
Linus Torvalds
1
-2
/
+2
2019-07-21
Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-122
/
+119
2019-07-21
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2019-07-21
Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-31
/
+126
2019-07-21
iommu/amd: fix a crash in iova_magazine_free_pfns
Qian Cai
1
-1
/
+1
2019-07-21
hexagon: switch to generic version of pte allocation
Mike Rapoport
1
-32
/
+2
2019-07-21
Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb
Linus Torvalds
19
-60
/
+1458
2019-07-21
typo fix: it's d_make_root, not d_make_inode...
Al Viro
1
-1
/
+1
2019-07-21
dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examples
Rob Herring
1
-0
/
+4
2019-07-21
dt-bindings: iio: ad7124: Fix dtc warnings in example
Rob Herring
1
-33
/
+38
2019-07-21
dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example
Rob Herring
1
-1
/
+1
[next]