summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86, AMD IOMMU: add map_page and unmap_pageFUJITA Tomonori2009-01-061-4/+23
* x86, calgary: add map_page and unmap_pageFUJITA Tomonori2009-01-061-8/+27
* x86, gart: add map_page and unmap_pageFUJITA Tomonori2009-01-061-4/+23
* x86, swiotlb: add map_page and unmap_pageFUJITA Tomonori2009-01-061-0/+19
* x86: add map_page and unmap_page to struct dma_mapping_opsFUJITA Tomonori2009-01-061-0/+8
* make sba DMA mapping functions staticFUJITA Tomonori2009-01-061-22/+12
* remove hwsw_dma_opsFUJITA Tomonori2009-01-062-171/+14
* add dma_get_ops to struct ia64_machine_vectorFUJITA Tomonori2009-01-064-18/+39
* make sn DMA mapping functions staticFUJITA Tomonori2009-01-061-38/+26
* remove dma operations in struct ia64_machine_vectorFUJITA Tomonori2009-01-066-186/+12
* convert the DMA API to use dma_opsFUJITA Tomonori2009-01-061-36/+77
* set up dma_ops appropriatelyFUJITA Tomonori2009-01-0610-7/+38
* add dma_mapping_ops for SWIOTLBFUJITA Tomonori2009-01-063-6/+8
* add dma_mapping_ops for SGI AltixFUJITA Tomonori2009-01-061-0/+16
* add dma_mapping_ops for intel-iommuFUJITA Tomonori2009-01-061-0/+18
* add dma_mapping_ops for SWIOTLB and SBA IOMMUFUJITA Tomonori2009-01-061-1/+16
* add dma_mapping_ops for SBA IOMMUFUJITA Tomonori2009-01-061-0/+16
* add map/unmap_single_attr and map/unmap_sg_attr to struct dma_mapping_opsFUJITA Tomonori2009-01-061-0/+14
*---. Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar2009-01-0657-2589/+1674
|\ \ \
| | | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-01-062-83/+139
| | | |\
| | | | * parisc: fix module loading failure of large kernel modulesHelge Deller2009-01-042-83/+139
| | | * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-061-1/+1
| | | |\ \
| | | * \ \ Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-01-061-2/+2
| | | |\ \ \
| | | | * \ \ Merge branch 'i2c-for-ben' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Ben Dooks2008-12-161-2/+2
| | | | |\ \ \
| | | | | * | | i2c-omap: Add high-speed support to omap-i2cSyed Mohammed Khasim2008-11-211-2/+2
| | |_|_|/ / / | |/| | | | |
| | | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-01-0646-2452/+1476
| | | |\ \ \ \
| | | | * | | | sparc: Fix minor SPARC32 compile errorJulian Calaby2009-01-061-0/+2
| | | | * | | | sparc: Remove reg*.h from KbuildDavid S. Miller2009-01-051-3/+0
| | | | * | | | sparc: Clean arch-specific code in prom_common.cJulian Calaby2009-01-051-11/+3
| | | | * | | | sparc: Kill asm/reg*.hDavid S. Miller2009-01-053-143/+0
| | | | * | | | sparc: Use 64BIT config entryBastian Blank2009-01-051-16/+13
| | | | * | | | sparc: unify ipcbuf.hSam Ravnborg2009-01-054-69/+31
| | | | * | | | sparc: Update 64-bit defconfig.David S. Miller2009-01-031-33/+72
| | | | * | | | sparc: remove NO_PROC_ID - it is no longer usedSam Ravnborg2009-01-031-3/+0
| | | | * | | | sparc: drop get_tbr() in traps.hSam Ravnborg2009-01-031-7/+0
| | | | * | | | sparc: fix warning in userspace header traps.hSam Ravnborg2009-01-031-2/+2
| | | | * | | | sparc: fix warnings in userspace header byteorder.hSam Ravnborg2009-01-031-7/+5
| | | | * | | | sparc: fix warning in userspace header jsflash.hSam Ravnborg2009-01-031-1/+1
| | | | * | | | sparc: unify openprom.hSam Ravnborg2009-01-034-488/+273
| | | | * | | | sparc64: delete unused linux_prom64_ranges from openprom_64.hSam Ravnborg2009-01-031-6/+0
| | | | * | | | sparc: prepare openprom for unificationSam Ravnborg2009-01-032-11/+11
| | | | * | | | sparc: remove linux_prom_pci_assigned_addresses from openprom_32.hSam Ravnborg2009-01-031-10/+0
| | | | * | | | sparc: remove ebus definitions from openprom*.hSam Ravnborg2009-01-032-37/+0
| | | | * | | | sparc: unify siginfo.hSam Ravnborg2009-01-034-58/+36
| | | | * | | | sparc: unify ptrace.hSam Ravnborg2009-01-034-548/+444
| | | | * | | | sparc: unify sigcontext.hSam Ravnborg2009-01-034-155/+95
| | | | * | | | sparc: add '32' suffix to reg_window, sigcontext, __siginfo_tSam Ravnborg2009-01-0311-41/+38
| | | | * | | | sparc: unify signal.hSam Ravnborg2009-01-034-424/+207
| | | | * | | | sparc64: prepare signal_64 for unificationSam Ravnborg2009-01-031-12/+28
| | | | * | | | sparc: Kill bogus comment about IRQF_SHARED in pci_psycho.cDavid S. Miller2009-01-031-4/+1