1. 31decdc lib/mpi: kunmap after finishing accessing buffer by Stephan Mueller · 7 years ago
  2. 4816c94 lib/mpi: Fix SG miter leak by Herbert Xu · 8 years ago
  3. 127827b lib/mpi: Do not do sg_virt by Herbert Xu · 8 years ago
  4. 9b45b7b crypto: rsa - Generate fixed-length output by Herbert Xu · 8 years ago
  5. 20b5b7f lib/mpi: refactor mpi_read_from_buffer() in terms of mpi_read_raw_data() by Nicolai Stange · 8 years ago
  6. cdf24b4 lib/mpi: mpi_read_from_buffer(): sanitize short buffer printk by Nicolai Stange · 8 years ago
  7. 7af791e lib/mpi: mpi_read_from_buffer(): return -EINVAL upon too short buffer by Nicolai Stange · 8 years ago
  8. 03cdfaa lib/mpi: mpi_read_from_buffer(): return error code by Nicolai Stange · 8 years ago
  9. eef0df6 lib/mpi: mpi_read_raw_data(): fix nbits calculation by Nicolai Stange · 8 years ago
  10. dfd9051 lib/mpi: mpi_read_raw_data(): purge redundant clearing of nbits by Nicolai Stange · 8 years ago
  11. 4bdf1cf lib/mpi: purge mpi_set_buffer() by Nicolai Stange · 8 years ago
  12. 0bb5c9e lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access by Nicolai Stange · 8 years ago
  13. 85d541a lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indices by Nicolai Stange · 8 years ago
  14. 64c09b0 lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculation by Nicolai Stange · 8 years ago
  15. 60e1b74 lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits by Nicolai Stange · 8 years ago
  16. ab1e912 lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes by Nicolai Stange · 8 years ago
  17. b698538 lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes by Nicolai Stange · 8 years ago
  18. 462696f lib/mpi: mpi_read_buffer(): fix buffer overflow by Nicolai Stange · 8 years ago
  19. 90f864e lib/mpi: mpi_read_buffer(): replace open coded endian conversion by Nicolai Stange · 8 years ago
  20. f00fa24 lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs by Nicolai Stange · 8 years ago
  21. d755290 lib/mpi: mpi_write_sgl(): replace open coded endian conversion by Nicolai Stange · 8 years ago
  22. cece762 lib/mpi: mpi_write_sgl(): fix out-of-bounds stack access by Nicolai Stange · 8 years ago
  23. ea122be lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic by Nicolai Stange · 8 years ago
  24. 654842e lib/mpi: mpi_write_sgl(): fix style issue with lzero decrement by Nicolai Stange · 8 years ago
  25. f2d1362 lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs by Nicolai Stange · 8 years ago
  26. 3ee0cb5 lib/mpi: Endianness fix by Michal Marek · 8 years ago
  27. 9cbe21d lib/mpi: only require buffers as big as needed for the integer by Andrzej Zaborowski · 9 years ago
  28. 9cf5c09 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  29. 63349d0 lib/mpi: fix off by one in mpi_read_raw_from_sgl by Stephan Mueller · 9 years ago
  30. a1164a3 move count_zeroes.h out of asm-generic by Christoph Hellwig · 9 years ago
  31. 2d4d1ee lib/mpi: Add mpi sgl helpers by Tadeusz Struk · 9 years ago
  32. 0f74fbf MPI: Fix mpi_read_buffer by Tadeusz Struk · 9 years ago
  33. d37e296 MPILIB: add mpi_read_buf() and mpi_get_size() helpers by Tadeusz Struk · 9 years ago
  34. 5402b80 lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EXTRA_FLAGS=-W'. by Chen Gang · 11 years ago
  35. 0d2a1b2 mpilib: use DIV_ROUND_UP and remove unused macros by Andy Shevchenko · 11 years ago
  36. e104599 MPILIB: Provide a function to read raw data into an MPI by David Howells · 12 years ago
  37. 7cf4206 Remove unused code from MPI library by Dmitry Kasatkin · 12 years ago
  38. bc95eea lib/mpi: removed unused functions by Dmitry Kasatkin · 12 years ago
  39. 3cccd15 lib/mpi: replaced MPI_NULL with normal NULL by Dmitry Kasatkin · 12 years ago
  40. c70c471 lib/mpi: added missing NULL check by Dmitry Kasatkin · 12 years ago
  41. 4bf1924 MPILIB: Add a missing ENOMEM check by David Howells · 12 years ago
  42. cdec9cb crypto: GnuPG based MPI lib - source files (part 1) by Dmitry Kasatkin · 13 years ago