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-04-21
cdrom: cleanup hardcoded error-code
Akinobu Mita
1
-1
/
+1
2008-04-21
cdrom: remove ifdef CONFIG_SYSCTL
Akinobu Mita
1
-8
/
+12
2008-04-21
PCI: pci-iommu-iotlb-flushing-speedup
mark gross
2
-38
/
+40
2008-04-21
PCI: pci_setup_bridge() mustn't be __devinit
Adrian Bunk
1
-2
/
+1
2008-04-21
PCI: pci_bus_size_cardbus() mustn't be __devinit
Adrian Bunk
1
-2
/
+1
2008-04-21
PCI: pci_scan_device() mustn't be __devinit
Adrian Bunk
1
-2
/
+1
2008-04-21
PCI: pci_alloc_child_bus() mustn't be __devinit
Adrian Bunk
1
-2
/
+2
2008-04-21
PCI: replace remaining __FUNCTION__ occurrences
Harvey Harrison
39
-487
/
+487
2008-04-21
PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggered
Trent Piepho
1
-1
/
+1
2008-04-21
PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno()
Jesper Juhl
1
-1
/
+5
2008-04-21
PCI: clean up resource alignment management
Ivan Kokshaysky
3
-21
/
+29
2008-04-21
PCI: aerdrv_acpi.c: remove unneeded NULL check
Adrian Bunk
1
-1
/
+1
2008-04-21
PCI: Update VIA CX700 quirk
Tim Yamin
1
-1
/
+12
2008-04-21
PCI: Expose PCI VPD through sysfs
Ben Hutchings
4
-14
/
+283
2008-04-21
PCI: iommu: iotlb flushing
mark gross
2
-18
/
+131
2008-04-21
PCI: simplify quirk debug output
Bjorn Helgaas
1
-2
/
+2
2008-04-21
PCI: iova RB tree setup tweak
mark gross
1
-14
/
+36
2008-04-21
PCI: add generic pci_enable_resources()
Bjorn Helgaas
1
-0
/
+43
2008-04-21
PCI: add PCI Express ASPM support
Shaohua Li
7
-0
/
+852
2008-04-21
PCI: Include PCI domain in PCI bus names on x86/x86_64
Gary Hade
1
-1
/
+3
2008-04-21
PCI: #if 0 pci_cleanup_aer_correct_error_status()
Adrian Bunk
1
-1
/
+2
2008-04-21
PCI: pcie AER: don't check _OSC when acpi is disabled
Yinghai Lu
1
-0
/
+3
2008-04-21
PCI: remove global list of PCI devices
Greg Kroah-Hartman
3
-46
/
+1
2008-04-21
PCI: remove parisc consumer of the pci global_list
James Bottomley
1
-1
/
+0
2008-04-21
PCI: add is_added flag to struct pci_dev
Greg Kroah-Hartman
3
-12
/
+7
2008-04-21
PCI: make no_pci_devices() use the pci_bus_type list
Greg Kroah-Hartman
1
-3
/
+14
2008-04-21
PCI Hotplug: the ibm driver is not dependant on PCI_LEGACY
Greg Kroah-Hartman
1
-1
/
+1
2008-04-21
PCI Hotplug: make cpcihp driver use modern apis
Greg Kroah-Hartman
2
-2
/
+8
2008-04-21
PCI: clean up search.c a lot
Greg Kroah-Hartman
1
-137
/
+112
2008-04-21
PCI: remove pci_get_device_reverse
Greg Kroah-Hartman
1
-41
/
+0
2008-04-21
PCI: remove pci_find_present
Greg Kroah-Hartman
1
-20
/
+15
2008-04-21
PCI: #if 0 pci_assign_resource_fixed()
Adrian Bunk
1
-1
/
+1
2008-04-21
[HWRNG] omap: Minor updates
David Brownell
1
-13
/
+13
2008-04-21
[CRYPTO] padlock-aes: Use generic setkey function
Sebastian Siewior
2
-301
/
+20
2008-04-21
[CRYPTO] sha384: Hardware acceleration for s390
Jan Glauber
1
-2
/
+4
2008-04-21
[CRYPTO] sha512: Hardware acceleration for s390
Jan Glauber
1
-0
/
+11
2008-04-21
[ISDN] minor irq handler cleanups
Jeff Garzik
3
-5
/
+5
2008-04-21
drivers/char: minor irq handler cleanups
Jeff Garzik
8
-52
/
+42
2008-04-21
[ISDN] Hisax: eliminate many unnecessary references to CardType[]
Jeff Garzik
20
-120
/
+70
2008-04-21
[ISDN] HiSax: modularization prep
Jeff Garzik
2
-5
/
+11
2008-04-20
[POWERPC] i2c: Fix build breakage introduced by OF helpers
Jochen Friedrich
3
-3
/
+3
2008-04-20
SCSI: convert struct class_device to struct device
Tony Jones
42
-1449
/
+1701
2008-04-20
DRM: remove unused dev_class
Greg Kroah-Hartman
1
-1
/
+0
2008-04-20
IB: rename "dev" to "srp_dev" in srp_host structure
Greg Kroah-Hartman
2
-24
/
+27
2008-04-20
IB: convert struct class_device to struct device
Tony Jones
14
-318
/
+351
2008-04-20
memstick: convert struct class_device to struct device
Greg Kroah-Hartman
3
-27
/
+26
2008-04-20
driver core: replace remaining __FUNCTION__ occurrences
Harvey Harrison
7
-36
/
+36
2008-04-20
PM: Remove destroy_suspended_device()
Rafael J. Wysocki
7
-99
/
+17
2008-04-20
Firmware: add iSCSI iBFT Support
Konrad Rzeszutek
4
-0
/
+1088
2008-04-20
Driver core: make device_is_registered() work for class devices
Greg Kroah-Hartman
1
-7
/
+2
[prev]
[next]