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
/
aes-glue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-10
crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modes
Nathan Huckleberry
1
-0
/
+16
2022-06-10
crypto: arm64/aes-xctr - Add accelerated implementation of XCTR
Nathan Huckleberry
1
-2
/
+62
2022-02-05
crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunk
Ard Biesheuvel
1
-0
/
+1
2022-02-05
crypto: arm64/aes-neon-ctr - improve handling of single tail block
Ard Biesheuvel
1
-14
/
+7
2021-09-17
crypto: arm64/aes-ce - stop using SIMD helper for skciphers
Ard Biesheuvel
1
-89
/
+13
2021-02-10
crypto: arm64/aes-ce-mac - simplify NEON yield
Ard Biesheuvel
1
-7
/
+14
2021-01-03
crypto: arm64/aes-ctr - improve tail handling
Ard Biesheuvel
1
-21
/
+25
2021-01-03
crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled
Ard Biesheuvel
1
-2
/
+2
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+1
2020-05-08
crypto: arm64/aes-glue - use crypto_shash_tfm_digest()
Eric Biggers
1
-3
/
+1
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-26
/
+5
2019-09-09
crypto: arm64/aes-neonbs - implement ciphertext stealing for XTS
Ard Biesheuvel
1
-0
/
+2
2019-09-09
crypto: arm64/aes - implement support for XTS ciphertext stealing
Ard Biesheuvel
1
-12
/
+114
2019-09-09
crypto: arm64/aes-cts-cbc - move request context data to the stack
Ard Biesheuvel
1
-35
/
+26
2019-09-09
crypto: arm64/aes-neon - limit exposed routines if faster driver is enabled
Ard Biesheuvel
1
-53
/
+59
2019-09-09
crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation.
zhong jiang
1
-3
/
+1
2019-08-30
crypto: arm64/aes - implement accelerated ESSIV/CBC mode
Ard Biesheuvel
1
-0
/
+124
2019-08-30
crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
Ard Biesheuvel
1
-42
/
+40
2019-07-26
crypto: aes - move sync ctr(aes) to AES library and generic helper
Ard Biesheuvel
1
-5
/
+17
2019-07-26
crypto: arm64/aes-ce - switch to library version of key expansion routine
Ard Biesheuvel
1
-7
/
+10
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-04-08
crypto: arm64/cbcmac - handle empty messages in same way as template
Eric Biggers
1
-1
/
+1
2019-03-22
crypto: arm64 - convert to use crypto_simd_usable()
Eric Biggers
1
-2
/
+2
2018-10-08
crypto: arm64/aes - fix handling sub-block CTS-CBC inputs
Eric Biggers
1
-4
/
+9
2018-09-21
crypto: arm64/aes-blk - add support for CTS-CBC mode
Ard Biesheuvel
1
-0
/
+165
2018-09-21
crypto: arm64/aes-blk - remove pointless (u8 *) casts
Ard Biesheuvel
1
-24
/
+23
2018-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
1
-1
/
+1
2018-07-09
crypto: shash - remove useless setting of type flags
Eric Biggers
1
-3
/
+0
2018-06-15
crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_be...
Jia He
1
-1
/
+1
2018-03-16
crypto: arm64/aes-blk - move kernel mode neon en/disable into loop
Ard Biesheuvel
1
-49
/
+46
2017-11-29
crypto: arm64/aes - do not call crypto_unregister_skcipher twice on error
Corentin Labbe
1
-0
/
+1
2017-08-04
crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTR
Ard Biesheuvel
1
-15
/
+44
2017-08-04
crypto: algapi - make crypto_xor() take separate dst and src arguments
Ard Biesheuvel
1
-3
/
+1
2017-02-11
crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driver
Ard Biesheuvel
1
-1
/
+239
2017-02-03
crypto: arm64/aes-neon-blk - tweak performance for low end cores
Ard Biesheuvel
1
-0
/
+2
2017-02-03
crypto: arm64/aes-blk - remove cra_alignmask
Ard Biesheuvel
1
-10
/
+6
2017-01-13
crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well
Ard Biesheuvel
1
-2
/
+23
2016-11-30
crypto: arm64/aes-ce-ctr - fix skcipher conversion
Ard Biesheuvel
1
-0
/
+1
2016-11-30
crypto: arm/aes-ce - fix broken monolithic build
Ard Biesheuvel
1
-1
/
+1
2016-11-28
crypto: arm64/aes - Convert to skcipher
Herbert Xu
1
-224
/
+158
2016-09-13
crypto: arm64/aes-ctr - fix NULL dereference in tail processing
Ard Biesheuvel
1
-1
/
+1
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+5
2016-02-17
crypto: xts - fix compile errors
Stephan Mueller
1
-0
/
+1
2016-02-17
crypto: xts - consolidate sanity check for keys
Stephan Mueller
1
-0
/
+4
2016-02-15
arm/arm64: crypto: assure that ECB modes don't require an IV
Jeremy Linton
1
-2
/
+2
2015-03-31
crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphers
Stephan Mueller
1
-4
/
+8
2014-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-4
/
+4
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
1
-4
/
+4
2014-11-06
arm64/crypto: use crypto instructions to generate AES key schedule
Ard Biesheuvel
1
-6
/
+12
2014-07-28
crypto: arm64-aes - fix encryption of unaligned data
Mikulas Patocka
1
-6
/
+6
[next]