summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-09-19AMD IOMMU: use coherent_dma_mask in alloc_coherentJoerg Roedel1-7/+22
2008-09-19AMD IOMMU: use cmd_buf_size when freeing the command bufferJoerg Roedel1-1/+2
2008-09-19AMD IOMMU: calculate IVHD size with a functionJoerg Roedel1-2/+10
2008-09-19AMD IOMMU: remove unnecessary cast to u64 in the init codeJoerg Roedel1-1/+1
2008-09-19AMD IOMMU: free domain bitmap with its allocation orderJoerg Roedel1-1/+2
2008-09-19AMD IOMMU: simplify dma_mask_to_pagesJoerg Roedel1-2/+1
2008-09-19AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherentJoerg Roedel1-1/+1
2008-09-19AMD IOMMU: avoid unnecessary low zone allocation in alloc_coherentFUJITA Tomonori1-2/+3
2008-09-19AMD IOMMU: some set_device_domain cleanupsJoerg Roedel1-4/+5
2008-09-19AMD IOMMU: don't assign preallocated protection domains to devicesJoerg Roedel1-5/+38
2008-09-19AMD IOMMU: add dma_supported callbackJoerg Roedel1-0/+25
2008-09-19AMD IOMMU: allow IO page faults from devicesJoerg Roedel1-1/+0
2008-09-19AMD IOMMU: enable event loggingJoerg Roedel1-0/+8
2008-09-19AMD IOMMU: add event handling codeJoerg Roedel2-2/+86
2008-09-19AMD IOMMU: add MSI interrupt supportJoerg Roedel2-1/+109
2008-09-19AMD IOMMU: save pci_dev instead of devidJoerg Roedel1-9/+16
2008-09-19AMD IOMMU: save pci segment from ACPI tablesJoerg Roedel1-0/+1
2008-09-19AMD IOMMU: add event buffer allocationJoerg Roedel1-0/+29
2008-09-19AMD IOMMU: align alloc_coherent addresses properlyJoerg Roedel1-8/+14
2008-09-19AMD IOMMU: add branch hints to completion wait checksJoerg Roedel1-6/+6
2008-09-19AMD IOMMU: implement lazy IO/TLB flushingJoerg Roedel2-5/+28
2008-09-19x86: move GART TLB flushing options to generic codeJoerg Roedel2-13/+13
2008-09-19AMD IOMMU: move TLB flushing to the map/unmap helper functionsJoerg Roedel1-14/+5
2008-09-19AMD IOMMU: check for invalid device pointersJoerg Roedel1-8/+35
2008-09-14x86: gart alloc_coherent does virtual mapppings only when necessaryFUJITA Tomonori1-1/+9
2008-09-14x86: avoid unnecessary low zone allocation in Calgary's alloc_coherentFUJITA Tomonori1-0/+2
2008-09-14x86: make GART to respect device's dma_mask about virtual mappingsFUJITA Tomonori1-11/+28
2008-09-10x86: convert pci-nommu to use is_buffer_dma_capable helper functionFUJITA Tomonori1-4/+6
2008-09-10x86: convert gart to use is_buffer_dma_capable helper functionFUJITA Tomonori1-13/+3
2008-09-10Merge commit 'v2.6.27-rc6' into x86/iommuIngo Molnar29-263/+509
2008-09-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2008-09-09x86: fix memmap=exactmap boot argumentPrarit Bhargava1-1/+1
2008-09-08x86: dma_alloc_coherent sets gfp flags properlyFUJITA Tomonori1-17/+2
2008-09-08x86: fix nommu_alloc_coherent allocation with NULL device argumentFUJITA Tomonori1-2/+1
2008-09-08x86: move pci-nommu's dma_mask check to common codeFUJITA Tomonori1-3/+0
2008-09-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-50/+149
2008-09-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+13
2008-09-06x86: cpu_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-10/+13
2008-09-06x86: pda_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-6/+9
2008-09-06x86: move mtrr cpu cap setting early in early_init_xxxxYinghai Lu3-8/+44
2008-09-06x86: delay early cpu initialization until cpuid is doneKrzysztof Helt1-2/+2
2008-09-06x86: HPET: read back compare register before reading counterThomas Gleixner1-0/+7
2008-09-06x86: HPET fix moronic 32/64bit thinkoThomas Gleixner1-4/+4
2008-09-05x86: use X86_FEATURE_NOPL in alternativesH. Peter Anvin1-23/+13
2008-09-05x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin3-2/+69
2008-09-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2008-09-05x86: blacklist DMAR on Intel G31/G33 chipsetsDavid Woodhouse1-0/+18
2008-09-05x86, gart: add detection of AMD family 0x11 northbridgesJoerg Roedel1-2/+3
2008-09-05x86: gart alloc_coherent doesn't need to check NULL device argumentFUJITA Tomonori1-3/+0
2008-09-05HPET: make minimum reprogramming delta usefulThomas Gleixner1-2/+2