aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds157-810/+1085
2009-01-02Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds59-2496/+4381
2009-01-02Fix compiler warning in arch/x86/mm/init_32.cIngo Brueckl1-2/+6
2008-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds22-22/+1
2008-12-31take init_fs to saner placeAl Viro21-21/+0
2008-12-31shrink struct dentryNick Piggin1-1/+1
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+6
2008-12-31KVM: MMU: handle large host sptes on invlpg/resyncMarcelo Tosatti2-3/+8
2008-12-31KVM: Add locking to virtual i8259 interrupt controllerAvi Kivity2-4/+53
2008-12-31KVM: MMU: Don't treat a global pte as such if cr4.pge is clearedAvi Kivity1-0/+2
2008-12-31KVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs()Jes Sorensen2-32/+14
2008-12-31KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMIJan Kiszka2-48/+4
2008-12-31KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchipJan Kiszka1-1/+3
2008-12-31KVM: MMU: check for present pdptr shadow page in walk_shadowMarcelo Tosatti1-0/+2
2008-12-31KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity4-7/+0