1. c72ea20 iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL by Mathias Krause · 2 years, 11 months ago
  2. e5cc984 iio: buffer: Use dedicated variable in iio_buffers_alloc_sysfs_and_mask() by Andy Shevchenko · 3 years, 3 months ago
  3. b6df1fc Merge tag 'iio-for-5.16b' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next by Greg Kroah-Hartman · 3 years, 2 months ago
  4. 8210a20 Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next by Greg Kroah-Hartman · 3 years, 2 months ago
  5. 486a250 iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask() by Yang Yingliang · 3 years, 2 months ago
  6. eeb82b5 iio: buffer: Fix uninitialized variable ret by Colin Ian King · 3 years, 2 months ago
  7. 9eeee3b iio: Add output buffer support by Mihail Chindris · 3 years, 3 months ago
  8. 95ec3fd iio: core: Introduce iio_push_to_buffers_with_ts_unaligned() by Jonathan Cameron · 3 years, 7 months ago
  9. 604faf9 iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups() by Yang Yingliang · 3 years, 3 months ago
  10. 09776d9 iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask() by Yang Yingliang · 3 years, 3 months ago
  11. 9a2ff80 iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask() by Yang Yingliang · 3 years, 3 months ago
  12. 2c0ad3f0cc iio: buffer: check return value of kstrdup_const() by Yang Yingliang · 3 years, 3 months ago
  13. d21fed0 iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()' by Christophe JAILLET · 3 years, 6 months ago
  14. 4585165 iio: buffer: Save a few cycles in 'iio_scan_mask_set()' by Christophe JAILLET · 3 years, 6 months ago
  15. e50f8e0 iio: buffer: Remove redundant assignment to in_loc by Jiapeng Chong · 3 years, 7 months ago
  16. b804e2b iio: core: move @info_exist_lock to struct iio_dev_opaque by Jonathan Cameron · 3 years, 8 months ago
  17. 62f4f36 iio: core: move @scan_index_timestamp to struct iio_dev_opaque by Jonathan Cameron · 3 years, 8 months ago
  18. ca3e7d5 iio: buffer: use sysfs_attr_init() on allocated attrs by Alexandru Ardelean · 3 years, 9 months ago
  19. 4c82224 iio: buffer: return 0 for buffer getfd ioctl handler by Alexandru Ardelean · 3 years, 9 months ago
  20. 83ca56b iio: core: Use sysfs_emit() (trivial bits) by Lars-Peter Clausen · 3 years, 9 months ago
  21. 218bc53 iio: buffer: fix use-after-free for attached_buffers array by Alexandru Ardelean · 3 years, 10 months ago
  22. f73f7f4 iio: buffer: add ioctl() to support opening extra buffers for IIO device by Alexandru Ardelean · 3 years, 11 months ago
  23. ee708e6 iio: buffer: introduce support for attaching more IIO buffers by Alexandru Ardelean · 3 years, 11 months ago
  24. 0224af8 iio: buffer: move __iio_buffer_free_sysfs_and_mask() before alloc by Alexandru Ardelean · 3 years, 11 months ago
  25. be24dcb iio: core: wrap iio device & buffer into struct for character devices by Alexandru Ardelean · 3 years, 11 months ago
  26. 15097c7 iio: buffer: wrap all buffer attributes into iio_dev_attr by Alexandru Ardelean · 3 years, 11 months ago
  27. 3e3d11b iio: add reference to iio buffer on iio_dev_attr by Alexandru Ardelean · 3 years, 11 months ago
  28. d9a6257 iio: core: merge buffer/ & scan_elements/ attributes by Alexandru Ardelean · 3 years, 11 months ago
  29. e2b4d7ac iio: buffer: group attr count and attr alloc by Alexandru Ardelean · 3 years, 11 months ago
  30. 32f1717 iio: core: rework iio device group creation by Alexandru Ardelean · 3 years, 11 months ago
  31. 19ef7b7 iio: buffer: Fix demux update by Nuno Sá · 4 years, 2 months ago
  32. 21232b4 iio: buffer: remove iio_buffer_set_attrs() helper by Alexandru Ardelean · 4 years, 3 months ago
  33. e16e0a77 iio: buffer: split buffer sysfs creation to take buffer as primary arg by Alexandru Ardelean · 4 years, 3 months ago
  34. 62a30a2 iio: buffer: fix attach/detach pollfunc order by Alexandru Ardelean · 4 years, 6 months ago
  35. 6a8c6b2 iio: core: move iio_dev's buffer_list to the private iio device object by Alexandru Ardelean · 4 years, 6 months ago
  36. f11d59d iio: Move attach/detach of the poll func to the core by Lars-Peter Clausen · 4 years, 7 months ago
  37. 96144d4 iio: buffer: remove attrcount_orig var from sysfs creation by Alexandru Ardelean · 4 years, 8 months ago
  38. 5cb1a54 iio: __iio_update_buffers: Update mode before preenable/after postdisable by Lars-Peter Clausen · 4 years, 8 months ago
  39. ff3f7e04 iio: buffer: extend short-hand use for 'indio_dev->buffer' by Alexandru Ardelean · 4 years, 8 months ago
  40. 2e03680 iio: buffer: remove 'scan_el_attrs' attribute group from buffer struct by Alexandru Ardelean · 4 years, 9 months ago
  41. b732924 iio: buffer: Don't allow buffers without any channels enabled to be activated by Lars-Peter Clausen · 4 years, 9 months ago
  42. ccd428e iio: buffer: re-introduce bitmap_zalloc() for trialmask by Alexandru Ardelean · 4 years, 9 months ago
  43. c318f074 Merge 5.5-rc7 into staging-next by Greg Kroah-Hartman · 5 years ago
  44. 883f616 iio: buffer: align the size of scan bytes to size of the largest element by Lars Möllendorf · 5 years ago
  45. f6d4033 iio: buffer: rename 'read_first_n' callback to 'read' by Lars-Peter Clausen · 5 years ago
  46. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  47. 817de6b Merge 5.1-rc6 into staging-next by Greg Kroah-Hartman · 6 years ago
  48. 3862828 iio: buffer: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  49. 20ea39e iio: Fix scan mask selection by Lars-Peter Clausen · 6 years ago
  50. c675471 Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 7 years ago
  51. 4cd140b iio: buffer: check if a buffer has been set up when poll is called by Stefan Windfeldt-Prytz · 7 years ago
  52. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  53. 5d8515b Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  54. 350f6c7 iio: buffer: Expose data available by Matt Fornero · 7 years ago
  55. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  56. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  57. 33dd94c iio:buffer.h - split into buffer.h and buffer_impl.h by Jonathan Cameron · 8 years ago
  58. 2b827ad iio:buffer: Push implementation of iio_device_attach_buffer into .c file by Jonathan Cameron · 8 years ago
  59. 315a19e iio:buffers: Push some docs down into the .c file. by Jonathan Cameron · 8 years ago
  60. c2bf8d5 iio:buffer: Stop exporting iio_scan_mask_query by Jonathan Cameron · 8 years ago
  61. 9f46677 iio:buffer: Introduced a function to assign the buffer specific attrs. by Jonathan Cameron · 8 years ago
  62. 78c9981 iio:buffer: Stop exporting iio_update_demux by Jonathan Cameron · 8 years ago
  63. 057ac1a iio: Use kmalloc_array() in iio_scan_mask_set() by Markus Elfring · 8 years ago
  64. 5dba4b1 iio: ensure ret is initialized to zero before entering do loop by Colin Ian King · 8 years ago
  65. fcf68f3 iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING" by Brian Norris · 8 years ago
  66. 1bef2c1 iio: fix config watermark initial value by Irina Tirdea · 9 years ago
  67. 182b490 iio: Add helper function for calculating scan index storage size by Lars-Peter Clausen · 9 years ago
  68. 93c222c Merge 4.4-rc5 into staging-next by Greg Kroah-Hartman · 9 years ago
  69. 231bfe5 iio: fix some warning messages by Dan Carpenter · 9 years ago
  70. e18a2ad iio: Add buffer enable/disable callbacks by Lars-Peter Clausen · 9 years ago
  71. b440655 iio: Add support for indicating fixed watermarks by Lars-Peter Clausen · 9 years ago
  72. 4a60535 iio:iio_buffer_init(): Only set watermark if not already set by Lars-Peter Clausen · 9 years ago
  73. f0566c0 iio: Set device watermark based on watermark of all attached buffers by Lars-Peter Clausen · 9 years ago
  74. 1bdc029 iio: industrialio-buffer: Fix iio_buffer_poll return value by Cristina Opriceana · 9 years ago
  75. 0123635 iio: buffer: Fix kernel docs warnings by Cristina Opriceana · 9 years ago
  76. c6f67a1 iio: allow userspace to flush the hwfifo with non-blocking reads by Octavian Purdila · 10 years ago
  77. 1e1ec28 iio: Require strict scan mask matching in hardware mode by Lars-Peter Clausen · 10 years ago
  78. 225d59a iio: Specify supported modes for buffers by Lars-Peter Clausen · 10 years ago
  79. 629bc02 iio: Always compute masklength by Lars-Peter Clausen · 10 years ago
  80. ff7d4f59 iio: buffer: remove unneeded test by Laurent Navet · 10 years ago
  81. 1250186 iio: __iio_update_buffers: Leave device in sane state on error by Lars-Peter Clausen · 10 years ago
  82. 623d74e iio: __iio_update_buffers: Split enable and disable path into helper functions by Lars-Peter Clausen · 10 years ago
  83. 6e509c4 iio: __iio_update_buffers: Verify configuration before starting to apply it by Lars-Peter Clausen · 10 years ago
  84. fcc1b2f iio: __iio_update_buffers: Perform request_update() only for new buffers by Lars-Peter Clausen · 10 years ago
  85. 248be5a iio: __iio_update_buffers: Slightly refactor scan mask memory management by Lars-Peter Clausen · 10 years ago
  86. 63223c5 iio: Replace printk in __iio_update_buffers with dev_dbg by Lars-Peter Clausen · 10 years ago
  87. f4f4673 iio: add support for hardware fifo by Octavian Purdila · 10 years ago
  88. 37d3455 iio: add watermark logic to iio read and poll by Josselin Costanzi · 10 years ago
  89. 6da9b38 iio: buffer: refactor buffer attributes setup by Octavian Purdila · 10 years ago
  90. 03af03a iio: Add new operating mode for non triggered sw buffers by Karol Wrona · 10 years ago
  91. 66ad1fd iio: buffer: fix custom buffer attributes copy by Octavian Purdila · 10 years ago
  92. 3749566 iio: buffer: Drop get_length callback by Lars-Peter Clausen · 10 years ago
  93. 8d92db2 iio: buffer: Make length attribute read only for buffers without set_length by Lars-Peter Clausen · 10 years ago
  94. 08e7e0a iio: buffer: Allocate standard attributes in the core by Lars-Peter Clausen · 10 years ago
  95. d967cb6 iio: buffer: Move iio_buffer_alloc_sysfs and iio_buffer_free_sysfs by Lars-Peter Clausen · 10 years ago
  96. 3e1b6c9 iio: Move buffer registration to the core by Lars-Peter Clausen · 10 years ago
  97. 217a5cf iio: Unexport iio_scan_mask_set() by Lars-Peter Clausen · 10 years ago
  98. 39bdc95 Merge tag 'iio-for-3.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into work-next by Greg Kroah-Hartman · 10 years ago
  99. 7cdca178 iio:buffer: Wrong sized allocation of demux table elements. by Jonathan Cameron · 10 years ago
  100. 53ee983 Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago