index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-15
pda_power: clean up irq, timer
Jeff Garzik
1
-9
/
+8
2007-07-15
[SCSI] ibmvscsi: convert to use the data buffer accessors
FUJITA Tomonori
1
-57
/
+23
2007-07-15
[SCSI] dc395x: convert to use the data buffer accessors
FUJITA Tomonori
1
-103
/
+60
2007-07-15
[SCSI] ncr53c8xx: convert to use the data buffer accessors
FUJITA Tomonori
1
-59
/
+11
2007-07-15
[SCSI] sym53c8xx: convert to use the data buffer accessors
FUJITA Tomonori
2
-73
/
+12
2007-07-15
[SCSI] ppa: coding police and printk levels
Alan Cox
1
-30
/
+27
2007-07-15
[SCSI] aic7xxx_old: remove redundant GFP_ATOMIC from kmalloc
Satyam Sharma
1
-1
/
+1
2007-07-15
[SCSI] i2o: remove redundant GFP_ATOMIC from kmalloc from device.c
Satyam Sharma
1
-1
/
+1
2007-07-15
[SCSI] remove the dead CYBERSTORMIII_SCSI option
Adrian Bunk
1
-2
/
+0
2007-07-14
[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.
Michael Chan
2
-2
/
+2
2007-07-14
[NET]: Add macvlan driver
Patrick McHardy
3
-0
/
+507
2007-07-14
[SCSI] don't build scsi_dma_{map,unmap} for !HAS_DMA
Cornelia Huck
4
-41
/
+58
2007-07-14
[SCSI] Clean up scsi_add_lun a bit
Matthew Wilcox
1
-38
/
+26
2007-07-14
[SCSI] 53c700: Remove printk, which triggers because of low scsi clock on SNI...
Thomas Bogendoerfer
1
-2
/
+0
2007-07-14
[SCSI] sni_53c710: Cleanup
Thomas Bogendoerfer
1
-8
/
+2
2007-07-14
[SCSI] qla4xxx: Fix underrun/overrun conditions
David C Somayajulu
2
-26
/
+33
2007-07-14
[SCSI] megaraid_mbox: use mutex instead of semaphore
Matthias Kaehlcke
3
-5
/
+6
2007-07-14
[SCSI] qla2xxx: update version to 8.02.00-k1.
Seokmann Ju
1
-3
/
+3
2007-07-14
[SCSI] qla2xxx: add support for NPIV
Seokmann Ju
13
-154
/
+1593
2007-07-14
[SCSI] stex: use resid for xfer len information
Ed Lin
1
-2
/
+2
2007-07-14
[SCSI] Add Brownie 1200U3P to blacklist
Matthew Wilcox
1
-0
/
+1
2007-07-14
[SCSI] scsi.c: convert to use the data buffer accessors
Boaz Harrosh
1
-1
/
+1
2007-07-14
[SCSI] tmscsim: Further clean-up of the driver
Boaz Harrosh
2
-4
/
+0
2007-07-14
[SCSI] CONFIG_SCSI_FD_8xx no longer exists
Geert Uytterhoeven
1
-1
/
+0
2007-07-14
[SCSI] sr: fix error handling in module_init
Akinobu Mita
1
-1
/
+5
2007-07-14
[SCSI] lpfc: Fix NPIV compile problem
James Bottomley
1
-4
/
+1
2007-07-14
[SCSI] lpfc: fix NPIV mapping problems
FUJITA Tomonori
1
-4
/
+7
2007-07-14
[SCSI] lpfc: add missed data buffer accessor
Boaz Harrosh
1
-1
/
+1
2007-07-14
[SCSI] Remove unused method scsi_device_cancel
Priyanka Gupta
1
-46
/
+0
2007-07-13
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
Linus Torvalds
1
-7
/
+22
2007-07-13
Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...
Linus Torvalds
12
-1632
/
+3659
2007-07-13
[CHAR] Delete leftovers of old Alchemy UART driver
Ralf Baechle
1
-14
/
+0
2007-07-13
ioatdma: add the unisys "i/oat" pci vendor/device id
Dan Williams
1
-0
/
+2
2007-07-13
dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines
Dan Williams
3
-0
/
+1477
2007-07-13
md: remove raid5 compute_block and compute_parity5
Dan Williams
1
-124
/
+0
2007-07-13
md: handle_stripe5 - request io processing in raid5_run_ops
Dan Williams
1
-58
/
+13
2007-07-13
md: handle_stripe5 - add request/completion logic for async expand ops
Dan Williams
1
-12
/
+38
2007-07-13
md: handle_stripe5 - add request/completion logic for async read ops
Dan Williams
1
-28
/
+25
2007-07-13
md: handle_stripe5 - add request/completion logic for async check ops
Dan Williams
1
-19
/
+65
2007-07-13
md: handle_stripe5 - add request/completion logic for async compute ops
Dan Williams
1
-35
/
+114
2007-07-13
md: handle_stripe5 - add request/completion logic for async write ops
Dan Williams
1
-23
/
+138
2007-07-13
md: common infrastructure for running operations with raid5_run_ops
Dan Williams
1
-9
/
+58
2007-07-13
md: raid5_run_ops - run stripe operations outside sh->lock
Dan Williams
1
-0
/
+536
2007-07-13
raid5: replace custom debug PRINTKs with standard pr_debug
Dan Williams
1
-58
/
+58
2007-07-13
raid5: refactor handle_stripe5 and handle_stripe6 (v3)
Dan Williams
1
-786
/
+740
2007-07-13
async_tx: add the async_tx api
Dan Williams
3
-31
/
+31
2007-07-13
xor: make 'xor_blocks' a library routine for use with async_tx
Dan Williams
5
-162
/
+9
2007-07-13
dmaengine: make clients responsible for managing channels
Dan Williams
3
-110
/
+111
2007-07-13
dmaengine: refactor dmaengine around dma_async_tx_descriptor
Dan Williams
3
-165
/
+325
2007-07-13
[CPUFREQ] Restore previously used governor on a hot-replugged CPU
Thomas Renninger
1
-1
/
+22
[prev]
[next]