index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2012-10-01
2
-7
/
+1
|
\
|
*
Merge branch 'pci/yinghai-misc' into next
Bjorn Helgaas
2012-09-24
1
-2
/
+1
|
|
\
|
|
*
x86/PCI: Clear host bridge aperture struct resource
Yinghai Lu
2012-09-21
1
-2
/
+1
|
*
|
PCI: Provide a default pcibios_update_irq()
Thierry Reding
2012-09-18
1
-5
/
+0
|
*
|
PCI: Discard __init annotations for pci_fixup_irqs() and related functions
Thierry Reding
2012-09-18
1
-1
/
+1
|
|
/
*
/
arch/x86: Remove unecessary semicolons
Peter Senna Tschudin
2012-09-19
1
-1
/
+1
|
/
*
Merge branch 'pci/myron-pcibios_setup' into next
Bjorn Helgaas
2012-07-05
1
-1
/
+1
|
\
|
*
x86/PCI: adjust section annotations for pcibios_setup()
Myron Stowe
2012-07-05
1
-1
/
+1
*
|
Merge branch 'topic/huang-d3cold-v7' into next
Bjorn Helgaas
2012-06-23
1
-1
/
+1
|
\
\
|
*
|
PCI: do not call pci_set_power_state with PCI_D3cold
Huang Ying
2012-06-23
1
-1
/
+1
|
|
/
*
|
x86/PCI: use pr_level() to replace printk(KERN_LEVEL)
Jiang Liu
2012-06-22
2
-14
/
+10
*
|
x86/PCI: refine __pci_mmcfg_init() for better code readability
Jiang Liu
2012-06-22
1
-25
/
+21
*
|
x86/PCI: get rid of redundant log messages
Jiang Liu
2012-06-22
1
-7
/
+0
*
|
x86/PCI: simplify pci_mmcfg_late_insert_resources()
Jiang Liu
2012-06-22
1
-26
/
+8
*
|
x86/PCI: update MMCONFIG information when hot-plugging PCI host bridges
Jiang Liu
2012-06-22
3
-5
/
+92
*
|
x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplug
Jiang Liu
2012-06-22
1
-4
/
+105
*
|
x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtime
Jiang Liu
2012-06-22
1
-36
/
+68
*
|
x86/PCI: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap()
Jiang Liu
2012-06-22
2
-12
/
+41
*
|
x86/PCI: use RCU list to protect mmconfig list
Jiang Liu
2012-06-22
3
-10
/
+34
*
|
x86/PCI: split out pci_mmconfig_alloc() for code reuse
Jiang Liu
2012-06-22
1
-4
/
+15
*
|
x86/PCI: split out pci_mmcfg_check_reserved() for code reuse
Jiang Liu
2012-06-22
1
-26
/
+25
*
|
x86/PCI: put busn resource in pci_root_info for native host bridge drivers
Yinghai Lu
2012-06-13
3
-9
/
+23
*
|
x86/PCI: use _CRS bus number aperture for host bridges from ACPI
Yinghai Lu
2012-06-13
1
-4
/
+5
*
|
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
2012-06-13
1
-1
/
+1
|
/
*
Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2012-05-24
1
-0
/
+4
|
\
|
*
xen: do not map the same GSI twice in PVHVM guests.
Stefano Stabellini
2012-05-21
1
-0
/
+4
*
|
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-05-24
1
-0
/
+3
|
\
\
|
*
|
x86/vga: fix build with efi disabled.
Dave Airlie
2012-05-17
1
-1
/
+1
|
*
|
x86/vga: set the default device from the fixup.
Dave Airlie
2012-05-16
1
-0
/
+3
|
|
/
*
|
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-05-23
2
-0
/
+368
|
\
\
|
*
|
x86, platform: Initial support for sta2x11 I/O hub
Alessandro Rubini
2012-04-12
2
-0
/
+368
|
|
/
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-05-23
1
-0
/
+17
|
\
\
|
*
|
x86: Fix boot on Twinhead H12Y
Alan Cox
2012-05-17
1
-0
/
+17
|
|
/
*
|
x86/PCI: only check for spinlock being held in SMP kernels
Bjorn Helgaas
2012-05-15
1
-1
/
+1
*
|
resources: add resource_overlaps()
Wei Yang
2012-05-07
1
-11
/
+1
*
|
Merge branch 'topic/stratus' into next
Bjorn Helgaas
2012-05-07
1
-0
/
+16
|
\
\
|
*
|
PCI: work around Stratus ftServer broken PCIe hierarchy
Bjorn Helgaas
2012-04-30
1
-0
/
+16
|
|
/
*
|
x86/PCI: fix unused variable warning in amd_bus.c
Yinghai Lu
2012-05-01
1
-5
/
+10
*
|
x86/PCI: merge pcibios_scan_root() and pci_scan_bus_on_node()
Yinghai Lu
2012-04-30
1
-23
/
+4
*
|
x86/PCI: dynamically allocate pci_root_info for native host bridge drivers
Yinghai Lu
2012-04-30
4
-87
/
+88
*
|
x86/PCI: embed pci_sysdata into pci_root_info on ACPI path
Yinghai Lu
2012-04-30
1
-17
/
+4
*
|
x86/PCI: embed name into pci_root_info struct
Yinghai Lu
2012-04-30
1
-5
/
+2
*
|
x86/PCI: add host bridge resource release for _CRS path
Yinghai Lu
2012-04-30
1
-12
/
+51
*
|
x86/PCI: refactor get_current_resources()
Yinghai Lu
2012-04-30
1
-21
/
+13
*
|
x86/PCI: fix memleak with get_current_resources()
Yinghai Lu
2012-04-30
1
-19
/
+30
|
/
*
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2012-03-23
4
-11
/
+133
|
\
|
*
x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'
Myron Stowe
2012-03-02
1
-0
/
+2
|
*
PCI: Use class for quirk for pci_fixup_video
Yinghai Lu
2012-02-24
1
-4
/
+2
|
*
PCI: Use class quirk for intel fix_transparent_bridge
Yinghai Lu
2012-02-24
1
-3
/
+3
|
*
x86/mrst/pci: avoid SoC fixups on non-SoC platforms
Alan Cox
2012-02-23
1
-1
/
+11
[next]