aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28pageflags: standardize comment inclusion in asm-offsets.h and fix MIPSChristoph Lameter1-202/+202
2008-04-28vmallocinfo: add caller informationChristoph Lameter1-6/+9
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg1-0/+3
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-1/+1
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-4/+7
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge5-69/+3
2008-04-28x86: PAT fixIngo Molnar1-4/+1
2008-04-27x86 PAT: tone down debugging messages some moreLinus Torvalds1-2/+2
2008-04-27Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds77-555/+20457
2008-04-27KVM: MMU: kvm_pv_mmu_op should not take mmap_semMarcelo Tosatti1-3/+0
2008-04-27KVM: SVM: remove selective CR0 commentJoerg Roedel1-11/+0
2008-04-27KVM: SVM: remove now obsolete FIXME commentJoerg Roedel1-7/+0
2008-04-27KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel1-4/+27
2008-04-27KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel1-0/+12
2008-04-27KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel1-0/+1
2008-04-27KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel1-2/+16
2008-04-27KVM: ppc: PowerPC 440 KVM implementationHollis Blanchard13-0/+2735
2008-04-27KVM: x86 emulator: fix lea to really get the effective addressAvi Kivity1-1/+1
2008-04-27KVM: x86 emulator: fix smsw and lmsw with a memory operandAvi Kivity1-12/+17
2008-04-27KVM: x86 emulator: initialize src.val and dst.val for register operandsAvi Kivity1-0/+2
2008-04-27KVM: SVM: force a new asid when initializing the vmcbAvi Kivity1-1/+1
2008-04-27KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti1-2/+14
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti3-0/+43
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity4-31/+31
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti6-0/+48
2008-04-27KVM: SVM: do not intercept task switch with NPTJoerg Roedel1-0/+1
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu2-0/+14
2008-04-27KVM: ia64: Stub out kvmtraceAvi Kivity1-0/+3
2008-04-27KVM: s390: Stub out kvmtraceAvi Kivity1-0/+3
2008-04-27KVM: Add trace markersFeng (Eric) Liu2-1/+60
2008-04-27KVM: SVM: add intercept for machine check exceptionJoerg Roedel1-1/+16
2008-04-27KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel1-0/+3
2008-04-27KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel1-4/+4
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori2-59/+56
2008-04-27KVM: ia64: Enable kvm build for ia64Xiantao Zhang4-0/+111
2008-04-27KVM: ia64: Add kvm sal/pal virtulization supportXiantao Zhang1-0/+500
2008-04-27KVM: ia64: Add guest interruption injection supportXiantao Zhang1-0/+970
2008-04-27KVM: ia64: Generate offset values for assembly code useXiantao Zhang1-0/+251
2008-04-27KVM: ia64: Add optimization for some virtulization faultsXiantao Zhang1-0/+918
2008-04-27KVM: ia64: Add processor virtulization supportXiantao Zhang1-0/+2163
2008-04-27KVM: ia64: Add trampoline for guest/host mode switchXiantao Zhang1-0/+1038
2008-04-27KVM: ia64: Add mmio decoder for kvm/ia64Xiantao Zhang1-0/+341
2008-04-27KVM: ia64: Add interruption vector table for vmmXiantao Zhang1-0/+1424
2008-04-27KVM: ia64: Add TLB virtulization supportXiantao Zhang1-0/+636
2008-04-27KVM: ia64: VMM module interfacesXiantao Zhang1-0/+66
2008-04-27KVM: ia64: Add header files for kvm/ia64Xiantao Zhang5-0/+1421
2008-04-27KVM: ia64: Add kvm arch-specific core code for kvm/ia64Xiantao Zhang1-0/+1789
2008-04-27KVM: s390: rename stfl to kvm_stflHeiko Carstens1-2/+2
2008-04-27KVM: s390: Fix incorrect return valueHeiko Carstens1-1/+1
2008-04-27KVM: MMU: prepopulate guest pages after write-protectingMarcelo Tosatti1-1/+1