index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption
Herbert Xu
1
-26
/
+25
2023-02-10
crypto: arm64/sm4-ccm - Rewrite skcipher walker loop
Tianjia Zhang
1
-20
/
+24
2023-02-10
crypto: arm64/aes-ccm - Rewrite skcipher walker loop
Herbert Xu
1
-31
/
+26
2023-01-20
crypto: arm64/gcm - add RFC4106 support
Ard Biesheuvel
1
-38
/
+107
2022-12-30
crypto: arm64/sm4 - fix possible crash with CFI enabled
Tianjia Zhang
2
-4
/
+6
2022-12-09
crypto: arm64/ghash-ce - use frame_push/pop macros consistently
Ard Biesheuvel
1
-5
/
+3
2022-12-09
crypto: arm64/crct10dif - use frame_push/pop macros consistently
Ard Biesheuvel
1
-3
/
+2
2022-12-09
crypto: arm64/aes-modes - use frame_push/pop macros consistently
Ard Biesheuvel
1
-22
/
+12
2022-12-09
crypto: arm64/aes-neonbs - use frame_push/pop consistently
Ard Biesheuvel
1
-9
/
+7
2022-12-02
crypto: Prepare to move crypto_tfm_ctx
Herbert Xu
3
-3
/
+3
2022-11-25
crypto: arm64/sm3 - fix possible crash with CFI enabled
Eric Biggers
1
-1
/
+2
2022-11-25
crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapper
Eric Biggers
2
-11
/
+5
2022-11-18
crypto: arm64 - Fix unused variable compilation warnings of cpu_feature
Tianjia Zhang
2
-2
/
+2
2022-11-11
crypto: move gf128mul library into lib/crypto
Ard Biesheuvel
1
-1
/
+1
2022-11-04
crypto: arm64/sm4 - add CE implementation for GCM mode
Tianjia Zhang
4
-0
/
+1046
2022-11-04
crypto: arm64/sm4 - add CE implementation for CCM mode
Tianjia Zhang
4
-0
/
+650
2022-11-04
crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
Tianjia Zhang
2
-1
/
+336
2022-11-04
crypto: arm64/sm4 - add CE implementation for XTS mode
Tianjia Zhang
3
-2
/
+504
2022-11-04
crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
Tianjia Zhang
2
-0
/
+196
2022-11-04
crypto: arm64/sm4 - export reusable CE acceleration functions
Tianjia Zhang
2
-0
/
+21
2022-11-04
crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation
Tianjia Zhang
2
-24
/
+24
2022-11-04
crypto: arm64/sm4 - refactor and simplify CE implementation
Tianjia Zhang
3
-400
/
+519
2022-11-04
crypto: arm64/sm4 - refactor and simplify NEON implementation
Tianjia Zhang
2
-346
/
+456
2022-11-04
crypto: arm64/sm3 - add NEON assembly implementation
Tianjia Zhang
4
-0
/
+717
2022-11-04
crypto: arm64/sm3 - raise the priority of the CE implementation
Tianjia Zhang
1
-1
/
+1
2022-10-10
Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-69
/
+210
2022-09-26
arm64: Add types to indirect called assembly functions
Sami Tolvanen
2
-3
/
+5
2022-09-24
crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CE
Lukas Bulwahn
1
-1
/
+1
2022-08-26
crypto: Kconfig - simplify cipher entries
Robert Elliott
1
-10
/
+99
2022-08-26
crypto: Kconfig - simplify hash entries
Robert Elliott
1
-12
/
+65
2022-08-26
crypto: Kconfig - simplify CRC entries
Robert Elliott
1
-1
/
+6
2022-08-26
crypto: Kconfig - sort the arm64 entries
Robert Elliott
1
-53
/
+54
2022-08-26
crypto: Kconfig - submenus for arm and arm64
Robert Elliott
1
-9
/
+2
2022-07-29
crypto: arm64/poly1305 - fix a read out-of-bound
GUO Zihua
1
-1
/
+1
2022-06-30
crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE
Qian Cai
1
-0
/
+1
2022-06-30
crypto: arm64/aes-neon - Fix typo in comment
Jilin Yuan
1
-1
/
+1
2022-06-10
crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVAL
Nathan Huckleberry
4
-0
/
+560
2022-06-10
crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modes
Nathan Huckleberry
2
-68
/
+185
2022-06-10
crypto: arm64/aes-xctr - Add accelerated implementation of XCTR
Nathan Huckleberry
3
-66
/
+168
2022-04-15
crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementation
Tianjia Zhang
1
-2
/
+2
2022-04-08
crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementation
Tianjia Zhang
4
-0
/
+1041
2022-04-08
crypto: arm64/sm4 - add ARMv8 NEON implementation
Tianjia Zhang
4
-0
/
+938
2022-04-08
crypto: arm64/sm4-ce - rename to sm4-ce-cipher
Tianjia Zhang
3
-3
/
+3
2022-04-08
crypto: sm3,sm4 - move into crypto directory
Jason A. Donenfeld
1
-2
/
+2
2022-03-09
crypto: arm64 - cleanup comments
Tom Rix
3
-3
/
+3
2022-02-05
crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizes
Ard Biesheuvel
2
-108
/
+57
2022-02-05
crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunk
Ard Biesheuvel
3
-142
/
+55
2022-02-05
crypto: arm64/aes-neon-ctr - improve handling of single tail block
Ard Biesheuvel
2
-19
/
+20
2022-01-28
crypto: arm64/sm3-ce - make dependent on sm3 library
Tianjia Zhang
2
-9
/
+21
2021-12-14
arm64: Add macro version of the BTI instruction
Mark Brown
1
-5
/
+5
[next]