aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi
Commit message (Expand)AuthorAgeFilesLines
* lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann2017-12-222-5/+5
* lib/mpi: avoid assembler warningArnd Bergmann2017-12-221-1/+1
* lib/mpi: Endianness fixMichal Marek2017-12-221-18/+21
* lib/mpi: only require buffers as big as needed for the integerAndrzej Zaborowski2017-12-221-4/+17
* lib/mpi: fix off by one in mpi_read_raw_from_sglStephan Mueller2017-04-111-1/+4
* move count_zeroes.h out of asm-genericChristoph Hellwig2017-04-112-2/+2
* lib/mpi: Add mpi sgl helpersTadeusz Struk2017-04-111-0/+196
* MPI: Fix mpi_read_bufferTadeusz Struk2017-04-111-13/+25
* MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk2017-04-112-22/+71
* MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin2017-04-111-2/+2
* MPILIB: Fix comparison of negative MPIsRasmus Villemoes2017-04-111-1/+1
* MPILIB: Fix obvious but harmless typoRasmus Villemoes2017-04-111-1/+1
* MPILIB: Deobfuscate mpi_cmpRasmus Villemoes2017-04-111-5/+3
* MPILIB: add module description and licenseKonstantin Khlebnikov2017-04-111-0/+3
* alpha: Modernize lib/mpi/longlong.hRichard Henderson2017-04-111-10/+7
* mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin2017-04-111-1/+6
* first commitMeizu OpenSource2016-08-1519-0/+3829