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
2012-01-07
arm/PCI: convert to pci_scan_root_bus() for correct root bus resources
Bjorn Helgaas
21
-111
/
+104
2012-01-07
alpha/PCI: convert to pci_scan_root_bus() for correct root bus resources
Bjorn Helgaas
1
-20
/
+20
2012-01-07
PCI: deprecate pci_scan_bus_parented()
Bjorn Helgaas
2
-0
/
+13
2012-01-07
PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()
Bjorn Helgaas
1
-1
/
+6
2012-01-07
PCI: convert pci_scan_bus() to use pci_create_root_bus()
Bjorn Helgaas
2
-9
/
+20
2012-01-07
PCI: add pci_scan_root_bus() that accepts resource list
Bjorn Helgaas
2
-0
/
+18
2012-01-07
PCI: add pci_create_root_bus() that accepts resource list
Bjorn Helgaas
2
-4
/
+24
2012-01-07
PCI: show host bridges and root bus resources
Bjorn Helgaas
1
-1
/
+12
2012-01-07
PCI: add helpers for building PCI bus resource lists
Bjorn Helgaas
2
-5
/
+29
2012-01-07
PCI: delay configuration of SRIOV capability
Ram Pai
1
-2
/
+2
2012-01-07
PCI: Only call pci_stop_bus_device() one time for child devices at remove
Yinghai Lu
1
-3
/
+7
2012-01-07
x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS]
Andreas Herrmann
1
-1
/
+0
2012-01-07
PCI: latency timer doesn't apply to PCIe
Myron Stowe
1
-0
/
+4
2012-01-07
PCI: x86: use generic pcibios_set_master()
Myron Stowe
1
-14
/
+0
2012-01-07
PCI: sh: use generic pcibios_set_master()
Myron Stowe
1
-15
/
+0
2012-01-07
PCI: mn10300: use generic pcibios_set_master()
Myron Stowe
1
-16
/
+0
2012-01-07
PCI: MIPS: use generic pcibios_set_master()
Myron Stowe
1
-15
/
+0
2012-01-07
PCI: frv: use generic pcibios_set_master()
Myron Stowe
1
-14
/
+0
2012-01-07
PCI: Pull PCI 'latency timer' setup up into the core
Myron Stowe
12
-45
/
+32
2012-01-07
PCI: Xtensa: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-5
/
+5
2012-01-07
PCI: UniCore: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-5
/
+5
2012-01-07
PCI: TILE: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-7
/
+5
2012-01-07
PCI: SPARC: convert pcibios_set_master() to a non-inlined function
Myron Stowe
3
-10
/
+5
2012-01-07
PCI: PowerPC: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-5
/
+5
2012-01-07
PCI: MicroBlaze: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-5
/
+5
2012-01-07
PCI: IA64: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-6
/
+5
2012-01-07
PCI: ARM: convert pcibios_set_master() to a non-inlined function
Myron Stowe
3
-12
/
+10
2012-01-07
PCI: add declaration for pcibios_set_master() to pci core
Myron Stowe
1
-0
/
+2
2012-01-07
uio: Convert uio_generic_pci to new intx masking API
Jan Kiszka
1
-72
/
+7
2012-01-07
PCI: Introduce INTx check & mask API
Jan Kiszka
4
-1
/
+116
2012-01-07
PCI: Rework config space blocking services
Jan Kiszka
7
-50
/
+131
2012-01-07
x86/PCI: Ignore CPU non-addressable _CRS reserved memory resources
Gary Hade
1
-2
/
+16
2012-01-07
PCI: Fix PCI_EXP_TYPE_RC_EC value
Alex Williamson
1
-1
/
+1
2012-01-07
PCI: fix a brace coding style issue in probe.c
Zac Storer
1
-1
/
+1
2012-01-07
PCI: pci_has_legacy_pm_support add driver and device to WARN
David Fries
1
-1
/
+2
2012-01-07
PCI: msi: Disable msi interrupts when we initialize a pci device
Eric W. Biederman
1
-0
/
+10
2012-01-07
PCI/ACPI/PM: Avoid resuming devices that don't signal PME
Rafael J. Wysocki
1
-4
/
+8
2012-01-07
PCI: pciehp: Handle push button event asynchronously
Kenji Kaneshige
4
-13
/
+2
2012-01-07
PCI: pciehp: Fix wrong workqueue cleanup
Kenji Kaneshige
1
-1
/
+1
2012-01-07
PCI: Rework ASPM disable code
Matthew Garrett
4
-24
/
+46
2012-01-07
PCI: Fix PRI and PASID consistency
Alex Williamson
2
-12
/
+12
2012-01-07
PCI/sysfs: add per pci device msi[x] irq listing (v5)
Neil Horman
4
-0
/
+133
2012-01-07
PCI: Add Thinkpad SL510 to pci=nocrs blacklist
Dave Jones
1
-0
/
+10
2012-01-07
PCI: Add Dell Studio 1557 to pci=nocrs blacklist
Dave Jones
1
-0
/
+12
2012-01-07
PCI: add set_nouse_crs for use by a pci=nocrs blacklist
Dave Jones
1
-0
/
+7
2012-01-04
Revert "rtc: Expire alarms after the time is set."
Linus Torvalds
1
-6
/
+0
2012-01-04
Revert "rtc: Disable the alarm in the hardware"
Linus Torvalds
1
-34
/
+10
2012-01-04
hung_task: fix false positive during vfork
Mandeep Singh Baines
1
-4
/
+10
2012-01-04
security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set
Jan Kara
2
-2
/
+2
2012-01-03
drm/radeon/kms/atom: fix possible segfault in pm setup
Alexander Müller
1
-1
/
+5
[next]