index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
stm32
/
stm32-crc32.c
Age
Commit message (
Expand
)
Author
2025-06-30
crypto: stm32 - remove crc32 and crc32c support
Eric Biggers
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
Eric Biggers
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-10-19
crypto: drivers - Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2023-12-22
crypto: stm32/crc32 - fix parsing list of devices
Thomas Bourgoin
2023-10-27
crypto: stm32/crc32 - Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-27
crypto: stm32 - remove unnecessary alignmask
Eric Biggers
2022-03-25
crypto: stm32 - fix reference leak in stm32_crc_remove
Zheng Yongjun
2021-12-31
crypto: stm32/crc32 - Fix kernel BUG triggered in probe()
Marek Vasut
2020-09-25
crypto: stm32/crc32 - Avoid lock if hardware is already used
Nicolas Toromanoff
2020-08-28
crypto: stm32 - Fix sparse warnings
Herbert Xu
2020-08-25
crypto: stm32 - Add missing header inclusions
Herbert Xu
2020-05-23
crypto: stm32/crc32 - protect from concurrent accesses
Nicolas Toromanoff
2020-05-23
crypto: stm32/crc32 - don't sleep in runtime pm
Nicolas Toromanoff
2020-05-23
crypto: stm32/crc32 - fix multi-instance
Nicolas Toromanoff
2020-05-23
crypto: stm32/crc32 - fix run-time self test issue.
Nicolas Toromanoff
2020-05-23
crypto: stm32/crc32 - fix ext4 chksum BUG_ON()
Nicolas Toromanoff
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-08-09
crypto: stm32 - use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-07-03
crypto: stm32/crc32 - rename driver file
Lionel Debieve