aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/pci-calgary.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11x86_64: prepare shared kernel/pci-calgary.cThomas Gleixner1-1578/+0
2007-08-11x86_64: Calgary - Fix mis-handled PCI topologyMurillo Fernandes Bernardes1-7/+6
2007-07-21x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdataMuli Ben-Yehuda1-14/+15
2007-07-21x86_64: move iommu declaration from proto to iommu.hYinghai Lu1-1/+1
2007-07-21x86_64: Calgary - fold in redundant functionsMuli Ben-Yehuda1-21/+9
2007-07-21x86_64: Calgary - change _map_single, etc to staticYinghai Lu1-4/+4
2007-07-21x86_64: Calgary - tighten up the bitmap lockingMuli Ben-Yehuda1-23/+17
2007-07-21x86_64: Calgary - fix few style problems pointed out by checkpatch.plMuli Ben-Yehuda1-3/+6
2007-07-21x86_64: tidy up debug printksMuli Ben-Yehuda1-10/+3
2007-07-21x86_64: only reserve the first 1MB of IO space for CalIOC2Muli Ben-Yehuda1-2/+2
2007-07-21x86_64: tabify and trim trailing whitespaceMuli Ben-Yehuda1-20/+20
2007-07-21x86_64: cleanup of unneeded macrosGuillaume Thouvenin1-5/+0
2007-07-21x86_64: reserve TCEs with the same address as MEM regionsMuli Ben-Yehuda1-0/+67
2007-07-21x86_64: grab PLSSR too when a DMA error occursMuli Ben-Yehuda1-3/+6
2007-07-21x86_64: make dump_error_regs a chip opMuli Ben-Yehuda1-8/+34
2007-07-21x86_64: implement CalIOC2 TCE cache flush sequenceMuli Ben-Yehuda1-1/+87
2007-07-21x86_64: add chip_ops and a quirk function for CalIOC2Muli Ben-Yehuda1-4/+33
2007-07-21x86_64: introduce CalIOC2 supportMuli Ben-Yehuda1-40/+156
2007-07-21x86_64: abstract how we find the iommu_table for a deviceMuli Ben-Yehuda1-7/+14
2007-07-21x86_64: introduce chipset specific opsMuli Ben-Yehuda1-7/+17
2007-07-21x86_64: introduce handle_quirks() for various chipset quirksMuli Ben-Yehuda1-8/+17
2007-07-21x86_64: update copyright noticeMuli Ben-Yehuda1-1/+1
2007-07-21x86_64: generalize calgary_increase_split_completion_timeoutMuli Ben-Yehuda1-4/+5
2007-05-02[PATCH] x86-64: dma_ops as constStephen Hemminger1-1/+1
2007-02-13[PATCH] x86-64: robustify bad_dma_address handlingMuli Ben-Yehuda1-2/+15
2007-01-11[PATCH] x86-64: tighten up printksMuli Ben-Yehuda1-3/+8
2006-12-21[PATCH] x86_64: fix boot time hang in detect_calgary()Ingo Molnar1-3/+8
2006-12-07[PATCH] Calgary: remove unused variablesMuli Ben-Yehuda1-5/+0
2006-12-07[PATCH] Calgary: allow compiling Calgary in but not using it by defaultMuli Ben-Yehuda1-0/+9
2006-12-07[PATCH] Calgary: check BBAR ioremap success when ioremappingMuli Ben-Yehuda1-36/+49
2006-12-07[PATCH] Calgary: use BIOS supplied BBARs and topology informationLaurent Vivier1-36/+125
2006-12-07[PATCH] calgary: phb_shift can be intMuli Ben-Yehuda1-1/+1
2006-12-07[PATCH] x86: remove last two pci_find offenders in the core codeAlan Cox1-1/+1
2006-10-22[PATCH] x86-64: increase PHB1 split transaction timeoutMuli Ben-Yehuda1-1/+43
2006-10-05[PATCH] x86-64: Calgary IOMMU: print PCI bus numbers in hexJon Mason1-4/+4
2006-10-05[PATCH] x86-64: Calgary IOMMU: Update Jon's contact infoJon Mason1-1/+2
2006-10-05[PATCH] x86-64: Calgary IOMMU: Fix off by one when calculating register space locationJon Mason1-2/+11
2006-10-05[PATCH] x86-64: Calgary IOMMU: deobfuscate calgary_initJon Mason1-5/+7
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1Andi Kleen1-0/+3
2006-09-26[PATCH] Calgary IOMMU: eradicate sole remaining 80 chars per line offenderMuli Ben-Yehuda1-1/+2
2006-09-26[PATCH] remove tce_cache_blast_stress()Muli Ben-Yehuda1-11/+0
2006-09-26[PATCH] only verify the allocation bitmap if CONFIG_IOMMU_DEBUG is onMuli Ben-Yehuda1-9/+35
2006-09-26[PATCH] print whether CONFIG_IOMMU_DEBUG is enabledMuli Ben-Yehuda1-4/+10
2006-09-26[PATCH] Calgary IOMMU: save a bit of space in bus_infoMuli Ben-Yehuda1-1/+1
2006-09-26[PATCH] Calgary IOMMU: calgary_init_one_nontraslated() can return voidMuli Ben-Yehuda1-3/+1
2006-09-26[PATCH] Calgary IOMMU: fix reference counting of Calgary PCI devicesMuli Ben-Yehuda1-4/+6
2006-09-26[PATCH] Calgary IOMMU: fix error path memleak in calgary_free_tarMuli Ben-Yehuda1-2/+10
2006-09-26[PATCH] Calgary IOMMU: break out of pci_find_device_reverse if dev not foundMuli Ben-Yehuda1-0/+2
2006-09-26[PATCH] Calgary IOMMU: consolidate per bus data structuresMuli Ben-Yehuda1-25/+28