aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_buf.c
AgeCommit message (Expand)Author
2014-06-18staging: comedi: fix circular locking dependency in comedi_mmap()Ian Abbott
2013-11-11staging: comedi: protect buffer from being freed while mmappedIan Abbott
2013-10-16staging: comedi: use unsigned samples for comedi_buf_put()/get()Ian Abbott
2013-07-24staging: comedi: comedi_buf: needs <linux/vmalloc.h>H Hartley Sweeten
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman
2013-05-13staging: comedi: complain if dma buffer allocation not supportedIan Abbott
2013-05-13staging: comedi: work without HAS_DMAIan Abbott
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten
2013-04-12staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbolsH Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: remove noise in comedi_buf_read_free()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: remove noise in comedi_buf_write_free()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: remove unreachable dev_warn in comedi_buf_munge()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: remove BUG_ON in comedi_buf_munge()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: reorder exported function prototypesH Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: don't expose comedi_buf_write_n_allocated()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: don't expose comedi_buf_read_n_allocated()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: clarify comedi_buf_read_free()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: clarify comedi_buf_read_alloc()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: cleanup comedi_buf_read_n_available()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: clarify comedi_buf_write_free()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: cleanup comedi_buf_munge()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: remove comedi_buf_write_alloc_strictH Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: factor out common comedi_buf_write_alloc_* codeH Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: rename comedi_reset_async_buf()H Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: factor out new buffer allocation codeH Hartley Sweeten
2013-01-17staging: comedi: comedi_buf: factor out common code to free the async bufferH Hartley Sweeten
2013-01-17staging: comedi: separate out comedi_buf_* functionsH Hartley Sweeten