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.13.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
2013-01-27
Merge branch 'pci/yinghai-root-bus-hotplug' into next
Bjorn Helgaas
15
-217
/
+264
2013-01-27
Merge branch 'pci/acpi-scan2' into next
Bjorn Helgaas
7
-120
/
+76
2013-01-27
Merge branch 'pci/yijing-ari' into next
Bjorn Helgaas
7
-136
/
+109
2013-01-26
PCI: Put pci_dev in device tree as early as possible
Yinghai Lu
4
-82
/
+41
2013-01-26
PCI: Skip attaching driver in device_add()
Yinghai Lu
2
-1
/
+10
2013-01-26
PCI: acpiphp: Keep driver loaded even if no slots found
Yinghai Lu
3
-44
/
+2
2013-01-26
PCI/ACPI: Print info if host bridge notify handler installation fails
Tang Chen
1
-3
/
+9
2013-01-26
PCI: acpiphp: Move host bridge hotplug to pci_root.c
Yinghai Lu
4
-44
/
+143
2013-01-26
PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()
Yinghai Lu
2
-38
/
+28
2013-01-26
PCI: Make device create/destroy logic symmetric
Jiang Liu
2
-3
/
+2
2013-01-26
PCI: Fix reference count leak in pci_dev_present()
Jiang Liu
1
-5
/
+5
2013-01-26
PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locally
Yinghai Lu
1
-0
/
+1
2013-01-26
PCI: Add root bus children dev's res to fail list
Yinghai Lu
1
-1
/
+1
2013-01-25
PCI: acpiphp: Add is_hotplug_bridge detection
Yinghai Lu
1
-1
/
+26
2013-01-25
Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Bjorn Helgaas
7
-120
/
+76
2013-01-25
PCI: shpchp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
1
-20
/
+16
2013-01-25
PCI: sgihp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
1
-34
/
+29
2013-01-25
PCI: cpcihp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
1
-18
/
+11
2013-01-25
PCI: pciehp: Iterate over all devices in slot, not functions 0-7
Yijing Wang
1
-28
/
+16
2013-01-25
PCI: Consolidate "next-function" functions
Yijing Wang
1
-27
/
+21
2013-01-25
PCI: Rename pci_enable_ari() to pci_configure_ari()
Yijing Wang
3
-4
/
+4
2013-01-24
PCI: Enable ARI if dev and upstream bridge support it; disable otherwise
Yijing Wang
1
-5
/
+12
2013-01-19
ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead
Rafael J. Wysocki
7
-40
/
+30
2013-01-18
Merge branch 'pci/rafael-set-root-bridge-handle' into next
Bjorn Helgaas
3
-37
/
+16
2013-01-15
ACPI: update ej_event interface to take acpi_device
Yinghai Lu
3
-12
/
+6
2013-01-15
ACPI / scan: Add second pass to acpi_bus_trim()
Rafael J. Wysocki
1
-16
/
+30
2013-01-15
ACPI / scan: Change the implementation of acpi_bus_trim()
Rafael J. Wysocki
1
-49
/
+15
2013-01-15
ACPI / scan: Drop the second argument of acpi_bus_trim()
Rafael J. Wysocki
4
-16
/
+8
2013-01-15
ACPI / scan: Drop the second argument of acpi_device_unregister()
Rafael J. Wysocki
1
-3
/
+3
2013-01-14
ACPI / PCI: Set root bridge ACPI handle in advance
Rafael J. Wysocki
3
-37
/
+16
2013-01-12
ACPI / scan: Fix check of device_attach() return value.
Mika Westerberg
1
-1
/
+1
2013-01-10
Merge branch 'pci/yinghai-survey-resources+acpi-scan' into next
Bjorn Helgaas
17
-466
/
+222
2013-01-10
Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Bjorn Helgaas
17
-466
/
+222
2013-01-09
Merge branch 'pci/yinghai-survey-resources' into next
Bjorn Helgaas
2
-1
/
+5
2013-01-08
PCI/ACPI: Reserve firmware-allocated resources for hot-added root buses
Yinghai Lu
2
-1
/
+5
2013-01-08
ACPI / scan: Treat power resources in a special way
Rafael J. Wysocki
1
-1
/
+2
2013-01-07
PCI: cpqphp: Cleanup and remove unreachable paths
Sasha Levin
1
-37
/
+20
2013-01-04
PCI: Drop "__" prefix on __pci_enable_device_flags()
Bjorn Helgaas
1
-5
/
+4
2013-01-04
PCI: Use "unsigned long" for __pci_enable_device_flags to match ioport.h
Bjorn Helgaas
1
-1
/
+1
2013-01-03
ACPI: Drop ACPI device .bind() and .unbind() callbacks
Rafael J. Wysocki
1
-22
/
+0
2013-01-03
ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c
Rafael J. Wysocki
4
-157
/
+37
2013-01-03
ACPI / PCI: Rework the setup and cleanup of device wakeup
Rafael J. Wysocki
6
-38
/
+31
2013-01-03
ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type
Rafael J. Wysocki
1
-15
/
+35
2013-01-03
ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument
Rafael J. Wysocki
7
-42
/
+44
2013-01-03
ACPI: Replace ACPI device add_type field with a match_driver flag
Rafael J. Wysocki
1
-12
/
+9
2013-01-03
ACPI: Drop the second argument of acpi_bus_scan()
Rafael J. Wysocki
1
-10
/
+8
2013-01-03
ACPI: Remove the arguments of acpi_bus_add() that are not used
Rafael J. Wysocki
7
-99
/
+31
2013-01-03
ACPI: Remove acpi_start_single_object() and acpi_bus_start()
Rafael J. Wysocki
4
-76
/
+12
2013-01-03
ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()
Rafael J. Wysocki
1
-21
/
+11
2013-01-03
ACPI: Change the ordering of acpi_bus_check_add()
Rafael J. Wysocki
1
-10
/
+10
[next]