summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-03h8300: define __flsRusty Russell1-0/+1
2009-01-03cris: define __flsRusty Russell1-0/+1
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-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds157-810/+1085
2009-01-02m68k: fix recursive dependency in KconfigSam Ravnborg1-1/+0
2009-01-02Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds59-2496/+4381
2009-01-02Fix compiler warning in arch/x86/mm/init_32.cIngo Brueckl1-2/+6
2009-01-02x86: mpparse.c fix style problemsJaswinder Singh Rajput1-5/+5
2009-01-02x86: nmi.c fix style problemsJaswinder Singh Rajput1-2/+1
2009-01-02x86: ldt.c fix style problemsJaswinder Singh Rajput1-2/+2
2009-01-02x86: cpuid.c fix style problemsJaswinder Singh Rajput1-3/+3
2009-01-02x86, UV: remove erroneous BAU initializationCliff Wickman1-9/+0
2009-01-02x86: fix incorrect __read_mostly on _boot_cpu_pdaRavikiran G Thirumalai1-1/+1
2009-01-02x86: convert permanent_kmaps_init() from macro to inlineIngo Brueckl1-2/+6
2009-01-02x86: early_printk - use sizeof instead of hardcoded numberCyrill Gorcunov1-1/+1
2009-01-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds22-22/+1
2009-01-01cpumask: convert kernel/irqRusty Russell1-1/+2
2009-01-01cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): ia64Rusty Russell1-0/+2
2009-01-01cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): powerpcRusty Russell1-0/+2
2009-01-01cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): s390Rusty Russell1-0/+1
2009-01-01cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): sparcRusty Russell1-0/+2
2009-01-01m68knommu: define __flsRusty Russell1-0/+1
2009-01-01blackfin: define __flsRusty Russell1-0/+1
2009-01-01avr32: define __flsRusty Russell1-0/+5
2009-01-01parisc: remove gratuitous cpu_online_map declaration.Rusty Russell1-2/+0
2009-01-01percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32rRusty Russell1-1/+1
2009-01-01cpumask: Remove IA64 definition of total_cpus now it's in core codeRusty Russell1-1/+0
2009-01-01take init_fs to saner placeAl Viro21-21/+0
2009-01-01shrink struct dentryNick Piggin1-1/+1
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus 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