index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
cciss.c
Age
Commit message (
Expand
)
Author
2010-08-07
cciss: cleanup interrupt_not_for_us
Stephen M. Cameron
2010-08-07
cciss: change printks to dev_warn, etc.
Stephen M. Cameron
2010-08-07
cciss: separate cmd_alloc() and cmd_special_alloc()
Stephen M. Cameron
2010-08-07
cciss: use consistent variable names
Stephen M. Cameron
2010-08-07
cciss: forbid hard reset of 640x boards
Stephen M. Cameron
2010-08-07
cciss: sanitize max commands
Stephen M. Cameron
2010-08-07
cciss: fix hard reset code.
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_reset_devices()
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_find_cfg_addrs.
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_enter_performant_mode
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_wait_for_mode_change_ack()
Stephen M. Cameron
2010-08-07
cciss: make cciss_put_controller_into_performant_mode as __devinit
Stephen M. Cameron
2010-08-07
cciss: cleanup some debug ifdefs
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_p600_dma_prefetch_quirk()
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_enable_scsi_prefetch()
Stephen M. Cameron
2010-08-07
cciss: factor out CISS_signature_present()
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_find_board_params
Stephen M. Cameron
2010-08-07
cciss: fix leak of ioremapped memory
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_find_cfgtables
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_wait_for_board_ready()
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_find_memory_BAR()
Stephen M. Cameron
2010-08-07
cciss: remove board_id parameter from cciss_interrupt_mode()
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_board_disabled
Stephen M. Cameron
2010-08-07
cciss: factor out cciss_lookup_board_id
Stephen M. Cameron
2010-08-07
cciss: save pdev pointer in per hba structure early to avoid passing it aroun...
Stephen M. Cameron
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
2010-08-07
cciss: move next_command function from ifdef
Mike Miller
2010-08-07
cciss: fix call to put_controller_in_performant_mode
Mike Miller
2010-08-07
cciss: make sure we request the performant mode irq
Mike Miller
2010-08-07
cciss: new controller support and bump driver version
Mike Miller
2010-08-07
cciss: add performant mode support for Stars/Sirius
Mike Miller
2010-08-07
cciss: check for msi in interrupt_not_for_us
Mike Miller
2010-08-07
cciss: clean up interrupt handler
Mike Miller
2010-08-07
cciss: enqueue and submit io
Mike Miller
2010-05-11
cciss: fix shadows sparse warning
Bill Pemberton
2010-04-07
cciss: unlock on error path
Dan Carpenter
2010-02-28
cciss: factor out scatter gather chain block mapping code
Stephen M. Cameron
2010-02-28
cciss: fix scatter gather chain block dma direction kludge
Stephen M. Cameron
2010-02-28
cciss: simplify scatter gather code
Stephen M. Cameron
2010-02-28
cciss: factor out scatter gather chain block allocation and freeing
Stephen M. Cameron
2010-02-28
cciss: detect bad alignment of scsi commands at build time
Stephen M. Cameron
2010-02-26
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
2010-02-22
Merge branch 'master' into for-2.6.34
Jens Axboe
2010-02-22
cciss: remove C99-style comments
dann frazier
2010-02-05
cciss: Make cciss_seq_show handle holes in the h->drv[] array
Stephen M. Cameron
2009-11-23
cciss: fix scatter gather cleanup problems
Stephen M. Cameron
2009-11-13
cciss: Fix weird usage of ENXIO in cciss_scsi.c
Stephen M. Cameron
[next]