Age | Commit message (Expand) | Author | Files | Lines |
2023-03-14 | crypto: p10-aes-gcm - Update Kconfig and Makefile | Danny Tsen | 2 | -0/+30 |
2023-03-14 | crypto: p10-aes-gcm - A perl script to process PowerPC assembler source. | Danny Tsen | 1 | -0/+229 |
2023-03-14 | crypto: p10-aes-gcm - Supporting functions for ghash | Danny Tsen | 1 | -0/+370 |
2023-03-14 | crypto: p10-aes-gcm - Supporting functions for AES | Danny Tsen | 1 | -0/+585 |
2023-03-14 | crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementation | Danny Tsen | 1 | -0/+1521 |
2023-03-14 | crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementation | Danny Tsen | 1 | -0/+345 |
2023-03-14 | crypto: ccree - Use devm_platform_get_and_ioremap_resource() | Yang Li | 1 | -2/+2 |
2023-03-14 | crypto: aspeed - Use devm_platform_ioremap_resource() | Yang Li | 1 | -5/+2 |
2023-03-14 | hwrng: meson - remove not needed call to platform_set_drvdata | Heiner Kallweit | 1 | -2/+0 |
2023-03-14 | hwrng: meson - use devm_clk_get_optional_enabled | Heiner Kallweit | 1 | -20/+4 |
2023-03-14 | hwrng: meson - remove unused member of struct meson_rng_data | Heiner Kallweit | 1 | -3/+0 |
2023-03-14 | padata: Make kobj_type structure constant | Thomas Weißschuh | 1 | -1/+1 |
2023-03-14 | crypto: api - Check CRYPTO_USER instead of NET for report | Herbert Xu | 9 | -72/+36 |
2023-03-14 | crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.h | Herbert Xu | 2 | -13/+13 |
2023-03-14 | crypto: rng - Count error stats differently | Herbert Xu | 5 | -126/+105 |
2023-03-14 | crypto: skcipher - Count error stats differently | Herbert Xu | 5 | -79/+109 |
2023-03-14 | crypto: kpp - Count error stats differently | Herbert Xu | 5 | -101/+89 |
2023-03-14 | crypto: acomp - Count error stats differently | Herbert Xu | 9 | -156/+229 |
2023-03-14 | crypto: hash - Count error stats differently | Herbert Xu | 7 | -157/+240 |
2023-03-14 | crypto: akcipher - Count error stats differently | Herbert Xu | 5 | -138/+108 |
2023-03-14 | crypto: aead - Count error stats differently | Herbert Xu | 5 | -84/+95 |
2023-03-14 | crypto: algapi - Move stat reporting into algapi | Herbert Xu | 2 | -0/+9 |
2023-03-14 | crypto: qat - Include algapi.h for low-level Crypto API | Herbert Xu | 1 | -1/+2 |
2023-03-14 | hwrng: xgene - Improve error reporting for problems during .remove() | Uwe Kleine-König | 1 | -1/+1 |
2023-03-10 | hwrng: xgene - Simplify using devm_clk_get_optional_enabled() | Uwe Kleine-König | 1 | -21/+6 |
2023-03-10 | hwrng: xgene - Simplify using dev_err_probe() | Uwe Kleine-König | 1 | -14/+7 |
2023-03-10 | crypto: acomp - Be more careful with request flags | Herbert Xu | 1 | -1/+3 |
2023-03-06 | Linux 6.3-rc1v6.3-rc1 | Linus Torvalds | 1 | -2/+2 |
2023-03-06 | cpumask: re-introduce constant-sized cpumask optimizations | Linus Torvalds | 4 | -72/+72 |
2023-03-05 | Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 3 | -23/+53 |
2023-03-05 | Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -15/+51 |
2023-03-05 | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -15/+44 |
2023-03-05 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -0/+1 |
2023-03-05 | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 11 | -11/+48 |
2023-03-05 | Remove Intel compiler support | Masahiro Yamada | 11 | -287/+5 |
2023-03-05 | Adding VFS co-maintainer | Al Viro | 1 | -0/+1 |
2023-03-05 | Merge tag 'i2c-for-6.3-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -15/+7 |
2023-03-05 | mm: avoid gcc complaint about pointer casting | Linus Torvalds | 1 | -2/+8 |
2023-03-05 | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s... | Linus Torvalds | 19 | -82/+147 |
2023-03-04 | Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 3 | -8/+2 |
2023-03-04 | Merge tag 'sound-fix-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 23 | -152/+263 |
2023-03-04 | Merge tag 'for-v6.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 3 | -7/+8 |
2023-03-04 | Merge tag '6.3-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 10 | -157/+190 |
2023-03-04 | umh: simplify the capability pointer logic | Linus Torvalds | 1 | -13/+5 |
2023-03-04 | Merge tag 'cocci-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 2 | -6/+6 |
2023-03-04 | Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -0/+1 |
2023-03-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 36 | -252/+291 |
2023-03-03 | i2c: gxp: fix an error code in probe | Dan Carpenter | 1 | -1/+1 |
2023-03-03 | i2c: gxp: return proper error on address NACK | Wolfram Sang | 1 | -2/+4 |
2023-03-03 | i2c: gxp: remove "empty" switch statement | Wolfram Sang | 1 | -12/+1 |