drm/drm_crtc: return -EFAULT on copy_to_user errors
[safe/jmp/linux-2.6] / drivers / scsi / advansys.c
2010-05-01 Herton Ronaldo Krz... [SCSI] advansys: fix narrow board error path
2010-03-27 Herton Ronaldo Krz... [SCSI] advansys: fix regression with request_firmware...
2009-12-04 Adam Buchbindertree-wide: fix misspelling of "definition" in comments
2009-04-03 Jaswinder Singh... [SCSI] advansys: use request_firmware
2009-01-02 Kay Sievers[SCSI] struct device - replace bus_id with dev_name...
2008-12-29 Arjan van de Ven[SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex...
2008-11-30 Al Viroadvansys fix on ISA-less configs
2008-07-27 Harvey Harrison[SCSI] replace __FUNCTION__ with __func__
2008-03-07 Matthew Wilcox[SCSI] advansys: Fix bug in AdvLoadMicrocode
2008-02-11 FUJITA Tomonori[SCSI] advansys: fix overrun_buf aligned bug
2008-02-08 Adrian Bunk[SCSI] advansys: make 3 functions static
2008-01-26 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-01-23 FUJITA Tomonori[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFF...
2008-01-14 Randy Dunlapadvansys: fix section mismatch warning
2007-10-12 Matthew Wilcox[SCSI] advansys: Changes to work on parisc
2007-10-12 Matthew Wilcox[SCSI] advansys: Use dma mapping for overrun buffer
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove a couple of uses of bus_to_virt
2007-10-12 Matthew Wilcox[SCSI] advansys: convert to use the data buffer accessors
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove DvcGetPhyAddr
2007-10-12 Matthew Wilcox[SCSI] advansys: Move a couple of fields from struct...
2007-10-12 Matthew Wilcox[SCSI] advansys: Make sdtr_period_tbl a pointer
2007-10-12 Matthew Wilcox[SCSI] advansys: Get rid of board index number
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove private lock
2007-10-12 Matthew Wilcox[SCSI] advansys: Sort out debug macros
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove library version & serial numbers
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove asc_board_t typedef and ASC_BOA...
2007-10-12 Matthew Wilcox[SCSI] advansys: Merge ASC_IERR definitions
2007-10-12 Matthew Wilcox[SCSI] advansys: Sort out irq number mess
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove ASC_WIDE_BOARD predicate
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHS
2007-10-12 Matthew Wilcox[SCSI] advansys: Improve reset handler
2007-10-12 Matthew Wilcox[SCSI] advansys: Fix simultaneous calls to ->queuecommand
2007-10-12 Matthew Wilcox[SCSI] advansys: Restructure asc_execute_scsi_cmnd()
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove array of scsi targets
2007-10-12 Matthew Wilcox[SCSI] advansys: Eliminate prototypes
2007-10-12 Matthew Wilcox[SCSI] advansys: Use DRV_NAME
2007-10-12 Matthew Wilcox[SCSI] advansys: Comment/indentation/macro cleanup
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove some custom wrappers
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove a check for an impossible condition
2007-10-12 Matthew Wilcox[SCSI] advansys: Support 16-byte commands properly
2007-10-12 Matthew Wilcox[SCSI] advansys: Enable interrupts earlier in queuecommand
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove `active' queue and all remainin...
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove `done' queue
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove a check for an impossible condition
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove `waiting' queue
2007-10-12 Matthew Wilcox[SCSI] advansys: Shrink advansys_board_found a little...
2007-10-12 Matthew Wilcox[SCSI] advansys: Reformat microcode
2007-10-12 Matthew Wilcox[SCSI] advansys: Create AdvLoadMicrocode
2007-10-12 Matthew Wilcox[SCSI] advansys: Create AdvBuildCarrierFreelist
2007-10-12 Matthew Wilcox[SCSI] advansys: Fix VLB driver name
2007-10-12 Matthew Wilcox[SCSI] advansys: Move documentation to Documentation...
2007-10-12 Matthew Wilcox[SCSI] advansys: use memcpy instead of open-coded loop
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove pci_slot_info
2007-10-12 Matthew Wilcox[SCSI] advansys: Remove library-style callback routines
2007-10-12 Matthew Wilcox[SCSI] advansys: Move struct device out of the cfg...
2007-10-12 Matthew Wilcox[SCSI] advansys: Stop using n_io_port in Scsi_Host...
2007-10-12 Matthew Wilcox[SCSI] advansys: ioremap no longer needs page-aligned...
2007-10-12 Matthew Wilcox[SCSI] advansys: delete AscGetChipBusType
2007-10-12 Matthew Wilcox[SCSI] advansys: misc reformatting
2007-10-12 Matthew Wilcox[SCSI] advansys: remove INQUIRY sniffing
2007-10-12 Matthew Wilcox[SCSI] advansys: remove AscCompareString()
2007-10-12 Matthew Wilcox[SCSI] advansys: More PCI cleanups
2007-10-12 Matthew Wilcox[SCSI] advansys: Update resource management
2007-10-12 Matthew Wilcox[SCSI] advansys: Convert to ISA driver model
2007-10-12 Matthew Wilcox[SCSI] advansys: Convert to EISA driver model
2007-10-12 Matthew Wilcox[SCSI] advansys: Convert to PCI driver model
2007-10-12 Matthew Wilcox[SCSI] advansys: Move to scsi hotplug initialisation...
2007-10-12 Matthew Wilcox[SCSI] advansys: Make advansys_board_found a little...
2007-10-12 Matthew Wilcox[SCSI] advansys: Stop checking the scsi_cmnd belongs...
2007-10-12 Matthew Wilcox[SCSI] advansys: Improve interrupt handler
2007-10-12 Matthew Wilcox[SCSI] advansys: Clean up proc_info implementation
2007-10-12 Matthew Wilcox[SCSI] advansys: undate version, copyright, etc
2007-07-27 Matthew Wilcox[SCSI] advansys: lindent and other large, uninteresting...
2007-05-27 Adrian Bunk[SCSI] advansys: cleanups
2007-02-07 Ken Witherow[SCSI] advansys: clean up warnings
2007-01-03 Randy Dunlap[SCSI] advansys: wrap PCI table inside ifdef CONFIG_PCI
2006-10-10 Al Viro[PATCH] NULL noise removal: advansys
2006-10-10 Al Viro[PATCH] advansys __iomem annotations
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-08-04 Dave Jones[SCSI] advansys pci tweaks.
2006-07-02 Thomas Gleixner[PATCH] irq-flags: scsi: Use the new IRQF_ constants
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-26 Andreas Mohrspelling fixes
2006-06-25 Randy Dunlap[PATCH] advansys section fixes
2006-04-29 Linus Torvalds[SCSI] advansys driver: limp along on x86
2005-11-09 Christoph Hellwig[SCSI] remove Scsi_Host_Template typedef
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: drivers/scsi
2005-08-08 James Bottomley[SCSI] add global timeout to the scsi mid-layer
2005-06-26 Christoph Hellwig[SCSI] remove scsi_cmnd->abort_reason
2005-06-26 Christoph Hellwig[SCSI] remove scsi_set_device
2005-04-18 <htejun@gmail.com>[PATCH] scsi: remove meaningless scsi_cmnd->serial_numb...
2005-04-18 <htejun@gmail.com>[PATCH] scsi: remove unused scsi_cmnd->internal_timeout...
2005-04-17 <htejun@gmail.com>[PATCH] scsi: remove meaningless scsi_cmnd->serial_numb...
2005-04-17 <htejun@gmail.com>[PATCH] scsi: remove unused scsi_cmnd->internal_timeout...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2