| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] HT_IRQ must depend on PCI | Adrian Bunk | 2006-10-11 | 1 | -1/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 6 | -11/+10 |
* | [PATCH] htirq: tidy up the htirq code | Eric W. Biederman | 2006-10-04 | 3 | -2/+4 |
* | [PATCH] msi: move the ia64 code into arch/ia64 | Eric W. Biederman | 2006-10-04 | 3 | -379/+3 |
* | [PATCH] msi: refactor and move the msi irq_chip into the arch code | Eric W. Biederman | 2006-10-04 | 4 | -199/+145 |
* | [PATCH] msi: only use a single irq_chip for msi interrupts | Eric W. Biederman | 2006-10-04 | 1 | -91/+24 |
* | [PATCH] msi: simplify msi sanity checks by adding with generic irq code | Eric W. Biederman | 2006-10-04 | 2 | -36/+9 |
* | [PATCH] Initial generic hypertransport interrupt support | Eric W. Biederman | 2006-10-04 | 3 | -0/+199 |
* | [PATCH] genirq: msi: only build msi-apic.c on ia64 | Eric W. Biederman | 2006-10-04 | 1 | -1/+2 |
* | [PATCH] genirq: msi: make the msi code irq based and not vector based | Eric W. Biederman | 2006-10-04 | 2 | -264/+168 |
* | [PATCH] genirq: msi: simplify the msi irq limit policy | Eric W. Biederman | 2006-10-04 | 2 | -56/+8 |
* | [PATCH] genirq: msi: refactor the msi_ops | Eric W. Biederman | 2006-10-04 | 4 | -115/+54 |
* | [PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msg | Eric W. Biederman | 2006-10-04 | 2 | -106/+98 |
* | [PATCH] genirq: msi: make the msi boolean tests return either 0 or 1 | Eric W. Biederman | 2006-10-04 | 1 | -2/+2 |
* | [PATCH] genirq: msi: simplify msi enable and disable | Eric W. Biederman | 2006-10-04 | 1 | -106/+16 |
* | [PATCH] fix "PCI: assign ioapic resource at hotplug" | Kenji Kaneshige | 2006-10-04 | 1 | -5/+5 |
* | Still more typo fixes | Matt LaPlante | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] PCI quirks update | Alan Cox | 2006-10-01 | 1 | -2/+15 |
* | [PATCH] msi: use kmem_cache_zalloc() | Pekka J Enberg | 2006-09-27 | 1 | -10/+3 |
* | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 2006-09-27 | 1 | -1/+1 |
* | pciehp - fix wrong return value | Kenji Kaneshige | 2006-09-27 | 1 | -6/+6 |
* | acpiphp: add support for ioapic hot-remove | Satoru Takeuchi | 2006-09-27 | 2 | -14/+92 |
* | PCI: assign ioapic resource at hotplug | Satoru Takeuchi | 2006-09-27 | 1 | -3/+10 |
* | acpiphp: disable bridges | Satoru Takeuchi | 2006-09-27 | 1 | -1/+16 |
* | acpiphp: stop bus device before acpi_bus_trim | Satoru Takeuchi | 2006-09-27 | 1 | -0/+3 |
* | PCI: add pci_stop_bus_device | Satoru Takeuchi | 2006-09-27 | 1 | -1/+36 |
* | acpiphp: do not initialize existing ioapics | Satoru Takeuchi | 2006-09-27 | 1 | -1/+3 |
* | acpiphp: initialize ioapics before starting devices | Satoru Takeuchi | 2006-09-27 | 1 | -1/+1 |
* | acpiphp: set hpp values before starting devices | Satoru Takeuchi | 2006-09-27 | 1 | -1/+1 |
* | PCI Hotplug: cleanup pcihp skeleton code. | Satoru Takeuchi | 2006-09-27 | 1 | -6/+3 |
* | PCI: Restore PCI Express capability registers after PM event | Michael S. Tsirkin | 2006-09-27 | 1 | -0/+50 |
* | PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function static | Adrian Bunk | 2006-09-27 | 1 | -1/+1 |
* | PCI: Multiprobe sanitizer | Alan Cox | 2006-09-27 | 1 | -1/+5 |
* | PCI: fix __must_check warnings | Greg Kroah-Hartman | 2006-09-27 | 8 | -61/+137 |
* | PCI Hotplug: fix __must_check warnings | Greg Kroah-Hartman | 2006-09-27 | 2 | -33/+128 |
* | SHPCHP: fix __must_check warnings | Greg Kroah-Hartman | 2006-09-27 | 3 | -4/+8 |
* | PCI-Express AER implemetation: pcie_portdrv error handler | Zhang, Yanmin | 2006-09-27 | 1 | -21/+175 |
* | PCI-Express AER implemetation: AER core and aerdriver | Zhang, Yanmin | 2006-09-27 | 9 | -0/+1568 |
* | PCI-Express AER implemetation: export pcie_port_bus_type | Zhang, Yanmin | 2006-09-27 | 1 | -0/+1 |
* | PCIE: check and return bus_register errors | Randy Dunlap | 2006-09-27 | 3 | -5/+11 |
* | MSI: Blacklist PCI-E chipsets depending on Hypertransport MSI capability | Brice Goglin | 2006-09-27 | 1 | -0/+59 |
* | MSI: Export the PCI_BUS_FLAGS_NO_MSI flag in sysfs | Brice Goglin | 2006-09-27 | 1 | -0/+41 |
* | MSI: Factorize common code in pci_msi_supported() | Brice Goglin | 2006-09-27 | 1 | -20/+31 |
* | MSI: Cleanup existing MSI quirks | Brice Goglin | 2006-09-27 | 2 | -16/+31 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-09-26 | 1 | -3/+2 |
|\ |
|
| * | [PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ... | Andi Kleen | 2006-09-26 | 1 | -3/+2 |
* | | PCI: enable driver multi-threaded probe | Greg Kroah-Hartman | 2006-09-26 | 2 | -0/+36 |
* | | sysfs_remove_bin_file: no return value, dump_stack on error | Randy.Dunlap | 2006-09-26 | 1 | -3/+1 |
* | | PM: no suspend_prepare() phase | David Brownell | 2006-09-26 | 1 | -14/+0 |
* | | PM: PCI and IDE handle PM_EVENT_PRETHAW | David Brownell | 2006-09-26 | 1 | -1/+3 |