index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
bfa
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-23
bfa: deinline __bfa_trc() and __bfa_trc32()
Denys Vlasenko
2
-37
/
+23
2016-02-23
bfa: use strncpy() instead of memcpy()
Dan Carpenter
1
-1
/
+1
2015-12-02
bfa: Update driver version to 3.2.25.0
Anil Gurumurthy
1
-1
/
+1
2015-12-02
bfa: File header and user visible string changes
Anil Gurumurthy
39
-89
/
+84
2015-12-02
bfa: Fix for crash when bfa_itnim is NULL
Anil Gurumurthy
1
-0
/
+26
2015-12-02
bfa: Update copyright messages
Anil Gurumurthy
39
-78
/
+117
2015-11-09
scsi: use host wide tags by default
Christoph Hellwig
1
-2
/
+0
2015-09-06
bfa: Fix incorrect de-reference of pointer
Anil Gurumurthy
1
-1
/
+1
2015-09-06
bfa: Fix indentation
Anil Gurumurthy
1
-11
/
+11
2015-08-12
bfa: fix leak of bfad_im_port_index on module unload
Alexey Khoroshilov
1
-0
/
+2
2015-04-17
bfs: bfad_worker cleanup
Jiri Slaby
1
-13
/
+9
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
1
-2
/
+2
2014-11-20
bfa: replace 2 kzalloc/copy_from_user by memdup_user
Fabian Frederick
1
-24
/
+6
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
1
-2
/
+1
2014-11-12
scsi: always assign block layer tags if enabled
Christoph Hellwig
1
-5
/
+3
2014-11-12
scsi: remove ordered_tags scsi_device field
Christoph Hellwig
1
-8
/
+3
2014-07-29
bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
1
-14
/
+6
2014-07-29
bfa: Cleanup bfad_setup_intr() function
Alexander Gordeev
1
-10
/
+8
2014-07-29
bfa: Do not call pci_enable_msix() after it failed once
Alexander Gordeev
1
-25
/
+23
2014-07-25
bfa: use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
1
-3
/
+3
2014-07-25
bfa: remove useless return variables
Peter Senna Tschudin
1
-6
/
+4
2014-07-25
bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA address
Ben Hutchings
1
-1
/
+1
2014-07-25
bfa: Use dma_zalloc_coherent
Joe Perches
1
-3
/
+3
2014-05-19
bfa: allocate memory with GFP_ATOMIC in spinlock context
Alexey Khoroshilov
1
-1
/
+1
2014-03-19
[SCSI] bfa: Replace large udelay() with mdelay()
Ben Hutchings
1
-1
/
+1
2014-03-15
[SCSI] bfa: set correct command return code
Hannes Reinecke
1
-1
/
+6
2014-03-15
[SCSI] bfa: Fix smatch warnings
Vijaya Mohan Guvva
1
-4
/
+5
2014-03-15
[SCSI] bfa: fix missing unlock on error in bfad_iocmd_cfg_trunk()
Wei Yongjun
1
-1
/
+3
2014-01-22
Merge branch 'misc' into for-linus
James Bottomley
13
-104
/
+836
2013-12-19
[SCSI] bfa: Driver version upgrade to 3.2.23.0
Vijaya Mohan Guvva
2
-4
/
+4
2013-12-19
[SCSI] bfa: change FC_ELS_TOV to 20sec
Vijaya Mohan Guvva
1
-1
/
+1
2013-12-19
[SCSI] bfa: Observed auto D-port mode instead of manual
Vijaya Mohan Guvva
2
-2
/
+3
2013-12-19
[SCSI] bfa: Fix for bcu or hcm faa query hang
Vijaya Mohan Guvva
1
-4
/
+4
2013-12-19
[SCSI] bfa: LUN discovery issue in direct attach mode
Vijaya Mohan Guvva
1
-1
/
+14
2013-12-19
[SCSI] bfa: Register port with SCSI even on port init failure
Vijaya Mohan Guvva
2
-46
/
+43
2013-12-19
[SCSI] bfa: Firmware patch simplification
Vijaya Mohan Guvva
7
-46
/
+767
2013-12-18
[SCSI] bfa: Chinook quad port 16G FC HBA claim issue
Vijaya Mohan Guvva
1
-2
/
+4
2013-12-03
[SCSI] bfa: Fix crash when symb name set for offline vport
Vijaya Mohan Guvva
3
-8
/
+14
2013-11-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+0
2013-10-14
SCSI: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-23
[SCSI] bfa: Use pcie_set()/get_readrq() to simplify code
Yijing Wang
1
-41
/
+12
2013-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-09-04
treewide: Convert retrun typos to return
Joe Perches
1
-1
/
+1
2013-09-03
[SCSI] bfa: firmware update to 3.2.1.1
Rasesh Mody
1
-3
/
+3
2013-07-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
23
-289
/
+1507
2013-06-29
bfa: switch to fixed_size_llseek()
Al Viro
1
-25
/
+3
2013-06-26
[SCSI] bfa: Update the driver version to 3.2.21.1
Vijaya Mohan Guvva
2
-4
/
+4
2013-06-26
[SCSI] bfa: dis-associate bfa path_tov with dev_loss_tmo
Vijaya Mohan Guvva
1
-26
/
+7
2013-06-26
[SCSI] bfa: Support for chinook-quad port card
Vijaya Mohan Guvva
3
-1
/
+13
2013-06-26
[SCSI] bfa: fix endianess issue for firmware stats
Vijaya Mohan Guvva
1
-1
/
+1
[next]