aboutsummaryrefslogtreecommitdiff
path: root/kmod
AgeCommit message (Expand)AuthorFilesLines
2019-11-04muser.c: code cleanup and coding style fixupsSwapnil Ingle1-49/+49
2019-11-04muser.h: remove unused variable struct muser_cmd_rw.bufSwapnil Ingle1-1/+0
2019-11-04muser.h: fix the ioctl definationSwapnil Ingle1-1/+1
2019-11-02Fix various format issuesFelipe Franciosi2-3/+2
2019-10-03Minor alignment fixesFelipe Franciosi1-7/+6
2019-10-02Log mmap_dev at debug levelFelipe Franciosi1-3/+3
2019-09-27ignore VFIO_IRQ_SET_DATA_NONEThanos Makatos1-0/+1
2019-09-27return number of bytes actually provided by libmuserThanos Makatos1-5/+17
2019-09-27log message in kernel when reading from libmuser failsThanos Makatos1-1/+6
2019-09-27log message when not able to handle IRQ setThanos Makatos1-0/+15
2019-09-27add more debug messages in muser.koThanos Makatos1-2/+13
2019-09-27fix typo in commentThanos Makatos1-1/+1
2019-09-27make function muser_read staticThanos Makatos1-2/+2
2019-09-27add TODOThanos Makatos1-0/+4
2019-09-27add FIXME regarding enabling DEBUG in kernel moduleThanos Makatos1-0/+1
2019-09-05Minor style fixesFelipe Franciosi1-27/+16
2019-09-05Clarifications around mucmd_mmapFelipe Franciosi2-24/+17
2019-09-05muser, libmuser: make libmuser_{read,write} consistentSwapnil Ingle1-17/+1
2019-09-05muser: fix libmuser_mmap_dev()Swapnil Ingle1-1/+2
2019-09-05muser, libmuser: support vfio sparse mmap capabilitySwapnil Ingle1-11/+81
2019-09-05move device mmap to per-region callbacksThanos Makatos2-4/+8
2019-09-05Initial commitFelipe Franciosi3-0/+1928