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