summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/murmurhash3.c
AgeCommit message (Expand)Author
2024-11-20dm-vdo murmurhash: remove u64 alignment requirementSusan LeGendre-McGhee
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-04-10dm vdo murmurhash: remove unneeded semicolonMatthew Sakai
2024-03-29dm vdo murmurhash3: use kernel byteswapping routines instead of GCC onesKen Raeburn
2024-02-20dm vdo: add the MurmurHash3 fast hashing algorithmMatthew Sakai