summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori20-355/+250
2009-01-06x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori6-74/+8
2009-01-06x86, pci-nommu: add map_pageFUJITA Tomonori1-6/+14
2009-01-06x86, AMD IOMMU: add map_page and unmap_pageFUJITA Tomonori1-4/+23
2009-01-06x86, calgary: add map_page and unmap_pageFUJITA Tomonori1-8/+27
2009-01-06x86, gart: add map_page and unmap_pageFUJITA Tomonori1-4/+23
2009-01-06x86, swiotlb: add map_page and unmap_pageFUJITA Tomonori1-0/+19
2009-01-06x86: add map_page and unmap_page to struct dma_mapping_opsFUJITA Tomonori1-0/+8
2009-01-06make sba DMA mapping functions staticFUJITA Tomonori1-22/+12
2009-01-06remove hwsw_dma_opsFUJITA Tomonori2-171/+14
2009-01-06add dma_get_ops to struct ia64_machine_vectorFUJITA Tomonori4-18/+39
2009-01-06make sn DMA mapping functions staticFUJITA Tomonori1-38/+26
2009-01-06remove dma operations in struct ia64_machine_vectorFUJITA Tomonori6-186/+12
2009-01-06convert the DMA API to use dma_opsFUJITA Tomonori1-36/+77
2009-01-06set up dma_ops appropriatelyFUJITA Tomonori10-7/+38
2009-01-06add dma_mapping_ops for SWIOTLBFUJITA Tomonori3-6/+8
2009-01-06add dma_mapping_ops for SGI AltixFUJITA Tomonori1-0/+16
2009-01-06add dma_mapping_ops for intel-iommuFUJITA Tomonori1-0/+18
2009-01-06add dma_mapping_ops for SWIOTLB and SBA IOMMUFUJITA Tomonori1-1/+16
2009-01-06add dma_mapping_ops for SBA IOMMUFUJITA Tomonori1-0/+16
2009-01-06add map/unmap_single_attr and map/unmap_sg_attr to struct dma_mapping_opsFUJITA Tomonori1-0/+14
2009-01-06Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar57-2589/+1674
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-83/+139
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2009-01-06Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds1-2/+2
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds46-2452/+1476
2009-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds3-28/+38
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+0
2009-01-06sparc: Fix minor SPARC32 compile errorJulian Calaby1-0/+2
2009-01-06X86_DEBUGCTLMSR won't work on umlAl Viro1-1/+1
2009-01-06uml got broken by commit 30742d5c2277c325fb0e9d2d817d55a19995fe8fAl Viro1-7/+7
2009-01-06get rid of the last symlink in uml buildAl Viro1-14/+11
2009-01-05zero i_uid/i_gid on inode allocationAl Viro2-2/+0
2009-01-05Merge branch 'core/iommu' into core/urgentIngo Molnar3-76/+3
2009-01-05sparc: Remove reg*.h from KbuildDavid S. Miller1-3/+0
2009-01-05sparc: Clean arch-specific code in prom_common.cJulian Calaby1-11/+3
2009-01-05sparc: Kill asm/reg*.hDavid S. Miller3-143/+0
2009-01-05sparc: Use 64BIT config entryBastian Blank1-16/+13
2009-01-05sparc: unify ipcbuf.hSam Ravnborg4-69/+31
2009-01-05parisc: fix module loading failure of large kernel modulesHelge Deller2-83/+139
2009-01-04Merge branch 'linus' into core/urgentIngo Molnar123-803/+1795
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds46-192/+260
2009-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Linus Torvalds11-94/+680
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds23-389/+589
2009-01-03get rid of special-casing the /sbin/loader on alphaAl Viro2-1/+52
2009-01-03x86: setup_per_cpu_areas() cleanupCyrill Gorcunov1-17/+8
2009-01-03cpumask: use alloc_cpumask_var_node where appropriateMike Travis2-5/+6
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell3-12/+48
2009-01-03x86: use cpumask_var_t in acpi/boot.cRusty Russell1-7/+22
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis12-79/+26