summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-01-03AMD IOMMU: add device detach function for IOMMU APIJoerg Roedel1-0/+26
2009-01-03AMD IOMMU: add domain destroy function for IOMMU APIJoerg Roedel1-0/+21
2009-01-03AMD IOMMU: add domain init function for IOMMU APIJoerg Roedel1-0/+30
2009-01-03AMD IOMMU: add domain cleanup helper functionJoerg Roedel1-0/+28
2009-01-03AMD IOMMU: add device notifier callbackJoerg Roedel1-2/+60
2009-01-03AMD IOMMU: add device detach helper functionsJoerg Roedel1-0/+39
2009-01-03AMD IOMMU: rename set_device_domain functionJoerg Roedel1-5/+5
2009-01-03AMD IOMMU: add device reference counting for protection domainsJoerg Roedel2-1/+3
2009-01-03AMD IOMMU: add checks for dma_ops domain to dma_ops functionsJoerg Roedel1-6/+35
2009-01-03AMD IOMMU: add protection domain flagsJoerg Roedel2-5/+10
2009-01-03AMD IOMMU: add iommu_flush_domain functionJoerg Roedel1-0/+24
2009-01-03AMD IOMMU: don't remove protection domain from iommu_pd_listJoerg Roedel1-1/+0
2009-01-03AMD IOMMU: move invalidation command building to a separate functionJoerg Roedel1-10/+16
2009-01-03AMD IOMMU: refactor completion wait handling into separate functionsJoerg Roedel1-23/+45
2009-01-03AMD IOMMU: add domain id free functionJoerg Roedel1-0/+12
2009-01-03AMD IOMMU: make dma_ops_free_pagetable genericJoerg Roedel1-3/+5
2009-01-03AMD IOMMU: rename iommu_map to iommu_map_pageJoerg Roedel1-5/+5
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel6-6/+8
2009-01-03select IOMMU_API when DMAR and/or AMD_IOMMU is selectedJoerg Roedel2-0/+6
2009-01-03KVM: rename vtd.c to iommu.cJoerg Roedel2-2/+2
2009-01-03sparc: Update 64-bit defconfig.David S. Miller1-33/+72
2009-01-03h8300: define __flsRusty Russell1-0/+1
2009-01-03sparc: remove NO_PROC_ID - it is no longer usedSam Ravnborg1-3/+0
2009-01-03sparc: drop get_tbr() in traps.hSam Ravnborg1-7/+0
2009-01-03sparc: fix warning in userspace header traps.hSam Ravnborg1-2/+2
2009-01-03sparc: fix warnings in userspace header byteorder.hSam Ravnborg1-7/+5
2009-01-03sparc: fix warning in userspace header jsflash.hSam Ravnborg1-1/+1
2009-01-03sparc: unify openprom.hSam Ravnborg4-488/+273
2009-01-03sparc64: delete unused linux_prom64_ranges from openprom_64.hSam Ravnborg1-6/+0
2009-01-03sparc: prepare openprom for unificationSam Ravnborg2-11/+11
2009-01-03sparc: remove linux_prom_pci_assigned_addresses from openprom_32.hSam Ravnborg1-10/+0
2009-01-03sparc: remove ebus definitions from openprom*.hSam Ravnborg2-37/+0
2009-01-03sparc: unify siginfo.hSam Ravnborg4-58/+36
2009-01-03cris: define __flsRusty Russell1-0/+1
2009-01-03sparc: unify ptrace.hSam Ravnborg4-548/+444
2009-01-03sparc: unify sigcontext.hSam Ravnborg4-155/+95
2009-01-03sparc: add '32' suffix to reg_window, sigcontext, __siginfo_tSam Ravnborg11-41/+38
2009-01-03sparc: unify signal.hSam Ravnborg4-424/+207
2009-01-03sparc64: prepare signal_64 for unificationSam Ravnborg1-12/+28
2009-01-03sparc: Kill bogus comment about IRQF_SHARED in pci_psycho.cDavid S. Miller1-4/+1
2009-01-03sparc: unify stat.hSam Ravnborg4-117/+105
2009-01-03sparc32: use proper types in struct statSam Ravnborg1-10/+10
2009-01-03sparc32: drop __old_kernel_statSam Ravnborg1-14/+0
2009-01-03sparc: unify posix_types.hSam Ravnborg4-247/+152
2009-01-03sparc: delete unused config symbolsSam Ravnborg1-28/+0
2009-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-1/+0
2009-01-03Merge branches 'x86/cleanups', 'x86/fpu' and 'x86/urgent' into x86/coreIngo Molnar2-10/+1
2009-01-03Merge branch 'linus' into x86/cleanupsIngo Molnar1266-17599/+42678
2009-01-02swiotlb: add missing __init annotationsRoland Dreier1-1/+1
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds157-810/+1085