Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-06-07 | 783 | -5472/+20041 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | dma-debug: change hash_bucket_find from first-fit to best-fit | Joerg Roedel | 2009-06-07 | 1 | -4/+39 | |
| * | | | | | | | | | | | x86: enable GART-IOMMU only after setting up protection methods | Mark Langsdorf | 2009-06-06 | 1 | -2/+8 | |
| | | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ \ \ | Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resum... | Joerg Roedel | 2009-05-28 | 6 | -229/+594 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | amd-iommu: don't free dma adresses below 512MB with CONFIG_IOMMU_STRESS | Joerg Roedel | 2009-05-28 | 1 | -0/+5 | |
| | | | * | | | | | | | | | | amd-iommu: don't preallocate page tables with CONFIG_IOMMU_STRESS | Joerg Roedel | 2009-05-28 | 1 | -0/+4 | |
| | | | * | | | | | | | | | | amd-iommu: disable round-robin allocator for CONFIG_IOMMU_STRESS | Joerg Roedel | 2009-05-28 | 1 | -0/+5 | |
| | | | * | | | | | | | | | | amd-iommu: remove amd_iommu_size kernel parameter | Joerg Roedel | 2009-05-28 | 3 | -34/+4 | |
| | | | * | | | | | | | | | | amd-iommu: enlarge the aperture dynamically | Joerg Roedel | 2009-05-28 | 1 | -2/+18 | |
| | | | * | | | | | | | | | | amd-iommu: handle exlusion ranges and unity mappings in alloc_new_range | Joerg Roedel | 2009-05-28 | 1 | -11/+60 | |
| | | | * | | | | | | | | | | amd-iommu: move aperture_range allocation code to seperate function | Joerg Roedel | 2009-05-28 | 1 | -36/+59 | |
| | | | * | | | | | | | | | | amd-iommu: change dma_dom->next_bit to dma_dom->next_address | Joerg Roedel | 2009-05-28 | 2 | -9/+10 | |
| | | | * | | | | | | | | | | amd-iommu: make address allocator aware of multiple aperture ranges | Joerg Roedel | 2009-05-28 | 2 | -39/+110 | |
| | | | * | | | | | | | | | | amd-iommu: handle page table allocation failures in dma_ops code | Joerg Roedel | 2009-05-28 | 1 | -2/+18 | |
| | | | * | | | | | | | | | | amd-iommu: move page table allocation code to seperate function | Joerg Roedel | 2009-05-28 | 1 | -25/+61 | |
| | | | * | | | | | | | | | | amd-iommu: introduce aperture_range structure | Joerg Roedel | 2009-05-28 | 2 | -35/+43 | |
| | | | | |/ / / / / / / / | | | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | | | amd-iommu: implement suspend/resume | Joerg Roedel | 2009-05-28 | 1 | -1/+20 | |
| | | * | | | | | | | | | | amd_iommu: un __init functions required for suspend/resume | Joerg Roedel | 2009-05-28 | 1 | -5/+5 | |
| | | * | | | | | | | | | | amd-iommu: add function to flush tlb for all devices | Joerg Roedel | 2009-05-28 | 2 | -0/+19 | |
| | | * | | | | | | | | | | amd-iommu: add function to flush tlb for all domains | Joerg Roedel | 2009-05-28 | 2 | -0/+12 | |
| | | * | | | | | | | | | | amd-iommu: add function to disable all iommus | Joerg Roedel | 2009-05-28 | 1 | -0/+13 | |
| | | * | | | | | | | | | | amd-iommu: remove support for msi-x | Joerg Roedel | 2009-05-28 | 1 | -43/+1 | |
| | | * | | | | | | | | | | amd-iommu: drop pointless iommu-loop in msi setup code | Joerg Roedel | 2009-05-28 | 1 | -7/+1 | |
| | | * | | | | | | | | | | amd-iommu: consolidate hardware initialization to one function | Joerg Roedel | 2009-05-28 | 1 | -18/+32 | |
| | | * | | | | | | | | | | amd-iommu: introduce for_each_iommu* macros | Joerg Roedel | 2009-05-28 | 3 | -8/+16 | |
| | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | | amd-iommu: disable device isolation with CONFIG_IOMMU_STRESS | Joerg Roedel | 2009-05-28 | 1 | -0/+6 | |
| | * | | | | | | | | | | x86/iommu: add IOMMU_STRESS Kconfig entry | Joerg Roedel | 2009-05-28 | 1 | -0/+8 | |
| | * | | | | | | | | | | amd-iommu: move protection domain printk to dump code | Joerg Roedel | 2009-05-28 | 1 | -4/+6 | |
| | * | | | | | | | | | | amd-iommu: print ivmd information to dmesg when requested | Joerg Roedel | 2009-05-28 | 1 | -0/+11 | |
| | * | | | | | | | | | | amd-iommu: print ivhd information to dmesg when requested | Joerg Roedel | 2009-05-28 | 1 | -0/+73 | |
| | * | | | | | | | | | | amd-iommu: add dump for iommus described in ivrs table | Joerg Roedel | 2009-05-28 | 1 | -0/+9 | |
| | * | | | | | | | | | | amd-iommu: add amd_iommu_dump parameter | Joerg Roedel | 2009-05-28 | 2 | -0/+16 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | amd iommu: properly detach from protection domain on ->remove | Chris Wright | 2009-05-28 | 1 | -1/+5 | |
| * | | | | | | | | | | amd-iommu: make sure only ivmd entries are parsed | Joerg Roedel | 2009-05-28 | 1 | -0/+2 | |
| * | | | | | | | | | | amd-iommu: fix the handling of device aliases in the AMD IOMMU driver. | Neil Turton | 2009-05-28 | 1 | -1/+1 | |
| * | | | | | | | | | | amd-iommu: fix an off-by-one error in the AMD IOMMU driver. | Neil Turton | 2009-05-28 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge commit 'v2.6.30-rc5' into core/iommu | Ingo Molnar | 2009-05-11 | 2270 | -61650/+65751 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86 gart: reimplement IOMMU_LEAK feature by using DMA_API_DEBUG | FUJITA Tomonori | 2009-04-15 | 2 | -39/+9 | |
| * | | | | | | | | | | dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_e... | FUJITA Tomonori | 2009-04-15 | 2 | -6/+73 | |
| * | | | | | | | | | | x86: calgary: remove IOMMU_DEBUG | FUJITA Tomonori | 2009-04-14 | 1 | -52/+2 | |
| * | | | | | | | | | | swiotlb: change swiotlb_bus_to[phys,virt] prototypes | Becky Bruce | 2009-04-08 | 3 | -7/+8 | |
| * | | | | | | | | | | swiotlb: use swiotlb_sync_single instead of duplicating code | Becky Bruce | 2009-04-08 | 1 | -18/+12 | |
| * | | | | | | | | | | swiotlb: rename unmap_single to do_unmap_single | Becky Bruce | 2009-04-08 | 1 | -17/+25 | |
| * | | | | | | | | | | swiotlb: allow arch override of address_needs_mapping | Becky Bruce | 2009-04-08 | 1 | -2/+8 | |
| * | | | | | | | | | | swiotlb: map_page fix for highmem systems | Becky Bruce | 2009-04-08 | 1 | -2/+1 | |
| * | | | | | | | | | | swiotlb: fix compile warning | Becky Bruce | 2009-04-08 | 1 | -1/+1 | |
| * | | | | | | | | | | swiotlb: comment corrections | Becky Bruce | 2009-04-08 | 1 | -13/+11 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-11 | 7 | -355/+1225 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | futex: fix restart in wait_requeue_pi | Thomas Gleixner | 2009-05-20 | 1 | -40/+9 | |
| * | | | | | | | | | | futex: fix restart for early wakeup in futex_wait_requeue_pi() | Thomas Gleixner | 2009-05-20 | 1 | -10/+3 |