| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-08 | 1 | -2/+3 |
| |/ |
|
* | | SFI: Hook PCI MMCONFIG | Feng Tang | 2009-08-28 | 2 | -3/+5 |
* | | ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.c | Len Brown | 2009-08-28 | 1 | -1/+1 |
* | | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 2009-08-28 | 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-24 | 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-12 | 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-10 | 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-22 | 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-26 | 1 | -2/+1 |
| * | x86/PCI: host mmconfig detect clean up | Yinghai Lu | 2009-03-20 | 2 | -60/+120 |
| * | x86/PCI: Detect mmconfig on nVidia MCP55 | Ed Swierk | 2009-03-20 | 1 | -0/+64 |
| * | PCI/x86: detect host bridge config space size w/o using quirks | Yinghai Lu | 2009-03-20 | 1 | -20/+0 |
| * | PCI/x86: format early dump like other PCI output | Bjorn Helgaas | 2009-03-19 | 1 | -3/+3 |
| * | PCI/x86: make early dump handle multi-function devices | Bjorn Helgaas | 2009-03-19 | 1 | -5/+8 |
* | | x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot | Pallipadi, Venkatesh | 2009-03-24 | 1 | -0/+3 |
* | | x86: move a few device initialization objects into .devinit.rodata | Jan Beulich | 2009-03-12 | 2 | -4/+4 |
* | | x86, apic: remove genapic.h | Ingo Molnar | 2009-02-17 | 1 | -1/+1 |
* | | x86, numaq: cleanups | Ingo Molnar | 2009-02-05 | 1 | -4/+0 |
* | | Merge branch 'x86/urgent' into x86/apic | Ingo Molnar | 2009-02-05 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDs | Seth Heasley | 2009-01-27 | 1 | -0/+1 |
* | | x86: move mach-default/*.h files to asm/ | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | | x86, numaq: consolidate code | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
|/ |
|
* | x86 PAT: consolidate old memtype new memtype check into a function | venkatesh.pallipadi@intel.com | 2009-01-13 | 1 | -11/+1 |
* | x86/PCI: Do not use interrupt links for devices using MSI-X | Rafael J. Wysocki | 2009-01-07 | 1 | -2/+2 |
* | x86/PCI: use dev_printk for PCI bus locality messages | Bjorn Helgaas | 2009-01-07 | 1 | -5/+3 |
* | PCI: x86/visws: use generic INTx swizzle from PCI core | Bjorn Helgaas | 2009-01-07 | 1 | -14/+1 |