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
2009-03-25
ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
1
-10
/
+6
2009-03-25
ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2009-03-25
ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2
-4
/
+12
2009-03-25
trm290: small ->init_hwif cleanup
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2009-03-25
ns87415: small ->init_hwif cleanup
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2009-03-25
ns87415: use pci_get_legacy_ide_irq()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-25
amd74xx: use ide_pci_is_in_compatibility_mode()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-25
mn10300: add pci_get_legacy_ide_irq() to <asm/pci.h>
Bartlomiej Zolnierkiewicz
1
-0
/
+5
2009-03-25
ide: move error handling code to ide-eh.c (v2)
Bartlomiej Zolnierkiewicz
5
-431
/
+440
2009-03-25
ide: checkpatch.pl fixes for ide-iops.c
Bartlomiej Zolnierkiewicz
1
-25
/
+23
2009-03-25
ide: fix comments in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
1
-6
/
+3
2009-03-25
ide: fix printk() levels in [atapi_]reset_pollfunc()
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2009-03-25
ide: move standard I/O code to ide-io-std.c
Bartlomiej Zolnierkiewicz
3
-314
/
+318
2009-03-25
ide: move ide_read_bcount_and_ireason() to ide-atapi.c
Bartlomiej Zolnierkiewicz
2
-15
/
+15
2009-03-25
ide: move xfer mode tuning code to ide-xfer-mode.c
Bartlomiej Zolnierkiewicz
5
-247
/
+263
2009-03-25
ide: move device settings code to ide-devsets.c
Bartlomiej Zolnierkiewicz
5
-192
/
+193
2009-03-25
ide: move ide_do_park_unpark() to ide-park.c
Bartlomiej Zolnierkiewicz
3
-24
/
+27
2009-03-25
ide: factor out processing of special commands from ide_special_rq()
Bartlomiej Zolnierkiewicz
1
-34
/
+41
2009-03-25
ide: remove ide_do_drive_cmd()
Bartlomiej Zolnierkiewicz
4
-32
/
+7
2009-03-25
ide: move ide_dma_timeout_retry() to ide-dma.c
Bartlomiej Zolnierkiewicz
3
-57
/
+59
2009-03-25
ide: move drive_is_ready() to ide-io.c
Bartlomiej Zolnierkiewicz
3
-27
/
+23
2009-03-25
ide: unexport ide_devset_execute()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-03-25
ide: remove stale comments from drive_is_ready()
Bartlomiej Zolnierkiewicz
1
-9
/
+0
2009-03-25
ide-acpi: remove taskfile_load_raw()
Bartlomiej Zolnierkiewicz
1
-47
/
+24
2009-03-25
ide-acpi: cleanup do_drive_set_taskfiles()
Bartlomiej Zolnierkiewicz
1
-20
/
+1
2009-03-25
ide-acpi: cleanup do_drive_get_GTF()
Bartlomiej Zolnierkiewicz
1
-27
/
+0
2009-03-25
ide: sanitize ACPI initialization
Bartlomiej Zolnierkiewicz
4
-12
/
+10
2009-03-25
ide: add ide_for_each_present_dev() iterator
Bartlomiej Zolnierkiewicz
4
-48
/
+29
2009-03-25
ide-acpi: init ACPI handles early for devices
Bartlomiej Zolnierkiewicz
1
-44
/
+21
2009-03-25
ide-acpi: no need to zero ->acpidata for devices
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2009-03-25
ide: remove superfluous check from ide_proc_port_register_devices()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-25
ide: init_irq() doesn't need to hold ide_cfg_mtx
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2009-03-25
ide: move ->lock and ->timer init from init_irq() to ide_init_port_data()
Bartlomiej Zolnierkiewicz
1
-5
/
+6
2009-03-25
ide: no need to touch local IRQs in ide_probe_port()
Bartlomiej Zolnierkiewicz
1
-6
/
+0
2009-03-25
ide: move ide_pktcmd_tf_load() to ide-atapi.c
Bartlomiej Zolnierkiewicz
3
-23
/
+20
2009-03-25
ide: fix IDE_DFLAG_NO_IO_32BIT handling
Bartlomiej Zolnierkiewicz
1
-7
/
+2
2009-03-24
Linux 2.6.29
v2.6.29
Linus Torvalds
1
-2
/
+2
2009-03-24
Build with -fno-dwarf2-cfi-asm
Kyle McMartin
1
-0
/
+3
2009-03-24
trivial: fix orphan dates in ext2 documentation
Jody McIntyre
1
-2
/
+3
2009-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
39
-121
/
+314
2009-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
6
-25
/
+12
2009-03-23
fix ptrace slowness
Miklos Szeredi
1
-0
/
+8
2009-03-23
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...
Linus Torvalds
1
-0
/
+9
2009-03-23
powerpc/mm: Fix Respect _PAGE_COHERENT on classic ppc32 SW TLB load machines
Kumar Gala
1
-0
/
+9
2009-03-23
ucc_geth: Fix oops when using fixed-link support
Anton Vorontsov
2
-26
/
+11
2009-03-23
dm9000: locking bugfix
David Brownell
1
-2
/
+4
2009-03-23
net: update dnet.c for bus_id removal
Stephen Rothwell
1
-3
/
+3
2009-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
Linus Torvalds
2
-16
/
+51
2009-03-22
Merge branch 'fix-includes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
24
-1907
/
+1209
2009-03-22
Update my email address
Gertjan van Wingerde
3
-3
/
+3
[next]