Merge commit 'v2.6.29-rc4' into perfcounters/core
[safe/jmp/linux-2.6] / arch / x86 / kernel / amd_iommu_init.c
2009-01-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-03 Joerg RoedelAMD IOMMU: use dev_name in iommu_enable function
2009-01-03 Joerg RoedelAMD IOMMU: convert amd_iommu_isolate to bool
2008-12-30 Jaswinder Singh... x86: amd_iommu_init.c: iommu_enable and iommu_enable_ev...
2008-12-23 Ingo MolnarMerge branch 'x86/iommu' into x86/core
2008-12-17 Joerg RoedelAMD IOMMU: set cmd buffer pointers to zero manually
2008-12-16 Joerg RoedelAMD IOMMU: allocate rlookup_table with __GFP_ZERO
2008-12-01 Ingo MolnarMerge branch 'x86/urgent' into x86/iommu
2008-11-28 Joerg Roedelx86: move GART specific stuff from iommu.h to gart.h
2008-11-18 Joerg RoedelAMD IOMMU: fix fullflush comparison length
2008-11-18 Joerg RoedelAMD IOMMU: enable device isolation per default
2008-11-18 Joerg RoedelAMD IOMMU: add parameter to disable device isolation
2008-10-18 Andreas Herrmannamd_iommu: fix nasty bug that caused ILLEGAL_DEVICE_TAB...
2008-10-12 Ingo Molnarx86, amd-iommu: propagate PCI device enabling error
2008-09-22 FUJITA Tomonoriiommu: remove fullflush and nofullflush in IOMMU generi...
2008-09-19 Joerg RoedelAMD IOMMU: use cmd_buf_size when freeing the command...
2008-09-19 Joerg RoedelAMD IOMMU: calculate IVHD size with a function
2008-09-19 Joerg RoedelAMD IOMMU: remove unnecessary cast to u64 in the init...
2008-09-19 Joerg RoedelAMD IOMMU: free domain bitmap with its allocation order
2008-09-19 Joerg RoedelAMD IOMMU: allow IO page faults from devices
2008-09-19 Joerg RoedelAMD IOMMU: enable event logging
2008-09-19 Joerg RoedelAMD IOMMU: add event handling code
2008-09-19 Joerg RoedelAMD IOMMU: add MSI interrupt support
2008-09-19 Joerg RoedelAMD IOMMU: save pci_dev instead of devid
2008-09-19 Joerg RoedelAMD IOMMU: save pci segment from ACPI tables
2008-09-19 Joerg RoedelAMD IOMMU: add event buffer allocation
2008-09-19 Joerg RoedelAMD IOMMU: implement lazy IO/TLB flushing
2008-08-15 Joerg Roedelx86, AMD IOMMU: initialize dma_ops after sysfs registration
2008-08-15 Joerg Roedelx86, AMD IOMMU: initialize device table properly
2008-07-26 Joerg Roedelx86, AMD IOMMU: include amd_iommu_last_bdf in device...
2008-07-21 Ingo MolnarMerge branches 'x86/urgent', 'x86/amd-iommu', 'x86...
2008-07-18 Joerg RoedelAMD IOMMU: set iommu for device from ACPI code too
2008-07-11 Joerg Roedelx86, AMD IOMMU: replace DEVID macro with a function
2008-07-11 Joerg Roedelx86, AMD IOMMU: replace self made size parsing with...
2008-07-11 Joerg Roedelx86, AMD IOMMU: replace memset with __GFP_ZERO for...
2008-07-11 Joerg Roedelx86, AMD IOMMU: do runtime list initialization at compi...
2008-07-11 Joerg Roedelx86, AMD IOMMU: use true/false instead of 0/1 for bool...
2008-07-11 Joerg Roedelx86, AMD IOMMU: remove unneeded initializations from...
2008-07-11 Joerg Roedelx86, AMD IOMMU: remove unnecessary free checks from...
2008-07-11 Joerg Roedelx86, AMD IOMMU: replace TBL_SIZE macro with a function
2008-07-11 Joerg Roedelx86, AMD IOMMU: replace UPDATE_LAST_BDF macro with...
2008-07-11 Joerg Roedelx86, AMD IOMMU: add comments to the initialization...
2008-07-11 FUJITA Tomonorix86: make only GART code include gart.h
2008-07-09 Joerg Roedelx86, AMD IOMMU: ignore detection of GART IOMMU
2008-07-04 Joerg Roedelx86, AMD IOMMU: remove unnecessary code from the iommu_...
2008-07-04 Joerg Roedelx86, AMD IOMMU: don't try to init IOMMU if early detect...
2008-07-04 Joerg Roedelx86, AMD IOMMU: honor iommu=off instead of amd_iommu=off
2008-06-30 Joerg Roedelx86, AMD IOMMU: disable suspend/resume with IOMMU enabl...
2008-06-27 Ingo Molnarx86, AMD IOMMU, build fix #2
2008-06-27 Joerg Roedelx86, AMD IOMMU: initialize dma_ops from IOMMU initializ...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add amd_iommu.h to export functions...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add kernel command line parameters...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add early detection code
2008-06-27 Joerg Roedelx86, AMD IOMMU: clue initialization code together
2008-06-27 Joerg Roedelx86, AMD IOMMU: add functions to parse IOMMU memory...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add detect code for AMD IOMMU hardware
2008-06-27 Joerg Roedelx86, AMD IOMMU: add functions for IOMMU hardware initia...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add device table initialization functions
2008-06-27 Joerg Roedelx86, AMD IOMMU: add command buffer (de-)allocation
2008-06-27 Joerg Roedelx86, AMD IOMMU: add functions for programming IOMMU...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add functions for mapping/unmapping...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add functions to find last possible...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add data structures to manage the IOMMU...
2008-06-27 Joerg Roedelx86, AMD IOMMU: add defines and structures for ACPI...