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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-20
ide: take ide_lock for prefetch disable/enable in do_special()
Bartlomiej Zolnierkiewicz
3
-12
/
+14
2007-10-20
ht6560b: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-13
/
+18
2007-10-20
cmd640: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-20
/
+28
2007-10-20
slc90e66: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-3
/
+5
2007-10-20
opti621: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-3
/
+5
2007-10-20
qd65xx: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-8
/
+9
2007-10-20
dtc2278: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2007-10-20
ali14xx: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2007-10-20
ide: constify struct ide_port_info
Bartlomiej Zolnierkiewicz
34
-58
/
+58
2007-10-20
ide: replace ide_pci_device_t by struct ide_port_info
Bartlomiej Zolnierkiewicz
34
-109
/
+97
2007-10-20
via82cxxx: keep local ide_pci_device_t copy
Bartlomiej Zolnierkiewicz
1
-35
/
+27
2007-10-20
dtc2278: set ->pio_mask also for the second port
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2007-10-20
au1xxx-ide: set ->autotune and ->no_io_32bit also for the slave device
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2007-10-20
ide: remove write-only hwif->hw
Bartlomiej Zolnierkiewicz
11
-51
/
+40
2007-10-20
ide: add hwif->ack_intr hook
Bartlomiej Zolnierkiewicz
6
-5
/
+8
2007-10-20
icside: use ec->dma directly
Bartlomiej Zolnierkiewicz
7
-21
/
+11
2007-10-20
ide: fix ide_register_hw() to check hwif->io_ports[]
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2007-10-20
ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT
Bartlomiej Zolnierkiewicz
15
-19
/
+6
2007-10-20
ide: remove redundant comments from ide.h
Bartlomiej Zolnierkiewicz
1
-41
/
+0
2007-10-20
ide: add ide_find_port() helper
Bartlomiej Zolnierkiewicz
5
-62
/
+38
2007-10-20
ide: add ide_device_add()
Bartlomiej Zolnierkiewicz
18
-138
/
+92
2007-10-20
ide: add ->fixup method to ide_hwif_t
Bartlomiej Zolnierkiewicz
17
-50
/
+39
2007-10-20
siimage: separate PATA and SATA methods
Bartlomiej Zolnierkiewicz
1
-40
/
+39
2007-10-20
aec62xx: remove aec62xx_dma_lost_irq()
Bartlomiej Zolnierkiewicz
1
-16
/
+1
2007-10-20
alim15x3: use ->host_flags and ->udma_mask fields from ide_pci_device_t
Bartlomiej Zolnierkiewicz
1
-26
/
+23
2007-10-20
alim15x3: fix CD_ROM DMA and PIO FIFO settings setup
Bartlomiej Zolnierkiewicz
1
-29
/
+31
2007-10-20
ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flags
Bartlomiej Zolnierkiewicz
5
-40
/
+42
2007-10-20
ide: add IDE_HFLAG_RQSIZE_256 host flag
Bartlomiej Zolnierkiewicz
3
-12
/
+11
2007-10-20
ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flag
Bartlomiej Zolnierkiewicz
4
-31
/
+21
2007-10-20
ide: add ->chipset field to ide_pci_device_t
Bartlomiej Zolnierkiewicz
6
-9
/
+10
2007-10-20
ide: remove unused ->next field from ide_pci_device_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2007-10-20
ide: add hwif_register_devices() helper
Bartlomiej Zolnierkiewicz
1
-27
/
+22
2007-10-20
serverworks: remove dead code from svwks_set_dma_mode()
Bartlomiej Zolnierkiewicz
1
-7
/
+0
2007-10-20
rz1000: set serialized flag only if mate interface exists
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2007-10-20
ide: fix disabled ports reporting for PCI controllers
Bartlomiej Zolnierkiewicz
1
-6
/
+4
2007-10-20
cmd64x: always set hwif->chipset for CMD646
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2007-10-20
ide/pci/sis5513.c: add missing "else"
Adrian Bunk
1
-1
/
+1
2007-10-20
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
51
-2411
/
+4182
2007-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
Linus Torvalds
1
-1
/
+1
2007-10-19
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
23
-882
/
+254
2007-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
26
-383
/
+961
2007-10-19
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86
Linus Torvalds
1
-2
/
+7
2007-10-19
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
10
-92
/
+44
2007-10-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
Linus Torvalds
11
-71
/
+48
2007-10-19
NULL terminate the pci_device_ids in pasemi_edac
Stephen Rothwell
1
-0
/
+1
2007-10-19
Uninline fork.c/exit.c
Alexey Dobriyan
2
-13
/
+13
2007-10-19
kernel/fork.c: remove unneeded variable initialization in copy_process()
Mariusz Kozlowski
1
-1
/
+1
2007-10-19
Linux Kernel Markers - Documentation
Mathieu Desnoyers
1
-0
/
+81
2007-10-19
Linux Kernel Markers - Samples
Mathieu Desnoyers
6
-1
/
+164
2007-10-19
markers: Add samples subdir
Mathieu Desnoyers
3
-0
/
+16
[next]