aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-4/+4
2017-04-20Annotate hardware config module parameters in drivers/staging/vme/David Howells1-4/+4
2017-03-14drivers: convert vme_user_vma_priv.refcnt from atomic_t to refcount_tElena Reshetova1-5/+5
2017-01-16staging: vme: vme_user.c: fix warning 'line over 80 characters'Philip Thiemann1-1/+2
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-13/+8
2016-11-19staging: vme: vme_user.c Spelling correctionsWalt Feasel1-3/+3
2016-11-14Revert "Staging: vme: Use BIT macro for bit field definitions."Greg Kroah-Hartman1-51/+51
2016-11-07Staging: vme: Fix parenthesis alignment.Anton Leshchenko1-1/+1
2016-11-07Staging: vme: Add required identifier names.Anton Leshchenko1-4/+4
2016-11-07Staging: vme: Use BIT macro for bit field definitions.Anton Leshchenko1-51/+51
2016-11-07Staging: vme: Remove excessive blank lines.Anton Leshchenko1-5/+0
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-09-17drivers: staging: vme: convert to octal notation for permission bitsAndrew Kanner1-6/+6
2016-09-13staging: vme/devices: vme_user.c: fix: converted decimal permissions to octalRyan Swan1-1/+1
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+3
2016-04-26staging: vme: use gpiochip data pointerLinus Walleij1-11/+6
2016-04-04staging: vme: fix bare use of 'unsigned'Clifton Barnes1-2/+3
2016-03-11staging: vme: devices: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla1-18/+6
2015-11-24drivers: staging: vme: Deleted casting to (void *)Egor Uleyskiy1-3/+3
2015-11-24drivers: staging: vme: Fixed checking NULL and 0 code styleEgor Uleyskiy3-8/+8
2015-11-24drivers: staging: vme: Deleted extra brackingEgor Uleyskiy2-3/+3
2015-11-24drivers: staging: vme: Fixed the using of sizeofEgor Uleyskiy2-6/+6
2015-11-24drivers: staging: vme: Deleted extra empty linesEgor Uleyskiy2-4/+0
2015-11-24drivers: staging: vme: Fixed indentionEgor Uleyskiy3-21/+21
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