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
/
drivers
/
crypto
/
caam
/
caamhash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-03
crypto: caam - save caam memory to support crypto engine retry mechanism.
Gaurav Jain
1
-0
/
+3
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
1
-1
/
+1
2020-04-16
crypto: caam - fix use-after-free KASAN issue for HASH algorithms
Iuliana Prodan
1
-2
/
+6
2020-03-06
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-22
crypto: caam - add crypto_engine support for HASH algorithms
Iuliana Prodan
1
-51
/
+123
2020-02-22
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
1
-23
/
+11
2020-02-22
crypto: caam - refactor ahash_edesc_alloc
Iuliana Prodan
1
-40
/
+22
2020-02-22
crypto: caam - refactor ahash_done callbacks
Iuliana Prodan
1
-66
/
+22
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-7
/
+2
2019-12-20
crypto: caam - remove double buffering for ahash
Andrei Botila
1
-100
/
+58
2019-08-30
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
1
-1
/
+1
2019-08-09
crypto: caam - change return value in case CAAM has no MDHA
Iuliana Prodan
1
-1
/
+1
2019-08-09
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
1
-15
/
+38
2019-08-09
crypto: caam - keep both virtual and dma key addresses
Horia Geantă
1
-20
/
+17
2019-08-09
crypto: caam - check key length
Iuliana Prodan
1
-0
/
+12
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
1
-8
/
+12
2019-06-20
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
1
-8
/
+7
2019-05-30
crypto: caam - print debug messages at debug level
Sascha Hauer
1
-132
/
+93
2019-05-30
crypto: caam - remove unused defines
Sascha Hauer
1
-8
/
+0
2019-05-23
crypto: caam - convert top level drivers to libraries
Horia Geantă
1
-43
/
+5
2019-05-23
crypto: caam - fix S/G table passing page boundary
Horia Geantă
1
-15
/
+18
2019-03-28
crypto: caam - fix copy of next buffer for xcbc and cmac
Iuliana Prodan
1
-7
/
+6
2019-03-07
crypto: caam - add missing put_device() call
Wen Yang
1
-7
/
+11
2019-02-28
crypto: caam - generate hash keys in-place
Horia Geantă
1
-27
/
+13
2019-02-28
crypto: caam - fix DMA mapping xcbc key twice
Horia Geantă
1
-2
/
+1
2019-02-28
crypto: caam - fix hash context DMA unmap size
Franck LENORMAND
1
-3
/
+5
2019-02-01
crypto: caam - fix DMA mapping of stack memory
Horia Geantă
1
-64
/
+21
2019-02-01
crypto: caam - fix indentation of goto label
Roland Hieber
1
-1
/
+1
2019-02-01
crypto: caam - add support for cmac(aes)
Iuliana Prodan
1
-21
/
+111
2019-01-11
crypto: caam - add support for xcbc(aes)
Iuliana Prodan
1
-16
/
+173
2019-01-11
crypto: caam - create ahash shared descriptors only once
Iuliana Prodan
1
-1
/
+6
2019-01-11
crypto: caam - fix error reporting for caam_hash_alloc
Iuliana Prodan
1
-1
/
+2
2019-01-10
crypto: caam - fix zero-length buffer DMA mapping
Aymen Sghaier
1
-6
/
+9
2018-11-16
crypto: caam - add register map changes cf. Era 10
Horia Geantă
1
-5
/
+15
2018-10-17
crypto: caam - add SPDX license identifier to all files
Horia Geantă
1
-0
/
+1
2018-09-21
crypto: caam - export ahash shared descriptor generation
Horia Geantă
1
-70
/
+9
2018-07-09
crypto: ahash - remove useless setting of cra_type
Eric Biggers
1
-1
/
+0
2018-07-09
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-1
/
+1
2017-12-28
crypto: caam - add Derived Key Protocol (DKP) support
Horia Geantă
1
-23
/
+50
2017-11-06
crypto: caam - remove unused param of ctx_map_to_sec4_sg()
Horia Geantă
1
-4
/
+4
2017-11-06
crypto: caam - remove unneeded edesc zeroization
Horia Geantă
1
-4
/
+0
2017-08-03
crypto: caam/jr - add support for DPAA2 parts
Horia Geantă
1
-4
/
+3
2017-07-12
crypto: caam - fix signals handling
Horia Geantă
1
-1
/
+1
2017-06-22
crypto: caam - fix gfp allocation flags (part II)
Horia Geantă
1
-16
/
+16
2017-02-15
crypto: caam - fix state buffer DMA (un)mapping
Horia Geantă
1
-55
/
+52
2017-02-15
crypto: caam - abstract ahash request double buffering
Horia Geantă
1
-29
/
+48
2017-02-15
crypto: caam - fix error path for ctx_dma mapping failure
Horia Geantă
1
-1
/
+6
2017-02-15
crypto: caam - fix DMA API leaks for multiple setkey() calls
Horia Geantă
1
-46
/
+33
2017-02-15
crypto: caam - don't dma_map key for hash algorithms
Horia Geantă
1
-17
/
+1
2016-11-28
crypto: caam - refactor ahash shared descriptor generation
Horia Geantă
1
-94
/
+36
[next]