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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-22
PCI: fix up setup-bus.c #ifdef
Andrew Morton
1
-4
/
+2
2008-02-22
PCI: don't load acpi_php when acpi is disabled
Yinghai Lu
1
-0
/
+6
2008-02-22
PCI: quirks: set 'En' bit of MSI Mapping for devices onHT-based nvidia platform
Peer Chen
1
-0
/
+62
2008-02-22
PCI: kernel-doc: fix pci-acpi warning
Randy Dunlap
1
-0
/
+1
2008-02-22
PCI: AMD SATA IDE mode quirk
Crane Cai
1
-7
/
+10
2008-02-22
PCI: drivers/pcmcia/i82092.c: fix up after pci_bus_region changes
Andrew Morton
1
-1
/
+6
2008-02-22
PCI: hotplug: acpiphp_ibm: Remove get device information
Gary Hade
1
-16
/
+17
2008-02-20
libata: fix kernel-doc parameter warning
Randy Dunlap
1
-1
/
+1
2008-02-20
sata_mv: remove iounmap in mv_platform_remove and use devm_iomap
Saeed Bishara
1
-4
/
+2
2008-02-20
libata: implement libata.force module parameter
Tejun Heo
3
-4
/
+385
2008-02-20
sata_mv: use hpriv->base instead of the host->iomap
Saeed Bishara
1
-1
/
+1
2008-02-20
sata_mv: Define module alias for platform device
Martin Michlmayr
1
-0
/
+1
2008-02-20
ata: fix sparse warnings in pata_legacy.c
Harvey Harrison
1
-22
/
+22
2008-02-20
Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
5
-28
/
+71
2008-02-20
Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
9
-84
/
+240
2008-02-20
agp: fix missing casts that produced a warning.
Dave Airlie
3
-6
/
+6
2008-02-20
agp: add support for 662/671 to agp driver
Chaoyu Chen
1
-0
/
+19
2008-02-20
drm/sis: add pciid for SiS 662/671 chipset
Chaoyu Chen
1
-0
/
+1
2008-02-20
drm: add new rv380 pciid
Mirko
1
-0
/
+1
2008-02-20
drm: add support for passing state into the suspend hooks.
Dave Airlie
3
-6
/
+11
2008-02-20
dm-raid1.c: fix NULL dereferences
Adrian Bunk
1
-3
/
+4
2008-02-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2
-5
/
+7
2008-02-20
drm/i915: Fix hibernate save/restore of VGA attribute regs
Jesse Barnes
1
-0
/
+2
2008-02-20
drm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE)
Keith Packard
2
-0
/
+28
2008-02-20
drm/i915: restore pipeconf regs unconditionally
Jesse Barnes
1
-7
/
+4
2008-02-20
drm/i915: save/restore interrupt state
Jesse Barnes
2
-0
/
+12
2008-02-20
drm: convert drm from nopage to fault.
Nick Piggin
1
-70
/
+55
2008-02-20
i915: wrap chipset types requiring hw status set ioctl
Zhenyu Wang
2
-1
/
+6
2008-02-20
drm/radeon: add initial rs690 support to drm.
Maciej Cencora
3
-0
/
+120
2008-02-19
IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc()
Roland Dreier
1
-1
/
+1
2008-02-19
IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out
Pradeep Satyanarayana
1
-4
/
+6
2008-02-19
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
11
-34
/
+38
2008-02-19
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
10
-279
/
+95
2008-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
6
-8
/
+1340
2008-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
3
-64
/
+2
2008-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
27
-248
/
+409
2008-02-19
[S390] qdio: FCP/SCSI write I/O stagnates on LPAR
Ursula Braun
1
-3
/
+0
2008-02-19
[S390] dcss: Fix Unlikely(x) != y
Roel Kluin
1
-1
/
+1
2008-02-19
[S390] sclp: clean up send/receive naming scheme
Peter Oberparleiter
6
-13
/
+15
2008-02-19
[S390] qdio: fix qdio_activate timeout handling.
Heiko Carstens
2
-9
/
+3
2008-02-19
[S390] dasd: fix locking in __dasd_device_process_final_queue
Stefan Weinhuber
1
-6
/
+6
2008-02-19
[S390] cio: Do timed recovery on workqueue.
Cornelia Huck
1
-1
/
+12
2008-02-19
[S390] cio: Remember to initialize recovery_lock.
Cornelia Huck
1
-1
/
+1
2008-02-19
libata: implement drain buffers
James Bottomley
2
-58
/
+57
2008-02-19
libata: eliminate the home grown dma padding in favour of
James Bottomley
9
-193
/
+20
2008-02-19
block: add request->raw_data_len
Tejun Heo
1
-4
/
+4
2008-02-19
libata: update ATAPI overflow draining
Tejun Heo
1
-43
/
+33
2008-02-19
[NIU]: Bump driver version and release date.
David S. Miller
1
-2
/
+2
2008-02-19
[NIU]: Fix BMAC alternate MAC address indexing.
Matheos Worku
1
-1
/
+6
2008-02-19
fix historic ioremap() abuse in AGP
Arjan van dev Ven
4
-26
/
+26
[next]