summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/devices/vme_user.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-4/+4
|\
| * new helper: file_inode(file)Al Viro2013-02-231-4/+4
* | staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-2/+0Star
|/
* staging: vme: remove use of __devexitBill Pemberton2012-11-221-2/+2
* staging: vme: remove use of __devinitBill Pemberton2012-11-221-2/+2
* staging: vme: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* staging/vme: Use dev_ or pr_ printks in devices/vme_user.cYAMANE Toshiaki2012-11-131-39/+34Star
* Staging: vme: Fix a white space issueToshiaki Yamane2012-09-041-1/+1
* staging "vme" Fix typos.Justin P. Mattock2012-08-151-4/+4
* vme_user.c: remove duplicated includeDuan Jiong2012-07-201-1/+0Star
* Staging: vme: silence a Sparse warningDan Carpenter2012-07-071-1/+1
* Staging: VME: move VME drivers out of stagingGreg Kroah-Hartman2012-04-261-1/+1
* Staging: vme: Replace semaphore by mutex.Santosh Nayak2012-04-101-21/+22
* staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAXManohar Vanga2011-10-181-5/+5
* staging: vme: get rid of struct vme_device_id and slotsManohar Vanga2011-10-181-1/+1
* staging: vme: make match() driver specific to improve non-VME64x supportManohar Vanga2011-10-181-29/+16Star
* staging: vme: add struct vme_dev for VME devicesManohar Vanga2011-10-181-8/+6Star
* staging: vme_user: change kmalloc+memset to kzallocManohar Vanga2011-08-241-3/+1Star
* Staging: VME: Introduce IOCTL to generate VME interrupts.Vincent Bossier2011-06-281-0/+16
* Staging: VME: Make vme/ctl device available for IOCTL operations only.Vincent Bossier2011-06-281-2/+11
* Staging VME: Fix remaining checkpatch.pl errors.Vincent Bossier2011-06-281-12/+12
* staging/vme_user: add missing calls to vme_master_free calls in .removeEmilio G. Cota2010-12-031-1/+3
* staging/vme/vme_user: use __dev{init, exit} for .probe and .removeEmilio G. Cota2010-12-031-5/+7
* staging/vme_user: fix usage of the slave resources after they've been freedEmilio G. Cota2010-12-031-2/+2
* staging: vme_user: mark user-space buffers with __userEmilio G. Cota2010-11-161-13/+13
* staging: vme_user: remove __iomem marking from kern_buf and derivatesEmilio G. Cota2010-11-161-3/+3
* staging: vme_user: use an unsigned int for counting the number of kparamsEmilio G. Cota2010-11-161-1/+1
* staging: vme_user: declare private variables as staticEmilio G. Cota2010-11-161-3/+3
* staging: vme_user: remove unreachable lineEmilio G. Cota2010-11-161-1/+0Star
* staging: vme_user: return the appropriate error code when module_init failsEmilio G. Cota2010-11-161-0/+2
* staging: vme: style: convert '&(foo)' to '&foo'Emilio G. Cota2010-11-161-8/+8
* staging: Bulk convert the semaphore messThomas Gleixner2010-09-081-1/+1
* Staging: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-221-3/+4
* Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues.Nanakos Chrysostomos2010-06-191-47/+45Star
* Staging: push down BKL into ioctl functionsArnd Bergmann2010-05-111-3/+15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: vme: Allocate memory buffers for master windowsArthur Benilov2010-03-041-0/+14
* Staging: vme: Use A24 when requesting slave resourceArthur Benilov2010-03-041-1/+5
* Staging: vme: llseek support in user driverArthur Benilov2010-03-041-2/+33
* Staging: vme: Renaming following split of GE Fanuc joint ventureMartyn Welch2010-03-041-3/+3
* Staging: vme: Correct vme_user error message typoMartyn Welch2010-03-041-2/+2
* staging: vme: correct array overflowMartyn Welch2009-12-111-1/+1
* Staging: vme: remove unused #include <linux/version.h>Huang Weiyi2009-12-111-1/+0Star
* Staging: Update VME vme_user moduleMartyn Welch2009-09-151-141/+196
* Staging: vme: add VME userspace driverMartyn Welch2009-09-151-0/+771