| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.c | Yinghai Lu | 2009-11-25 | 4 | -100/+103 |
* | PCI: fix comment typo in bus_numa.h | Jiri Kosina | 2009-11-25 | 1 | -1/+1 |
* | x86/PCI: remove early PCI pr_debug statements | Alex Chiang | 2009-11-25 | 1 | -7/+0 |
* | x86/PCI: remove 64-bit division | Bjorn Helgaas | 2009-11-06 | 1 | -3/+3 |
* | x86/PCI: fix bogus host bridge window start/end alignment from _CRS | Bjorn Helgaas | 2009-11-04 | 1 | -0/+25 |
* | x86/PCI: for debuggability, show host bridge windows even when ignoring _CRS | Bjorn Helgaas | 2009-11-04 | 1 | -8/+18 |
* | PCI: improve discovery/configuration messages | Bjorn Helgaas | 2009-11-04 | 1 | -3/+6 |
* | x86/PCI: print domain:bus in conventional format | Bjorn Helgaas | 2009-11-04 | 1 | -3/+5 |
* | vsprintf: use %pR, %pr instead of %pRt, %pRf | Bjorn Helgaas | 2009-11-04 | 2 | -8/+10 |
* | x86/PCI: use -DDEBUG when CONFIG_PCI_DEBUG set | Bjorn Helgaas | 2009-11-04 | 1 | -0/+4 |
* | x86/PCI: allow MMCONFIG above 4GB | Bjorn Helgaas | 2009-11-04 | 1 | -11/+20 |
* | x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled | Suresh Siddha | 2009-11-04 | 1 | -0/+9 |
* | x86/PCI: print resources consistently with %pRt | Bjorn Helgaas | 2009-11-04 | 2 | -10/+16 |
* | x86/PCI: Use generic cacheline sizing instead of per-vendor tests. | Dave Jones | 2009-11-04 | 1 | -7/+11 |
* | PCI: determine CLS more intelligently | Jesse Barnes | 2009-11-04 | 1 | -5/+3 |
* | x86/PCI: read root resources from IOH on Intel | Yinghai Lu | 2009-11-04 | 4 | -27/+135 |
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 | 1 | -1/+1 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-09-24 | 1 | -1/+1 |
|\ |
|
| * | x86/PCI: make 32 bit NUMA node array int, not unsigned char | Jesse Barnes | 2009-09-18 | 1 | -1/+1 |
* | | Merge branch 'linus' into sfi-release | Len Brown | 2009-09-19 | 3 | -65/+73 |
|\| |
|
| * | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-09-16 | 2 | -63/+70 |
| |\ |
|
| | * | x86/PCI: initialize PCI bus node numbers early | Jesse Barnes | 2009-09-09 | 2 | -63/+70 |
| * | | dmi: extend dmi_get_year() to dmi_get_date() | Tejun Heo | 2009-09-09 | 1 | -2/+3 |
| |/ |
|
* | | SFI: Hook PCI MMCONFIG | Feng Tang | 2009-08-29 | 2 | -3/+5 |
* | | ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.c | Len Brown | 2009-08-29 | 1 | -1/+1 |
* | | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 2009-08-29 | 1 | -0/+2 |
|/ |
|
* | x86/pci: insert ioapic resource before assigning unassigned resources | Yinghai Lu | 2009-07-10 | 1 | -0/+7 |
* | x86/PCI: get root CRS before scanning children | Yinghai Lu | 2009-06-30 | 2 | -25/+15 |
* | x86/PCI: fix boundary checking when using root CRS | Yinghai Lu | 2009-06-30 | 1 | -12/+15 |
* | Revert "PCI: use ACPI _CRS data by default" | Linus Torvalds | 2009-06-25 | 3 | -4/+4 |
*---. | Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'... | Len Brown | 2009-06-24 | 1 | -1/+64 |
|\ \ \ |
|
| | | * | ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI file | Len Brown | 2009-06-13 | 1 | -1/+64 |
| | |/
| |/| |
|
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-06-22 | 3 | -10/+31 |
|\ \ \ |
|
| * | | | x86/ACPI: Correct maximum allowed _CRS returned resources and warn if exceeded | Gary Hade | 2009-06-16 | 1 | -6/+27 |
| * | | | PCI: use ACPI _CRS data by default | Jesse Barnes | 2009-06-11 | 3 | -4/+4 |
| |/ / |
|
* | | | x86: Use pci_claim_resource | Matthew Wilcox | 2009-06-17 | 1 | -10/+7 |
* | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-06-11 | 1 | -49/+35 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86, apic: introduce io_apic_irq_attr | Yinghai Lu | 2009-05-18 | 1 | -11/+5 |
| * | | Merge branch 'x86/apic' into irq/numa | Ingo Molnar | 2009-05-12 | 4 | -5/+16 |
| |\| |
|
| * | | x86/pci: update pirq_enable_irq() to setup io apic routing | Yinghai Lu | 2009-05-11 | 1 | -54/+30 |
| * | | x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector() | Yinghai Lu | 2009-05-11 | 1 | -4/+20 |
* | | | x86/pci: fix mmconfig detection with 32bit near 4g | Yinghai Lu | 2009-06-04 | 1 | -3/+3 |
| |/
|/| |
|
* | | x86/PCI: don't bother with root quirks if _CRS is used | Yinghai Lu | 2009-04-23 | 1 | -0/+4 |
* | | x86/PCI: set_pci_bus_resources_arch_default cleanups | Yinghai Lu | 2009-04-22 | 3 | -6/+8 |
* | | x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86 | Matthew Wilcox | 2009-04-22 | 1 | -1/+6 |
* | | x86/PCI: don't call e820_all_mapped with -1 in the mmconfig case | Yinghai Lu | 2009-04-22 | 1 | -3/+3 |
|/ |
|
* | x86, PAT: Remove duplicate memtype reserve in pci mmap | Suresh Siddha | 2009-04-03 | 1 | -46/+0 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-04-01 | 5 | -90/+196 |
|\ |
|
| * | x86/PCI: make pci=lastbus=255 work when acpi is on | Yinghai Lu | 2009-03-27 | 1 | -2/+1 |
| * | x86/PCI: host mmconfig detect clean up | Yinghai Lu | 2009-03-20 | 2 | -60/+120 |