summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86: dma_alloc_coherent sets gfp flags properlyFUJITA Tomonori2008-09-081-17/+2Star
* x86: fix nommu_alloc_coherent allocation with NULL device argumentFUJITA Tomonori2008-09-081-2/+1Star
* x86: move pci-nommu's dma_mask check to common codeFUJITA Tomonori2008-09-081-3/+0Star
* ia64: dma_alloc_coherent always use GFP_DMAFUJITA Tomonori2008-09-081-1/+3
* x86: blacklist DMAR on Intel G31/G33 chipsetsDavid Woodhouse2008-09-051-0/+18
* x86, gart: add detection of AMD family 0x11 northbridgesJoerg Roedel2008-09-051-2/+3
* x86: gart alloc_coherent doesn't need to check NULL device argumentFUJITA Tomonori2008-09-051-3/+0Star
* x86: dma_*_coherent rework patchset v2, fixFUJITA Tomonori2008-08-221-15/+10Star
* Merge branch 'x86/gart' into x86/iommuIngo Molnar2008-08-221-10/+17
|\
| * x86 gart: allocate size-aligned address for alloc_coherent, v2FUJITA Tomonori2008-08-171-9/+16
| * Merge branch 'linus' into x86/gartIngo Molnar2008-08-153929-29499/+279368
| |\
| * | x86, pci: iommu fix potential overflow in alloc_iommu()Prarit Bhargava2008-07-231-1/+1
* | | dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simpleFUJITA Tomonori2008-08-221-1/+0Star
* | | x86, AMD IOMMU: remove obsolete FIXME commentJoerg Roedel2008-08-221-2/+0Star
* | | x86: move dma_*_coherent functions to include fileJoerg Roedel2008-08-222-48/+5Star
* | | x86: cleanup dma_*_coherent functionsJoerg Roedel2008-08-221-109/+12Star
* | | x86: add free_coherent dma_ops callback to NOMMU driverJoerg Roedel2008-08-221-0/+7
* | | x86: add alloc_coherent dma_ops callback to NOMMU driverJoerg Roedel2008-08-221-0/+55
* | | x86: add free_coherent dma_ops callback to Calgary IOMMU driverJoerg Roedel2008-08-221-0/+14
* | | x86: add free_coherent dma_ops callback to GART driverJoerg Roedel2008-08-221-0/+10
* | | x86: add alloc_coherent dma_ops callback to GART driverJoerg Roedel2008-08-221-0/+21
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-08-196-1439/+16Star
|\ \ \
| * | | [IA64] use generic compat_old_sys_readdirChristoph Hellwig2008-08-193-140/+1Star
| * | | [IA64] pci_acpi_scan_root cleanupLuck, Tony2008-08-191-10/+11
| * | | [IA64] Shrink shadow_flush_counts to a short array to save 8k of per_cpu area.Robin Holt2008-08-191-4/+4
| * | | [IA64] Remove sn2_defconfig.Robin Holt2008-08-191-1285/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-08-191-42/+1Star
|\ \ \ \ | |/ / / |/| | |
| * | | cleanup powerpc/include/asm/ide.hAdrian Bunk2008-08-181-42/+1Star
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-1811-25/+39
|\ \ \ \
| * | | | x86: fix build warnings in real mode codeAndi Kleen2008-08-182-1/+2
| * | | | x86, calgary: fix section mismatch warning - get_tce_space_from_tarMarcin Slusarz2008-08-181-1/+1
| * | | | x86: silence section mismatch warning - get_local_pdaMarcin Slusarz2008-08-181-2/+9
| * | | | x86: fix i486 suspend to disk CR4 oopsDavid Fries2008-08-184-16/+22
| * | | | x86: mpparse.c: fix section mismatch warningMarcin Slusarz2008-08-181-2/+2
| * | | | x86: mmconf: fix section mismatch warningMarcin Slusarz2008-08-181-1/+1
| * | | | x86: fix MP_processor_info section mismatch warningMarcin Slusarz2008-08-181-1/+1
| * | | | x86, tsc: fix section mismatch warningMarcin Slusarz2008-08-181-1/+1
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-08-1811-88/+78Star
|\ \ \ \ \
| * | | | | powerpc: Use generic compat_sys_old_readdirChristoph Hellwig2008-08-182-58/+1Star
| * | | | | powerpc/kexec: Fix up KEXEC_CONTROL_CODE_SIZE missed during conversionPaul Collins2008-08-181-1/+1
| * | | | | powerpc: Remove dead module_find_bug codeSteven Rostedt2008-08-181-15/+0Star
| * | | | | powerpc: Add CMO enabled flag and paging space data to lparcfgRobert Jennings2008-08-181-0/+5
| * | | | | powerpc: Fix CMM page loaning on 64k page kernel with 4k hardware pagesBrian King2008-08-181-2/+25
| * | | | | powerpc: Make CMO paging space pool ID and page size availableRobert Jennings2008-08-182-8/+42
| * | | | | powerpc: Fix lockdep IRQ tracing bugBenjamin Herrenschmidt2008-08-181-2/+3
| * | | | | powerpc: Fix TLB invalidation on boot on 32-bitRocky Craig2008-08-181-1/+1
| * | | | | powerpc: Fix loss of vdso on fork on 32-bitBenjamin Herrenschmidt2008-08-181-1/+0Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-08-181-8/+22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | sparc64: Fix cmdline_memory_size handling bugs.David S. Miller2008-08-141-8/+19
| * | | | | sparc64: Fix overshoot in nid_range().David S. Miller2008-08-141-0/+3