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
2010-10-22
pata_pdc202xx_old: implement sff_irq_check() method
Sergei Shtylyov
1
-0
/
+23
2010-10-22
pata_cmd640: implement sff_irq_check() method
Sergei Shtylyov
1
-0
/
+12
2010-10-22
ata_piix: Add device ID for ICH4-L
Ben Hutchings
1
-0
/
+2
2010-10-22
pata_sil680: make sil680_sff_exec_command() 'static'
Sergei Shtylyov
1
-2
/
+2
2010-10-22
ata: Intel IDE-R support
Alan Cox
1
-1
/
+53
2010-10-22
libata: reorder ata_queued_cmd to remove alignment padding on 64 bit builds
Richard Kennedy
1
-3
/
+3
2010-10-22
libata: Signal that our SATL supports WRITE SAME(16) with UNMAP
Martin K. Petersen
1
-0
/
+14
2010-10-22
ata_piix: remove SIDPR locking
Tejun Heo
1
-8
/
+0
2010-10-22
libata: implement cross-port EH exclusion
Tejun Heo
4
-1
/
+80
2010-10-22
libata: add @ap to ata_wait_register() and introduce ata_msleep()
Tejun Heo
12
-48
/
+57
2010-10-22
ata_piix: implement LPM support
Tejun Heo
1
-1
/
+23
2010-10-22
libata: implement LPM support for port multipliers
Tejun Heo
3
-10
/
+67
2010-10-22
libata: reimplement link power management
Tejun Heo
9
-356
/
+206
2010-10-22
libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() global
Tejun Heo
3
-5
/
+74
2010-10-22
libata: clean up lpm related symbols and sysfs show/store functions
Tejun Heo
9
-100
/
+79
2010-10-22
[libata] Fix section mismatch: ata_sff_exit
Luck, Tony
1
-1
/
+1
2010-10-22
drivers/ata/libata-transport.c: include linux/slab.h
Jeff Garzik
1
-0
/
+1
2010-10-22
[libata] support for > 512 byte sectors (e.g. 4K Native)
Grant Grundler
2
-37
/
+105
2010-10-22
libata: always use ata_qc_complete_multiple() for NCQ command completions
Tejun Heo
4
-65
/
+38
2010-10-22
[libata] Add ATA transport class
Gwendal Grignou
10
-40
/
+987
2010-10-22
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
844
-6688
/
+25244
2010-10-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
33
-635
/
+3447
2010-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags
Linus Torvalds
141
-1847
/
+2335
2010-10-22
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
24
-1232
/
+3842
2010-10-22
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
15
-300
/
+117
2010-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
96
-4135
/
+1327
2010-10-22
Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
18
-57
/
+344
2010-10-22
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
83
-2226
/
+2135
2010-10-22
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+11
2010-10-22
Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-17
/
+24
2010-10-22
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-15
/
+16
2010-10-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
16
-758
/
+1018
2010-10-22
Merge branch 'stable/swiotlb-0.9' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-9
/
+9
2010-10-22
Merge branch 'stable/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2010-10-22
Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-28
/
+34
2010-10-22
Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
15
-1648
/
+5
2010-10-22
Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-37
/
+216
2010-10-22
Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-22
/
+106
2010-10-22
Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-3
/
+363
2010-10-22
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
17
-34
/
+174
2010-10-22
Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-81
/
+465
2010-10-22
Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-48
/
+97
2010-10-22
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-203
/
+86
2010-10-22
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-267
/
+177
2010-10-22
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-5
/
+11
2010-10-22
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
19
-99
/
+21
2010-10-22
Merge branch 'x86-bios-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-95
/
+63
2010-10-22
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-5
/
+9
2010-10-22
Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
24
-170
/
+208
2010-10-21
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
23
-184
/
+732
[prev]
[next]