aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/i2o (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-6/+5
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-43/+42
2014-02-26i2o: Use pci_bus_alloc_resource(), not allocate_resource() directlyBjorn Helgaas1-10/+6
2014-02-26i2o: Refactor i2o_iop_systab_set() PCI space allocationBjorn Helgaas1-43/+46
2014-02-26i2o: Fix I/O space alignment requirementBjorn Helgaas1-1/+1
2014-02-26i2o: Fix I/O space allocation copy/paste errorBjorn Helgaas1-1/+1
2014-02-10drivers/message/i2o/i2o_config.c: fix deadlock in compat_ioctl(I2OGETIOPS)Alexey Khoroshilov1-2/+2
2013-11-13drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o_driver_register()Wei Yongjun1-6/+10
2013-10-16i2o: convert bus code to use dev_groupsGreg Kroah-Hartman3-13/+23
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-2/+2
2013-05-07block_device_operations->release() should return voidAl Viro1-6/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-75/+22
2013-05-01proc: Add proc_mkdir_data()David Howells1-6/+2
2013-04-30i2o: check copy_from_user() size parameterDan Carpenter1-0/+10
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-19/+19
2013-04-09i2o: use proc_remove_subtree()Al Viro1-50/+1
2013-01-03Drivers: message: remove __dev* attributes.Greg Kroah-Hartman1-6/+5
2012-11-28messages: i2o: Fix typo in messages/i2oMasanari Iida3-8/+8
2012-07-30drivers/message/i2o/i2o_config.c: bound allocationAlan Cox1-0/+7
2012-07-30drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to an array which is no longer validKamil Dudka1-15/+22
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-13/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-03switch procfs to umode_t useAl Viro1-1/+1
2011-10-31drivers/message: Add module.h to i2o/pci.cPaul Gortmaker1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-4/+4
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+2
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-01[SCSI] remove cmd->serial_number litterChristoph Hellwig1-2/+2
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi5-9/+9
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-9/+8
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-5/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-5/+1
2011-03-09i2o_block: Convert to bdops->check_events()Tejun Heo1-4/+7
2011-02-01i2o: use alloc_workqueue() instead of create_workqueue()Tejun Heo1-1/+2
2011-01-19drivers/message/, i2o: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl1-2/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-2/+4
2010-11-16SCSI host lock push-downJeff Garzik1-2/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann1-11/+12
2010-08-11i2o: check return code from put_user()Kulikov Vasiliy1-7/+9
2010-08-11i2o: fix overflow of copy_to_user()Kulikov Vasiliy1-1/+1
2010-08-11drivers/message/i2o/exec-osm.c: add missing mutex_unlockJulia Lawall1-2/+6
2010-08-11drivers/message: move dereference after NULL testJulia Lawall2-3/+3
2010-08-07scsi/i2o: restore ioctl changesArnd Bergmann1-5/+16