| Commit message (Expand) | Author | Age | Files | Lines |
* | pci: fix new kernel-doc warning in pci.c | Randy Dunlap | 2011-08-21 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2011-08-19 | 7 | -152/+430 |
|\ |
|
| * | PCI: OF: Don't crash when bridge parent is NULL. | David Daney | 2011-08-19 | 1 | -1/+1 |
| * | PCI: export pcie_bus_configure_settings symbol | Jon Mason | 2011-08-02 | 1 | -0/+1 |
| * | PCI: code and comments cleanup | Ram Pai | 2011-08-01 | 1 | -55/+55 |
| * | PCI: make cardbus-bridge resources optional | Ram Pai | 2011-08-01 | 2 | -9/+36 |
| * | PCI: make SRIOV resources optional | Yinghai Lu | 2011-08-01 | 1 | -0/+10 |
| * | PCI : ability to relocate assigned pci-resources | Ram Pai | 2011-08-01 | 2 | -67/+112 |
| * | PCI: honor child buses add_size in hot plug configuration | Yinghai Lu | 2011-08-01 | 1 | -0/+26 |
| * | PCI: Set PCI-E Max Payload Size on fabric | Jon Mason | 2011-08-01 | 3 | -44/+213 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-08-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | ACPI: constify ops structs | Vasiliy Kulikov | 2011-07-17 | 1 | -1/+1 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-07-30 | 11 | -88/+136 |
|\ \ |
|
| * | | PCI: remove printks about disabled bridge windows | Bjorn Helgaas | 2011-07-22 | 2 | -15/+0 |
| * | | PCI: fold pci_calc_resource_flags() into decode_bar() | Bjorn Helgaas | 2011-07-22 | 2 | -30/+18 |
| * | | PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BAR | Bjorn Helgaas | 2011-07-22 | 1 | -3/+19 |
| * | | PCI: correct pcie_set_readrq write size | Jon Mason | 2011-07-22 | 1 | -2/+2 |
| * | | PCI: pciehp: change wait time for valid configuration access | Kenji Kaneshige | 2011-07-22 | 2 | -9/+5 |
| * | | PCI: ARI is a PCIe v2 feature | Chris Wright | 2011-07-22 | 1 | -1/+6 |
| * | | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 2011-07-22 | 1 | -2/+2 |
| * | | PCI hotplug: cpqphp: use pci_dev->vendor | Sergei Shtylyov | 2011-07-22 | 1 | -2/+3 |
| * | | PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device} | Sergei Shtylyov | 2011-07-22 | 1 | -10/+2 |
| * | | PCI: enumerate the PCI device only removed out PCI hieratchy of OS when re-sc... | Tiejun Chen | 2011-07-22 | 1 | -6/+8 |
| * | | PCI: PCIe AER: add aer_recover_queue | Huang Ying | 2011-07-22 | 2 | -8/+71 |
| * | | PCI hotplug: Rename is_ejectable which also exists in dock.c | Thomas Renninger | 2011-07-22 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-07-27 | 1 | -1/+1 |
|\ \ |
|
| * | | pci-label.c: size_t misspelled as mode_t | Al Viro | 2011-07-26 | 1 | -1/+1 |
* | | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 2 | -2/+2 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 2 | -13/+10 |
|\ \ |
|
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2011-07-11 | 6 | -5/+28 |
| |\| |
|
| * | | PCIe ASPM: forcedly -> forcibly | Michael Witten | 2011-06-29 | 1 | -1/+1 |
| * | | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 1 | -12/+9 |
* | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-23 | 7 | -6735/+0 |
|\ \ \ |
|
| * \ \ | Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor... | Ingo Molnar | 2011-07-07 | 7 | -6735/+0 |
| |\ \ \ |
|
| | | \ \ | |
| | | \ \ | |
| | *-. \ \ | Merge branches 'amd/transparent-bridge' and 'core' | Joerg Roedel | 2011-06-21 | 7 | -6735/+0 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | | * | | x86/ia64: intel-iommu: move to drivers/iommu/ | Ohad Ben-Cohen | 2011-06-21 | 7 | -6735/+0 |
| | | |/ / |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2011-07-23 | 1 | -1/+17 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'pm-runtime' into for-linus | Rafael J. Wysocki | 2011-07-15 | 1 | -1/+17 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | PCI / PM: Detect early wakeup in pci_pm_prepare() | Rafael J. Wysocki | 2011-07-06 | 1 | -1/+17 |
| | |/ / / |
|
* | | | | | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p... | Linus Torvalds | 2011-07-22 | 4 | -2/+70 |
|\ \ \ \ \ |
|
| * | | | | | pci/of: Match PCI devices to OF nodes dynamically | Benjamin Herrenschmidt | 2011-06-08 | 4 | -2/+70 |
* | | | | | | mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency | Manoj Iyer | 2011-07-21 | 1 | -0/+23 |
| |/ / / /
|/| | | | |
|
* | | | | | PCI: conditional resource-reallocation through kernel parameter pci=realloc | Ram Pai | 2011-07-09 | 3 | -0/+19 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 2011-06-27 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | mmc: Add PCI fixup quirks for Ricoh 1180:e823 reader | Manoj Iyer | 2011-06-19 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2011-06-24 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | PCI: fix new kernel-doc warning | Randy Dunlap | 2011-06-01 | 1 | -1/+1 |
| * | | | | PCI: Fix warning in drivers/pci/probe.c on sparc64 | David S. Miller | 2011-05-31 | 1 | -1/+1 |
* | | | | | PCI / PM: Block races between runtime PM and system sleep | Rafael J. Wysocki | 2011-06-21 | 1 | -1/+3 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2011-06-14 | 1 | -2/+2 |
|\ \ \ \
| |_|_|/
|/| | | |
|