index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-06
ide: move read_sff_dma_status() method to 'struct ide_dma_ops'
Sergei Shtylyov
23
-42
/
+65
2009-01-06
ide: don't set hwif->dma_ops in init_dma() method
Sergei Shtylyov
3
-6
/
+2
2009-01-06
Resurrect IT8172 IDE controller driver
Shane McDonald
4
-0
/
+175
2009-01-06
piix: sync ich_laptop[] with ata_piix.c
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2009-01-06
ide: update warm-plug HOWTO
Bartlomiej Zolnierkiewicz
1
-0
/
+5
2009-01-06
ide: fix ide_port_scan() to do ACPI setup after initializing request queues
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-01-06
ide: remove now redundant ->cur_dev checks
Bartlomiej Zolnierkiewicz
1
-61
/
+46
2009-01-06
ide: remove unused ide_hwif_t.sg_mapped field
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-01-06
ide: struct ide_atapi_pc - remove unused fields and update documentation
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2009-01-06
ide: remove superfluous hwif variable assignment from ide_timer_expiry()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-01-06
ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.c
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2009-01-06
ide: make "paranoia" ->handler check in ide_intr() more strict
Bartlomiej Zolnierkiewicz
1
-6
/
+3
2009-01-06
ide-cd: convert to ide-atapi facilities
Borislav Petkov
3
-95
/
+8
2009-01-06
ide-cd: start DMA before sending the actual packet command
Borislav Petkov
1
-3
/
+3
2009-01-06
ide-cd: wait for DRQ to get set per default
Borislav Petkov
1
-14
/
+7
2009-01-06
ide: Fix drive's DWORD-IO handling
Mario Schwalbe
1
-2
/
+1
2009-01-06
ide: add port and host iterators
Bartlomiej Zolnierkiewicz
7
-85
/
+67
2009-01-06
ide: dynamic allocation of device structures
Bartlomiej Zolnierkiewicz
7
-33
/
+65
2009-01-06
ide: NUMA aware allocation of host and port structures
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2009-01-06
it821x: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
1
-6
/
+2
2009-01-06
cmd64x: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2009-01-06
cmd640: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2009-01-06
amd74xx: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-01-06
ide: remove ->error method from struct ide_driver
Bartlomiej Zolnierkiewicz
5
-17
/
+2
2009-01-06
ide: unexport ide_wait_not_busy()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2009-01-06
ide: remove ide_driver_t typedef
Bartlomiej Zolnierkiewicz
11
-47
/
+47
2009-01-06
ide: remove 'byte' typedef
Bartlomiej Zolnierkiewicz
5
-21
/
+19
2009-01-06
ide: remove ide_pci_enablebit_t typedef
Bartlomiej Zolnierkiewicz
2
-4
/
+5
2009-01-06
ide: remove local_irq_set() macro
Bartlomiej Zolnierkiewicz
3
-4
/
+4
2009-01-06
ide: remove HWIF() macro
Bartlomiej Zolnierkiewicz
35
-103
/
+102
2009-01-06
ide: move ide_init_port_data() and friends to ide-probe.c
Bartlomiej Zolnierkiewicz
3
-154
/
+136
2009-01-06
ide: update ide_unregister() documentation
Bartlomiej Zolnierkiewicz
1
-13
/
+5
2009-01-06
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
26
-266
/
+188
2009-01-06
ide: use lock bitops for ports serialization (v2)
Bartlomiej Zolnierkiewicz
2
-71
/
+69
2009-01-06
ide: remove hwgroup->hwif and {drive,hwif}->next
Bartlomiej Zolnierkiewicz
3
-100
/
+15
2009-01-06
ide: use per-port IRQ handlers
Bartlomiej Zolnierkiewicz
4
-66
/
+34
2009-01-06
ide: add ->cur_port to struct ide_host and use it for serialized hosts
Bartlomiej Zolnierkiewicz
2
-10
/
+16
2009-01-06
ide: fix setting nIEN on idle devices
Bartlomiej Zolnierkiewicz
1
-4
/
+6
2009-01-06
ide: fix LOCKDEP warning
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
22
-983
/
+1319
2009-01-06
dm snapshot: extend exception store functions
Jonathan Brassow
6
-37
/
+55
2009-01-06
dm snapshot: split out exception store implementations
Alasdair G Kergon
6
-737
/
+833
2009-01-06
dm snapshot: rename struct exception_store
Jonathan Brassow
3
-24
/
+25
2009-01-06
dm snapshot: separate out exception store interface
Jonathan Brassow
4
-120
/
+134
2009-01-06
dm mpath: move trigger_event to system workqueue
Alasdair G Kergon
1
-4
/
+4
2009-01-06
dm: add name and uuid to sysfs
Milan Broz
4
-2
/
+136
2009-01-06
dm table: rework reference counting
Mikulas Patocka
4
-20
/
+33
2009-01-06
dm: support barriers on simple devices
Andi Kleen
5
-10
/
+33
2009-01-06
dm request: extend target interface
Kiyoshi Ueda
1
-0
/
+15
2009-01-06
dm request: add caches
Kiyoshi Ueda
1
-1
/
+40
[next]