index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
aha1542.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-26
scsi: aha1542: Remove unneeded semicolon
Haowen Bai
1
-10
/
+10
2022-02-23
scsi: aha1542: Remove a set-but-not-used array
Bart Van Assche
1
-2
/
+1
2021-10-19
scsi: aha1542: Use memcpy_{from,to}_bvec()
Christoph Hellwig
1
-4
/
+2
2021-10-17
scsi: aha1542: Call scsi_done() directly
Bart Van Assche
1
-6
/
+4
2021-08-12
scsi: aha1542: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-2
/
+4
2021-04-06
aha1542: use a local bounce buffer
Christoph Hellwig
1
-48
/
+57
2021-02-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-51
/
+82
2021-01-26
isa: Make the remove callback for isa drivers return void
Uwe Kleine-König
1
-2
/
+1
2021-01-13
scsi: aha1542: Fix multi-line comment style
Sergey Shtylyov
1
-44
/
+75
2021-01-13
scsi: aha1542: Kill trailing whitespace
Sergey Shtylyov
1
-7
/
+7
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2018-12-19
scsi: flip the default on use_clustering
Christoph Hellwig
1
-1
/
+0
2018-12-08
scsi: aha1542: Fix zeroday __udivdi3 warning
James Bottomley
1
-1
/
+1
2018-11-22
scsi: aha1542: convert to DMA mapping API
Christoph Hellwig
1
-35
/
+91
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2017-08-25
scsi: aha1542: constify pnp_device_id
Arvind Yadav
1
-1
/
+1
2017-04-20
Annotate hardware config module parameters in drivers/scsi/
David Howells
1
-1
/
+1
2016-02-24
scsi: aha1542: avoid uninitialized variable warnings
Arnd Bergmann
1
-0
/
+3
2015-06-01
scsi: Do not set cmd_per_lun to 1 in the host template
Hannes Reinecke
1
-1
/
+0
2015-04-27
aha1542: Allocate memory before taking a lock
Ondrej Zary
1
-12
/
+11
2015-04-10
aha1542: remove loop from aha1542_outb
Ondrej Zary
1
-8
/
+5
2015-04-10
aha1542: Fix bus reset
Ondrej Zary
1
-1
/
+1
2015-04-10
aha1542: rework locking
Ondrej Zary
1
-84
/
+34
2015-04-10
aha1542: Don't reduce functionality with DEBUG enabled
Ondrej Zary
1
-21
/
+10
2015-04-10
aha1542: Use print_hex_dump_bytes in debug code
Ondrej Zary
1
-26
/
+8
2015-04-10
aha1542: remove DEB macro and simplify debug code
Ondrej Zary
1
-34
/
+22
2015-04-10
aha1542: Use shost_printk instead of printk
Ondrej Zary
1
-35
/
+32
2015-04-10
aha1542: Change aha1542_set_bus_times parameters
Ondrej Zary
1
-18
/
+16
2015-04-10
aha1542: Pass struct Scsi_Host * to functions
Ondrej Zary
1
-62
/
+63
2015-04-10
aha1542: cleanup includes
Ondrej Zary
1
-8
/
+3
2015-04-10
aha1542: remove useless changelog
Ondrej Zary
1
-22
/
+3
2015-04-10
aha1542: Always name Scsi_Host variables sh
Ondrej Zary
1
-49
/
+49
2015-04-10
aha1524: Use struct scsi_cmnd
Ondrej Zary
1
-75
/
+75
2015-04-10
aha1542: clean up cmd variables
Ondrej Zary
1
-29
/
+24
2015-04-10
aha1542: Simplify aha1542_biosparam
Ondrej Zary
1
-13
/
+8
2015-04-10
aha1542: rework configuration parameters
Ondrej Zary
1
-159
/
+54
2015-04-10
aha1542: rework hw_init
Ondrej Zary
1
-81
/
+58
2015-04-10
aha1542: Call wait_mask from aha1542_out
Ondrej Zary
1
-10
/
+7
2015-04-10
aha1542: split out code from aha1542_hw_init
Ondrej Zary
1
-30
/
+35
2015-04-10
aha1542: Merge aha1542_host_reset and aha1542_bus_reset
Ondrej Zary
1
-68
/
+14
2015-04-10
aha1542: Remove aha1542_restart
Ondrej Zary
1
-26
/
+2
2015-04-10
aha1542: remove useless code from aha1542_test_port
Ondrej Zary
1
-14
/
+1
2015-04-10
aha1542: Remove unneeded gotos
Ondrej Zary
1
-39
/
+19
2015-04-10
aha1542: Split aha1542_out
Ondrej Zary
1
-40
/
+35
2015-04-10
aha1542: Unify aha1542_in and aha1542_in1
Ondrej Zary
1
-26
/
+7
2015-04-10
aha1542: Remove WAIT and WAITd macros
Ondrej Zary
1
-47
/
+57
2015-04-10
aha1542: remove empty aha1542_stat
Ondrej Zary
1
-15
/
+1
2015-04-10
aha1542: Reorder functions to remove forward declarations
Ondrej Zary
1
-27
/
+24
2015-04-10
aha1542: Use u8 instead of unchar
Ondrej Zary
1
-25
/
+25
2015-04-10
aha1542: Convert aha1542_intr_reset to function
Ondrej Zary
1
-1
/
+4
[next]