index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
algapi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: lib - move __crypto_xor into utils
Eric Biggers
2022-08-19
1
-71
/
+0
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-03-21
1
-5
/
+43
|
\
|
*
crypto: crypto_xor - use helpers for unaligned accesses
Ard Biesheuvel
2022-03-03
1
-3
/
+21
|
*
crypto: api - allow algs only in specific constructions in FIPS mode
Nicolai Stange
2022-03-03
1
-2
/
+16
|
*
crypto: testmgr - Move crypto_simd_disabled_for_test out
Herbert Xu
2022-01-31
1
-0
/
+6
*
|
crypto: api - Move cryptomgr soft dependency into algapi
Herbert Xu
2022-02-05
1
-0
/
+1
|
/
*
crypto: api - Fix boot-up crash when crypto manager is disabled
Herbert Xu
2021-11-09
1
-0
/
+2
*
crypto: api - Do not create test larvals if manager is disabled
Herbert Xu
2021-10-29
1
-20
/
+36
*
crypto: api - Fix built-in testing dependency failures
Herbert Xu
2021-09-24
1
-22
/
+51
*
crypto: api - remove CRYPTOA_U32 and related functions
Liu Shixin
2021-06-17
1
-18
/
+0
*
crypto: algapi - use common mechanism for inheriting flags
Eric Biggers
2020-07-16
1
-1
/
+20
*
crypto: algapi - create function to add request in front of queue
Iuliana Prodan
2020-05-08
1
-0
/
+8
*
crypto: api - Fix use-after-free and race in crypto_spawn_alg
Herbert Xu
2020-04-16
1
-6
/
+16
*
crypto: algapi - Avoid spurious modprobe on LOADED
Eric Biggers
2020-04-16
1
-1
/
+1
*
crypto: algapi - remove crypto_template::{alloc,free}()
Eric Biggers
2020-01-09
1
-5
/
+0
*
crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()
Eric Biggers
2020-01-09
1
-29
/
+14
*
crypto: algapi - remove obsoleted instance creation helpers
Eric Biggers
2020-01-09
1
-57
/
+0
*
crypto: algapi - pass instance to crypto_grab_spawn()
Eric Biggers
2020-01-09
1
-3
/
+3
*
crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name
Eric Biggers
2020-01-09
1
-0
/
+4
*
crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns
Eric Biggers
2020-01-09
1
-0
/
+3
*
crypto: api - Retain alg refcount in crypto_grab_spawn
Herbert Xu
2019-12-27
1
-8
/
+40
*
crypto: algapi - make unregistration functions return void
Eric Biggers
2019-12-20
1
-17
/
+8
*
crypto: api - fix unexpectedly getting generic implementation
Herbert Xu
2019-12-20
1
-3
/
+21
*
crypto: api - Add more comments to crypto_remove_spawns
Herbert Xu
2019-12-11
1
-0
/
+25
*
crypto: api - Do not zap spawn->alg
Herbert Xu
2019-12-11
1
-10
/
+12
*
crypto: api - Fix race condition in crypto_spawn_alg
Herbert Xu
2019-12-11
1
-11
/
+5
*
crypto: api - Check spawn->alg under lock in crypto_drop_spawn
Herbert Xu
2019-12-11
1
-4
/
+2
*
crypto: ablkcipher - remove deprecated and unused ablkcipher support
Ard Biesheuvel
2019-11-17
1
-26
/
+0
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-07-08
1
-31
/
+4
|
\
|
*
crypto: algapi - require cra_name and cra_driver_name
Eric Biggers
2019-06-13
1
-18
/
+4
|
*
crypto: algapi - remove crypto_tfm_in_queue()
Eric Biggers
2019-05-30
1
-13
/
+0
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
|
/
*
crypto: api - add a helper to (un)register a array of templates
Xiongfeng Wang
2019-01-25
1
-0
/
+27
*
crypto: algapi - reject NULL crypto_spawn::inst
Eric Biggers
2019-01-11
1
-0
/
+3
*
crypto: algapi - remove crypto_alloc_instance()
Eric Biggers
2019-01-11
1
-31
/
+2
*
crypto: user - Add crypto_stats_init
Corentin Labbe
2018-12-07
1
-3
/
+7
*
crypto: user - rename err_cnt parameter
Corentin Labbe
2018-12-07
1
-19
/
+19
*
crypto: user - Split stats in multiple structures
Corentin Labbe
2018-12-07
1
-57
/
+51
*
crypto: user - fix use_after_free of struct xxx_request
Corentin Labbe
2018-12-07
1
-0
/
+233
*
crypto: user - convert all stats from u32 to u64
Corentin Labbe
2018-12-07
1
-5
/
+5
*
crypto: user - made crypto_user_stat optional
Corentin Labbe
2018-12-07
1
-0
/
+2
*
crypto: user - Implement a generic crypto statistics
Corentin Labbe
2018-09-28
1
-0
/
+8
*
crypto: api - Introduce notifier for new crypto algorithms
Martin K. Petersen
2018-09-04
1
-0
/
+2
*
crypto: api - Introduce generic max blocksize and alignmask
Kees Cook
2018-09-04
1
-1
/
+6
*
crypto: api - laying defines and checks for statically allocated buffers
Salvatore Mesoraca
2018-04-21
1
-0
/
+10
*
crypto: api - Keep failed instances alive
Herbert Xu
2018-03-31
1
-8
/
+0
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-01-31
1
-9
/
+4
|
\
|
*
crypto: algapi - remove unused notifications
Eric Biggers
2018-01-05
1
-5
/
+0
|
*
crypto: algapi - convert cra_refcnt to refcount_t
Eric Biggers
2018-01-05
1
-4
/
+4
*
|
crypto: algapi - fix NULL dereference in crypto_remove_spawns()
Eric Biggers
2018-01-05
1
-0
/
+12
|
/
[next]