1. f86e8a6 random: rand32_timer: Avoid alignment faults by using memcpy by Carles Cufi · 4 years ago
  2. b6ef0c0 random: ctr_drbg: Fix the error path in sys_csrand_get by Flavio Ceolin · 4 years, 4 months ago
  3. 6ac3d0b random: ctr_drbg: Check entropy_get_entropy return by Flavio Ceolin · 4 years, 4 months ago
  4. 89f6e24 rand: xoroshiro128: fix buffer overflow by Didrik Rokhaug · 4 years, 5 months ago
  5. b8b42c6 random: Warning when using test config by Flavio Ceolin · 4 years, 6 months ago
  6. 83b9f69 code-guideline: Fixing code violation 10.4 Rule by Aastha Grover · 4 years, 6 months ago
  7. a775d73 random: rand32_ctr_drbg: Fix missed device constify change by David Leach · 4 years, 7 months ago
  8. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  9. ca60fe8 kconfig: Random number generator by Anas Nashif · 4 years, 7 months ago
  10. 6216c6c random: Add syscalls for random subsystem by Flavio Ceolin · 4 years, 9 months ago
  11. 1250802 random: entropy: Fix invalid memory access by Flavio Ceolin · 4 years, 9 months ago
  12. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  13. 43a7d26 drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro by Kumar Gala · 5 years ago
  14. 81cfb08 random: remove rand32_timestamp.c by Andrew Boie · 5 years ago
  15. f234260 random: rand32_ctr_drbg: Handle error in initialize function by Flavio Ceolin · 5 years ago
  16. ade23d5 random: entropy: Return error in csrand by Flavio Ceolin · 5 years ago
  17. e35c896 treewide: use full path to entropy.h header by Peter Bigot · 5 years ago
  18. 076eee3 subsys/random: fix unused value warning by Daniel Leung · 5 years ago
  19. afdc63f subsys/random: Add cryptographically secure and bulk fill functions by David Leach · 5 years ago
  20. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  21. 969f8f1 cleanup: include/: move entropy.h to drivers/entropy.h by Anas Nashif · 6 years ago
  22. e1e05a2 cleanup: include/: move atomic.h to sys/atomic.h by Anas Nashif · 6 years ago
  23. 68c389c include: move system timer headers to include/drivers/timer/ by Anas Nashif · 6 years ago
  24. f94113d rand32_entropy_device.c: remove atomic_t misuse by Nicolas Pitre · 6 years ago
  25. 6357558 subsys/random: Hide 'Random generator' choice when empty by Ulf Magnusson · 6 years ago
  26. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  27. 97b3bd1 drivers: Rename reserved function names by Patrik Flykt · 6 years ago
  28. 984ce02 subsys: random: xoroshiro128: Use entropy get isr during init by Adithya Baglody · 7 years ago
  29. 1073882 subsys: kconfig: Remove 'default n' properties and clean up a bit by Ulf Magnusson · 7 years ago
  30. fcc56e3 subsys: random: xoroshiro128: Use SYS_INIT hook to initialize properly by Leandro Pereira · 7 years ago
  31. a895d21 subsys: random: Fix semaphore initial count of xoroshiro128 by Ramakrishna Pallala · 7 years ago
  32. 09ce2e2 subsys/random: Add _ASSERT() test on returned device_get_binding by David Leach · 7 years ago
  33. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  34. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  35. 5a272b0 subsys/random: Add Xoroshiro128+ PRNG by Leandro Pereira · 7 years ago
  36. 8b883a6 subsys/random: sys_rand32_get() implementation that uses entropy API by Leandro Pereira · 7 years ago
  37. da9b0dd drivers: Rename `random` to `entropy` by Leandro Pereira · 7 years ago
  38. adce1d1 subsys: Add random subsystem by Leandro Pereira · 7 years ago