mirror_zfs/module/icp/asm-x86_64/aes
наб 18168da727
module/*.ko: prune .data, global .rodata
Evaluated every variable that lives in .data (and globals in .rodata)
in the kernel modules, and constified/eliminated/localised them
appropriately. This means that all read-only data is now actually
read-only data, and, if possible, at file scope. A lot of previously-
global-symbols became inlinable (and inlined!) constants. Probably
not in a big Wowee Performance Moment, but hey.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12899
2022-01-14 15:37:55 -08:00
..
aes_aesni.S module: icp: fix unused, remove argsused 2021-12-23 09:42:47 -08:00
aes_amd64.S module/*.ko: prune .data, global .rodata 2022-01-14 15:37:55 -08:00
aeskey.c codebase style improvements for OpenZFS 6459 port 2017-01-22 13:25:40 -08:00
aesopt.h Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
aestab2.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
aestab.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
THIRDPARTYLICENSE.gladman Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
THIRDPARTYLICENSE.gladman.descrip Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
THIRDPARTYLICENSE.openssl Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
THIRDPARTYLICENSE.openssl.descrip Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00