Age | Commit message (Expand) | Author | Files | Lines |
2021-02-27 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+6 |
2021-02-23 | whack-a-mole: don't open-code iminor/imajor | Al Viro | 1 | -6/+6 |
2021-02-09 | vme: make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 1 | -1/+1 |
2019-04-03 | staging: add missing SPDX lines to Makefile files | Greg Kroah-Hartman | 2 | -0/+2 |
2019-04-03 | staging: add missing SPDX lines to Kconfig files | Greg Kroah-Hartman | 1 | -0/+1 |
2018-03-23 | staging: vme: vme_user: Fix some error handling paths in 'vme_user_probe()' | Christophe JAILLET | 1 | -2/+2 |
2018-02-01 | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -10/+8 |
2018-01-15 | staging: vme: vme_user.c: remove redundant license text | Greg Kroah-Hartman | 1 | -6/+0 |
2018-01-15 | staging: vme: vme_user: add SPDX identifier. | Greg Kroah-Hartman | 1 | -0/+1 |
2018-01-08 | Staging: vme: vme_user: fixed an alignment coding style issue | Philippe Loctaux | 1 | -4/+7 |
2017-12-29 | vme_user: don't use __copy_..._user() | Al Viro | 1 | -4/+4 |
2017-11-13 | Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -1045/+0 |
2017-11-03 | staging: VME: Remove PIO2 driver | Martyn Welch | 6 | -1044/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-05-16 | staging: vme: Use BIT macro for bit definitions | Ricardo Silva | 1 | -40/+40 |
2017-05-10 | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+4 |
2017-04-20 | Annotate hardware config module parameters in drivers/staging/vme/ | David Howells | 1 | -4/+4 |
2017-03-14 | drivers: convert vme_user_vma_priv.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -5/+5 |
2017-01-16 | staging: vme: vme_user.c: fix warning 'line over 80 characters' | Philip Thiemann | 1 | -1/+2 |
2016-12-13 | Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -13/+8 |
2016-11-19 | staging: vme: vme_user.c Spelling corrections | Walt Feasel | 1 | -3/+3 |
2016-11-14 | Revert "Staging: vme: Use BIT macro for bit field definitions." | Greg Kroah-Hartman | 1 | -51/+51 |
2016-11-07 | Staging: vme: Fix parenthesis alignment. | Anton Leshchenko | 1 | -1/+1 |
2016-11-07 | Staging: vme: Add required identifier names. | Anton Leshchenko | 1 | -4/+4 |
2016-11-07 | Staging: vme: Use BIT macro for bit field definitions. | Anton Leshchenko | 1 | -51/+51 |
2016-11-07 | Staging: vme: Remove excessive blank lines. | Anton Leshchenko | 1 | -5/+0 |
2016-10-24 | docs: fix locations of several documents that got moved | Mauro Carvalho Chehab | 1 | -1/+1 |
2016-09-17 | drivers: staging: vme: convert to octal notation for permission bits | Andrew Kanner | 1 | -6/+6 |
2016-09-13 | staging: vme/devices: vme_user.c: fix: converted decimal permissions to octal | Ryan Swan | 1 | -1/+1 |
2016-05-20 | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+3 |
2016-04-26 | staging: vme: use gpiochip data pointer | Linus Walleij | 1 | -11/+6 |
2016-04-04 | staging: vme: fix bare use of 'unsigned' | Clifton Barnes | 1 | -2/+3 |
2016-03-11 | staging: vme: devices: Replace kzalloc with devm_kzalloc | Amitoj Kaur Chawla | 1 | -18/+6 |
2015-11-24 | drivers: staging: vme: Deleted casting to (void *) | Egor Uleyskiy | 1 | -3/+3 |
2015-11-24 | drivers: staging: vme: Fixed checking NULL and 0 code style | Egor Uleyskiy | 3 | -8/+8 |
2015-11-24 | drivers: staging: vme: Deleted extra bracking | Egor Uleyskiy | 2 | -3/+3 |
2015-11-24 | drivers: staging: vme: Fixed the using of sizeof | Egor Uleyskiy | 2 | -6/+6 |
2015-11-24 | drivers: staging: vme: Deleted extra empty lines | Egor Uleyskiy | 2 | -4/+0 |
2015-11-24 | drivers: staging: vme: Fixed indention | Egor Uleyskiy | 3 | -21/+21 |
2015-08-14 | staging: vme: devices: add spaces around '-' | Junsu Shin | 1 | -4/+4 |
2015-08-14 | staging: vme: devices: fix NULL comparison style | Junsu Shin | 1 | -2/+2 |
2015-08-14 | staging: vme: devices: remove blank line after open brace | Junsu Shin | 1 | -2/+0 |
2015-08-14 | staging: vme: devices: remove multiple blank lines | Junsu Shin | 1 | -4/+0 |
2015-08-07 | Staging: vme: remove an unnecessary and wrong warning message | Navy Cheng | 1 | -3/+1 |
2015-07-14 | staging: vme_user: remove okcount variable | Dmitry Kalinkin | 1 | -12/+6 |
2015-07-14 | staging: vme_user: remove distracting comment | Dmitry Kalinkin | 1 | -1/+0 |
2015-07-14 | staging: vme_user: remove unused variable | Dmitry Kalinkin | 1 | -6/+2 |
2015-07-14 | staging: vme_user: switch to returning -EFAULT on __copy_*_user errors | Dmitry Kalinkin | 1 | -36/+11 |
2015-07-14 | staging: vme_user: allow large read()/write() | Dmitry Kalinkin | 1 | -49/+24 |