| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-02 | scsi: aic7xxx: Fix compiler warnings triggered by user space code | Bart Van Assche | 3 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 6 | -26/+26 |
| 2026-01-23 | scsi: Change the return type of the .queuecommand() callback | Bart Van Assche | 2 | -8/+8 |
| 2025-08-13 | scsi: switch ->bios_param() to passing gendisk | Al Viro | 2 | -4/+4 |
| 2025-08-13 | scsi: switch scsi_bios_ptable() and scsi_partsize() to gendisk | Al Viro | 2 | -2/+2 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
| 2025-01-10 | scsi: aic7xxx: Fix build 'aicasm' warning | wangdicheng | 3 | -0/+5 |
| 2024-12-04 | scsi: Convert SCSI drivers to .sdev_configure() | Bart Van Assche | 2 | -4/+4 |
| 2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche | 2 | -4/+4 |
| 2024-10-03 | scsi: aic7xxx: Remove unused aic7770_find_device() | Dr. David Alan Gilbert | 2 | -17/+0 |
| 2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -6/+6 |
| 2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -6/+6 |
| 2024-04-08 | scsi: aic7xxx: Indent kconfig help text | Prasad Pandit | 2 | -85/+87 |
| 2023-12-05 | scsi: aic7xxx: Return negative error codes in aic7770_probe() | Su Hui | 1 | -3/+3 |
| 2023-12-05 | scsi: aic7xxx: Return ahc_linux_register_host()'s value rather than zero | Su Hui | 1 | -2/+1 |
| 2023-12-05 | scsi: aic7xxx: Return negative error codes in ahc_linux_register_host() | Su Hui | 1 | -1/+1 |
| 2023-10-24 | scsi: aic79xx: Fix up NULL command in ahd_done() | Hannes Reinecke | 1 | -2/+4 |
| 2023-10-13 | scsi: aic79xx: Do not reference SCSI command when resetting device | Hannes Reinecke | 1 | -6/+15 |
| 2023-10-13 | scsi: aic79xx: Make BUILD_SCSIID() a function | Hannes Reinecke | 1 | -4/+7 |
| 2023-10-13 | scsi: aic7xxx: Do not reference SCSI command when resetting device | Hannes Reinecke | 1 | -51/+57 |
| 2023-10-13 | scsi: aic7xxx: Make BUILD_SCSIID() a function | Hannes Reinecke | 1 | -6/+13 |
| 2023-07-31 | scsi: aic7xxx: Fix firmware build fatal error | Wang Jinchao | 2 | -14/+3 |
| 2023-05-31 | scsi: Add HAS_IOPORT dependencies | Niklas Schnelle | 2 | -2/+2 |
| 2022-09-15 | scsi: aic79xx: Use __ro_after_init explicitly | Kees Cook | 1 | -1/+1 |
| 2022-03-30 | scsi: aic7xxx: Use standard PCI subsystem, subdevice defines | Tom Rix | 4 | -9/+5 |
| 2022-03-15 | scsi: aic7xxx: Fix typos in comments | Julia Lawall | 1 | -1/+1 |
| 2022-01-05 | scsi: aic79xx: Remove redundant error variable | Minghao Chi | 1 | -5/+1 |
| 2021-10-16 | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche | 2 | -4/+2 |
| 2021-10-16 | scsi: aic7xxx: Call scsi_done() directly | Bart Van Assche | 2 | -4/+2 |
| 2021-09-28 | scsi: aic7xxx: Fix a function name in comments | Cai Huoqing | 2 | -2/+2 |
| 2021-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
| 2021-07-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -13/+7 |
| 2021-06-22 | scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8 | Colin Ian King | 1 | -1/+1 |
| 2021-05-31 | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 2 | -13/+7 |
| 2021-05-21 | scsi: aic7xxx: Remove multiple definition of globals | Tom Rix | 2 | -2/+1 |
| 2021-05-21 | scsi: aic7xxx: Restore several defines for aic7xxx firmware build | Tom Rix | 1 | -0/+11 |
| 2021-02-22 | scsi: aic7xxx: Remove unused function pointer typedef ahc_bus_suspend/resume_t | Chen Lin | 1 | -2/+0 |
| 2021-02-22 | scsi: aic79xx: Fix spelling of version | Bhaskar Chowdhury | 1 | -1/+1 |
| 2021-01-22 | scsi: aic7xxx: aic79xx: Drop internal SCSI message definition | Hannes Reinecke | 5 | -177/+137 |
| 2021-01-22 | scsi: aic7xxx: aic79xx: Remove driver-defined SAM status definitions | Hannes Reinecke | 5 | -36/+21 |
| 2021-01-22 | scsi: aic7xxx: aic79xx: Kill pointless forward declarations | Hannes Reinecke | 2 | -46/+0 |
| 2021-01-22 | scsi: aic7xxx: aic79xx: Whitespace cleanup | Hannes Reinecke | 10 | -209/+208 |
| 2020-12-02 | scsi: aic7xxx: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2 | -3/+5 |
| 2020-11-25 | scsi: aic79xx: Use generic power management | Vaibhav Gupta | 4 | -49/+20 |
| 2020-11-25 | scsi: aic7xxx: Use generic power management | Vaibhav Gupta | 4 | -49/+17 |
| 2020-11-10 | scsi: aic7xxx: aic79xx_osm: Remove unused variable 'saved_scsiid' | Lee Jones | 1 | -2/+1 |
| 2020-10-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 4 | -10/+7 |
| 2020-09-15 | scsi: aic7xxx: Use kmemdup() in two places | Alex Dewar | 2 | -4/+2 |
| 2020-08-24 | scsi: aic7xxx: Fix error code handling | Tong Zhang | 1 | -2/+2 |
| 2020-08-24 | scsi: aic7xxx: Remove pci-dma-compat wrapper API | Suraj Upadhyay | 1 | -4/+3 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 3 | -35/+35 |
| 2020-07-24 | scsi: aic7xxx: Remove set but unused variables 'targ_info' and 'value' | Lee Jones | 1 | -7/+0 |
| 2020-07-24 | scsi: aic7xxx: aic79xx_core: Remove a bunch of unused variables | Lee Jones | 1 | -10/+3 |
| 2020-07-24 | scsi: aic79xx: Restore modes when exiting ahd_linux_queue_abort_cmd() | Hannes Reinecke | 1 | -16/+7 |
| 2020-07-15 | scsi: aic7xxx: Fix 'amount_xferred' set but not used issue | Lee Jones | 1 | -0/+2 |
| 2020-07-15 | scsi: aic7xxx: Remove unused variables 'wait' and 'paused' | Lee Jones | 1 | -4/+1 |
| 2020-07-15 | scsi: aic7xxx: Remove unused variable 'ahd' | Lee Jones | 1 | -3/+0 |
| 2020-07-15 | scsi: aic7xxx: Fix 'amount_xferred' set but not used issue | Lee Jones | 1 | -0/+2 |
| 2020-07-15 | scsi: aic7xxx: Remove unused variable 'targ' | Lee Jones | 1 | -2/+0 |
| 2020-07-15 | scsi: aic7xxx: Remove unused variable 'ahc' | Lee Jones | 1 | -4/+0 |
| 2020-07-15 | scsi: aic7xxx: Remove unused variable 'tinfo' | Lee Jones | 1 | -5/+0 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2 | -5/+5 |
| 2020-04-24 | scsi: aic7xxx: Remove unnecessary NULL checks before kfree | Alex Dewar | 2 | -20/+10 |
| 2020-04-24 | scsi: aic7xxx: Use kzalloc() instead of kmalloc()+memset() | Alex Dewar | 2 | -4/+3 |
| 2020-04-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -23/+0 |
| 2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
| 2020-04-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -23/+3 |
| 2020-03-31 | scsi: aic7xxx: Remove more FreeBSD-specific code | Alex Dewar | 1 | -23/+0 |
| 2020-03-26 | scsi: aic7xxx: aic97xx: Remove FreeBSD-specific code | Alex Dewar | 1 | -21/+1 |
| 2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
| 2020-03-24 | scsi: simplify scsi_partsize | Christoph Hellwig | 2 | -20/+6 |
| 2020-03-11 | scsi: docs: convert aic7xxx.txt to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2020-03-11 | scsi: docs: convert aic79xx.txt to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2020-01-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
| 2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2 | -2/+2 |
| 2019-12-19 | scsi: aic7xxx: Adjust indentation in ahc_find_syncrate | Nathan Chancellor | 1 | -1/+1 |
| 2019-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
| 2019-06-18 | scsi: aic7xxx: Spelling s/configuraion/configuration/ | Geert Uytterhoeven | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-08 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -2/+2 |
| 2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -3/+9 |
| 2019-04-29 | scsi: aic7xxx: improve the Kconfig entry | Christoph Hellwig | 1 | -1/+1 |
| 2019-04-18 | scsi: aic7xxx: fix EISA support | Christoph Hellwig | 4 | -6/+7 |
| 2019-04-18 | scsi: aic7xxx: fix spelling mistake "recevied" -> "received" | Colin Ian King | 1 | -1/+1 |
| 2019-04-08 | scsi: aic7xxx: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -3/+9 |
| 2019-01-29 | scsi: remove unneeded header search paths | Masahiro Yamada | 1 | -1/+0 |
| 2019-01-11 | scsi: aic7xxx: aic79xx: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -5/+9 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 2 | -2/+0 |
| 2018-09-17 | scsi: aic7xxx: remove set but not used variable 'shared_scb_data' | YueHaibing | 1 | -2/+0 |
| 2018-09-11 | scsi: aic7xxx: remove unused redundant variable num_chip_names | Colin Ian King | 2 | -2/+0 |
| 2018-08-30 | scsi: aic7xxx: Fix build using bare-metal toolchain | Sam Protsenko | 15 | -147/+1 |
| 2018-06-14 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -4/+4 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+2 |
| 2018-06-07 | scsi: aic7xxx: aic79xx: fix potential null pointer dereference on ahd | Colin Ian King | 1 | -4/+4 |
| 2018-04-03 | Merge branch 'fixes' into misc | James Bottomley | 1 | -34/+0 |
| 2018-03-15 | scsi: aic7xxx: aic79xx: remove VLAs | Stephen Kitt | 5 | -14/+11 |
| 2018-01-30 | scsi: aic7xxx: remove aiclib.c | Corentin Labbe | 1 | -34/+0 |
| 2017-11-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -2/+2 |
| 2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -32/+9 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-11-01 | scsi: aic7xxx: Convert timers to use timer_setup() | Kees Cook | 3 | -32/+9 |
| 2017-10-16 | scsi: aic7xxx: make a couple of functions static | Colin Ian King | 2 | -2/+2 |
| 2017-08-10 | scsi: aic7xxx: regenerate firmware files | Michał Mirosław | 3 | -1102/+227 |
| 2017-08-07 | scsi: aic7xxx: fix firmware build deps | Michał Mirosław | 1 | -2/+4 |
| 2017-08-07 | scsi: aic7xxx: remove empty function | Michał Mirosław | 3 | -7/+0 |
| 2017-07-24 | scsi: aic7xxx: fix firmware build with O=path | Jakub Kicinski | 2 | -30/+35 |
| 2017-04-19 | scsi: aic7xxx: fix order of arguments in function prototype | Colin Ian King | 1 | -2/+2 |
| 2017-03-09 | scripts/spelling.txt: add "disble(d)" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
| 2016-12-14 | treewide: Fix printk() message errors | Masanari Iida | 1 | -1/+1 |
| 2016-02-23 | aic7xxx: Fix queue depth handling | Alan | 1 | -0/+1 |
| 2016-01-05 | aic7xxx: Avoid name collision with <linux/list.h> | Michal Marek | 5 | -14/+4 |
| 2015-11-09 | scsi: use host wide tags by default | Christoph Hellwig | 2 | -2/+0 |
| 2015-08-07 | aic7xxx: Fix typo in error message | Nik Nyby | 1 | -1/+1 |
| 2015-04-09 | aic7xxx: replace kmalloc/memset by kzalloc | Michael Opdenacker | 4 | -12/+7 |
| 2015-02-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -32/+30 |
| 2015-02-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2015-02-02 | scsi: print single-character strings with seq_putc | Rasmus Villemoes | 2 | -10/+10 |
| 2015-02-02 | scsi: replace seq_printf with seq_puts | Rasmus Villemoes | 2 | -32/+30 |
| 2015-01-20 | scsi: aic7xxx: fix comment | Geert Uytterhoeven | 1 | -1/+1 |
| 2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2 | -4/+4 |
| 2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2 | -11/+4 |
| 2014-11-12 | scsi: always assign block layer tags if enabled | Christoph Hellwig | 2 | -10/+12 |
| 2014-11-12 | scsi: remove abuses of scsi_populate_tag | Christoph Hellwig | 2 | -18/+1 |
| 2014-11-12 | scsi: add new scsi-command flag for tagged commands | Christoph Hellwig | 1 | -1/+1 |
| 2014-08-26 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
| 2014-07-25 | aic7xxx: Use kstrdup | Himangi Saraogi | 3 | -6/+3 |
| 2014-07-17 | scsi: use 64-bit LUNs | Hannes Reinecke | 5 | -11/+12 |
| 2014-06-09 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -13/+5 |
| 2014-05-26 | aic7xxx: Remove obsolete preprocessor define | Paul Bolle | 1 | -10/+0 |
| 2014-05-19 | aic79xx: fix misuse of static variables | Mathias Krause | 1 | -13/+5 |
| 2014-05-05 | aic7xxx: Spelling s/termnation/termination/ | Geert Uytterhoeven | 1 | -1/+1 |
| 2014-03-19 | [SCSI] remove deprecated IRQF_DISABLED from SCSI | Michael Opdenacker | 1 | -1/+0 |
| 2013-09-10 | [SCSI] aic7xxx: fix swapped arguments in ahc_find_pci_device | Dave Jones | 1 | -1/+1 |
| 2013-04-09 | aic7xxx: switch to ->show_info() | Al Viro | 3 | -126/+48 |
| 2013-04-09 | aic79xx: switch to ->show_info() | Al Viro | 3 | -131/+53 |
| 2012-09-01 | scsi: fix various printk and comment typos | Masanari Iida | 1 | -1/+1 |
| 2012-03-30 | Documentation: remove references to /etc/modprobe.conf | Lucas De Marchi | 2 | -8/+8 |
| 2012-02-05 | aic7xxx: Fix typo in aic7xxx | Masanari Iida | 2 | -3/+3 |
| 2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
| 2011-10-10 | aic7xxx: fix Kconfig references to READMEs | Paul Bolle | 2 | -4/+2 |
| 2011-05-10 | treewide: fix a few typos in comments | Justin P. Mattock | 2 | -2/+2 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 13 | -63/+63 |
| 2011-01-19 | Comment typo fixes for 'descriptor' | Justin P. Mattock | 2 | -2/+2 |
| 2011-01-19 | scsi: Remove unnecessary casts of void ptr returning alloc function return va... | Jesper Juhl | 1 | -1/+1 |
| 2010-11-16 | SCSI host lock push-down | Jeff Garzik | 2 | -2/+6 |
| 2010-07-28 | [SCSI] aic7xxx: Remove OS utility wrappers | Pekka Enberg | 15 | -738/+712 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -0/+2 |
| 2010-01-17 | [SCSI] aic79xx: check for non-NULL scb in ahd_handle_nonpkt_busfree | Hannes Reinecke | 1 | -22/+31 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 3 | -3/+3 |
| 2009-11-09 | tree-wide: fix typos "selct" + "slect" -> "select" | Uwe Kleine-König | 4 | -4/+4 |
| 2009-09-21 | trivial: fix typo in aic7xxx comment | Uwe Kleine-Koenig | 1 | -1/+1 |
| 2009-06-15 | [SCSI] aic79xx: make driver respect nvram for IU and QAS settings | James Bottomley | 1 | -7/+3 |
| 2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2 | -5/+5 |
| 2009-04-07 | dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39) | Yang Hongyang | 1 | -2/+2 |
| 2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -1/+1 |
| 2009-04-03 | [SCSI] replace __inline with inline | Harvey Harrison | 8 | -134/+129 |
| 2009-04-03 | [SCSI] aic7xxx: leaves timer running on init failure | Hannes Reinecke | 2 | -10/+4 |
| 2008-10-23 | [SCSI] aic7xxx: Take the LED out of diagnostic mode on PM resume | thomas schorpp | 1 | -0/+7 |
| 2008-10-23 | [SCSI] aic79xx: user visible misuse wrong SI units (not disk size!) | Alan Cox | 2 | -5/+5 |
| 2008-10-23 | [SCSI] aic79xx: fix shadowed variables | Harvey Harrison | 1 | -4/+0 |
| 2008-10-23 | [SCSI] aic79xx: fix shadowed variables, add statics | Harvey Harrison | 1 | -9/+4 |
| 2008-10-23 | [SCSI] aic7xxx: update *_shipped files | Denys Vlasenko | 4 | -4197/+133 |
| 2008-10-23 | [SCSI] aic7xxx: update .reg files | Denys Vlasenko | 2 | -0/+309 |
| 2008-10-23 | [SCSI] aic7xxx: introduce "dont_generate_debug_code" keyword in aicasm parser | Denys Vlasenko | 4 | -1/+16 |
| 2008-04-28 | scsi: fix integer as NULL pointer warnings | Harvey Harrison | 2 | -3/+3 |
| 2008-04-27 | [SCSI] aic7xxx: add const | Denys Vlasenko | 13 | -66/+61 |
| 2008-04-27 | [SCSI] aic7xxx: add static | Denys Vlasenko | 12 | -257/+195 |
| 2008-04-27 | [SCSI] aic7xxx: Update _shipped files | Hannes Reinecke | 5 | -2544/+401 |
| 2008-04-27 | [SCSI] aic7xxx: teach aicasm to not emit unused debug code/data | Hannes Reinecke | 7 | -16/+185 |
| 2008-04-27 | [SCSI] aic7xxx: Update type check in aicasm grammar | Hannes Reinecke | 2 | -45/+66 |
| 2008-04-24 | [SCSI] aic79xx: fix MMIO for PPC 44x platforms | Sergei Shtylyov | 2 | -15/+16 |
| 2008-04-24 | [SCSI] aic7xxx: fix MMIO for PPC 44x platforms | Sergei Shtylyov | 2 | -10/+10 |
| 2008-04-24 | [SCSI] aic7xxx, aic79xx: deinline functions | Denys Vlasenko | 11 | -1679/+1719 |
| 2008-04-07 | [SCSI] aic7xxx: Test opcode, not definition in aicasm:type_check() | Roel Kluin | 1 | -1/+1 |
| 2008-04-07 | [SCSI] aic79xx: fix IOMMU mapping failure handling | FUJITA Tomonori | 1 | -2/+5 |
| 2008-04-07 | [SCSI] aic7xxx: fix IOMMU mapping failure handling | FUJITA Tomonori | 1 | -3/+7 |
| 2008-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 1 | -5/+6 |
| 2008-02-23 | PM: Introduce PM_EVENT_HIBERNATE callback state | Rafael J. Wysocki | 2 | -2/+2 |
| 2008-02-18 | [SCSI] aic7xx: mitigate HOST_MSG_LOOP invalid SCB ff panic | James Bottomley | 1 | -5/+6 |
| 2008-02-09 | scsi: fix makefile for aic7(3*x) | Sam Ravnborg | 1 | -2/+2 |
| 2008-02-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 5 | -6/+6 |
| 2008-02-03 | scsi: fix dependency bug in aic7 Makefile | Sam Ravnborg | 1 | -7/+2 |
| 2008-02-03 | drivers/scsi/: Spelling fixes | Joe Perches | 5 | -6/+6 |
| 2008-01-30 | [SCSI] remove use_sg_chaining | James Bottomley | 2 | -2/+0 |
| 2008-01-30 | [SCSI] aic7xxx: fix warnings with CONFIG_PM disabled | FUJITA Tomonori | 4 | -22/+20 |
| 2008-01-30 | [SCSI] aic79xx: fix warnings with CONFIG_PM disabled | FUJITA Tomonori | 4 | -22/+20 |
| 2008-01-30 | [SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactions | David Milburn | 1 | -3/+6 |
| 2008-01-30 | [SCSI] aic79xx: fix sense_buffer access bug | FUJITA Tomonori | 1 | -1/+1 |
| 2008-01-25 | [SCSI] aic7xxx: fix firmware build | Vegard Nossum | 1 | -27/+18 |
| 2008-01-23 | [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE | FUJITA Tomonori | 2 | -6/+6 |
| 2007-10-23 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 11 | -52/+143 |
| 2007-10-21 | [SCSI] aic7xxx: Fix firmware build | Hannes Reinecke | 1 | -1/+2 |
| 2007-10-21 | [SCSI] aic7xxx: Update Maintainer information | Hannes Reinecke | 2 | -4/+4 |
| 2007-10-21 | [SCSI] aic7xxx: Add suspend/resume support | Hannes Reinecke | 8 | -47/+137 |
| 2007-10-19 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 1 | -1/+1 |
| 2007-10-16 | [SCSI] add use_sg_chaining option to scsi_host_template | FUJITA Tomonori | 2 | -0/+2 |
| 2007-07-31 | [SCSI] aic7xxx: cap maxsync according to correct card limits | James Bottomley | 1 | -1/+21 |
| 2007-07-27 | [SCSI] aic79xx, aic7xxx: Fix incorrect width setting | James Bottomley | 2 | -13/+21 |