aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2008-04-28x86_64 vDSO: use initdataRoland McGrath
2008-04-28[CPUFREQ] Make acpi-cpufreq more robust against BIOS freq changes behind our ...Venkatesh Pallipadi
2008-04-28x86: Fix 32-bit MSI-X allocation leakagePJ Waskiewicz
2008-04-28x86: geode: MSR cleanupAndres Salomon
2008-04-28x86: configurable DMI scanning codeThomas Petazzoni
2008-04-28pageflags: use proper page flag functions in XenChristoph Lameter
2008-04-28vmallocinfo: add caller informationChristoph Lameter
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge
2008-04-28x86: PAT fixIngo Molnar
2008-04-27x86 PAT: tone down debugging messages some moreLinus Torvalds
2008-04-27Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-04-27KVM: MMU: kvm_pv_mmu_op should not take mmap_semMarcelo Tosatti
2008-04-27KVM: SVM: remove selective CR0 commentJoerg Roedel
2008-04-27KVM: SVM: remove now obsolete FIXME commentJoerg Roedel
2008-04-27KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel
2008-04-27KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel
2008-04-27KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel
2008-04-27KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel
2008-04-27KVM: x86 emulator: fix lea to really get the effective addressAvi Kivity
2008-04-27KVM: x86 emulator: fix smsw and lmsw with a memory operandAvi Kivity
2008-04-27KVM: x86 emulator: initialize src.val and dst.val for register operandsAvi Kivity
2008-04-27KVM: SVM: force a new asid when initializing the vmcbAvi Kivity
2008-04-27KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti
2008-04-27KVM: SVM: do not intercept task switch with NPTJoerg Roedel
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu
2008-04-27KVM: Add trace markersFeng (Eric) Liu
2008-04-27KVM: SVM: add intercept for machine check exceptionJoerg Roedel
2008-04-27KVM: SVM: align shadow CR4.MCE with hostJoerg Roedel
2008-04-27KVM: SVM: indent svm_set_cr4 with tabs instead of spacesJoerg Roedel
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori
2008-04-27KVM: MMU: prepopulate guest pages after write-protectingMarcelo Tosatti
2008-04-27KVM: MMU: Only mark_page_accessed() if the page was accessed by the guestAvi Kivity
2008-04-27KVM: Free apic access page on vm destructionAvi Kivity
2008-04-27KVM: MMU: allow the vm to shrink the kvm mmu shadow cachesIzik Eidus
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti
2008-04-27KVM: VMX: Enable MSR Bitmap featureSheng Yang
2008-04-27KVM: x86: hardware task switching supportIzik Eidus
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus
2008-04-27KVM: VMX: Add module option to disable flexpriorityAvi Kivity
2008-04-27KVM: no longer EXPERIMENTALAvi Kivity
2008-04-27KVM: MMU: Introduce and use spte_to_page()Avi Kivity
2008-04-27KVM: MMU: fix dirty bit setting when removing write permissionsIzik Eidus
2008-04-27KVM: MMU: Set the accessed bit on non-speculative shadow ptesAvi Kivity
2008-04-27x86: KVM guest: disable clock before rebooting.Glauber Costa
2008-04-27x86: make native_machine_shutdown non-staticGlauber Costa
2008-04-27x86: allow machine_crash_shutdown to be replacedGlauber Costa