summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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-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-08-22x86: dma_*_coherent rework patchset v2, fixFUJITA Tomonori1-15/+10
2008-08-22Merge branch 'x86/gart' into x86/iommuIngo Molnar1-10/+17
2008-08-22dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simpleFUJITA Tomonori1-1/+0
2008-08-22x86, AMD IOMMU: remove obsolete FIXME commentJoerg Roedel1-2/+0
2008-08-22x86: move dma_*_coherent functions to include fileJoerg Roedel2-48/+5
2008-08-22x86: cleanup dma_*_coherent functionsJoerg Roedel1-109/+12
2008-08-22x86: add free_coherent dma_ops callback to NOMMU driverJoerg Roedel1-0/+7
2008-08-22x86: add alloc_coherent dma_ops callback to NOMMU driverJoerg Roedel1-0/+55
2008-08-22x86: add free_coherent dma_ops callback to Calgary IOMMU driverJoerg Roedel1-0/+14
2008-08-22x86: add free_coherent dma_ops callback to GART driverJoerg Roedel1-0/+10
2008-08-22x86: add alloc_coherent dma_ops callback to GART driverJoerg Roedel1-0/+21
2008-08-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-25/+39
2008-08-18x86: fix build warnings in real mode codeAndi Kleen2-1/+2
2008-08-18x86, calgary: fix section mismatch warning - get_tce_space_from_tarMarcin Slusarz1-1/+1
2008-08-18x86: silence section mismatch warning - get_local_pdaMarcin Slusarz1-2/+9
2008-08-18x86: fix i486 suspend to disk CR4 oopsDavid Fries4-16/+22
2008-08-18x86: mpparse.c: fix section mismatch warningMarcin Slusarz1-2/+2
2008-08-18x86: mmconf: fix section mismatch warningMarcin Slusarz1-1/+1
2008-08-18x86: fix MP_processor_info section mismatch warningMarcin Slusarz1-1/+1
2008-08-18x86, tsc: fix section mismatch warningMarcin Slusarz1-1/+1
2008-08-17x86 gart: allocate size-aligned address for alloc_coherent, v2FUJITA Tomonori1-9/+16
2008-08-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds31-131/+251
2008-08-15Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2008-08-15x86: fix section mismatch warning - spp_getpage()Marcin Slusarz1-1/+5
2008-08-15x86: change init_gdt to update the gdt via write_gdt, rather than a direct wr...Alex Nixon1-7/+10
2008-08-15x86: Fix ioremap off by one BUGAndi Kleen1-1/+1
2008-08-15Merge branch 'linus' into x86/gartIngo Molnar82-841/+1587
2008-08-15Merge branch 'x86/geode' into x86/urgentIngo Molnar1-15/+37
2008-08-15kexec jump: fix for ftraceHuang Ying1-1/+15
2008-08-15kexec jump: check code size in control pageHuang Ying3-4/+16
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying1-1/+1
2008-08-15x86-64: fix overlap of modules and fixmap areasJan Beulich1-0/+1
2008-08-15x86, geode-mfgpt: check IRQ before using MFGPT as clocksourceJens Rottmann1-15/+37
2008-08-15x86, acpi: cleanup, temp_stack is used only when CONFIG_SMP is setMarcin Slusarz1-1/+1
2008-08-15x86, nmi: clean UP NMI watchdog failure messageIngo Molnar1-13/+19
2008-08-15x86, NMI: fix watchdog failure messageAristeu Rozanski1-0/+4
2008-08-15x86: fix /proc/meminfo DirectMapHugh Dickins2-7/+17
2008-08-15arch/x86/Kconfig: clean up, experimental adjustementPavel Machek1-3/+3
2008-08-15x86: invalidate caches before going into suspendMark Langsdorf2-6/+4
2008-08-15x86, perfctr: don't use CCCR_OVF_PMI1 on Pentium 4DsAristeu Rozanski1-1/+7
2008-08-15Merge branch 'x86/amd-iommu' into x86/urgentIngo Molnar2-11/+32
2008-08-15x86, AMD IOMMU: initialize dma_ops after sysfs registrationJoerg Roedel1-3/+3
2008-08-15x86m AMD IOMMU: cleanup: replace LOW_U32 macro with generic lower_32_bitsJoerg Roedel1-1/+1
2008-08-15x86, AMD IOMMU: initialize device table properlyJoerg Roedel1-0/+18