aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds46-192/+260
2009-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommuLinus 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
2009-01-03x86: enable cpus display of kernel_max and offlined cpusMike Travis1-0/+2
2009-01-03ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar2-3/+3
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into cpus4096-v2Ingo Molnar2-0/+2
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumaskMike Travis1712-26762/+59271
2009-01-03AMD IOMMU: remove now unnecessary #ifdefsJoerg Roedel1-11/+0
2009-01-03Merge branches 'iommu/api' and 'iommu/amd' into for-linusJoerg Roedel4-87/+676
2009-01-03AMD IOMMU: prealloc_protection_domains should be staticJaswinder Singh Rajput1-1/+1
2009-01-03AMD IOMMU: add statistics about total number of map requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add statistics about allocated io memoryJoerg Roedel1-0/+6
2009-01-03AMD IOMMU: add stats counter for domain tlb flushesJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for single iommu domain tlb flushesJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for cross-page requestJoerg Roedel1-0/+5
2009-01-03AMD IOMMU: add stats counter for free_coherent requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for alloc_coherent requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for unmap_sg requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for map_sg requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for unmap_single requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for map_single requestsJoerg Roedel1-0/+4
2009-01-03AMD IOMMU: add stats counter for completion wait eventsJoerg Roedel1-0/+6
2009-01-03AMD IOMMU: add init code for statistic collectionJoerg Roedel2-0/+39
2009-01-03AMD IOMMU: add necessary header defines for stats countingJoerg Roedel1-0/+26
2009-01-03AMD IOMMU: add Kconfig entry for statistic collection codeJoerg Roedel1-0/+10
2009-01-03AMD IOMMU: use dev_name in iommu_enable functionJoerg Roedel1-6/+2
2009-01-03AMD IOMMU: use calc_devid in prealloc_protection_domainsJoerg Roedel1-1/+1
2009-01-03AMD IOMMU: convert amd_iommu_isolate to boolJoerg Roedel2-4/+5
2009-01-03AMD IOMMU: convert iommu->need_sync to boolJoerg Roedel2-3/+3
2009-01-03AMD IOMMU: use dev_name instead of self-build print_devidJoerg Roedel2-14/+1
2009-01-03AMD IOMMU: allocate a new protection for hotplugged devicesJoerg Roedel1-0/+17
2009-01-03AMD IOMMU: add a domain flag for default domainsJoerg Roedel2-0/+3
2009-01-03AMD IOMMU: register functions for the IOMMU APIJoerg Roedel1-0/+18
2009-01-03AMD IOMMU: add domain address lookup function for IOMMU APIJoerg Roedel1-0/+31
2009-01-03AMD IOMMU: add domain unmap function for IOMMU APIJoerg Roedel1-0/+41
2009-01-03AMD IOMMU: add domain map function for IOMMU APIJoerg Roedel1-0/+29
2009-01-03AMD IOMMU: add device attach function for IOMMU APIJoerg Roedel1-0/+35
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