aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/csum_partial.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-01MIPS: csum_partial: Improve instruction parallelism.Chen Jie1-19/+19
2014-09-22MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie1-2/+8
2014-05-13MIPS: csum_partial.S CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki1-0/+9
2014-03-26MIPS: lib: csum_partial: Add EVA supportMarkos Chandras1-0/+25
2014-03-26MIPS: lib: csum_partial: Add macro to build csum_partial symbolsMarkos Chandras1-92/+108
2014-03-26MIPS: lib: csum_partial: Merge EXC and load/store macrosMarkos Chandras1-69/+91
2014-03-26MIPS: checksum: Split the 'copy_user' symbolMarkos Chandras1-3/+6
2013-03-12MIPS: Use CONFIG_CPU_MIPSR2 in csum_partial.SGabor Juhos1-2/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-21/+21
2008-10-11MIPS: IP checksums: Optimize adjust of sum on buffers of odd alignment.Ralf Baechle1-11/+24
2008-10-11MIPS: IP checksums: Remove unncessary .set pseudosRalf Baechle1-12/+0
2008-10-11MIPS: IP checksums: Remove unncessary folding of sum to 16 bit.Ralf Baechle1-10/+0
2008-09-21[MIPS] Fix 64-bit IP checksum codeAtsushi Nemoto1-4/+17
2008-01-29[MIPS] Eleminate local symbols from the symbol table.Ralf Baechle1-107/+107
2008-01-29[MIPS] R4000/R4400 daddiu erratum workaroundMaciej W. Rozycki1-10/+51
2007-01-08[MIPS] csum_partial and copy in parallelAtsushi Nemoto1-0/+442
2006-12-09[MIPS] Optimize csum_partial for 64bit kernelAtsushi Nemoto1-22/+54
2006-12-09[MIPS] Optimize flow of csum_partialAtsushi Nemoto1-75/+54
2006-12-09[MIPS] Make csum_partial more readableAtsushi Nemoto1-70/+74
2006-12-04[MIPS] Unify csum_partial.SAtsushi Nemoto1-0/+258