aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vme/devices/vme_user.c
AgeCommit message (Expand)Author
2013-03-25staging: vme: fix for a potential NULL pointer dereferenceKumar Amit Mehta
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches
2012-11-21staging: vme: remove use of __devexitBill Pemberton
2012-11-21staging: vme: remove use of __devinitBill Pemberton
2012-11-21staging: vme: remove use of __devexit_pBill Pemberton
2012-11-13staging/vme: Use dev_ or pr_ printks in devices/vme_user.cYAMANE Toshiaki
2012-09-04Staging: vme: Fix a white space issueToshiaki Yamane
2012-08-14staging "vme" Fix typos.Justin P. Mattock
2012-07-19vme_user.c: remove duplicated includeDuan Jiong
2012-07-06Staging: vme: silence a Sparse warningDan Carpenter
2012-04-26Staging: VME: move VME drivers out of stagingGreg Kroah-Hartman
2012-04-10Staging: vme: Replace semaphore by mutex.Santosh Nayak
2011-10-17staging: vme_user: rename USER_BUS_MAX to VME_USER_BUS_MAXManohar Vanga
2011-10-17staging: vme: get rid of struct vme_device_id and slotsManohar Vanga
2011-10-17staging: vme: make match() driver specific to improve non-VME64x supportManohar Vanga
2011-10-17staging: vme: add struct vme_dev for VME devicesManohar Vanga
2011-08-23staging: vme_user: change kmalloc+memset to kzallocManohar Vanga
2011-06-28Staging: VME: Introduce IOCTL to generate VME interrupts.Vincent Bossier
2011-06-28Staging: VME: Make vme/ctl device available for IOCTL operations only.Vincent Bossier
2011-06-28Staging VME: Fix remaining checkpatch.pl errors.Vincent Bossier
2010-12-03staging/vme_user: add missing calls to vme_master_free calls in .removeEmilio G. Cota
2010-12-03staging/vme/vme_user: use __dev{init, exit} for .probe and .removeEmilio G. Cota
2010-12-03staging/vme_user: fix usage of the slave resources after they've been freedEmilio G. Cota
2010-11-16staging: vme_user: mark user-space buffers with __userEmilio G. Cota
2010-11-16staging: vme_user: remove __iomem marking from kern_buf and derivatesEmilio G. Cota
2010-11-16staging: vme_user: use an unsigned int for counting the number of kparamsEmilio G. Cota
2010-11-16staging: vme_user: declare private variables as staticEmilio G. Cota
2010-11-16staging: vme_user: remove unreachable lineEmilio G. Cota
2010-11-16staging: vme_user: return the appropriate error code when module_init failsEmilio G. Cota
2010-11-16staging: vme: style: convert '&(foo)' to '&foo'Emilio G. Cota
2010-09-07staging: Bulk convert the semaphore messThomas Gleixner
2010-07-22Staging: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-06-18Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues.Nanakos Chrysostomos
2010-05-11Staging: push down BKL into ioctl functionsArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03Staging: vme: Allocate memory buffers for master windowsArthur Benilov
2010-03-03Staging: vme: Use A24 when requesting slave resourceArthur Benilov
2010-03-03Staging: vme: llseek support in user driverArthur Benilov
2010-03-03Staging: vme: Renaming following split of GE Fanuc joint ventureMartyn Welch
2010-03-03Staging: vme: Correct vme_user error message typoMartyn Welch
2009-12-11staging: vme: correct array overflowMartyn Welch
2009-12-11Staging: vme: remove unused #include <linux/version.h>Huang Weiyi
2009-09-15Staging: Update VME vme_user moduleMartyn Welch
2009-09-15Staging: vme: add VME userspace driverMartyn Welch