Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
54f9e8fa6668366620655df4e6ce5e7b9bf0de8c
54f9e8f
crypto: inside-secure - added support for rfc3686(ctr(aes))
by Pascal van Leeuwen
· 5 years ago
77cdd4e
crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))
by Pascal van Leeuwen
· 5 years ago
5c9254a
crypto: ux500 - Use spinlock_t instead of struct spinlock
by Sebastian Andrzej Siewior
· 5 years ago
cc2a58f
crypto: drivers - Use kmemdup rather than duplicating its implementation
by Fuqian Huang
· 5 years ago
97bcb16
crypto: tcrypt - add a speed test for AEGIS128
by Ard Biesheuvel
· 5 years ago
ecc8bc8
crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
by Ard Biesheuvel
· 5 years ago
7cdc0dd
crypto: aegis128 - add support for SIMD acceleration
by Ard Biesheuvel
· 5 years ago
521cdde
crypto: aegis - avoid prerotated AES tables
by Ard Biesheuvel
· 5 years ago
368b1bd
crypto: aegis128 - drop empty TFM init/exit routines
by Ard Biesheuvel
· 5 years ago
520c199
crypto: aegis128l/aegis256 - remove x86 and generic implementations
by Ard Biesheuvel
· 5 years ago
5cb9770
crypto: morus - remove generic and x86 implementations
by Ard Biesheuvel
· 5 years ago
f248caf
crypto: testmgr - add tests for lzo-rle
by Hannah Pan
· 5 years ago
b46033f
crypto: arm/aes-scalar - unexport en/decryption routines
by Ard Biesheuvel
· 5 years ago
642a88f
crypto: arm64/aes-cipher - switch to shared AES inverse Sbox
by Ard Biesheuvel
· 5 years ago
8de6dd3
crypto: arm/aes-cipher - switch to shared AES inverse Sbox
by Ard Biesheuvel
· 5 years ago
58144b8
crypto: arm64/aes-neon - switch to shared AES Sboxes
by Ard Biesheuvel
· 5 years ago
9467a31
crypto: lib/aes - export sbox and inverse sbox
by Ard Biesheuvel
· 5 years ago
1e25ca0
crypto: aes-generic - unexport last-round AES tables
by Ard Biesheuvel
· 5 years ago
571c47a
crypto: chelsio - replace AES cipher calls with library calls
by Ard Biesheuvel
· 5 years ago
6273fd7
crypto: ccp - move to AES library for CMAC key derivation
by Ard Biesheuvel
· 5 years ago
da3e7a9
crypto: amcc - switch to AES library for GCM key derivation
by Ard Biesheuvel
· 5 years ago
28a220a
bluetooth: switch to AES library
by Ard Biesheuvel
· 5 years ago
0a5dff9
crypto: arm/ghash - provide a synchronous version
by Ard Biesheuvel
· 5 years ago
e5f0504
crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)
by Ard Biesheuvel
· 5 years ago
5eedf31
crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
by Ard Biesheuvel
· 5 years ago
fafb1dc
crypto: arm/aes - use native endiannes for key schedule
by Ard Biesheuvel
· 5 years ago
4d3f9d8
crypto: arm64/aes-ce-cipher - use AES library as fallback
by Ard Biesheuvel
· 5 years ago
ff6f411
crypto: aes - move sync ctr(aes) to AES library and generic helper
by Ard Biesheuvel
· 5 years ago
d9ec772
crypto: ctr - add helper for performing a CTR encryption walk
by Ard Biesheuvel
· 5 years ago
5bb12d7
crypto: aes-generic - drop key expansion routine in favor of library version
by Ard Biesheuvel
· 5 years ago
c184472
crypto: arm64/aes-ce - switch to library version of key expansion routine
by Ard Biesheuvel
· 5 years ago
f68df54
crypto: arm64/aes-neonbs - switch to library version of key expansion routine
by Ard Biesheuvel
· 5 years ago
c59a6df
crypto: arm64/aes-ccm - switch to AES library
by Ard Biesheuvel
· 5 years ago
aa6e2d2
crypto: arm/aes-neonbs - switch to library version of key expansion routine
by Ard Biesheuvel
· 5 years ago
fe3b99b
crypto: arm64/ghash - switch to AES library
by Ard Biesheuvel
· 5 years ago
363a90c
crypto: safexcel/aes - switch to library version of key expansion routine
by Ard Biesheuvel
· 5 years ago
18d8b96d
crypto: cesa/aes - switch to library version of key expansion routine
by Ard Biesheuvel
· 5 years ago
8131878
crypto: padlock/aes - switch to library version of key expansion routine
by Ard Biesheuvel
· 5 years ago
1d2c327
crypto: x86/aes - drop scalar assembler implementations
by Ard Biesheuvel
· 5 years ago
2c53fd1
crypto: x86/aes-ni - switch to generic for fallback and key routines
by Ard Biesheuvel
· 5 years ago
e59c1c9
crypto: aes - create AES library based on the fixed time AES code
by Ard Biesheuvel
· 5 years ago
b158fcb
crypto: aes/fixed-time - align key schedule with other implementations
by Ard Biesheuvel
· 5 years ago
724ecd3
crypto: aes - rename local routines to prevent future clashes
by Ard Biesheuvel
· 5 years ago
20bb4ef
crypto: arm/aes-ce - cosmetic/whitespace cleanup
by Ard Biesheuvel
· 5 years ago
85b36ee
crypto: inside-secure - add support for 0 length HMAC messages
by Pascal van Leeuwen
· 5 years ago
41abed7
crypto: inside-secure - add support for arbitrary size hash/HMAC updates
by Pascal van Leeuwen
· 5 years ago
85695b0
crypto: inside-secure - let HW deal with initial hash digest
by Pascal van Leeuwen
· 5 years ago
dc5268b
crypto: inside-secure: back out parts of earlier HMAC update workaround
by Pascal van Leeuwen
· 5 years ago
a74d850
crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decrypt
by Pascal van Leeuwen
· 5 years ago
19b347b
crypto: inside-secure - fix scatter/gather list to descriptor conversion
by Pascal van Leeuwen
· 5 years ago
5bdb6e6
crypto: inside-secure - fix incorrect skcipher output IV
by Pascal van Leeuwen
· 5 years ago
384ce43
crypto: inside-secure - silently return -EINVAL for input error cases
by Pascal van Leeuwen
· 5 years ago
36160aa
crypto: inside-secure - keep ivsize for DES ECB modes at 0
by Pascal van Leeuwen
· 5 years ago
452c53d
crypto: ccree - notify TEE on FIPS tests errors
by Gilad Ben-Yossef
· 5 years ago
9552389
crypto: fips - add FIPS test failure notification chain
by Gilad Ben-Yossef
· 5 years ago
76a95bd8f
crypto: ccree - account for TEE not ready to report
by Gilad Ben-Yossef
· 5 years ago
e6e6600
crypto: ccree - drop legacy ivgen support
by Gilad Ben-Yossef
· 5 years ago
aca24d4
crypto: ccree - fix spelling mistake "configration" -> "configuration"
by Colin Ian King
· 5 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
· 5 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
· 5 years ago
e2297f7
dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examples
by Rob Herring
· 5 years ago
20051f5
dt-bindings: iio: ad7124: Fix dtc warnings in example
by Rob Herring
· 5 years ago
fbbf2b6
dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example
by Rob Herring
· 5 years ago
fcbe7e3
dt-bindings: pinctrl: aspeed: Fix AST2500 example errors
by Rob Herring
· 5 years ago
ad21a4c
dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errors
by Rob Herring
· 5 years ago
7d9ef7f3
dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodes
by Rob Herring
· 5 years ago
15ffef1
dt-bindings: Ensure child nodes are of type 'object'
by Rob Herring
· 5 years ago
f1a3b43
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 5 years ago
ac60602
Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 5 years ago
c6dd78f
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
46f5c0c
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e6023ad
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
4b01f5a
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
70e6e1b
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
07ab9d5
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
f65420d
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 5 years ago
168c799
Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
18253e0
Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
6879298
x86/entry/64: Prevent clobbering of saved CR2 value
by Thomas Gleixner
· 5 years ago
19dbdcb
smp: Warn on function calls from softirq context
by Peter Zijlstra
· 5 years ago
30cd860
KVM: x86: Add fixed counters to PMU filter
by Eric Hankland
· 5 years ago
88dddc1
KVM: nVMX: do not use dangling shadow VMCS after guest reset
by Paolo Bonzini
· 5 years ago
3b20e03
KVM: VMX: dump VMCS on failed entry
by Paolo Bonzini
· 5 years ago
6fc3977
KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
by Like Xu
· 5 years ago
d984740
KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeup
by Wanpeng Li
· 5 years ago
d73eb57
KVM: Boost vCPUs that are delivering interrupts
by Wanpeng Li
· 5 years ago
2417c87
KVM: selftests: Remove superfluous define from vmx.c
by Thomas Huth
· 5 years ago
118154b
KVM: SVM: Fix detection of AMD Errata 1096
by Liran Alon
· 5 years ago
0c5f81d
KVM: LAPIC: Inject timer interrupt via posted interrupt
by Wanpeng Li
· 5 years ago
c39f2d9
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 5 years ago
29be86d
kbuild: add -fcf-protection=none when using retpoline flags
by Seth Forshee
· 5 years ago
67bf474
kbuild: update compile-test header list for v5.3-rc1
by Masahiro Yamada
· 5 years ago
abdfd52
Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
af6af87d
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
Next »