summaryrefslogtreecommitdiff
path: root/arch/mips/lib/csum_partial.S
AgeCommit message (Expand)Author
2023-08-15mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2022-01-27MIPS: Fix build error due to PTR used in more placesThomas Bogendoerfer
2020-08-20mips: propagate the calling convention change down into __csum_partial_copy_....Al Viro
2020-08-20mips: __csum_partial_copy_kernel() has no users leftAl Viro
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro
2020-05-22mips: Add MIPS Release 5 supportSerge Semin
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang
2017-01-03MIPS: Export csum functions alongside their definitionsPaul Burton
2015-04-01MIPS: csum_partial: Improve instruction parallelism.Chen Jie
2014-09-22MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie
2014-05-13MIPS: csum_partial.S CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki
2014-03-26MIPS: lib: csum_partial: Add EVA supportMarkos Chandras
2014-03-26MIPS: lib: csum_partial: Add macro to build csum_partial symbolsMarkos Chandras
2014-03-26MIPS: lib: csum_partial: Merge EXC and load/store macrosMarkos Chandras
2014-03-26MIPS: checksum: Split the 'copy_user' symbolMarkos Chandras
2013-03-12MIPS: Use CONFIG_CPU_MIPSR2 in csum_partial.SGabor Juhos
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle
2008-10-11MIPS: IP checksums: Optimize adjust of sum on buffers of odd alignment.Ralf Baechle
2008-10-11MIPS: IP checksums: Remove unncessary .set pseudosRalf Baechle
2008-10-11MIPS: IP checksums: Remove unncessary folding of sum to 16 bit.Ralf Baechle
2008-09-21[MIPS] Fix 64-bit IP checksum codeAtsushi Nemoto
2008-01-29[MIPS] Eleminate local symbols from the symbol table.Ralf Baechle
2008-01-29[MIPS] R4000/R4400 daddiu erratum workaroundMaciej W. Rozycki
2007-01-08[MIPS] csum_partial and copy in parallelAtsushi Nemoto
2006-12-09[MIPS] Optimize csum_partial for 64bit kernelAtsushi Nemoto
2006-12-09[MIPS] Optimize flow of csum_partialAtsushi Nemoto
2006-12-09[MIPS] Make csum_partial more readableAtsushi Nemoto
2006-12-04[MIPS] Unify csum_partial.SAtsushi Nemoto