summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-07-25m68k: merge and clean up delay.h filesGreg Ungerer5-158/+95
2011-07-25m68knommu: correctly use trap_initGreg Ungerer9-24/+13
2011-07-25m68knommu: merge ColdFire 5206 and 5206e platform codeGreg Ungerer5-195/+7
2011-07-25m68k: merge mmu and non-mmu bitops.hGreg Ungerer5-837/+535
2011-07-25m68k: merge MMU and non MMU versions of system.hGreg Ungerer7-380/+222
2011-07-25m68k: merge MMU and non-MMU versions of asm/hardirq.hGreg Ungerer4-47/+32
2011-07-25m68k: merge the non-mmu and mmu versions of module.cGreg Ungerer4-241/+140
2011-07-25m68knommu: Fix printk() format in free_initrd_mem()Geert Uytterhoeven1-2/+3
2011-07-25m68knommu: Make empty_zero_page "void *", like on m68kGeert Uytterhoeven1-3/+3
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds206-5753/+6855
2011-07-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds49-1022/+1301
2011-07-24Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds85-102/+10910
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds26-777/+12
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds87-3634/+11619
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-150/+283
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-12/+56
2011-07-24modules: make arch's use default loader hooksJonas Bonn26-777/+12
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong4-1/+80
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong5-14/+248
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong1-1/+1
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong2-8/+132
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong1-15/+71
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong1-34/+69
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong2-18/+41
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong1-2/+2
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong6-128/+33
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong1-3/+18
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong1-5/+5
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong2-13/+13
2011-07-24KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong1-2/+2
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong2-34/+25
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong6-21/+96
2011-07-24KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong1-11/+31
2011-07-24KVM: MMU: do not update slot bitmap if spte is nonpresentXiao Guangrong1-8/+7
2011-07-24KVM: MMU: fix walking shadow page tableXiao Guangrong1-4/+5
2011-07-24KVM guest: KVM Steal time registrationGlauber Costa3-0/+80
2011-07-24[S390] use siginfo for sigtrap signalsMartin Schwidefsky1-6/+17
2011-07-24[S390] kvm: make sigp emerg smp capableChristian Ehrhardt2-0/+9
2011-07-24[S390] disable cpu measurement alerts on a dying cpuJan Glauber1-1/+2
2011-07-24[S390] initial cr0 bitsMartin Schwidefsky1-1/+1
2011-07-24[S390] iucv cr0 enablement bitMartin Schwidefsky2-2/+2
2011-07-24[S390] race safe external interrupt registrationJan Glauber1-37/+46
2011-07-24[S390] cleanup program check handler prototypesMartin Schwidefsky2-13/+7
2011-07-24[S390] remove kvm mmu reload on s390Carsten Otte2-19/+2
2011-07-24[S390] Use gmap translation for accessing guest memoryCarsten Otte6-110/+194
2011-07-24[S390] use gmap address spaces for kvm guest imagesCarsten Otte3-12/+40
2011-07-24[S390] kvm guest address space mappingMartin Schwidefsky11-36/+473
2011-07-24[S390] fix s390 assembler code alignmentsJan Glauber21-680/+378
2011-07-24[S390] move sie code to entry.SMartin Schwidefsky5-107/+79
2011-07-24[S390] kvm: handle tprot interceptsChristian Borntraeger5-0/+53