index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
advansys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-27
[SCSI] replace __FUNCTION__ with __func__
Harvey Harrison
1
-1
/
+1
2008-03-07
[SCSI] advansys: Fix bug in AdvLoadMicrocode
Matthew Wilcox
1
-1
/
+1
2008-02-11
[SCSI] advansys: fix overrun_buf aligned bug
FUJITA Tomonori
1
-2
/
+11
2008-02-07
[SCSI] advansys: make 3 functions static
Adrian Bunk
1
-3
/
+3
2008-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-7
/
+7
2008-01-23
[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE
FUJITA Tomonori
1
-7
/
+7
2008-01-14
advansys: fix section mismatch warning
Randy Dunlap
1
-1
/
+1
2007-10-12
[SCSI] advansys: Changes to work on parisc
Matthew Wilcox
1
-5
/
+5
2007-10-12
[SCSI] advansys: Use dma mapping for overrun buffer
Matthew Wilcox
1
-18
/
+24
2007-10-12
[SCSI] advansys: Remove a couple of uses of bus_to_virt
Matthew Wilcox
1
-26
/
+79
2007-10-12
[SCSI] advansys: convert to use the data buffer accessors
Matthew Wilcox
1
-184
/
+52
2007-10-12
[SCSI] advansys: Remove DvcGetPhyAddr
Matthew Wilcox
1
-70
/
+3
2007-10-12
[SCSI] advansys: Move a couple of fields from struct board to struct adv_dvc
Matthew Wilcox
1
-101
/
+92
2007-10-12
[SCSI] advansys: Make sdtr_period_tbl a pointer
Matthew Wilcox
1
-65
/
+25
2007-10-12
[SCSI] advansys: Get rid of board index number
Matthew Wilcox
1
-136
/
+100
2007-10-12
[SCSI] advansys: Remove private lock
Matthew Wilcox
1
-16
/
+5
2007-10-12
[SCSI] advansys: Sort out debug macros
Matthew Wilcox
1
-366
/
+262
2007-10-12
[SCSI] advansys: Remove library version & serial numbers
Matthew Wilcox
1
-45
/
+15
2007-10-12
[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macro
Matthew Wilcox
1
-81
/
+51
2007-10-12
[SCSI] advansys: Merge ASC_IERR definitions
Matthew Wilcox
1
-24
/
+16
2007-10-12
[SCSI] advansys: Sort out irq number mess
Matthew Wilcox
1
-198
/
+189
2007-10-12
[SCSI] advansys: Remove ASC_WIDE_BOARD predicate
Matthew Wilcox
1
-3
/
+2
2007-10-12
[SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHS
Matthew Wilcox
1
-2
/
+0
2007-10-12
[SCSI] advansys: Improve reset handler
Matthew Wilcox
1
-61
/
+22
2007-10-12
[SCSI] advansys: Fix simultaneous calls to ->queuecommand
Matthew Wilcox
1
-49
/
+39
2007-10-12
[SCSI] advansys: Restructure asc_execute_scsi_cmnd()
Matthew Wilcox
1
-92
/
+39
2007-10-12
[SCSI] advansys: Remove array of scsi targets
Matthew Wilcox
1
-10
/
+0
2007-10-12
[SCSI] advansys: Eliminate prototypes
Matthew Wilcox
1
-6230
/
+6043
2007-10-12
[SCSI] advansys: Use DRV_NAME
Matthew Wilcox
1
-11
/
+12
2007-10-12
[SCSI] advansys: Comment/indentation/macro cleanup
Matthew Wilcox
1
-278
/
+101
2007-10-12
[SCSI] advansys: Remove some custom wrappers
Matthew Wilcox
1
-164
/
+49
2007-10-12
[SCSI] advansys: Remove a check for an impossible condition
Matthew Wilcox
1
-12
/
+0
2007-10-12
[SCSI] advansys: Support 16-byte commands properly
Matthew Wilcox
1
-29
/
+10
2007-10-12
[SCSI] advansys: Enable interrupts earlier in queuecommand
Matthew Wilcox
1
-12
/
+11
2007-10-12
[SCSI] advansys: Remove `active' queue and all remaining internal queueing code
Matthew Wilcox
1
-498
/
+6
2007-10-12
[SCSI] advansys: Remove `done' queue
Matthew Wilcox
1
-96
/
+24
2007-10-12
[SCSI] advansys: Remove a check for an impossible condition
Matthew Wilcox
1
-19
/
+0
2007-10-12
[SCSI] advansys: Remove `waiting' queue
Matthew Wilcox
1
-177
/
+9
2007-10-12
[SCSI] advansys: Shrink advansys_board_found a little more
Matthew Wilcox
1
-118
/
+112
2007-10-12
[SCSI] advansys: Reformat microcode
Matthew Wilcox
1
-1977
/
+1186
2007-10-12
[SCSI] advansys: Create AdvLoadMicrocode
Matthew Wilcox
1
-275
/
+107
2007-10-12
[SCSI] advansys: Create AdvBuildCarrierFreelist
Matthew Wilcox
1
-166
/
+53
2007-10-12
[SCSI] advansys: Fix VLB driver name
Matthew Wilcox
1
-1
/
+1
2007-10-12
[SCSI] advansys: Move documentation to Documentation/scsi
Matthew Wilcox
1
-747
/
+19
2007-10-12
[SCSI] advansys: use memcpy instead of open-coded loop
Matthew Wilcox
1
-79
/
+40
2007-10-12
[SCSI] advansys: Remove pci_slot_info
Matthew Wilcox
1
-20
/
+9
2007-10-12
[SCSI] advansys: Remove library-style callback routines
Matthew Wilcox
1
-42
/
+8
2007-10-12
[SCSI] advansys: Move struct device out of the cfg structures
Matthew Wilcox
1
-63
/
+41
2007-10-12
[SCSI] advansys: Stop using n_io_port in Scsi_Host structure
Matthew Wilcox
1
-30
/
+8
2007-10-12
[SCSI] advansys: ioremap no longer needs page-aligned addresses
Matthew Wilcox
1
-40
/
+12
[next]