| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B | Ingo Molnar | 2008-10-11 | 7 | -314/+1139 |
|\ |
|
| * | Merge branch 'linus' into x86/core | Ingo Molnar | 2008-08-14 | 4 | -21/+48 |
| |\ |
|
| * \ | Merge commit 'v2.6.27-rc1' into x86/core | Ingo Molnar | 2008-07-30 | 7 | -127/+197 |
| |\ \ |
|
| * \ \ | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 2008-07-25 | 3 | -21/+35 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 2008-07-22 | 2 | -5/+3 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 2008-07-18 | 38 | -1115/+1788 |
| |\ \ \ \ \ |
|
| * | | | | | | x64, x2apic/intr-remap: MSI and MSI-X support for interrupt remapping infrast... | Suresh Siddha | 2008-07-12 | 1 | -0/+11 |
| * | | | | | | x64, x2apic/intr-remap: IO-APIC support for interrupt-remapping | Suresh Siddha | 2008-07-12 | 1 | -0/+10 |
| * | | | | | | x64, x2apic/intr-remap: disable DMA-remapping if Interrupt-remapping is detec... | Suresh Siddha | 2008-07-12 | 1 | -0/+25 |
| * | | | | | | x64, x2apic/intr-remap: routines managing Interrupt remapping table entries. | Suresh Siddha | 2008-07-12 | 2 | -0/+247 |
| * | | | | | | x64, x2apic/intr-remap: Interrupt remapping infrastructure | Suresh Siddha | 2008-07-12 | 6 | -15/+187 |
| * | | | | | | x64, x2apic/intr-remap: Queued invalidation infrastructure (part of VT-d) | Suresh Siddha | 2008-07-12 | 3 | -7/+211 |
| * | | | | | | x64, x2apic/intr-remap: move IOMMU_WAIT_OP() macro to intel-iommu.h | Suresh Siddha | 2008-07-12 | 2 | -15/+15 |
| * | | | | | | x64, x2apic/intr-remap: parse ioapic scope under vt-d structures | Suresh Siddha | 2008-07-12 | 5 | -0/+83 |
| * | | | | | | x64, x2apic/intr-remap: Fix the need for RMRR in the DMA-remapping detection | Suresh Siddha | 2008-07-12 | 1 | -3/+1 |
| * | | | | | | x64, x2apic/intr-remap: use CONFIG_DMAR for DMA-remapping specific code | Suresh Siddha | 2008-07-12 | 1 | -11/+24 |
| * | | | | | | x64, x2apic/intr-remap: code re-structuring, to be used by both DMA and Inter... | Suresh Siddha | 2008-07-12 | 3 | -22/+79 |
| * | | | | | | x64, x2apic/intr-remap: fix the need for sequential array allocation of iommus | Suresh Siddha | 2008-07-12 | 3 | -21/+18 |
| * | | | | | | x64, x2apic/intr-remap: Intel vt-d, IOMMU code reorganization | Suresh Siddha | 2008-07-12 | 4 | -236/+264 |
| | | | | | | | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
*---. \ \ \ \ \ \ | Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for... | Ingo Molnar | 2008-10-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| | | * | | | | | | Merge branch 'linus' into x86/iommu | Ingo Molnar | 2008-09-14 | 5 | -8/+47 |
| | | |\ \ \ \ \ \
| | |_|/ / / / / /
| |/| | | | | | | |
|
| | | * | | | | | | Merge commit 'v2.6.27-rc6' into x86/iommu | Ingo Molnar | 2008-09-10 | 9 | -57/+100 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | x86: blacklist DMAR on Intel G31/G33 chipsets | David Woodhouse | 2008-09-05 | 1 | -1/+1 |
| | |/ / / / / / / |
|
* | | | | | | | | | Check mapped ranges on sysfs resource files | Linus Torvalds | 2008-10-02 | 1 | -0/+19 |
* | | | | | | | | | PCI: fix compiler warnings in pci_get_subsys() | Greg KH | 2008-09-16 | 1 | -3/+3 |
* | | | | | | | | | PCI: Fix pcie_aspm=force | Sitsofe Wheeler | 2008-09-16 | 1 | -1/+1 |
|/ / / / / / / / |
|
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-09-13 | 5 | -8/+47 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | PCI: re-add debug prints for unmodified BARs | Yinghai Lu | 2008-09-12 | 1 | -4/+11 |
| * | | | | | | | PCI: fix pciehp_free_irq() | Adrian Bunk | 2008-09-10 | 1 | -1/+1 |
| * | | | | | | | PCI Hotplug: fakephp: fix deadlock... again | Alex Chiang | 2008-09-09 | 1 | -3/+3 |
| * | | | | | | | PCI: Fix printk warnings in setup-bus.c | Johann Felix Soden | 2008-09-09 | 1 | -1/+5 |
| * | | | | | | | PCI: Fix printk warnings in probe.c | Johann Felix Soden | 2008-09-09 | 1 | -3/+8 |
| * | | | | | | | PCI/iommu: blacklist DMAR on Intel G31/G33 chipsets | David Woodhouse | 2008-09-09 | 1 | -0/+23 |
* | | | | | | | | PCI: fix pbus_size_mem() resource alignment for CardBus controllers | Linus Torvalds | 2008-09-04 | 1 | -2/+3 |
|/ / / / / / / |
|
* | | | | | | | PCI: fix reference leak in pci_get_dev_by_id() | Greg KH | 2008-08-21 | 1 | -0/+2 |
* | | | | | | | PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M... | Alex Chiang | 2008-08-21 | 1 | -19/+15 |
* | | | | | | | PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M... | Alex Chiang | 2008-08-21 | 3 | -18/+15 |
* | | | | | | | Merge branch 'x86-merge' into for-linus | Jesse Barnes | 2008-08-18 | 2 | -0/+38 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jesse Barnes | 2008-08-18 | 2 | -0/+38 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | * | | | | | | Merge branch 'linus' into pci-for-jesse | Ingo Molnar | 2008-07-18 | 41 | -1146/+1889 |
| | |\ \ \ \ \ \
| | | | |/ / / /
| | | |/| | | | |
|
| | * | | | | | | pci: debug extra pci bus resources | Yinghai Lu | 2008-06-23 | 1 | -0/+35 |
| | * | | | | | | pci: debug extra pci resources range | Yinghai Lu | 2008-06-23 | 1 | -0/+6 |
* | | | | | | | | PCI: add acpi_find_root_bridge_handle | Jiri Slaby | 2008-08-18 | 2 | -10/+2 |
* | | | | | | | | PCI: acpi_pcihp: run _OSC on a root bridge | Jiri Slaby | 2008-08-18 | 1 | -12/+29 |
|/ / / / / / / |
|
* | | | | | | | PCI: Limit VPD length for Broadcom 5708S | Dean Hildebrand | 2008-08-07 | 1 | -1/+3 |
* | | | | | | | PCI PM: Export pci_pme_active to drivers | Rafael J. Wysocki | 2008-08-07 | 1 | -1/+2 |
* | | | | | | | PCI: check the return value of device_create_bin_file() in pci_create_bus() | Simon Horman | 2008-08-07 | 1 | -16/+38 |
* | | | | | | | PCI: fully restore MSI state at resume time | Jesse Barnes | 2008-08-07 | 1 | -3/+2 |
* | | | | | | | PCI: add Broadcom 5708S to VPD length quirk | Eric Dumazet | 2008-08-07 | 1 | -1/+4 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | PCI: add D3 power state avoidance quirk | Alan Cox | 2008-07-28 | 2 | -0/+17 |