aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-14staging: vme: devices: add spaces around '-'Junsu Shin1-4/+4
2015-08-14staging: vme: devices: fix NULL comparison styleJunsu Shin1-2/+2
2015-08-14staging: vme: devices: remove blank line after open braceJunsu Shin1-2/+0
2015-08-14staging: vme: devices: remove multiple blank linesJunsu Shin1-4/+0
2015-08-07Staging: vme: remove an unnecessary and wrong warning messageNavy Cheng1-3/+1
2015-07-14staging: vme_user: remove okcount variableDmitry Kalinkin1-12/+6
2015-07-14staging: vme_user: remove distracting commentDmitry Kalinkin1-1/+0
2015-07-14staging: vme_user: remove unused variableDmitry Kalinkin1-6/+2
2015-07-14staging: vme_user: switch to returning -EFAULT on __copy_*_user errorsDmitry Kalinkin1-36/+11
2015-07-14staging: vme_user: allow large read()/write()Dmitry Kalinkin1-49/+24
2015-07-14staging: vme_user: fix kmalloc styleDmitry Kalinkin1-1/+1
2015-07-14staging: vme_user: fix NULL comparison styleDmitry Kalinkin1-6/+6
2015-07-14staging: vme_user: fix blank linesDmitry Kalinkin1-3/+1
2015-07-14staging: vme_user: fix code alignmentDmitry Kalinkin1-16/+17
2015-06-13staging: vme_user: remove buf_unalloc helperDmitry Kalinkin1-27/+4
2015-06-13staging: vme_user: remove open/releaseDmitry Kalinkin1-44/+0
2015-06-13staging: vme_user: remove forward declarationsDmitry Kalinkin1-79/+60
2015-06-12staging: vme_user: remove unused countersDmitry Kalinkin1-31/+0
2015-06-12staging: vme_user: refactor llseek to switch(){}Dmitry Kalinkin1-8/+10
2015-03-06staging: vme: mmap() support for vme_userDmitry Kalinkin1-0/+85
2015-03-06staging: vme: use image mutex for ioctl()Dmitry Kalinkin1-4/+5
2015-03-01staging: Remove <linux/moduleparam.h> header.Navya Sri Nizamkari2-2/+0
2014-10-27Staging: vme: devices: Use kasprintfVaishali Thakkar1-2/+2
2014-10-20staging: vme: devices: Added a paragraph to describe Kconfig symbolKumari Radha1-0/+3
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-25/+3
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+1
2014-10-09vme: don't open-code fixed_size_llseek()Al Viro1-25/+3
2014-09-23Staging: vme: devices: Merges two lines of code and removes unused variableMahati Chamarthy1-3/+1
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-3/+1
2014-08-30staging: vme: remove redundant else conditionFred Chou1-7/+7
2014-07-23staging: vme: removed useless breaks in vme_user.cTom Jorquera1-4/+0
2014-07-18staging: vme: Add missing CR in printk messages in vme_pio2_core.cMasanari Iida1-6/+6
2014-07-18staging: vme: Add missing CR in error messageMasanari Iida1-1/+1
2014-07-18staging: vme: Fix typo in vme_pio2_gpio.cMasanari Iida1-2/+2
2014-04-22Merge 3.15-rc2 into staging-nextGreg Kroah-Hartman1-6/+3
2014-04-18staging: vme: Simplfy string usage in vme_user_probe()Bojan Prtvar1-4/+4
2014-04-18staging: vme: Fix a small coding style issue in vme_user.cBojan Prtvar1-0/+1
2014-04-15staging: vme: fix memory leak in vme_user_probe()Daeseok Youn1-6/+3
2013-12-18vme_user: Use __u64 and __u32 in userspace structsAaron Sierra1-11/+11
2013-12-18vme_user: Enable compat_ioctl for mixed environmentAaron Sierra1-0/+1
2013-12-17vme_user: Update API to work in mixed environmentsAaron Sierra1-10/+10
2013-12-03VME: Rename vme_slot_get to avoid confusion with reference countingMartyn Welch1-1/+1
2013-12-03VME: Provide access to VME bus enumeration and fix vme_user match functionMartyn Welch1-3/+10
2013-05-13staging: vme: fix error return code in vme_user_probe()Wei Yongjun1-0/+2
2013-05-12vme/devices: Fixed camel-case variable namesLisa Nguyen2-8/+8
2013-03-25staging: vme: fix for a potential NULL pointer dereferenceKumar Amit Mehta1-0/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2013-02-22new helper: file_inode(file)Al Viro1-4/+4
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches3-6/+1
2013-01-07Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman1-12/+2