1. ecfed29 dma-buf: remove redundant initialization of sg_table by Colin Ian King · 7 years ago
  2. 0ade21a dma-buf: add support for compat ioctl by Marek Szyprowski · 7 years ago
  3. ae4e46b dma-buf: Wait on the reservation object when sync'ing before CPU access by Chris Wilson · 8 years ago
  4. a026df4 dma-buf: Release module reference on creation failure by Chris Wilson · 8 years ago
  5. bd3e220 dma-buf: remove dma_buf_debugfs_create_file() by Mathias Krause · 8 years ago
  6. b747999 dma-buf: remove dma_buf directory on bufinfo file creation errors by Mathias Krause · 8 years ago
  7. eb0b947 dma-buf: propagate errors from dma_buf_describe() on debugfs read by Mathias Krause · 8 years ago
  8. b02da6f dma-buf: use vma_pages() by Muhammad Falak R Wani · 8 years ago
  9. 87e332d dma-buf: Update docs for SYNC ioctl by Daniel Vetter · 8 years ago
  10. 18b862d dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access() by Chris Wilson · 8 years ago
  11. c11e391 dma-buf: Add ioctls to allow userspace to flush by Daniel Vetter · 8 years ago
  12. 831e9da dma-buf: Remove range-based flush by Tiago Vignatti · 8 years ago
  13. 5136629 dma-buf: Minor coding style fixes by Jagan Teki · 9 years ago
  14. 9abdffe dma-buf: add ref counting for module as exporter by Sumit Semwal · 9 years ago
  15. d8fbe34 dma-buf: cleanup dma_buf_export() to make it easily extensible by Sumit Semwal · 9 years ago
  16. a1f6dba dma-buf: don't open-code atomic_long_read() by Al Viro · 10 years ago
  17. 3c3b177 reservation: add suppport for read-only access using rcu by Maarten Lankhorst · 10 years ago
  18. 04a5faa reservation: update api and add some helpers by Maarten Lankhorst · 10 years ago
  19. 9b495a5 dma-buf: add poll support, v3 by Maarten Lankhorst · 10 years ago
  20. 3aac450 dma-buf: use reservation objects by Maarten Lankhorst · 10 years ago
  21. 35fac7e dma-buf: move to drivers/dma-buf by Maarten Lankhorst · 10 years ago[Renamed from drivers/base/dma-buf.c]
  22. ecf1dba dma-buf: fix trivial typo error by Javier Martinez Canillas · 10 years ago
  23. 13df797 Merge 3.14-rc5 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  24. c0b00a5 dma-buf: update debugfs output by Sumit Semwal · 10 years ago
  25. fee0c54 dma-buf: avoid using IS_ERR_OR_NULL by Colin Cross · 10 years ago
  26. 19e8697 dma-buf: Expose buffer size to userspace (v2) by Christopher James Halse Rogers · 11 years ago
  27. 9022e24 dma-buf: Check return value of anon_inode_getfile by Tuomas Tynkkynen · 11 years ago
  28. 28ce420 dma-buf: Replace PTR_RET with PTR_ERR_OR_ZERO by Sachin Kamat · 11 years ago
  29. 703e606 [media] dma-buf: Cocci spatch "ptr_ret.spatch" by Thomas Meyer · 11 years ago
  30. b89e356 dma-buf: Add debugfs support by Sumit Semwal · 11 years ago
  31. 78df969 dma-buf: replace dma_buf_export() with dma_buf_export_named() by Sumit Semwal · 11 years ago
  32. 495c10c CHROMIUM: dma-buf: restore args on failure of dma_buf_mmap by John Sheu · 11 years ago
  33. f00b4da dma-buf: implement vmap refcounting in the interface logic by Daniel Vetter · 11 years ago
  34. f5e097f dma_buf: Cleanup dma_buf_fd by Borislav Petkov · 12 years ago
  35. b6fa0cd dma-buf: might_sleep() in dma_buf_unmap_attachment() by Rob Clark · 12 years ago
  36. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  37. 6e7b4a5 driver core: fix some kernel-doc warnings in dma*.c by Randy Dunlap · 12 years ago
  38. da89fb1 Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf by Linus Torvalds · 12 years ago
  39. 12c4727 dma-buf: minor documentation fixes. by Sumit Semwal · 12 years ago
  40. 98f86c9 dma-buf: add vmap interface by Dave Airlie · 12 years ago
  41. 4c78513 dma-buf: mmap support by Daniel Vetter · 12 years ago
  42. efb4df82 driver core: fix dma-buf.c kernel-doc warnings by Randy Dunlap · 12 years ago
  43. fc13020 dma-buf: add support for kernel cpu access by Daniel Vetter · 12 years ago
  44. 6b607e3 dma-buf: don't hold the mutex around map/unmap calls by Daniel Vetter · 12 years ago
  45. 55c1c4c dma-buf: pass flags into dma_buf_fd. by Dave Airlie · 12 years ago
  46. 33ea2dc dma-buf: add dma_data_direction to unmap dma_buf_op by Sumit Semwal · 12 years ago
  47. 2ed9201 dma-buf: Move code out of mutex-protected section in dma_buf_attach() by Laurent Pinchart · 12 years ago
  48. a9fbc3b dma-buf: Return error instead of using a goto statement when possible by Laurent Pinchart · 12 years ago
  49. d1aa06a dma-buf: Remove unneeded sanity checks by Laurent Pinchart · 12 years ago
  50. 5375764 dma-buf: Constify ops argument to dma_buf_export() by Laurent Pinchart · 12 years ago
  51. d15bd7e dma-buf: Introduce dma buffer sharing mechanism by Sumit Semwal · 12 years ago