1. 8978f15 iio:kfifo_buf: check for uint overflow by Martin Kelly · 6 years ago
  2. 8548a63 iio: Move generic buffer implementations to sub-directory by Lars-Peter Clausen · 9 years ago[Renamed from drivers/iio/kfifo_buf.c]
  3. 78a66b0 Merge tag 'iio-for-v4.2c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 9 years ago
  4. 225d59a iio: Specify supported modes for buffers by Lars-Peter Clausen · 9 years ago
  5. e5f1efb iio: kfifo: Set update_needed to false only if a buffer was allocated by Gabriele Mazzotta · 9 years ago
  6. 37d3455 iio: add watermark logic to iio read and poll by Josselin Costanzi · 10 years ago
  7. 780103f iio: kfifo: Add resource management devm_iio_kfifo_allocate/free by Karol Wrona · 10 years ago
  8. 7ab374a iio: kfifo: Remove unused argument in iio_kfifo_allocate by Karol Wrona · 10 years ago
  9. 3749566 iio: buffer: Drop get_length callback by Lars-Peter Clausen · 10 years ago
  10. 08e7e0a iio: buffer: Allocate standard attributes in the core by Lars-Peter Clausen · 10 years ago
  11. 616dde2 iio: Remove get_bytes_per_datum() from iio_buffer_access_funcs by Lars-Peter Clausen · 10 years ago
  12. 355c1a1 iio: kfifo_buf: Implement data_available() callback by Lars-Peter Clausen · 11 years ago
  13. cb6fbfa iio:kfifo: Set update_needed to false after allocating a new buffer by Lars-Peter Clausen · 11 years ago
  14. 5b78e51 iio:kfifo: Empty buffer on update by Lars-Peter Clausen · 11 years ago
  15. 0894d80d iio:kfifo: Protect against concurrent access from userspace by Lars-Peter Clausen · 11 years ago
  16. f6c23f4 iio:kfifo: Fix memory leak by Lars-Peter Clausen · 11 years ago
  17. 9e69c93 iio: Add reference counting for buffers by Lars-Peter Clausen · 11 years ago
  18. 5d65d92 iio: iio_push_to_buffers(): Change type of 'data' to const void * by Lars-Peter Clausen · 11 years ago
  19. 623c334 iio:kfifo_buf: Use wake_up_interruptible_poll() by Lars-Peter Clausen · 11 years ago
  20. 999517f staging:iio: Remove noop call to __iio_update_buffer by Lars-Peter Clausen · 12 years ago
  21. ce56ade iio: Drop timestamp parameter from buffer store_to callback by Lars-Peter Clausen · 12 years ago
  22. 7c388ec iio: kfifo - add poll support. by Jonathan Cameron · 12 years ago
  23. 08ce9b4 iio:kfifo_buf improve error handling in read_first_n. by Jonathan Cameron · 12 years ago
  24. c559afb iio:kfifo_buf Take advantage of the fixed record size used in IIO by Jonathan Cameron · 12 years ago
  25. a980e04 IIO: Move the core files to drivers/iio by Jonathan Cameron · 12 years ago[Renamed from drivers/staging/iio/kfifo_buf.c]
  26. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 12 years ago
  27. 7e63234 staging:iio: Setup buffer access functions when allocating the buffer by Lars-Peter Clausen · 13 years ago
  28. 7933514 staging:iio: Drop {mark,unmark}_in_use callbacks by Lars-Peter Clausen · 13 years ago
  29. 869871b staging:iio: Drop buffer mark_param_change callback by Lars-Peter Clausen · 13 years ago
  30. 8fe6495 staging:iio:kfifo_buf: Fix potential buffer overflow in iio_read_first_n_kfifo by Lars-Peter Clausen · 13 years ago
  31. f79a909 staging:iio:buffer struct iio_buffer doesn't need an indio_dev pointer. by Jonathan Cameron · 13 years ago
  32. 3771a0a staging:iio: remove userspace access to bytes per datum. by Jonathan Cameron · 13 years ago
  33. 4c3d153 staging:iio:kfifo remove entirely pointless code. by Jonathan Cameron · 13 years ago
  34. 14555b1 staging:iio: replacing term ring with buffer in the IIO core. by Jonathan Cameron · 13 years ago
  35. 1aa0427 staging: iio: push the main buffer chrdev down to the top level. by Jonathan Cameron · 13 years ago
  36. a710cc7 staging: iio: kfifo buffer - push structure definition down into implementation. by Jonathan Cameron · 13 years ago
  37. 05a9348 staging:iio:kfifo_buf fix double initialization of the ring device structure. by Jonathan Cameron · 13 years ago
  38. 5565a45 staging:iio: rationalization of different buffer implementation hooks. by Jonathan Cameron · 13 years ago
  39. b26a218 staging:iio:buffering remove unused parameter dead_offset from read_last_n in all buffer implementations. by Jonathan Cameron · 13 years ago
  40. b428173 staging:iio: replace rip_lots naming with read_first_n by Jonathan Cameron · 13 years ago
  41. b174baf staging:iio:kfifo buffer implementation by Jonathan Cameron · 14 years ago