]> pilppa.org Git - linux-2.6-omap-h63xx.git/history - arch/x86/kernel/amd_iommu.c
cpumask: use work_on_cpu in acpi/cstate.c
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / amd_iommu.c
2009-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2009-01-06 Linus TorvaldsMerge branch 'i2c-next' of git://aeryn.fluff.org.uk...
2009-01-06 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-01-06 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-01-06 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2009-01-05 Takashi IwaiMerge branch 'topic/asoc' into for-linus
2009-01-05 Takashi IwaiMerge branch 'topic/usbaudio' into for-linus
2009-01-05 Takashi IwaiMerge branch 'topic/hda' into for-linus
2009-01-05 Takashi IwaiMerge branch 'topic/asoc' into for-linus
2009-01-04 Ingo MolnarMerge branch 'linus' into core/urgent
2009-01-03 Linus TorvaldsMerge branch 'cpus4096-for-linus-3' of git://git.kernel...
2009-01-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2009-01-03 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2009-01-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2009-01-03 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-01-03 Linus TorvaldsMerge branch 'cputime' of git://git390.osdl.marist...
2009-01-03 Mike TravisMerge branch 'master' of git://git.kernel.org/pub/scm...
2009-01-03 Joerg RoedelAMD IOMMU: remove now unnecessary #ifdefs
2009-01-03 Joerg RoedelMerge branches 'iommu/api' and 'iommu/amd' into for...
2009-01-03 Jaswinder Singh... AMD IOMMU: prealloc_protection_domains should be static
2009-01-03 Joerg RoedelAMD IOMMU: add statistics about total number of map...
2009-01-03 Joerg RoedelAMD IOMMU: add statistics about allocated io memory
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for domain tlb flushes
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for single iommu domain...
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for cross-page request
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for free_coherent requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for alloc_coherent requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for unmap_sg requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for map_sg requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for unmap_single requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for map_single requests
2009-01-03 Joerg RoedelAMD IOMMU: add stats counter for completion wait events
2009-01-03 Joerg RoedelAMD IOMMU: add init code for statistic collection
2009-01-03 Joerg RoedelAMD IOMMU: use calc_devid in prealloc_protection_domains
2009-01-03 Joerg RoedelAMD IOMMU: convert iommu->need_sync to bool
2009-01-03 Joerg RoedelAMD IOMMU: use dev_name instead of self-build print_devid
2009-01-03 Joerg RoedelAMD IOMMU: allocate a new protection for hotplugged...
2009-01-03 Joerg RoedelAMD IOMMU: add a domain flag for default domains
2009-01-03 Joerg RoedelAMD IOMMU: register functions for the IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain address lookup function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain unmap function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain map function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add device attach function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add device detach function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain destroy function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain init function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain cleanup helper function
2009-01-03 Joerg RoedelAMD IOMMU: add device notifier callback
2009-01-03 Joerg RoedelAMD IOMMU: add device detach helper functions
2009-01-03 Joerg RoedelAMD IOMMU: rename set_device_domain function
2009-01-03 Joerg RoedelAMD IOMMU: add device reference counting for protection...
2009-01-03 Joerg RoedelAMD IOMMU: add checks for dma_ops domain to dma_ops...
2009-01-03 Joerg RoedelAMD IOMMU: add protection domain flags
2009-01-03 Joerg RoedelAMD IOMMU: add iommu_flush_domain function
2009-01-03 Joerg RoedelAMD IOMMU: don't remove protection domain from iommu_pd...
2009-01-03 Joerg RoedelAMD IOMMU: move invalidation command building to a...
2009-01-03 Joerg RoedelAMD IOMMU: refactor completion wait handling into separ...
2009-01-03 Joerg RoedelAMD IOMMU: add domain id free function
2009-01-03 Joerg RoedelAMD IOMMU: make dma_ops_free_pagetable generic
2009-01-03 Joerg RoedelAMD IOMMU: rename iommu_map to iommu_map_page
2009-01-02 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2009-01-02 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2009-01-02 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-01-02 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git.kernel...
2009-01-02 Ingo MolnarMerge branches 'x86/cleanups', 'x86/fpu' and 'x86/urgen...
2009-01-02 Ingo MolnarMerge branch 'linus' into x86/cleanups
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git.kernel...
2009-01-02 David VrabelMerge branch 'master' of git://git.kernel.org/pub/scm...
2008-12-31 Pierre OssmanMerge branch 'master' of ../mmc
2008-12-31 Linus TorvaldsMerge branch 'irq-fixes-for-linus-4' of git://git.kerne...
2008-12-31 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-12-31 Linus TorvaldsMerge branch 'devel' of master.kernel.org:/home/rmk...
2008-12-31 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-12-31 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-12-31 Linus TorvaldsMerge branch 'oprofile-for-linus' of git://git.kernel...
2008-12-31 Linus TorvaldsMerge branch 'drm-next' of git://git.kernel.org/pub...
2008-12-31 Linus TorvaldsMerge branch 'agp-next' of git://git.kernel.org/pub...
2008-12-31 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git.kernel...
2008-12-31 Linus TorvaldsMerge branch 'timers-core-for-linus' of git://git.kerne...
2008-12-31 Linus TorvaldsMerge branch 'core-for-linus' of git://git.kernel.org...
2008-12-30 Trond MyklebustMerge branch 'devel' into next
2008-12-30 Jaswinder Singh... x86: amd_iommu.c: prealloc_protection_domains should...
2008-12-29 Rusty RussellMerge branch 'master' of git://git.kernel.org/pub/scm...
2008-12-29 Russell KingMerge branch 'for-rmk' of git://git.kernel.org/pub...
2008-12-29 Pekka EnbergMerge branches 'topic/fixes', 'topic/cleanups' and...
2008-12-29 Lachlan McIlroy[XFS] Fix merge failures
2008-12-29 David S. MillerMerge branch 'master' of master.kernel.org:/pub/scm...
2008-12-29 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2008-12-28 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-12-28 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-12-28 James MorrisMerge branch 'next' into for-linus
2008-12-28 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-12-28 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-12-28 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-12-28 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2008-12-28 Linus TorvaldsMerge branch 'for-linus' of git://git390.osdl.marist...
2008-12-28 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git.kernel...
2008-12-28 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2008-12-28 Linus TorvaldsMerge branch 'x86-core-for-linus' of git://git.kernel...
2008-12-27 Ingo MolnarMerge branch 'x86/core' into x86/cleanups
next