index
:
~jsimmons/drm-tdfx
master
KMS and GEM/TTM driver for 3Dfx hardware
jsimmons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-31
[PATCH] pcmcia: use bitfield instead of p_state and state
Dominik Brodowski
5
-80
/
+30
2006-03-31
[PATCH] pcmcia: add return value to _config() functions
Dominik Brodowski
6
-79
/
+74
2006-03-31
[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
Dominik Brodowski
6
-139
/
+111
2006-03-31
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device
Dominik Brodowski
6
-46
/
+24
2006-03-31
[PATCH] pcmcia: remove unneeded Vcc pseudo setting
Dominik Brodowski
5
-13
/
+6
2006-03-31
[PATCH] pcmcia: default suspend and resume handling
Dominik Brodowski
5
-71
/
+2
2006-03-31
[PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq
Dominik Brodowski
2
-10
/
+2
2006-03-31
[PATCH] pcmcia: add pcmcia_disable_device
Dominik Brodowski
5
-42
/
+11
2006-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
Linus Torvalds
2
-2
/
+2
2006-03-30
[PARISC] I/O-Space must be ioremap_nocache()'d
Helge Deller
2
-2
/
+2
2006-03-29
Merge branch 'mv-merge'
Jeff Garzik
1
-18
/
+24
2006-03-29
[PATCH] sata_mv: three bug fixes
Mark Lord
1
-18
/
+23
2006-03-29
[PATCH] libata: ata_dev_init_params() fixes
Albert Lee
1
-6
/
+8
2006-03-29
[PATCH] libata: Fix interesting use of "extern" and also some bracketing
Alan Cox
1
-2
/
+2
2006-03-29
[PATCH] libata: Simplex and other mode filtering logic
Alan Cox
1
-2
/
+29
2006-03-29
[PATCH] libata - ATA is both ATA and CFA
Alan Cox
1
-1
/
+1
2006-03-29
[PATCH] libata: Add ->set_mode hook for odd drivers
Alan Cox
1
-1
/
+5
2006-03-29
[PATCH] libata: BMDMA handling updates
Alan Cox
1
-4
/
+22
2006-03-29
[PATCH] libata: kill trailing whitespace
Tejun Heo
1
-1
/
+1
2006-03-29
Merge branch 'master'
Jeff Garzik
28
-69
/
+75
2006-03-29
Merge ../linux-2.6
Paul Mackerras
18
-34
/
+56
2006-03-28
[PATCH] Typo fixes
Alexey Dobriyan
1
-1
/
+1
2006-03-28
[PATCH] Replace 0xff.. with correct DMA_xBIT_MASK
Matthias Gehre
14
-24
/
+38
2006-03-28
[PATCH] drivers/scsi/*: use time_after() and friends
Marcelo Feitoza Parisi
5
-6
/
+11
2006-03-28
[PATCH] powerpc: Kill _machine and hard-coded platform numbers
Benjamin Herrenschmidt
1
-1
/
+1
2006-03-27
[PATCH] Notifier chain update: API changes
Alan Stern
1
-3
/
+6
2006-03-26
[PATCH] mempool: use mempool_create_slab_pool()
Matthew Dobson
3
-7
/
+5
2006-03-26
[PATCH] mempool: use common mempool kmalloc allocator
Matthew Dobson
1
-18
/
+4
2006-03-25
[PATCH] git-scsi-misc: min() warning fix
Andrew Morton
1
-1
/
+1
2006-03-25
[PATCH] Remove MODULE_PARM
Rusty Russell
4
-8
/
+8
2006-03-24
[PATCH] libata: add FIXME above ata_dev_xfermask()
Tejun Heo
1
-0
/
+4
2006-03-24
[PATCH] libata: cosmetic changes in ata_bus_softreset()
Tejun Heo
1
-5
/
+4
2006-03-24
[PATCH] libata: kill E.D.D.
Tejun Heo
1
-85
/
+13
2006-03-24
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-503
/
+540
2006-03-24
[PATCH] s/;;/;/g
Alexey Dobriyan
1
-1
/
+1
2006-03-24
[PATCH] remove ISA legacy functions: drivers/scsi/in2000.c
Al Viro
1
-6
/
+18
2006-03-24
[PATCH] remove ISA legacy functions: drivers/scsi/g_NCR5380.c
Al Viro
2
-13
/
+38
2006-03-24
[PATCH] libata: Remove dependence on host_set->dev for SAS
Brian King
1
-6
/
+7
2006-03-24
[PATCH] libata: ata_scsi_ioctl cleanup
Brian King
1
-13
/
+0
2006-03-24
[PATCH] libata: ata_scsi_queuecmd cleanup
Brian King
1
-14
/
+18
2006-03-24
[libata] export ata_dev_pair; trim trailing whitespace
Jeff Garzik
6
-47
/
+48
2006-03-24
[PATCH] libata: add ata_dev_pair helper
Alan Cox
1
-0
/
+17
2006-03-24
[PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.
Nigel Cunningham
3
-5
/
+6
2006-03-24
[PATCH] libata: make ata_set_mode() responsible for failure handling
Tejun Heo
1
-20
/
+36
2006-03-24
[PATCH] libata: use ata_dev_disable() in ata_bus_probe()
Tejun Heo
1
-3
/
+1
2006-03-24
[PATCH] libata: implement ata_dev_disable()
Tejun Heo
1
-0
/
+9
2006-03-24
[PATCH] libata: check if port is disabled after internal command
Tejun Heo
1
-0
/
+16
2006-03-24
[PATCH] libata: make per-dev transfer mode limits per-dev
Tejun Heo
2
-2
/
+2
2006-03-24
[PATCH] libata: add per-dev pio/mwdma/udma_mask
Tejun Heo
1
-18
/
+25
2006-03-24
[PATCH] libata: implement ata_unpack_xfermask()
Tejun Heo
1
-0
/
+23
[next]