| Commit message (Expand) | Author | Age | Files | Lines |
* | genirq: revert dynarray | Thomas Gleixner | 2008-10-16 | 1 | -9/+2 |
* | genirq: remove sparse irq code | Thomas Gleixner | 2008-10-16 | 2 | -93/+1 |
* | irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2 | Yinghai Lu | 2008-10-16 | 1 | -1/+1 |
* | irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ | Dean Nelson | 2008-10-16 | 1 | -1/+1 |
* | dmar: fix dmar_parse_dev() devices_cnt error condition check | Suresh Siddha | 2008-10-16 | 1 | -1/+1 |
* | dmar: use list_for_each_entry_safe() in dmar_dev_scope_init() | Suresh Siddha | 2008-10-16 | 1 | -4/+4 |
* | dmar: initialize the return value in dmar_parse_dev() | Yinghai Lu | 2008-10-16 | 1 | -1/+1 |
* | dmar: fix using early fixmap mapping for DMAR table parsing | Yinghai Lu | 2008-10-16 | 1 | -21/+28 |
* | sparseirq: fix intr-remap with dyn_array/nr_irqs changes] | Suresh Siddha | 2008-10-16 | 1 | -8/+6 |
* | x86: use 28 bits irq NR for pci msi/msix and ht | Yinghai Lu | 2008-10-16 | 1 | -2/+20 |
* | x86: put irq_2_iommu pointer into irq_desc | Yinghai Lu | 2008-10-16 | 1 | -48/+165 |
* | irq: make irq2_iommu to use dyn_array | Yinghai Lu | 2008-10-16 | 1 | -2/+10 |
* | drivers/pci/ intr remapping: use nr_irqs | Yinghai Lu | 2008-10-16 | 1 | -8/+8 |
* | 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 |