x86: Fix code patching for paravirt-alternatives on 486
[safe/jmp/linux-2.6] / arch / x86 / kernel / amd_iommu_init.c
2009-07-02 Joerg Roedelamd-iommu: set evt_buf_size correctly
2009-07-02 Joerg Roedelamd-iommu: handle alias entries correctly in init code
2009-06-16 Chris Wrightamd-iommu: resume cleanup
2009-06-15 Joerg Roedelamd-iommu: set event buffer head and tail to 0 manually
2009-06-15 Chris Wrightamd-iommu: disable cmd buffer and evt logging before...
2009-06-15 Joerg Roedelamd-iommu: disable IOMMU hardware on shutdown
2009-05-28 Joerg RoedelMerge branches 'amd-iommu/fixes', 'amd-iommu/debug...
2009-05-28 Joerg Roedelamd-iommu: remove amd_iommu_size kernel parameter
2009-05-28 Joerg Roedelamd-iommu: implement suspend/resume
2009-05-28 Joerg Roedelamd_iommu: un __init functions required for suspend...
2009-05-28 Joerg Roedelamd-iommu: add function to disable all iommus
2009-05-28 Joerg Roedelamd-iommu: remove support for msi-x
2009-05-28 Joerg Roedelamd-iommu: drop pointless iommu-loop in msi setup code
2009-05-28 Joerg Roedelamd-iommu: consolidate hardware initialization to one...
2009-05-28 Joerg Roedelamd-iommu: introduce for_each_iommu* macros
2009-05-28 Joerg Roedelamd-iommu: make sure only ivmd entries are parsed
2009-05-28 Neil Turtonamd-iommu: fix the handling of device aliases in the...
2009-05-28 Neil Turtonamd-iommu: fix an off-by-one error in the AMD IOMMU...
2009-05-28 Joerg Roedelamd-iommu: disable device isolation with CONFIG_IOMMU_S...
2009-05-28 Joerg Roedelamd-iommu: print ivmd information to dmesg when requested
2009-05-28 Joerg Roedelamd-iommu: print ivhd information to dmesg when requested
2009-05-28 Joerg Roedelamd-iommu: add dump for iommus described in ivrs table
2009-05-28 Joerg Roedelamd-iommu: add amd_iommu_dump parameter
2009-05-04 Joerg Roedelamd-iommu: fix iommu flag masks
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...